• 大小: 0.08M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 记事本  

资源简介

仿window记事本c#源码

资源截图

代码片段和文件信息

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 notebook
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();

        }

        private void 撤销ToolStripMenuItem_Click(object sender EventArgs e)
        {

        }

        private void menuStrip1_ItemClicked(object sender ToolStripItemClickedEventArgs e)
        {

        }

        private void toolStripStatusLabel1_Click(object sender EventArgs e)
        {
        }

        private void Form1_Load(object sender EventArgs e)
        {
            this.toolStripStatusLabel2

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

     文件      35328  2014-05-01 20:27  notebook\bin\Debug\notebook.exe

     文件      46592  2014-05-01 20:27  notebook\bin\Debug\notebook.pdb

     文件      24224  2014-05-05 21:39  notebook\bin\Debug\notebook.vshost.exe

     文件        490  2012-06-02 22:34  notebook\bin\Debug\notebook.vshost.exe.manifest

     文件       5015  2014-05-01 20:27  notebook\Form1.cs

     文件      26945  2014-03-29 21:51  notebook\Form1.Designer.cs

     文件      22752  2014-03-29 21:51  notebook\Form1.resx

     文件       2401  2014-03-29 21:52  notebook\Form2.cs

     文件       6941  2014-03-29 21:52  notebook\Form2.Designer.cs

     文件       5817  2014-03-29 11:53  notebook\Form2.resx

     文件        447  2014-03-29 21:49  notebook\Form3.cs

     文件       6331  2014-03-29 21:49  notebook\Form3.Designer.cs

     文件       5817  2014-03-29 21:49  notebook\Form3.resx

     文件       4283  2014-03-29 21:51  notebook\notebook.csproj

     文件       2873  2014-05-05 21:39  notebook\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7011  2014-05-05 21:39  notebook\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        840  2014-05-05 21:39  notebook\obj\x86\Debug\notebook.csproj.FileListAbsolute.txt

     文件       1091  2014-03-29 21:51  notebook\obj\x86\Debug\notebook.csproj.GenerateResource.Cache

     文件       9174  2014-03-25 10:24  notebook\obj\x86\Debug\notebook.csprojResolveAssemblyReference.cache

     文件      35328  2014-05-01 20:27  notebook\obj\x86\Debug\notebook.exe

     文件      10728  2014-03-29 21:51  notebook\obj\x86\Debug\notebook.Form1.resources

     文件        180  2014-03-29 21:51  notebook\obj\x86\Debug\notebook.Form2.resources

     文件        180  2014-03-29 21:51  notebook\obj\x86\Debug\notebook.Form3.resources

     文件      46592  2014-05-01 20:27  notebook\obj\x86\Debug\notebook.pdb

     文件        180  2014-03-29 21:51  notebook\obj\x86\Debug\notebook.Properties.Resources.resources

     文件        489  2014-03-24 19:55  notebook\Program.cs

     文件       1348  2014-03-24 19:55  notebook\Properties\AssemblyInfo.cs

     文件       2868  2014-03-24 19:55  notebook\Properties\Resources.Designer.cs

     文件       5612  2014-03-24 19:55  notebook\Properties\Resources.resx

     文件       1095  2014-03-24 19:55  notebook\Properties\Settings.Designer.cs

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

评论

共有 条评论