資源簡介
代碼片段和文件信息
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;
using?System.IO;
namespace?記事本
{
????public?partial?class?Form1?:?Form
????{
????????string?name?=?““;
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?mnufile_new_Click(object?sender?EventArgs?e)
????????{
????????????if?(richTextBox1.Modified?==?true)?//如果文本框內容修改則返回真判斷是否保存
????????????{
????????????????if?(MessageBox.Show(“內容已修改,是否保存?“?“警告“?MessageBoxButtons.OKCancel?MessageBoxIcon.Warning)?==?DialogResult.OK)
????????????????????mnufile_save_Click(sender?e);
????????????????else?richTextBox1.Clear();
????????????}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-04-10?13:00??記事本\
?????文件????????1150??2016-04-10?12:31??記事本\200865161638946_2_1460262153.ico
?????目錄???????????0??2016-04-12?20:58??記事本\記事本\
?????文件?????????869??2016-04-09?14:31??記事本\記事本.sln
?????文件???????30720??2016-04-20?07:22??記事本\記事本.suo
?????文件????????9662??2016-04-10?12:32??記事本\記事本\200865161638946_2_1460262256.ico
?????文件?????????144??2016-04-12?20:58??記事本\記事本\app.config
?????目錄???????????0??2016-04-10?13:00??記事本\記事本\bin\
?????目錄???????????0??2016-04-12?20:58??記事本\記事本\bin\Debug\
?????文件???????38912??2016-04-20?07:22??記事本\記事本\bin\Debug\記事本.exe
?????文件?????????144??2016-04-12?20:58??記事本\記事本\bin\Debug\記事本.exe.config
?????文件???????40448??2016-04-20?07:22??記事本\記事本\bin\Debug\記事本.pdb
?????文件???????11600??2016-04-20?07:16??記事本\記事本\bin\Debug\記事本.vshost.exe
?????文件?????????144??2016-04-12?20:58??記事本\記事本\bin\Debug\記事本.vshost.exe.config
?????文件?????????490??2015-10-30?15:19??記事本\記事本\bin\Debug\記事本.vshost.exe.manifest
?????目錄???????????0??2016-04-10?13:00??記事本\記事本\bin\Release\
?????文件???????34816??2016-04-10?12:36??記事本\記事本\bin\Release\記事本.exe
?????文件???????38400??2016-04-10?12:36??記事本\記事本\bin\Release\記事本.pdb
?????文件???????11600??2016-04-10?12:36??記事本\記事本\bin\Release\記事本.vshost.exe
?????文件?????????490??2015-07-10?19:01??記事本\記事本\bin\Release\記事本.vshost.exe.manifest
?????文件???????10428??2016-04-20?07:22??記事本\記事本\Form1.cs
?????文件???????30991??2016-04-20?07:22??記事本\記事本\Form1.Designer.cs
?????文件???????16669??2016-04-20?07:22??記事本\記事本\Form1.resx
?????目錄???????????0??2016-04-10?13:00??記事本\記事本\obj\
?????目錄???????????0??2016-04-10?13:00??記事本\記事本\obj\x86\
?????目錄???????????0??2016-04-20?07:22??記事本\記事本\obj\x86\Debug\
?????文件????????7037??2016-04-20?07:16??記事本\記事本\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6417??2016-04-20?07:22??記事本\記事本\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2016-04-12?20:58??記事本\記事本\obj\x86\Debug\TempPE\
?????文件????????4608??2016-04-12?20:58??記事本\記事本\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????1340??2016-04-20?07:21??記事本\記事本\obj\x86\Debug\記事本.csproj.FileListAbsolute.txt
............此處省略24個文件信息
- 上一篇:c# 基礎UI的小
- 下一篇:C#切割圖像,加速圖像對比
評論
共有 條評論