资源简介
代码片段和文件信息
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#切割图像,加速图像对比
相关资源
- C# 仿记事本(可用作备注/书签)
- 根据记事本中的文件夹名,复制指定
- C# 仿window 记事本程序
- C# 写的便签,自动停靠隐藏,可换5
- c#记事本 复制 粘贴 等功能
- c#实现记事本功能
- C#记事本(含汉字字母统计)
- C#记事本C#记事本C#记事本
- c#窗体应用程序开发的记事本程序
- C# 记事本(具有查找、替换、新建、
- c#记事本
- C# 自定义记事本(可设置文字 加粗、
- 多文档记事本
- WPF做的记事本
- 用WinForm写的简单记事本
- listView实现导入导出记事本文件
- C#实现记事本导入导出功能
- C# 自定义记事本
- C# 自定义 NoteBook - 记事本
- C# 高仿window 自带 记事本程序
- C# 高仿windows 记事本 程序源码
- C# 高仿windows记事本(新建/复制/黏贴
- C#记事本程序(仿office菜单栏)
- 用C#实现windows系统自带的记事本功能
- C# 文本编辑器(仿记事本notepad)
- C# 自定义记事本(小龙记事本 )
- C# 计算器+记事本
- RichTextEditor_CS富文本记事本rtf
评论
共有 条评论