資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?Notepad
{
????public?partial?class?frmNotepad?:?Form
????{
????????bool?b?=?false;
????????bool?s?=?true;
????????public?frmNotepad()
????????{
????????????InitializeComponent();
????????}
????????private?void?rtxtNotepad_TextChanged(object?sender?EventArgs?e)
????????{
????????????s?=?false;
????????}
????????private?void?tsmiNew_Click(object?sender?EventArgs?e)
????????{
????????????//?判斷當前文件是否從磁盤打開,或者新建時文檔不為空,并且文件未被保存
????????????if?(b?==?true?||?rtxtNotepad.Text.Trim()?!=?““)
????????????{
????????????????//?若文件未保存
??????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2017-07-11?11:04??Notepad\Notepad\App.config
?????文件??????14848??2017-07-14?17:20??Notepad\Notepad\bin\Debug\Notepad.exe
?????文件????????187??2017-07-11?11:04??Notepad\Notepad\bin\Debug\Notepad.exe.config
?????文件??????30208??2017-07-14?17:20??Notepad\Notepad\bin\Debug\Notepad.pdb
?????文件??????24224??2017-07-14?17:20??Notepad\Notepad\bin\Debug\Notepad.vshost.exe
?????文件????????187??2017-07-11?11:04??Notepad\Notepad\bin\Debug\Notepad.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Notepad\Notepad\bin\Debug\Notepad.vshost.exe.manifest
?????文件???????6702??2017-07-11?16:03??Notepad\Notepad\Form1.cs
?????文件??????13639??2017-07-11?16:05??Notepad\Notepad\Form1.Designer.cs
?????文件???????6614??2017-07-11?16:03??Notepad\Notepad\Form1.resx
?????文件???????3794??2017-07-11?11:47??Notepad\Notepad\Notepad.csproj
?????文件???????1453??2017-07-11?13:42??Notepad\Notepad\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6915??2017-07-11?11:04??Notepad\Notepad\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????569??2017-07-14?17:20??Notepad\Notepad\obj\Debug\Notepad.csproj.FileListAbsolute.txt
?????文件????????977??2017-07-11?16:03??Notepad\Notepad\obj\Debug\Notepad.csproj.GenerateResource.Cache
?????文件???????2211??2017-07-11?11:47??Notepad\Notepad\obj\Debug\Notepad.csprojResolveAssemblyReference.cache
?????文件??????14848??2017-07-14?17:20??Notepad\Notepad\obj\Debug\Notepad.exe
?????文件????????180??2017-07-11?16:03??Notepad\Notepad\obj\Debug\Notepad.frmNotepad.resources
?????文件??????30208??2017-07-14?17:20??Notepad\Notepad\obj\Debug\Notepad.pdb
?????文件????????180??2017-07-11?11:47??Notepad\Notepad\obj\Debug\Notepad.Properties.Resources.resources
?????文件??????????0??2017-07-11?11:04??Notepad\Notepad\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2017-07-11?11:04??Notepad\Notepad\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2017-07-11?11:04??Notepad\Notepad\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????524??2017-07-11?11:26??Notepad\Notepad\Program.cs
?????文件???????1356??2017-07-11?11:04??Notepad\Notepad\Properties\AssemblyInfo.cs
?????文件???????2866??2017-07-11?11:04??Notepad\Notepad\Properties\Resources.Designer.cs
?????文件???????5612??2017-07-11?11:04??Notepad\Notepad\Properties\Resources.resx
?????文件???????1094??2017-07-11?11:04??Notepad\Notepad\Properties\Settings.Designer.cs
?????文件????????249??2017-07-11?11:04??Notepad\Notepad\Properties\Settings.settings
?????文件????????990??2017-07-11?11:04??Notepad\Notepad.sln
............此處省略12個文件信息
- 上一篇:驗證碼圖片的灰度處理,降噪,二值化程序
- 下一篇:C# CAD插件開發
評論
共有 條評論