代码拉取完成,页面将自动刷新
namespace ColorPane
{
partial class ColorTracker
{
/// <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(ColorTracker));
this.csR = new ColorPane.ColorSlider();
this.csG = new ColorPane.ColorSlider();
this.csB = new ColorPane.ColorSlider();
this.lblBlue = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblGreen = new System.Windows.Forms.Label();
this.lblBackColor = new System.Windows.Forms.Label();
this.lblForeColor = new System.Windows.Forms.Label();
this.lblGray = new System.Windows.Forms.Label();
this.lblSwitch = new System.Windows.Forms.Label();
this.txtR = new System.Windows.Forms.TextBox();
this.txtG = new System.Windows.Forms.TextBox();
this.txtB = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// csR
//
this.csR.AlphaSelect = false;
this.csR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.csR.BackTexture = null;
this.csR.ColorTableType = ColorPane.ColorTableType.Red;
this.csR.HSB = ((ColorPane.ColorSpace.HSB)(resources.GetObject("csR.HSB")));
this.csR.Lab = ((ColorPane.ColorSpace.LAB)(resources.GetObject("csR.Lab")));
this.csR.Location = new System.Drawing.Point(63, 6);
this.csR.Name = "csR";
this.csR.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.csR.PickedColor = System.Drawing.Color.Empty;
this.csR.RGB = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.csR.Size = new System.Drawing.Size(117, 18);
this.csR.SliderVisible = ColorPane.SliderSide.RightOrBottom;
this.csR.SpectrumMaker = false;
this.csR.TabIndex = 0;
this.csR.Text = "colorSlider1";
this.csR.SliderScroll += new ColorPane.SliderEventHandler(this.SliderScroll);
//
// csG
//
this.csG.AlphaSelect = false;
this.csG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.csG.BackTexture = null;
this.csG.ColorTableType = ColorPane.ColorTableType.Green;
this.csG.HSB = ((ColorPane.ColorSpace.HSB)(resources.GetObject("csG.HSB")));
this.csG.Lab = ((ColorPane.ColorSpace.LAB)(resources.GetObject("csG.Lab")));
this.csG.Location = new System.Drawing.Point(63, 26);
this.csG.Name = "csG";
this.csG.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.csG.PickedColor = System.Drawing.Color.Empty;
this.csG.RGB = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.csG.Size = new System.Drawing.Size(117, 18);
this.csG.SliderVisible = ColorPane.SliderSide.RightOrBottom;
this.csG.SpectrumMaker = false;
this.csG.TabIndex = 0;
this.csG.Text = "colorSlider1";
this.csG.SliderScroll += new ColorPane.SliderEventHandler(this.SliderScroll);
//
// csB
//
this.csB.AlphaSelect = false;
this.csB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.csB.BackTexture = null;
this.csB.ColorTableType = ColorPane.ColorTableType.Blue;
this.csB.HSB = ((ColorPane.ColorSpace.HSB)(resources.GetObject("csB.HSB")));
this.csB.Lab = ((ColorPane.ColorSpace.LAB)(resources.GetObject("csB.Lab")));
this.csB.Location = new System.Drawing.Point(63, 46);
this.csB.Name = "csB";
this.csB.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.csB.PickedColor = System.Drawing.Color.Empty;
this.csB.RGB = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.csB.Size = new System.Drawing.Size(117, 18);
this.csB.SliderVisible = ColorPane.SliderSide.RightOrBottom;
this.csB.SpectrumMaker = false;
this.csB.TabIndex = 0;
this.csB.Text = "colorSlider1";
this.csB.SliderScroll += new ColorPane.SliderEventHandler(this.SliderScroll);
//
// lblBlue
//
this.lblBlue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBlue.Location = new System.Drawing.Point(42, 43);
this.lblBlue.Name = "lblBlue";
this.lblBlue.Size = new System.Drawing.Size(16, 16);
this.lblBlue.TabIndex = 1;
this.lblBlue.Text = "B:";
//
// label3
//
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(42, 3);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(16, 16);
this.label3.TabIndex = 1;
this.label3.Text = "R:";
//
// lblGreen
//
this.lblGreen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGreen.Location = new System.Drawing.Point(42, 23);
this.lblGreen.Name = "lblGreen";
this.lblGreen.Size = new System.Drawing.Size(16, 16);
this.lblGreen.TabIndex = 1;
this.lblGreen.Text = "G:";
//
// lblBackColor
//
this.lblBackColor.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.lblBackColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblBackColor.Location = new System.Drawing.Point(9, 15);
this.lblBackColor.Name = "lblBackColor";
this.lblBackColor.Size = new System.Drawing.Size(20, 20);
this.lblBackColor.TabIndex = 2;
this.lblBackColor.Click += new System.EventHandler(this.lblBackColor_Click);
//
// lblForeColor
//
this.lblForeColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lblForeColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblForeColor.Location = new System.Drawing.Point(0, 6);
this.lblForeColor.Name = "lblForeColor";
this.lblForeColor.Size = new System.Drawing.Size(20, 20);
this.lblForeColor.TabIndex = 3;
this.lblForeColor.Click += new System.EventHandler(this.lblForeColor_Click);
//
// lblGray
//
this.lblGray.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.lblGray.Image = global::ColorPane.Properties.Resources.Gray;
this.lblGray.Location = new System.Drawing.Point(0, 27);
this.lblGray.Name = "lblGray";
this.lblGray.Size = new System.Drawing.Size(8, 8);
this.lblGray.TabIndex = 5;
this.lblGray.Click += new System.EventHandler(this.lblGray_Click);
//
// lblSwitch
//
this.lblSwitch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.lblSwitch.Image = global::ColorPane.Properties.Resources.Switch;
this.lblSwitch.Location = new System.Drawing.Point(21, 6);
this.lblSwitch.Name = "lblSwitch";
this.lblSwitch.Size = new System.Drawing.Size(8, 8);
this.lblSwitch.TabIndex = 4;
this.lblSwitch.Click += new System.EventHandler(this.lblSwitch_Click);
//
// txtR
//
this.txtR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtR.Location = new System.Drawing.Point(186, 3);
this.txtR.MaximumSize = new System.Drawing.Size(40, 16);
this.txtR.Name = "txtR";
this.txtR.Size = new System.Drawing.Size(30, 16);
this.txtR.TabIndex = 6;
//
// txtG
//
this.txtG.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtG.Location = new System.Drawing.Point(186, 23);
this.txtG.MaximumSize = new System.Drawing.Size(40, 16);
this.txtG.Name = "txtG";
this.txtG.Size = new System.Drawing.Size(30, 16);
this.txtG.TabIndex = 6;
//
// txtB
//
this.txtB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtB.Location = new System.Drawing.Point(186, 43);
this.txtB.MaximumSize = new System.Drawing.Size(40, 16);
this.txtB.Name = "txtB";
this.txtB.Size = new System.Drawing.Size(30, 16);
this.txtB.TabIndex = 6;
//
// ColorTracker
//
this.Controls.Add(this.txtB);
this.Controls.Add(this.txtG);
this.Controls.Add(this.txtR);
this.Controls.Add(this.lblGray);
this.Controls.Add(this.lblSwitch);
this.Controls.Add(this.lblForeColor);
this.Controls.Add(this.lblBackColor);
this.Controls.Add(this.lblBlue);
this.Controls.Add(this.lblGreen);
this.Controls.Add(this.label3);
this.Controls.Add(this.csB);
this.Controls.Add(this.csG);
this.Controls.Add(this.csR);
this.Name = "ColorTracker";
this.Size = new System.Drawing.Size(219, 69);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ColorSlider csR;
private ColorSlider csG;
private ColorSlider csB;
private System.Windows.Forms.Label lblBlue;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblGreen;
private System.Windows.Forms.Label lblBackColor;
private System.Windows.Forms.Label lblForeColor;
private System.Windows.Forms.Label lblSwitch;
private System.Windows.Forms.Label lblGray;
private System.Windows.Forms.TextBox txtR;
private System.Windows.Forms.TextBox txtG;
private System.Windows.Forms.TextBox txtB;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。