⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 colorbox.designer.cs

📁 用C#写的USB数据采集程序
💻 CS
字号:
namespace Custom
{
    partial class ColorBox
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

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

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColorBox));
            this.panel5 = new System.Windows.Forms.Panel();
            this.panel6 = new System.Windows.Forms.Panel();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel7 = new System.Windows.Forms.Panel();
            this.trackBarBlue = new System.Windows.Forms.TrackBar();
            this.panel11 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.trackBarGreen = new System.Windows.Forms.TrackBar();
            this.panel9 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.trackBarRed = new System.Windows.Forms.TrackBar();
            this.panel10 = new System.Windows.Forms.Panel();
            this.panel12 = new System.Windows.Forms.Panel();
            this.selectedcolor = new System.Windows.Forms.Panel();
            this.panel253 = new System.Windows.Forms.Panel();
            this.panel254 = new System.Windows.Forms.Panel();
            this.panel255 = new System.Windows.Forms.Panel();
            this.panel256 = new System.Windows.Forms.Panel();
            this.panel8 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.pBcolor = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel7.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel12.SuspendLayout();
            this.selectedcolor.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel5
            // 
            this.panel5.BackColor = System.Drawing.Color.Black;
            this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel5.Location = new System.Drawing.Point(150, 0);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(1, 177);
            // 
            // panel6
            // 
            this.panel6.BackColor = System.Drawing.Color.Black;
            this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel6.Location = new System.Drawing.Point(0, 0);
            this.panel6.Name = "panel6";
            this.panel6.Size = new System.Drawing.Size(1, 177);
            // 
            // panel4
            // 
            this.panel4.BackColor = System.Drawing.Color.Black;
            this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel4.Location = new System.Drawing.Point(1, 176);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(149, 1);
            // 
            // panel7
            // 
            this.panel7.Controls.Add(this.trackBarBlue);
            this.panel7.Controls.Add(this.panel11);
            this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel7.Location = new System.Drawing.Point(1, 160);
            this.panel7.Name = "panel7";
            this.panel7.Size = new System.Drawing.Size(149, 16);
            // 
            // trackBarBlue
            // 
            this.trackBarBlue.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBarBlue.Location = new System.Drawing.Point(16, 0);
            this.trackBarBlue.Maximum = 255;
            this.trackBarBlue.Name = "trackBarBlue";
            this.trackBarBlue.Size = new System.Drawing.Size(133, 16);
            this.trackBarBlue.TabIndex = 5;
            this.trackBarBlue.TickFrequency = 5;
            this.trackBarBlue.ValueChanged += new System.EventHandler(this.trackBarBlue_ValueChanged);
            // 
            // panel11
            // 
            this.panel11.BackColor = System.Drawing.Color.Blue;
            this.panel11.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel11.Location = new System.Drawing.Point(0, 0);
            this.panel11.Name = "panel11";
            this.panel11.Size = new System.Drawing.Size(16, 16);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.trackBarGreen);
            this.panel2.Controls.Add(this.panel9);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(1, 144);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(149, 16);
            // 
            // trackBarGreen
            // 
            this.trackBarGreen.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBarGreen.Location = new System.Drawing.Point(16, 0);
            this.trackBarGreen.Maximum = 255;
            this.trackBarGreen.Name = "trackBarGreen";
            this.trackBarGreen.Size = new System.Drawing.Size(133, 16);
            this.trackBarGreen.TabIndex = 5;
            this.trackBarGreen.TickFrequency = 5;
            this.trackBarGreen.ValueChanged += new System.EventHandler(this.trackBarGreen_ValueChanged);
            // 
            // panel9
            // 
            this.panel9.BackColor = System.Drawing.Color.Lime;
            this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel9.Location = new System.Drawing.Point(0, 0);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(16, 16);
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.trackBarRed);
            this.panel3.Controls.Add(this.panel10);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(1, 128);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(149, 16);
            // 
            // trackBarRed
            // 
            this.trackBarRed.Dock = System.Windows.Forms.DockStyle.Fill;
            this.trackBarRed.Location = new System.Drawing.Point(16, 0);
            this.trackBarRed.Maximum = 255;
            this.trackBarRed.Name = "trackBarRed";
            this.trackBarRed.Size = new System.Drawing.Size(133, 16);
            this.trackBarRed.TabIndex = 6;
            this.trackBarRed.TickFrequency = 5;
            this.trackBarRed.ValueChanged += new System.EventHandler(this.trackBarRed_ValueChanged);
            // 
            // panel10
            // 
            this.panel10.BackColor = System.Drawing.Color.Red;
            this.panel10.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel10.Location = new System.Drawing.Point(0, 0);
            this.panel10.Name = "panel10";
            this.panel10.Size = new System.Drawing.Size(16, 16);
            // 
            // panel12
            // 
            this.panel12.Controls.Add(this.selectedcolor);
            this.panel12.Controls.Add(this.panel8);
            this.panel12.Controls.Add(this.label4);
            this.panel12.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel12.Location = new System.Drawing.Point(1, 112);
            this.panel12.Name = "panel12";
            this.panel12.Size = new System.Drawing.Size(149, 16);
            // 
            // selectedcolor
            // 
            this.selectedcolor.BackColor = System.Drawing.Color.White;
            this.selectedcolor.Controls.Add(this.panel253);
            this.selectedcolor.Controls.Add(this.panel254);
            this.selectedcolor.Controls.Add(this.panel255);
            this.selectedcolor.Controls.Add(this.panel256);
            this.selectedcolor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.selectedcolor.Location = new System.Drawing.Point(32, 0);
            this.selectedcolor.Name = "selectedcolor";
            this.selectedcolor.Size = new System.Drawing.Size(113, 16);
            // 
            // panel253
            // 
            this.panel253.BackColor = System.Drawing.Color.Black;
            this.panel253.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel253.Location = new System.Drawing.Point(0, 1);
            this.panel253.Name = "panel253";
            this.panel253.Size = new System.Drawing.Size(1, 14);
            // 
            // panel254
            // 
            this.panel254.BackColor = System.Drawing.Color.Black;
            this.panel254.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel254.Location = new System.Drawing.Point(0, 15);
            this.panel254.Name = "panel254";
            this.panel254.Size = new System.Drawing.Size(112, 1);
            // 
            // panel255
            // 
            this.panel255.BackColor = System.Drawing.Color.Black;
            this.panel255.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel255.Location = new System.Drawing.Point(112, 1);
            this.panel255.Name = "panel255";
            this.panel255.Size = new System.Drawing.Size(1, 15);
            // 
            // panel256
            // 
            this.panel256.BackColor = System.Drawing.Color.Black;
            this.panel256.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel256.Location = new System.Drawing.Point(0, 0);
            this.panel256.Name = "panel256";
            this.panel256.Size = new System.Drawing.Size(113, 1);
            // 
            // panel8
            // 
            this.panel8.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel8.Location = new System.Drawing.Point(145, 0);
            this.panel8.Name = "panel8";
            this.panel8.Size = new System.Drawing.Size(4, 16);
            // 
            // label4
            // 
            this.label4.Dock = System.Windows.Forms.DockStyle.Left;
            this.label4.Location = new System.Drawing.Point(0, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(32, 16);
            this.label4.Text = "颜色";
            this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // pBcolor
            // 
            this.pBcolor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pBcolor.Image = ((System.Drawing.Image)(resources.GetObject("pBcolor.Image")));
            this.pBcolor.Location = new System.Drawing.Point(1, 0);
            this.pBcolor.Name = "pBcolor";
            this.pBcolor.Size = new System.Drawing.Size(149, 112);
            this.pBcolor.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pBcolor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pBcolor_MouseDown);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Black;
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(1, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(149, 1);
            // 
            // ColorBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.pBcolor);
            this.Controls.Add(this.panel12);
            this.Controls.Add(this.panel3);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel7);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel6);
            this.Controls.Add(this.panel5);
            this.Name = "ColorBox";
            this.Size = new System.Drawing.Size(151, 177);
            this.panel7.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel12.ResumeLayout(false);
            this.selectedcolor.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel5;
        private System.Windows.Forms.Panel panel6;
        private System.Windows.Forms.Panel panel4;
        private System.Windows.Forms.Panel panel7;
        private System.Windows.Forms.TrackBar trackBarBlue;
        private System.Windows.Forms.Panel panel11;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.TrackBar trackBarGreen;
        private System.Windows.Forms.Panel panel9;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.TrackBar trackBarRed;
        private System.Windows.Forms.Panel panel10;
        private System.Windows.Forms.Panel panel12;
        private System.Windows.Forms.PictureBox pBcolor;
        private System.Windows.Forms.Panel selectedcolor;
        private System.Windows.Forms.Panel panel253;
        private System.Windows.Forms.Panel panel254;
        private System.Windows.Forms.Panel panel255;
        private System.Windows.Forms.Panel panel256;
        private System.Windows.Forms.Panel panel8;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Panel panel1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -