本程序主要对记事本进行读写操作. 实现功能如下: 1.添加内容: 2.删除内容: 3.修改内容: 4.查询内容,字符串搜索: 程序截图: 源码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Syst