資源簡介
CSDN small
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?Whowhen.CSDNSecretary.Kernel.Module;
using?Whowhen.CSDNSecretary.Kernel.Models;
namespace?Whowhen.CSDNSecretary
{
????public?partial?class?AddCategoryForm?:?Form
????{
????????public?AddCategoryForm(string?text)
????????{
????????????InitializeComponent();
????????????this.OldCategory?=?text;
????????????if?(!string.IsNullOrEmpty(text))
????????????????txtName.Text?=?text;
????????}
????????string?OldCategory;
????????KernelModule?km?=?KernelModule.Instance();
????????private?void?btnOK_Click(object?sender?EventArgs?e)
????????{
????????????if?(string.IsNullOrEmpty(txtName.Text.Trim()))
????????????{
????????????????lblInfo.Text?=?“請輸入分類信息!“;
????????????????return;
????????????}
????????????if?(!string.IsNullOrEmpty(OldCategory)?&&?txtName.Text.Trim()?==?OldCategory)
????????????{
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1442??2010-04-13?15:06??CSDNSecretary\CSDNSecretary.sln
????..A..H.????162816??2010-04-14?13:59??CSDNSecretary\CSDNSecretary.suo
?????文件???????1587??2010-04-09?20:13??CSDNSecretary\CSDNSecretary\AddCategoryForm.cs
?????文件???????5434??2010-04-09?20:08??CSDNSecretary\CSDNSecretary\AddCategoryForm.Designer.cs
?????文件???????5814??2010-04-09?20:08??CSDNSecretary\CSDNSecretary\AddCategoryForm.resx
?????文件???????9094??2010-04-13?11:25??CSDNSecretary\CSDNSecretary\AddRssForm.cs
?????文件??????15484??2010-04-11?13:22??CSDNSecretary\CSDNSecretary\AddRssForm.designer.cs
?????文件??????19901??2010-04-11?13:22??CSDNSecretary\CSDNSecretary\AddRssForm.resx
?????文件???????1406??2009-03-18?16:12??CSDNSecretary\CSDNSecretary\CSDN.ico
?????文件???????5316??2010-04-09?22:48??CSDNSecretary\CSDNSecretary\CSDNRes.Designer.cs
?????文件???????8321??2010-04-09?22:48??CSDNSecretary\CSDNSecretary\CSDNRes.resx
?????文件???????7159??2010-04-11?13:57??CSDNSecretary\CSDNSecretary\CSDNSecretary.csproj
?????文件????????603??2009-03-18?16:21??CSDNSecretary\CSDNSecretary\CSDNSecretary.csproj.user
?????文件???????2174??2010-04-13?16:28??CSDNSecretary\CSDNSecretary\FlashShow.cs
?????文件???????6598??2010-04-10?18:08??CSDNSecretary\CSDNSecretary\FlashShow.Designer.cs
?????文件???????6010??2010-04-10?18:08??CSDNSecretary\CSDNSecretary\FlashShow.resx
?????文件???????4915??2010-04-13?13:27??CSDNSecretary\CSDNSecretary\LoginForm.cs
?????文件???????9381??2010-04-05?11:56??CSDNSecretary\CSDNSecretary\LoginForm.designer.cs
?????文件???????6010??2010-04-05?11:56??CSDNSecretary\CSDNSecretary\LoginForm.resx
?????文件??????69825??2010-04-14?11:54??CSDNSecretary\CSDNSecretary\MainForm.designer.cs
?????文件??????29404??2010-04-14?13:41??CSDNSecretary\CSDNSecretary\MainForm.cs
?????文件???????6072??2010-04-14?11:34??CSDNSecretary\CSDNSecretary\PublishTopicForm.cs
?????文件??????12425??2010-04-10?14:51??CSDNSecretary\CSDNSecretary\PublishTopicForm.designer.cs
?????文件??????10187??2010-04-10?14:51??CSDNSecretary\CSDNSecretary\PublishTopicForm.resx
?????文件???????4148??2010-04-13?16:34??CSDNSecretary\CSDNSecretary\SettingForm.cs
?????文件??????35017??2010-04-13?16:34??CSDNSecretary\CSDNSecretary\SettingForm.Designer.cs
?????文件??????10851??2010-04-13?16:34??CSDNSecretary\CSDNSecretary\SettingForm.resx
?????文件???????5632??2005-12-08?14:51??CSDNSecretary\CSDNSecretary\bin\Debug\CSDNSecretary.vshost.exe
?????文件?????110592??2010-04-14?12:50??CSDNSecretary\CSDNSecretary\bin\Debug\CSDNSecretary.Kernel.dll
?????文件?????189952??2010-04-14?12:50??CSDNSecretary\CSDNSecretary\bin\Debug\CSDNSecretary.Kernel.pdb
............此處省略156個文件信息
- 上一篇:屏幕取色 取色器源碼
- 下一篇:遊戲代碼
評論
共有 條評論