資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?MyDesktop
{
????public?partial?class?frmHoliday?:?Form
????{
????????public?static?string?strName?=?““;?//記錄選中的節(jié)日
????????DataOperate?dataoperate?=?new?DataOperate();//實例化公共類對象
????????public?frmHoliday()
????????{
????????????InitializeComponent();
????????}
????????//窗體加載時,顯示節(jié)日列表
????????public?void?frmHoliday_Load(object?sender?EventArgs?e)
????????{
????????????lviewBind(“select?*?from?tb_Holiday“);
????????}
????????//顯示新建節(jié)日窗體
????????private?void?tbtnNew_Click(object?sender?EventArgs?e)
????????{
????????????frmOperateHoliday?frmoperateholiday?=?new?frmOperateHoliday(this);
??????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-30?08:06??MyDesktop\
?????目錄???????????0??2017-06-30?08:14??MyDesktop\MyDesktop\
?????文件?????????917??2017-06-30?08:06??MyDesktop\MyDesktop.sln
?????文件???????33280??2008-08-14?15:41??MyDesktop\MyDesktop.suo
?????文件???????68608??2017-06-30?08:14??MyDesktop\MyDesktop.v12.suo
?????目錄???????????0??2009-07-09?10:11??MyDesktop\MyDesktop\bin\
?????目錄???????????0??2017-06-30?08:14??MyDesktop\MyDesktop\bin\Debug\
?????文件??????524288??2008-11-05?13:05??MyDesktop\MyDesktop\bin\Debug\db_MyDesktop.mdb
?????文件???????70144??2017-06-30?08:09??MyDesktop\MyDesktop\bin\Debug\MyDesktop.exe
?????文件??????110080??2017-06-30?08:09??MyDesktop\MyDesktop\bin\Debug\MyDesktop.pdb
?????文件???????21656??2017-06-30?08:09??MyDesktop\MyDesktop\bin\Debug\MyDesktop.vshost.exe
?????文件?????????490??2012-06-02?22:34??MyDesktop\MyDesktop\bin\Debug\MyDesktop.vshost.exe.manifest
?????目錄???????????0??2009-07-09?10:11??MyDesktop\MyDesktop\CommonClass\
?????文件????????1731??2008-06-17?14:56??MyDesktop\MyDesktop\CommonClass\DataOperate.cs
?????文件????????8395??2008-06-17?15:23??MyDesktop\MyDesktop\CommonClass\DateConvert.cs
?????文件????????1826??2008-06-17?15:27??MyDesktop\MyDesktop\CommonClass\HolidayManage.cs
?????文件????????1829??2008-06-17?15:38??MyDesktop\MyDesktop\CommonClass\RemindManage.cs
?????文件????????1557??2008-06-17?15:40??MyDesktop\MyDesktop\CommonClass\WinSetManage.cs
?????文件????????4253??2008-08-14?15:31??MyDesktop\MyDesktop\frmHoliday.cs
?????文件???????10021??2008-08-14?11:17??MyDesktop\MyDesktop\frmHoliday.Designer.cs
?????文件???????11920??2008-08-14?11:17??MyDesktop\MyDesktop\frmHoliday.resx
?????文件???????28872??2017-06-30?08:14??MyDesktop\MyDesktop\frmMain.cs
?????文件???????19659??2017-06-30?08:14??MyDesktop\MyDesktop\frmMain.Designer.cs
?????文件????????8056??2017-06-30?08:14??MyDesktop\MyDesktop\frmMain.resx
?????文件????????6631??2008-08-14?15:31??MyDesktop\MyDesktop\frmOperateHoliday.cs
?????文件???????14896??2008-06-16?13:28??MyDesktop\MyDesktop\frmOperateHoliday.Designer.cs
?????文件????????5814??2008-06-16?13:28??MyDesktop\MyDesktop\frmOperateHoliday.resx
?????文件????????7533??2008-08-14?15:40??MyDesktop\MyDesktop\frmOperateRemind.cs
?????文件???????12981??2008-08-14?11:07??MyDesktop\MyDesktop\frmOperateRemind.Designer.cs
?????文件????????5814??2008-08-14?11:07??MyDesktop\MyDesktop\frmOperateRemind.resx
?????文件????????3563??2008-08-14?15:36??MyDesktop\MyDesktop\frmRemind.cs
............此處省略36個文件信息
- 上一篇:C# 連接ftp服務(wù)器 在線升級
- 下一篇:C# 文件夾管理
評論
共有 條評論