91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 100KB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發布日期: 2021-06-08
  • 語言: C#
  • 標簽: C#??access??備忘錄??

資源簡介

實現待辦事項與已完成事項的搜索、查詢、修改、刪除,待辦事項向已完成事項的轉變。可自由修改、設定提醒日期,到時間自動提醒。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;

namespace?NotForget
{
????public?partial?class?frmAddContent?:?Form
????{
????????ConnDatabase?objConnDatabase?=?new?ConnDatabase();
????????frmMain?objFrmMain;
????????public?frmAddContent(frmMain?objFrmMain)
????????{
????????????this.objFrmMain?=?objFrmMain;
????????????InitializeComponent();
????????}

????????private?void?btnCancel_Click(object?sender?EventArgs?e)
????????{
????????????objFrmMain.GetNotDoData();
????????????objFrmMain.Show();
????????????this.Close();
????????}

????????private?void?btnAdd_Click(object?sender?EventArgs?e)
????????{
????????????if?(this.txtContent.Text?==?““)
????????????{
????????????????MessageBox.Show(“添加內容不能為空!“);
????????????????return;
????????????}
????????????string?content=this.txtContent.Text;
????????????string?creatDate=DateTime.Now.ToShortDateString();
????????????string?alarmDate?=?this.dtpAlarmDate.Text;
????????????
????????????if?(objConnDatabase.ExecuteSql(“insert??into?Record?(contentcreatDatealarmDatestate)?values(‘“?+?content?+?“‘‘“?+?creatDate?+?“‘‘“?+?alarmDate?+?“‘0)“))
????????????{
????????????????MessageBox.Show(“添加成功!“);
???????????????
????????????????objFrmMain.GetNotDoData();
????????????????objFrmMain.Show();
????????????????this.Close();
????????????}
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????202??2010-01-25?15:05??NotForget\NotForget\App.config

?????文件???????7974??2010-01-19?17:31??NotForget\NotForget\bin\Debug\Image\add.bmp

?????文件???????8946??2010-01-19?17:32??NotForget\NotForget\bin\Debug\Image\allDelete.bmp

?????文件???????7670??2010-01-19?17:30??NotForget\NotForget\bin\Debug\Image\chage.bmp

?????文件???????7894??2010-01-19?17:32??NotForget\NotForget\bin\Debug\Image\delete.bmp

?????文件???????7806??2010-01-19?17:32??NotForget\NotForget\bin\Debug\Image\search.bmp

?????文件???????5206??2010-01-20?08:53??NotForget\NotForget\bin\Debug\Image\TopBackground.bmp

?????文件??????73728??2010-03-04?11:10??NotForget\NotForget\bin\Debug\NotForget.exe

?????文件????????202??2010-01-25?15:05??NotForget\NotForget\bin\Debug\NotForget.exe.config

?????文件?????147456??2010-02-03?13:55??NotForget\NotForget\bin\Debug\NotForget.mdb

?????文件??????52736??2010-03-04?11:10??NotForget\NotForget\bin\Debug\NotForget.pdb

?????文件??????14328??2010-03-05?10:11??NotForget\NotForget\bin\Debug\NotForget.vshost.exe

?????文件????????202??2010-01-25?15:05??NotForget\NotForget\bin\Debug\NotForget.vshost.exe.config

?????文件????????490??2007-07-21?01:33??NotForget\NotForget\bin\Debug\NotForget.vshost.exe.manifest

?????文件???????4783??2010-01-25?15:20??NotForget\NotForget\ConnDatabase\ConnDatabase.cs

?????文件???????2379??2010-01-25?15:20??NotForget\NotForget\ConnDatabase\IsConnection.cs

?????文件???????1533??2010-01-28?16:30??NotForget\NotForget\frmAddContent.cs

?????文件???????5059??2010-01-26?10:12??NotForget\NotForget\frmAddContent.Designer.cs

?????文件???????5814??2010-01-26?10:12??NotForget\NotForget\frmAddContent.resx

?????文件???????6000??2010-03-04?11:10??NotForget\NotForget\frmMain.cs

?????文件??????13111??2010-03-04?11:10??NotForget\NotForget\frmMain.Designer.cs

?????文件???????7715??2010-03-04?11:10??NotForget\NotForget\frmMain.resx

?????文件???????3761??2010-02-03?16:57??NotForget\NotForget\frmSearch.cs

?????文件???????5226??2010-01-28?10:54??NotForget\NotForget\frmSearch.Designer.cs

?????文件???????5814??2010-01-28?10:54??NotForget\NotForget\frmSearch.resx

?????文件???????1837??2010-01-27?11:42??NotForget\NotForget\frmUpdate.cs

?????文件???????6193??2010-01-27?09:32??NotForget\NotForget\frmUpdate.Designer.cs

?????文件???????5814??2010-01-27?09:32??NotForget\NotForget\frmUpdate.resx

?????文件???????5553??2010-01-27?16:49??NotForget\NotForget\NotForget.csproj

?????文件????????719??2010-03-05?10:11??NotForget\NotForget\obj\Debug\NotForget.csproj.FileListAbsolute.txt

............此處省略31個文件信息

評論

共有 條評論