• 大小: 243.01 KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-10-17
  • 语言: C#
  • 标签:

资源简介

c#记事本全部代码,带有基本的全部功能,find ,replace,goto功能都已经实现了,大家一起来参考参考。

资源截图

代码片段和文件信息

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 txt
{
    public partial class About_Notepad : Form
    {
        public About_Notepad()
        {
            InitializeComponent();
        }

        private void About_Notepad_Load(object sender EventArgs e)
        {
            this.Text = “About Notepad“;
            this.ShowIcon = false;
        }

        private void linkLabel1_linkClicked(object sender linkLabellinkClickedEventArgs e)
        {
            Form License = new Microsoft_Software_License_Terms();
            License.Show();
        }

        private void button1_Click(object sender EventArgs e)
        {
            Close();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        864  2011-05-22 22:43  曹斌2009010234 txt\colorDialog\About Notepad.cs

     文件       6196  2011-05-22 22:43  曹斌2009010234 txt\colorDialog\About Notepad.Designer.cs

     文件       5817  2011-05-10 13:20  曹斌2009010234 txt\colorDialog\About Notepad.resx

     文件      16958  2011-05-09 15:02  曹斌2009010234 txt\colorDialog\bin\Debug\About.ico

     文件      63488  2011-05-23 15:32  曹斌2009010234 txt\colorDialog\bin\Debug\colorDialog.exe

     文件      75264  2011-05-23 15:32  曹斌2009010234 txt\colorDialog\bin\Debug\colorDialog.pdb

     文件      11600  2011-05-23 15:32  曹斌2009010234 txt\colorDialog\bin\Debug\colorDialog.vshost.exe

     文件        490  2010-03-17 22:39  曹斌2009010234 txt\colorDialog\bin\Debug\colorDialog.vshost.exe.manifest

     文件      12862  2010-12-09 13:27  曹斌2009010234 txt\colorDialog\bin\Debug\help.ico

     文件     345988  2011-05-10 13:16  曹斌2009010234 txt\colorDialog\bin\Debug\License.rtf

     文件      25140  2007-03-07 20:00  曹斌2009010234 txt\colorDialog\bin\Debug\notepad.chm

     文件      20838  2011-05-23 12:31  曹斌2009010234 txt\colorDialog\bin\Debug\notepad.chw

     文件         28  2011-05-10 13:01  曹斌2009010234 txt\colorDialog\bin\Debug\oo.txt

     文件      12862  2010-12-09 13:20  曹斌2009010234 txt\colorDialog\bin\Debug\txt.ico

     文件       1351  2011-05-22 22:43  曹斌2009010234 txt\colorDialog\Find.cs

     文件       6770  2011-05-22 22:43  曹斌2009010234 txt\colorDialog\Find.Designer.cs

     文件       5817  2011-05-18 10:01  曹斌2009010234 txt\colorDialog\Find.resx

     文件       1087  2011-05-23 09:48  曹斌2009010234 txt\colorDialog\GoTo.cs

     文件       3909  2011-05-22 22:43  曹斌2009010234 txt\colorDialog\GoTo.Designer.cs

     文件       5817  2011-05-18 23:31  曹斌2009010234 txt\colorDialog\GoTo.resx

     文件        814  2011-05-22 22:43  曹斌2009010234 txt\colorDialog\Microsoft Software License Terms.cs

     文件       3002  2011-05-22 22:43  曹斌2009010234 txt\colorDialog\Microsoft Software License Terms.Designer.cs

     文件       5817  2011-05-10 13:19  曹斌2009010234 txt\colorDialog\Microsoft Software License Terms.resx

     文件       1017  2011-05-22 22:34  曹斌2009010234 txt\colorDialog\obj\x86\Debug\colorDialog.csproj.FileListAbsolute.txt

     文件      63488  2011-05-23 15:32  曹斌2009010234 txt\colorDialog\obj\x86\Debug\colorDialog.exe

     文件      75264  2011-05-23 15:32  曹斌2009010234 txt\colorDialog\obj\x86\Debug\colorDialog.pdb

     文件       4440  2011-05-06 08:55  曹斌2009010234 txt\colorDialog\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6375  2011-05-23 15:32  曹斌2009010234 txt\colorDialog\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1404  2011-05-23 15:32  曹斌2009010234 txt\colorDialog\obj\x86\Debug\GenerateResource.read.1.tlog

     文件       1850  2011-05-23 15:32  曹斌2009010234 txt\colorDialog\obj\x86\Debug\GenerateResource.write.1.tlog

............此处省略40个文件信息

评论

共有 条评论

相关资源