資源簡介
C#+SQL2005開發的圖書館管理系統…… C#+SQL2005開發的圖書館管理系統…… C#+SQL2005開發的圖書館管理系統……

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Data;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?BookManageSystem
{
????public?partial?class?FormStatus?:?UserControl
????{
????????public?FormStatus()
????????{
????????????InitializeComponent();
????????????LoadAllInfo();
????????}
????????///?
????????///?載入所有控件信息
????????///?
????????private?void?LoadAllInfo()
????????{
????????????tsUserName.Text?=?Session.UserName;
????????????tsUserRole.Text?=?Session.UserRole;
????????????tsUserAllName.Text?=?Session.UserAllName;
????????????tsDateTimeNow.Text?=?DateTime.Now.ToString(“yy-MM-dd?hh:mm“);
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????tsDateTimeNow.Text?=?DateTime.Now.ToString(“yy-MM-dd?hh:mm“);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????287??2009-06-12?15:37??Chapter15\BookManageSystem\App.config
?????文件????????287??2009-06-12?15:37??Chapter15\BookManageSystem\bin\Debug\App.config
?????文件??????12288??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.BLL.dll
?????文件??????38400??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.BLL.pdb
?????文件???????9728??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.Common.dll
?????文件??????30208??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.Common.pdb
?????文件??????23552??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.DAL.dll
?????文件??????46592??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.DAL.pdb
?????文件?????135168??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.exe
?????文件????????287??2009-06-12?15:37??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.exe.config
?????文件???????9216??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.Model.dll
?????文件??????52736??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.Model.pdb
?????文件?????167424??2009-06-12?16:13??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.pdb
?????文件??????14328??2009-06-12?16:18??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.vshost.exe
?????文件????????287??2009-06-12?15:37??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.vshost.exe.config
?????文件????????490??2007-07-21?01:33??Chapter15\BookManageSystem\bin\Debug\BookManageSystem.vshost.exe.manifest
?????文件???????9493??2009-06-12?15:23??Chapter15\BookManageSystem\BookManageSystem.csproj
?????文件????????945??2009-01-06?14:22??Chapter15\BookManageSystem\FormStatus.cs
?????文件???????6831??2009-01-06?14:22??Chapter15\BookManageSystem\FormStatus.Designer.cs
?????文件???????6209??2009-01-06?14:22??Chapter15\BookManageSystem\FormStatus.resx
?????文件??????13994??2009-01-13?21:46??Chapter15\BookManageSystem\frmBookInfoAddOrUpdate.cs
?????文件??????17978??2009-01-13?21:44??Chapter15\BookManageSystem\frmBookInfoAddOrUpdate.Designer.cs
?????文件???????5814??2008-12-28?22:04??Chapter15\BookManageSystem\frmBookInfoAddOrUpdate.resx
?????文件???????6254??2009-01-27?23:27??Chapter15\BookManageSystem\frmBookInfoManage.cs
?????文件??????13754??2009-01-27?23:27??Chapter15\BookManageSystem\frmBookInfoManage.Designer.cs
?????文件??????10785??2009-01-27?23:27??Chapter15\BookManageSystem\frmBookInfoManage.resx
?????文件???????3646??2009-01-06?14:24??Chapter15\BookManageSystem\frmBookSortManage.cs
?????文件???????9425??2009-01-06?14:24??Chapter15\BookManageSystem\frmBookSortManage.Designer.cs
?????文件???????8459??2009-01-06?14:24??Chapter15\BookManageSystem\frmBookSortManage.resx
?????文件???????9157??2009-02-04?22:37??Chapter15\BookManageSystem\frmBorrowReturnMana.cs
............此處省略159個文件信息
評論
共有 條評論