资源简介

C#简易写字板记事本-课程设计-实验 vs2010下的项目文件夹,打开即可用,有exe程序在debug文件夹下可以运行看效果,代码有注释,有小bug 界面是张国荣哥哥作主题的,欢迎荣迷下载

资源截图

代码片段和文件信息

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

        private void label5_Click(object sender EventArgs e)
        {
            System.Diagnostics.Process.Start(“3.rtf“);//Word
        }
    }
}

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

    .CA....      6406  2013-05-05 23:10  4\4\4.csproj

    .CA....       505  2013-05-05 20:22  4\4\bangzhu.cs

    .CA....      5489  2013-05-05 20:17  4\4\bangzhu.Designer.cs

    .CA....    560592  2013-05-05 20:17  4\4\bangzhu.resx

    .CA....    722944  2013-05-12 23:18  4\4\bin\Debug\4.exe

    .CA....    103936  2013-05-12 23:18  4\4\bin\Debug\4.pdb

    .CA....     11600  2013-05-21 00:33  4\4\bin\Debug\4.vshost.exe

    .CA....       490  2010-03-17 22:39  4\4\bin\Debug\4.vshost.exe.manifest

    .CA....      2051  2013-05-05 23:18  4\4\chazhao.cs

    .CA....      3322  2013-05-05 23:06  4\4\chazhao.Designer.cs

    .CA....      5817  2013-05-05 23:06  4\4\chazhao.resx

    .CA....     24612  2013-05-12 22:51  4\4\Form1.cs

    .CA....     28299  2013-05-12 22:51  4\4\Form1.Designer.cs

    .CA....    323218  2013-05-12 22:51  4\4\Form1.resx

    .CA....      2976  2013-05-12 23:18  4\4\Form2.cs

    .CA....      4847  2013-05-12 23:18  4\4\Form2.Designer.cs

    .CA....      6022  2013-05-12 23:18  4\4\Form2.resx

    .CA....      3628  2013-05-12 23:17  4\4\Form3.cs

    .CA....      4908  2013-05-12 23:17  4\4\Form3.Designer.cs

    .CA....      6023  2013-05-12 23:17  4\4\Form3.resx

    .CA....      1143  2013-05-21 00:33  4\4\obj\x86\Debug\4.csproj.FileListAbsolute.txt

    .CA....    722944  2013-05-12 23:18  4\4\obj\x86\Debug\4.exe

    .CA....    103936  2013-05-12 23:18  4\4\obj\x86\Debug\4.pdb

    .CA....      4440  2013-04-27 11:34  4\4\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

    .CA....      7183  2013-05-19 13:36  4\4\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

    .CA....      2322  2013-05-12 23:18  4\4\obj\x86\Debug\GenerateResource.read.1.tlog

    .CA....      7194  2013-05-12 23:18  4\4\obj\x86\Debug\GenerateResource.write.1.tlog

    .CA....      7897  2013-04-27 11:36  4\4\obj\x86\Debug\ResolveAssemblyReference.cache

    .CA....      6144  2013-04-26 23:49  4\4\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

    .CA....    288784  2013-05-12 22:51  4\4\obj\x86\Debug\_4.bangzhu.resources

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

评论

共有 条评论