资源简介
C#记事本(实现了向上,向下查找,替换和全部替换,保存,另存为等功能)。基本模拟了windows的记事本功能。
代码片段和文件信息
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 NotePad
{
public partial class CustCheck : Form
{
int p;
public CustCheck()
{
InitializeComponent();
}
private void button2_Click(object sender EventArgs e)
{
this.Close();
}
private void button1_Click(object sender EventArgs e)
{
Form1 fm = (Form1)this.Owner;
string text;
string findtext;
if (checkBox1.Checked)
{
findtext = textBox1.Text;
text = fm.richTextBox1.Text;
}
else
{
findtext = textBox1.Text.ToLower();
text = fm.richTextBox1.Text.ToLower();
} if (radioButton1.Checked)
{
int index = fm.richTextBox1.Find(findtext 0 fm.richTextBox1.Selectionstart RichTextBoxFinds.Reverse);
if (index > -1)
{
fm.richTextBox1.Selectionstart = index;
fm.richTextBox1.SelectionLength = findtext.Length;
fm.richTextBox1.Focus();
}
else
{
MessageBox.Show(“已到文章开头,没有找到匹配项“ “记事本“ MessageBoxButtons.OKCancel MessageBoxIcon.Exclamation);
}
} if (radioButton2.Checked)
{
p = text.IndexOf(findtext p);
if (p >= 0)
{
fm.richTextBox1.Select(p findtext.Length);
fm.richTextBox1.Focus();
p = p + findtext.Length;
}
else
{
MessageBox.Show(“已到文章末尾,没有找到匹配项“ “记事本“ MessageBoxButtons.OKCancel MessageBoxIcon.Exclamation);
p = 0;
}
}
}
private void CustCheck_Load(object sender EventArgs e)
{
if (textBox1.Text == string.Empty)
{
button1.Enabled = false;
}
else {
button1.Enabled = true;
}
}
private void textBox1_TextChanged(object sender EventArgs e)
{
if (textBox1.Text != string.Empty)
{
button1.Enabled = true ;
}
else
{
button1.Enabled = false;
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-03-07 16:12 NotePad\
目录 0 2017-03-07 16:12 NotePad\NotePad\
文件 6760 2017-03-06 15:26 NotePad\NotePad\Check.Designer.cs
文件 2859 2017-03-06 15:26 NotePad\NotePad\Check.cs
文件 5814 2017-03-06 15:26 NotePad\NotePad\Check.resx
文件 4873 2017-03-06 15:49 NotePad\NotePad\CustDialog.Designer.cs
文件 482 2017-03-06 15:49 NotePad\NotePad\CustDialog.cs
文件 43035 2017-03-06 15:49 NotePad\NotePad\CustDialog.resx
文件 38321 2017-02-28 16:56 NotePad\NotePad\Form1.Designer.cs
文件 10285 2017-03-06 15:29 NotePad\NotePad\Form1.cs
文件 7217 2017-02-28 16:56 NotePad\NotePad\Form1.resx
文件 4779 2017-02-28 16:56 NotePad\NotePad\NotePad.csproj
文件 488 2017-02-27 14:36 NotePad\NotePad\Program.cs
目录 0 2017-03-07 16:12 NotePad\NotePad\Properties\
文件 1370 2017-02-27 14:36 NotePad\NotePad\Properties\AssemblyInfo.cs
文件 3085 2017-02-28 14:45 NotePad\NotePad\Properties\Resources.Designer.cs
文件 6196 2017-02-28 14:45 NotePad\NotePad\Properties\Resources.resx
文件 1092 2017-02-27 14:36 NotePad\NotePad\Properties\Settings.Designer.cs
文件 249 2017-02-27 14:36 NotePad\NotePad\Properties\Settings.settings
目录 0 2017-03-07 16:12 NotePad\NotePad\Resources\
文件 7325 2017-02-28 14:45 NotePad\NotePad\Resources\timg.jpeg
文件 6691 2017-03-06 15:42 NotePad\NotePad\TiHuan.Designer.cs
文件 3293 2017-03-06 15:45 NotePad\NotePad\TiHuan.cs
文件 5814 2017-03-06 15:42 NotePad\NotePad\TiHuan.resx
目录 0 2017-03-07 16:12 NotePad\NotePad\bin\
目录 0 2017-03-07 16:12 NotePad\NotePad\bin\Debug\
文件 66048 2017-03-06 15:45 NotePad\NotePad\bin\Debug\NotePad.exe
文件 65024 2017-03-06 15:45 NotePad\NotePad\bin\Debug\NotePad.pdb
文件 14328 2017-03-06 15:48 NotePad\NotePad\bin\Debug\NotePad.vshost.exe
文件 490 2007-07-21 01:33 NotePad\NotePad\bin\Debug\NotePad.vshost.exe.manifest
目录 0 2017-03-07 16:12 NotePad\NotePad\obj\
............此处省略15个文件信息
- 上一篇:C#连接mysql数据库与简单操作
- 下一篇:ASPNETCoreAngular7
相关资源
- C#连接mysql数据库与简单操作
-
flash控件AxShockwaveFlashob
jects - c#编写的TFTP服务器源代码
- C#编写的决策树算法
- Normal (aka Gaussian) distribution 正态分
- opengl绘图窗口上使用鼠标缩放旋转图
- 数据结构试题C#版,附答案
- C#模拟实现正态分布,计算及绘画源码
- C#——导出数据到CSV
- 漂亮的C#自绘菜单、ToolBar和状态栏
- 三点绘制圆弧测试程序
- 二维坐标点按行排序C#VS2008工程源代码
- C# socket通信允许发送消息,图片,与
- C# 绘制多边形,支持撤销 删除 编辑
- c# 导出oracle数据库下所有表结构
- c# winform wia 调用扫描仪
- C#软件注册试用期限代码.zip
- C# 获取图片某像素点RGB565值
- 火币网REST API C#版
- 五子棋对战用C#编写的
- C#串口调试助手_VS2010()
- C# 软件注册期限验证代码
- C# 敏感字过滤 内含敏感字字典两个字
- Skyline开发入门C#
- C# 流数据旋转 90度 图像旋转 90度
- c# rgb565 转 rgb24
- c# 学生成绩管理系统
- C#实现USB设备通信
- C#使用NI-VISA控制仪器
- MODBUS TCP C# 源码 -- 测试过信捷PLC
评论
共有 条评论