• 大小: 617KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-12
  • 语言: C#
  • 标签: C#  

资源简介

类似windows绘图工具,可以实现基本功能。

资源截图

代码片段和文件信息

namespace 绘图程序
{
    partial class ColorPanel
    {
        ///  
        /// 必需的设计器变量。
        /// 

        private System.ComponentModel.IContainer components = null;

        ///  
        /// 清理所有正在使用的资源。
        /// 

        /// 如果应释放托管资源,为 true;否则为 false。
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        ///  
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// 

        private void InitializeComponent()
        {
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel10 = new System.Windows.Forms.Panel();
            this.panel11 = new System.Windows.Forms.Panel();
            this.panel8 = new System.Windows.Forms.Panel();
            this.panel9 = new System.Windows.Forms.Panel();
            this.panel6 = new System.Windows.Forms.Panel();
            this.panel7 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.More = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panel1.BackColor = System.Drawing.Color.Black;
            this.panel1.Location = new System.Drawing.Point(5 16);
            this.panel1.Name = “panel1“;
            this.panel1.Size = new System.Drawing.Size(39 35);
            this.panel1.TabIndex = 0;
            // 
            // panel10
            // 
            this.panel10.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panel10.BackColor = System.Drawing.Color.Black;
            this.panel10.Location = new System.Drawing.Point(29 165);
            this.panel10.Name = “panel10“;
            this.panel10.Size = new System.Drawing.Size(18 18);
            this.panel10.TabIndex = 12;
            this.panel10.MouseLeave += new System.EventHandler(this.panel_MouseLeave);
            this.panel10.Click += new System.EventHandler(this.panel_Click);
            this.panel10.MouseEnter += new System.EventHandler(this.panel_MouseEnter);
            // 
            // panel11
            // 
            this.panel11.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panel11.BackColor = System.Drawing.Color.Gray;
            this.panel11.Location = new System.Drawing.Point(3 165);
            this.panel11.Name = “panel11“;
          

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

     文件       1198  2009-05-19 14:58  实验6\WindowsApplication1\WindowsApplication1\Properties\AssemblyInfo.cs

     文件       5612  2009-05-19 14:58  实验6\WindowsApplication1\WindowsApplication1\Properties\Resources.resx

     文件       2892  2009-05-19 14:58  实验6\WindowsApplication1\WindowsApplication1\Properties\Resources.Designer.cs

     文件        249  2009-05-19 14:58  实验6\WindowsApplication1\WindowsApplication1\Properties\Settings.settings

     文件       1102  2009-05-19 14:58  实验6\WindowsApplication1\WindowsApplication1\Properties\Settings.Designer.cs

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1\Properties

     文件        344  2009-05-19 15:56  实验6\WindowsApplication1\WindowsApplication1\Form1.cs

     文件        478  2009-05-19 14:58  实验6\WindowsApplication1\WindowsApplication1\Program.cs

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1\obj\Debug\TempPE

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1\obj\Debug

     目录          0  2009-05-19 15:35  实验6\WindowsApplication1\WindowsApplication1\obj\Release\TempPE

     文件       6432  2009-05-19 15:55  实验6\WindowsApplication1\WindowsApplication1\obj\Release\WindowsApplication1.Form1.resources

     文件        180  2009-05-19 15:35  实验6\WindowsApplication1\WindowsApplication1\obj\Release\WindowsApplication1.Properties.Resources.resources

     文件      26112  2009-05-19 15:55  实验6\WindowsApplication1\WindowsApplication1\obj\Release\WindowsApplication1.pdb

     文件      32768  2009-05-19 15:55  实验6\WindowsApplication1\WindowsApplication1\obj\Release\WindowsApplication1.exe

     文件        842  2009-05-19 15:55  实验6\WindowsApplication1\WindowsApplication1\obj\Release\WindowsApplication1.csproj.GenerateResource.Cache

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1\obj\Release

     文件        368  2009-05-19 15:55  实验6\WindowsApplication1\WindowsApplication1\obj\WindowsApplication1.csproj.FileList.txt

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1\obj

     文件       5632  2005-12-08 14:51  实验6\WindowsApplication1\WindowsApplication1\bin\Debug\WindowsApplication1.vshost.exe

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1\bin\Debug

     文件      32768  2009-05-19 15:55  实验6\WindowsApplication1\WindowsApplication1\bin\Release\WindowsApplication1.exe

     文件      26112  2009-05-19 15:55  实验6\WindowsApplication1\WindowsApplication1\bin\Release\WindowsApplication1.pdb

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1\bin\Release

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1\bin

     文件       3245  2009-05-19 15:35  实验6\WindowsApplication1\WindowsApplication1\WindowsApplication1.csproj

     文件      26004  2009-05-19 15:50  实验6\WindowsApplication1\WindowsApplication1\Form1.Designer.cs

     文件      14703  2009-05-19 15:50  实验6\WindowsApplication1\WindowsApplication1\Form1.resx

     目录          0  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1

     文件        950  2009-05-19 14:59  实验6\WindowsApplication1\WindowsApplication1.sln

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

评论

共有 条评论