代码拉取完成,页面将自动刷新
namespace ColorPane
{
partial class ColorPicker
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColorPicker));
this.label1 = new System.Windows.Forms.Label();
this.csSampler = new ColorPane.ColorSlider();
this.panel1 = new System.Windows.Forms.Panel();
this.pnlColorOld = new System.Windows.Forms.Panel();
this.pnlColorNew = new System.Windows.Forms.Panel();
this.btnCancel = new System.Windows.Forms.Button();
this.btnColorSilo = new System.Windows.Forms.Button();
this.pnlWebColor = new System.Windows.Forms.Panel();
this.btnOK = new System.Windows.Forms.Button();
this.lblToWebColor = new System.Windows.Forms.Label();
this.optHue = new System.Windows.Forms.RadioButton();
this.txtHue = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.optSaturation = new System.Windows.Forms.RadioButton();
this.txtSaturation = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.optBrightness = new System.Windows.Forms.RadioButton();
this.txtBrightness = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.optAlpha = new System.Windows.Forms.RadioButton();
this.txtAlpha = new System.Windows.Forms.TextBox();
this.optRed = new System.Windows.Forms.RadioButton();
this.txtRed = new System.Windows.Forms.TextBox();
this.optGreen = new System.Windows.Forms.RadioButton();
this.txtGreen = new System.Windows.Forms.TextBox();
this.optBlue = new System.Windows.Forms.RadioButton();
this.txtBlue = new System.Windows.Forms.TextBox();
this.optLabL = new System.Windows.Forms.RadioButton();
this.txtLabL = new System.Windows.Forms.TextBox();
this.optLaba = new System.Windows.Forms.RadioButton();
this.txtLaba = new System.Windows.Forms.TextBox();
this.optLabb = new System.Windows.Forms.RadioButton();
this.txtLabb = new System.Windows.Forms.TextBox();
this.txtCmykC = new System.Windows.Forms.TextBox();
this.txtCmykM = new System.Windows.Forms.TextBox();
this.txtCmykY = new System.Windows.Forms.TextBox();
this.txtCmykK = new System.Windows.Forms.TextBox();
this.lblCmykC = new System.Windows.Forms.Label();
this.lblCmykM = new System.Windows.Forms.Label();
this.lblCmykK = new System.Windows.Forms.Label();
this.lblCmykY = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.lblScreenColor = new System.Windows.Forms.Label();
this.cdSampler = new ColorPane.ColorDrawer();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(9, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(75, 17);
this.label1.TabIndex = 0;
this.label1.Text = "选择颜色(&R):";
//
// csSampler
//
this.csSampler.AlphaSelect = false;
this.csSampler.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.csSampler.BackTexture = global::ColorPane.Properties.Resources.bb;
this.csSampler.ColorTableType = ColorPane.ColorTableType.Hue;
this.csSampler.Location = new System.Drawing.Point(292, 29);
this.csSampler.Name = "csSampler";
this.csSampler.Orientation = System.Windows.Forms.Orientation.Vertical;
this.csSampler.PickedColor = System.Drawing.Color.Empty;
this.csSampler.RGB = System.Drawing.Color.Blue;
this.csSampler.Size = new System.Drawing.Size(36, 271);
this.csSampler.SliderVisible = ColorPane.SliderSide.Both;
this.csSampler.SpectrumMaker = false;
this.csSampler.TabIndex = 2;
this.csSampler.Text = "colorSlider1";
this.csSampler.SliderScroll += new ColorPane.SliderEventHandler(this.csSampler_SliderScroll);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackgroundImage = global::ColorPane.Properties.Resources.bb;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.pnlColorOld);
this.panel1.Controls.Add(this.pnlColorNew);
this.panel1.Location = new System.Drawing.Point(334, 29);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(70, 70);
this.panel1.TabIndex = 3;
//
// pnlColorOld
//
this.pnlColorOld.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.pnlColorOld.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlColorOld.Location = new System.Drawing.Point(0, 35);
this.pnlColorOld.Name = "pnlColorOld";
this.pnlColorOld.Size = new System.Drawing.Size(68, 33);
this.pnlColorOld.TabIndex = 1;
//
// pnlColorNew
//
this.pnlColorNew.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.pnlColorNew.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlColorNew.Location = new System.Drawing.Point(0, 0);
this.pnlColorNew.Name = "pnlColorNew";
this.pnlColorNew.Size = new System.Drawing.Size(68, 35);
this.pnlColorNew.TabIndex = 0;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.Location = new System.Drawing.Point(447, 53);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(83, 22);
this.btnCancel.TabIndex = 35;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnColorSilo
//
this.btnColorSilo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnColorSilo.Enabled = false;
this.btnColorSilo.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnColorSilo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnColorSilo.Location = new System.Drawing.Point(447, 77);
this.btnColorSilo.Name = "btnColorSilo";
this.btnColorSilo.Size = new System.Drawing.Size(83, 22);
this.btnColorSilo.TabIndex = 36;
this.btnColorSilo.Text = "颜色库(&S)";
this.btnColorSilo.UseVisualStyleBackColor = true;
//
// pnlWebColor
//
this.pnlWebColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pnlWebColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.pnlWebColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlWebColor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pnlWebColor.Location = new System.Drawing.Point(409, 79);
this.pnlWebColor.Name = "pnlWebColor";
this.pnlWebColor.Size = new System.Drawing.Size(20, 20);
this.pnlWebColor.TabIndex = 5;
this.toolTip1.SetToolTip(this.pnlWebColor, "点按以选择Web安全颜色");
this.pnlWebColor.Click += new System.EventHandler(this.ToNearestWebSafeColor);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.Location = new System.Drawing.Point(447, 29);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(83, 22);
this.btnOK.TabIndex = 34;
this.btnOK.Text = "确定(&O)";
this.btnOK.UseVisualStyleBackColor = true;
//
// lblToWebColor
//
this.lblToWebColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblToWebColor.BackColor = System.Drawing.SystemColors.Control;
this.lblToWebColor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblToWebColor.Image = global::ColorPane.Properties.Resources.WebColorSmall;
this.lblToWebColor.Location = new System.Drawing.Point(409, 59);
this.lblToWebColor.Name = "lblToWebColor";
this.lblToWebColor.Size = new System.Drawing.Size(20, 20);
this.lblToWebColor.TabIndex = 4;
this.toolTip1.SetToolTip(this.lblToWebColor, "警告:不是Web安全颜色");
this.lblToWebColor.Click += new System.EventHandler(this.ToNearestWebSafeColor);
//
// optHue
//
this.optHue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optHue.AutoSize = true;
this.optHue.Checked = true;
this.optHue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optHue.Location = new System.Drawing.Point(334, 115);
this.optHue.Name = "optHue";
this.optHue.Size = new System.Drawing.Size(38, 21);
this.optHue.TabIndex = 6;
this.optHue.TabStop = true;
this.optHue.Text = "H:";
this.optHue.UseVisualStyleBackColor = true;
this.optHue.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtHue
//
this.txtHue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtHue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtHue.Location = new System.Drawing.Point(369, 115);
this.txtHue.Name = "txtHue";
this.txtHue.Size = new System.Drawing.Size(34, 23);
this.txtHue.TabIndex = 7;
this.txtHue.Tag = "0;360";
this.txtHue.Text = "360";
this.txtHue.Enter += new System.EventHandler(this.FocusRecived);
this.txtHue.Click += new System.EventHandler(this.TextBoxClick);
this.txtHue.Leave += new System.EventHandler(this.FocusLeave);
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(406, 117);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(20, 17);
this.label5.TabIndex = 37;
this.label5.Text = "度";
//
// optSaturation
//
this.optSaturation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optSaturation.AutoSize = true;
this.optSaturation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optSaturation.Location = new System.Drawing.Point(334, 142);
this.optSaturation.Name = "optSaturation";
this.optSaturation.Size = new System.Drawing.Size(36, 21);
this.optSaturation.TabIndex = 8;
this.optSaturation.Text = "S:";
this.optSaturation.UseVisualStyleBackColor = true;
this.optSaturation.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtSaturation
//
this.txtSaturation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtSaturation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSaturation.Location = new System.Drawing.Point(369, 142);
this.txtSaturation.Name = "txtSaturation";
this.txtSaturation.Size = new System.Drawing.Size(34, 23);
this.txtSaturation.TabIndex = 9;
this.txtSaturation.Tag = "0;100";
this.txtSaturation.Text = "100";
this.txtSaturation.Enter += new System.EventHandler(this.FocusRecived);
this.txtSaturation.Click += new System.EventHandler(this.TextBoxClick);
this.txtSaturation.Leave += new System.EventHandler(this.FocusLeave);
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(406, 144);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(19, 17);
this.label6.TabIndex = 38;
this.label6.Text = "%";
//
// optBrightness
//
this.optBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optBrightness.AutoSize = true;
this.optBrightness.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optBrightness.Location = new System.Drawing.Point(334, 169);
this.optBrightness.Name = "optBrightness";
this.optBrightness.Size = new System.Drawing.Size(37, 21);
this.optBrightness.TabIndex = 10;
this.optBrightness.Text = "B:";
this.optBrightness.UseVisualStyleBackColor = true;
this.optBrightness.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtBrightness
//
this.txtBrightness.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtBrightness.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBrightness.Location = new System.Drawing.Point(369, 169);
this.txtBrightness.Name = "txtBrightness";
this.txtBrightness.Size = new System.Drawing.Size(34, 23);
this.txtBrightness.TabIndex = 11;
this.txtBrightness.Tag = "0;100";
this.txtBrightness.Text = "100";
this.txtBrightness.Enter += new System.EventHandler(this.FocusRecived);
this.txtBrightness.Click += new System.EventHandler(this.TextBoxClick);
this.txtBrightness.Leave += new System.EventHandler(this.FocusLeave);
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(406, 171);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(19, 17);
this.label7.TabIndex = 39;
this.label7.Text = "%";
//
// optAlpha
//
this.optAlpha.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optAlpha.AutoSize = true;
this.optAlpha.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optAlpha.Location = new System.Drawing.Point(334, 196);
this.optAlpha.Name = "optAlpha";
this.optAlpha.Size = new System.Drawing.Size(37, 21);
this.optAlpha.TabIndex = 12;
this.optAlpha.Text = "A:";
this.optAlpha.UseVisualStyleBackColor = true;
this.optAlpha.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtAlpha
//
this.txtAlpha.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtAlpha.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtAlpha.Location = new System.Drawing.Point(369, 196);
this.txtAlpha.Name = "txtAlpha";
this.txtAlpha.Size = new System.Drawing.Size(34, 23);
this.txtAlpha.TabIndex = 13;
this.txtAlpha.Tag = "0;255";
this.txtAlpha.Text = "100";
this.txtAlpha.Enter += new System.EventHandler(this.FocusRecived);
this.txtAlpha.Click += new System.EventHandler(this.TextBoxClick);
this.txtAlpha.Leave += new System.EventHandler(this.FocusLeave);
//
// optRed
//
this.optRed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optRed.AutoSize = true;
this.optRed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optRed.Location = new System.Drawing.Point(334, 223);
this.optRed.Name = "optRed";
this.optRed.Size = new System.Drawing.Size(37, 21);
this.optRed.TabIndex = 14;
this.optRed.Text = "R:";
this.optRed.UseVisualStyleBackColor = true;
this.optRed.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtRed
//
this.txtRed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtRed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRed.Location = new System.Drawing.Point(369, 223);
this.txtRed.Name = "txtRed";
this.txtRed.Size = new System.Drawing.Size(34, 23);
this.txtRed.TabIndex = 15;
this.txtRed.Tag = "0;255";
this.txtRed.Text = "100";
this.txtRed.Enter += new System.EventHandler(this.FocusRecived);
this.txtRed.Click += new System.EventHandler(this.TextBoxClick);
this.txtRed.Leave += new System.EventHandler(this.FocusLeave);
//
// optGreen
//
this.optGreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optGreen.AutoSize = true;
this.optGreen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optGreen.Location = new System.Drawing.Point(334, 250);
this.optGreen.Name = "optGreen";
this.optGreen.Size = new System.Drawing.Size(38, 21);
this.optGreen.TabIndex = 16;
this.optGreen.Text = "G:";
this.optGreen.UseVisualStyleBackColor = true;
this.optGreen.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtGreen
//
this.txtGreen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtGreen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGreen.Location = new System.Drawing.Point(369, 250);
this.txtGreen.Name = "txtGreen";
this.txtGreen.Size = new System.Drawing.Size(34, 23);
this.txtGreen.TabIndex = 17;
this.txtGreen.Tag = "0;255";
this.txtGreen.Text = "100";
this.txtGreen.Enter += new System.EventHandler(this.FocusRecived);
this.txtGreen.Click += new System.EventHandler(this.TextBoxClick);
this.txtGreen.Leave += new System.EventHandler(this.FocusLeave);
//
// optBlue
//
this.optBlue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optBlue.AutoSize = true;
this.optBlue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optBlue.Location = new System.Drawing.Point(334, 277);
this.optBlue.Name = "optBlue";
this.optBlue.Size = new System.Drawing.Size(37, 21);
this.optBlue.TabIndex = 18;
this.optBlue.Text = "B:";
this.optBlue.UseVisualStyleBackColor = true;
this.optBlue.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtBlue
//
this.txtBlue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtBlue.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBlue.Location = new System.Drawing.Point(369, 277);
this.txtBlue.Name = "txtBlue";
this.txtBlue.Size = new System.Drawing.Size(34, 23);
this.txtBlue.TabIndex = 19;
this.txtBlue.Tag = "0;255";
this.txtBlue.Text = "100";
this.txtBlue.Enter += new System.EventHandler(this.FocusRecived);
this.txtBlue.Click += new System.EventHandler(this.TextBoxClick);
this.txtBlue.Leave += new System.EventHandler(this.FocusLeave);
//
// optLabL
//
this.optLabL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optLabL.AutoSize = true;
this.optLabL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optLabL.Location = new System.Drawing.Point(447, 115);
this.optLabL.Name = "optLabL";
this.optLabL.Size = new System.Drawing.Size(35, 21);
this.optLabL.TabIndex = 20;
this.optLabL.Text = "L:";
this.optLabL.UseVisualStyleBackColor = true;
this.optLabL.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtLabL
//
this.txtLabL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtLabL.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLabL.Location = new System.Drawing.Point(482, 115);
this.txtLabL.Name = "txtLabL";
this.txtLabL.Size = new System.Drawing.Size(34, 23);
this.txtLabL.TabIndex = 21;
this.txtLabL.Tag = "-128;127";
this.txtLabL.Text = "100";
this.txtLabL.Enter += new System.EventHandler(this.FocusRecived);
this.txtLabL.Click += new System.EventHandler(this.TextBoxClick);
this.txtLabL.Leave += new System.EventHandler(this.FocusLeave);
//
// optLaba
//
this.optLaba.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optLaba.AutoSize = true;
this.optLaba.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optLaba.Location = new System.Drawing.Point(447, 142);
this.optLaba.Name = "optLaba";
this.optLaba.Size = new System.Drawing.Size(36, 21);
this.optLaba.TabIndex = 22;
this.optLaba.Text = "a:";
this.optLaba.UseVisualStyleBackColor = true;
this.optLaba.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtLaba
//
this.txtLaba.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtLaba.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLaba.Location = new System.Drawing.Point(482, 142);
this.txtLaba.Name = "txtLaba";
this.txtLaba.Size = new System.Drawing.Size(34, 23);
this.txtLaba.TabIndex = 23;
this.txtLaba.Tag = "-128;127";
this.txtLaba.Text = "100";
this.txtLaba.Enter += new System.EventHandler(this.FocusRecived);
this.txtLaba.Click += new System.EventHandler(this.TextBoxClick);
this.txtLaba.Leave += new System.EventHandler(this.FocusLeave);
//
// optLabb
//
this.optLabb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.optLabb.AutoSize = true;
this.optLabb.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.optLabb.Location = new System.Drawing.Point(447, 169);
this.optLabb.Name = "optLabb";
this.optLabb.Size = new System.Drawing.Size(37, 21);
this.optLabb.TabIndex = 24;
this.optLabb.Text = "b:";
this.optLabb.UseVisualStyleBackColor = true;
this.optLabb.CheckedChanged += new System.EventHandler(this.OptionChekedChanged);
//
// txtLabb
//
this.txtLabb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtLabb.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLabb.Location = new System.Drawing.Point(482, 169);
this.txtLabb.Name = "txtLabb";
this.txtLabb.Size = new System.Drawing.Size(34, 23);
this.txtLabb.TabIndex = 25;
this.txtLabb.Tag = "-128;127";
this.txtLabb.Text = "100";
this.txtLabb.Enter += new System.EventHandler(this.FocusRecived);
this.txtLabb.Click += new System.EventHandler(this.TextBoxClick);
this.txtLabb.Leave += new System.EventHandler(this.FocusLeave);
//
// txtCmykC
//
this.txtCmykC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtCmykC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCmykC.Location = new System.Drawing.Point(482, 196);
this.txtCmykC.Name = "txtCmykC";
this.txtCmykC.Size = new System.Drawing.Size(34, 23);
this.txtCmykC.TabIndex = 27;
this.txtCmykC.Tag = "0;100";
this.txtCmykC.Text = "100";
this.txtCmykC.Enter += new System.EventHandler(this.FocusRecived);
this.txtCmykC.Click += new System.EventHandler(this.TextBoxClick);
this.txtCmykC.Leave += new System.EventHandler(this.FocusLeave);
//
// txtCmykM
//
this.txtCmykM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtCmykM.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCmykM.Location = new System.Drawing.Point(482, 223);
this.txtCmykM.Name = "txtCmykM";
this.txtCmykM.Size = new System.Drawing.Size(34, 23);
this.txtCmykM.TabIndex = 29;
this.txtCmykM.Tag = "0;100";
this.txtCmykM.Text = "100";
this.txtCmykM.Enter += new System.EventHandler(this.FocusRecived);
this.txtCmykM.Click += new System.EventHandler(this.TextBoxClick);
this.txtCmykM.Leave += new System.EventHandler(this.FocusLeave);
//
// txtCmykY
//
this.txtCmykY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtCmykY.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCmykY.Location = new System.Drawing.Point(482, 250);
this.txtCmykY.Name = "txtCmykY";
this.txtCmykY.Size = new System.Drawing.Size(34, 23);
this.txtCmykY.TabIndex = 31;
this.txtCmykY.Tag = "0;100";
this.txtCmykY.Text = "100";
this.txtCmykY.Enter += new System.EventHandler(this.FocusRecived);
this.txtCmykY.Click += new System.EventHandler(this.TextBoxClick);
this.txtCmykY.Leave += new System.EventHandler(this.FocusLeave);
//
// txtCmykK
//
this.txtCmykK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtCmykK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtCmykK.Location = new System.Drawing.Point(482, 277);
this.txtCmykK.Name = "txtCmykK";
this.txtCmykK.Size = new System.Drawing.Size(34, 23);
this.txtCmykK.TabIndex = 33;
this.txtCmykK.Tag = "0;100";
this.txtCmykK.Text = "100";
this.txtCmykK.Enter += new System.EventHandler(this.FocusRecived);
this.txtCmykK.Click += new System.EventHandler(this.TextBoxClick);
this.txtCmykK.Leave += new System.EventHandler(this.FocusLeave);
//
// lblCmykC
//
this.lblCmykC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblCmykC.AutoSize = true;
this.lblCmykC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCmykC.Location = new System.Drawing.Point(463, 200);
this.lblCmykC.Name = "lblCmykC";
this.lblCmykC.Size = new System.Drawing.Size(19, 17);
this.lblCmykC.TabIndex = 26;
this.lblCmykC.Text = "C:";
//
// lblCmykM
//
this.lblCmykM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblCmykM.AutoSize = true;
this.lblCmykM.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCmykM.Location = new System.Drawing.Point(458, 226);
this.lblCmykM.Name = "lblCmykM";
this.lblCmykM.Size = new System.Drawing.Size(23, 17);
this.lblCmykM.TabIndex = 28;
this.lblCmykM.Text = "M:";
//
// lblCmykK
//
this.lblCmykK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblCmykK.AutoSize = true;
this.lblCmykK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCmykK.Location = new System.Drawing.Point(463, 280);
this.lblCmykK.Name = "lblCmykK";
this.lblCmykK.Size = new System.Drawing.Size(19, 17);
this.lblCmykK.TabIndex = 32;
this.lblCmykK.Text = "K:";
//
// lblCmykY
//
this.lblCmykY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblCmykY.AutoSize = true;
this.lblCmykY.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblCmykY.Location = new System.Drawing.Point(463, 253);
this.lblCmykY.Name = "lblCmykY";
this.lblCmykY.Size = new System.Drawing.Size(18, 17);
this.lblCmykY.TabIndex = 30;
this.lblCmykY.Text = "Y:";
//
// label16
//
this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.Location = new System.Drawing.Point(514, 199);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(19, 17);
this.label16.TabIndex = 40;
this.label16.Text = "%";
//
// label17
//
this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.Location = new System.Drawing.Point(514, 225);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(19, 17);
this.label17.TabIndex = 41;
this.label17.Text = "%";
//
// label18
//
this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.Location = new System.Drawing.Point(514, 253);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(19, 17);
this.label18.TabIndex = 42;
this.label18.Text = "%";
//
// label19
//
this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.Location = new System.Drawing.Point(514, 280);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(19, 17);
this.label19.TabIndex = 43;
this.label19.Text = "%";
//
// lblScreenColor
//
this.lblScreenColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblScreenColor.BackColor = System.Drawing.SystemColors.Control;
this.lblScreenColor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblScreenColor.Image = global::ColorPane.Properties.Resources.PencilToolIcon;
this.lblScreenColor.Location = new System.Drawing.Point(409, 29);
this.lblScreenColor.Name = "lblScreenColor";
this.lblScreenColor.Size = new System.Drawing.Size(20, 20);
this.lblScreenColor.TabIndex = 44;
this.toolTip1.SetToolTip(this.lblScreenColor, "警告:不是Web安全颜色");
this.lblScreenColor.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblScreenColor_MouseDown);
this.lblScreenColor.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblScreenColor_MouseMove);
this.lblScreenColor.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lblScreenColor_MouseUp);
//
// cdSampler
//
this.cdSampler.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cdSampler.BackgroundImage = global::ColorPane.Properties.Resources.bb;
this.cdSampler.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.cdSampler.ColorTableType = ColorPane.ColorTableType.Hue;
this.cdSampler.Cursor = System.Windows.Forms.Cursors.Default;
this.cdSampler.Location = new System.Drawing.Point(12, 29);
this.cdSampler.Name = "cdSampler";
this.cdSampler.Size = new System.Drawing.Size(274, 271);
this.cdSampler.TabIndex = 1;
this.cdSampler.SliderScroll += new System.EventHandler(this.cdSampler_SliderScroll);
//
// ColorPicker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(546, 314);
this.Controls.Add(this.lblScreenColor);
this.Controls.Add(this.txtCmykK);
this.Controls.Add(this.txtCmykY);
this.Controls.Add(this.txtCmykM);
this.Controls.Add(this.txtCmykC);
this.Controls.Add(this.txtLabb);
this.Controls.Add(this.txtLaba);
this.Controls.Add(this.txtLabL);
this.Controls.Add(this.txtBlue);
this.Controls.Add(this.txtGreen);
this.Controls.Add(this.txtRed);
this.Controls.Add(this.txtAlpha);
this.Controls.Add(this.txtBrightness);
this.Controls.Add(this.txtSaturation);
this.Controls.Add(this.txtHue);
this.Controls.Add(this.lblCmykY);
this.Controls.Add(this.lblCmykK);
this.Controls.Add(this.lblCmykM);
this.Controls.Add(this.lblCmykC);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.optBlue);
this.Controls.Add(this.optGreen);
this.Controls.Add(this.optRed);
this.Controls.Add(this.optAlpha);
this.Controls.Add(this.optBrightness);
this.Controls.Add(this.optSaturation);
this.Controls.Add(this.optLabb);
this.Controls.Add(this.optLaba);
this.Controls.Add(this.optLabL);
this.Controls.Add(this.optHue);
this.Controls.Add(this.lblToWebColor);
this.Controls.Add(this.pnlWebColor);
this.Controls.Add(this.btnColorSilo);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.panel1);
this.Controls.Add(this.csSampler);
this.Controls.Add(this.label1);
this.Controls.Add(this.cdSampler);
this.Controls.Add(this.label19);
this.Controls.Add(this.label18);
this.Controls.Add(this.label17);
this.Controls.Add(this.label16);
this.DataBindings.Add(new System.Windows.Forms.Binding("Location", global::ColorPane.Properties.Settings.Default, "Location", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.DataBindings.Add(new System.Windows.Forms.Binding("ClientSize", global::ColorPane.Properties.Settings.Default, "Size", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Location = global::ColorPane.Properties.Settings.Default.Location;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ColorPicker";
this.Text = "ColorPicker";
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ColorDrawer cdSampler;
private System.Windows.Forms.Label label1;
private ColorSlider csSampler;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel pnlColorOld;
private System.Windows.Forms.Panel pnlColorNew;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnColorSilo;
private System.Windows.Forms.Panel pnlWebColor;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Label lblToWebColor;
private System.Windows.Forms.RadioButton optHue;
private System.Windows.Forms.TextBox txtHue;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.RadioButton optSaturation;
private System.Windows.Forms.TextBox txtSaturation;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RadioButton optBrightness;
private System.Windows.Forms.TextBox txtBrightness;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.RadioButton optAlpha;
private System.Windows.Forms.TextBox txtAlpha;
private System.Windows.Forms.RadioButton optRed;
private System.Windows.Forms.TextBox txtRed;
private System.Windows.Forms.RadioButton optGreen;
private System.Windows.Forms.TextBox txtGreen;
private System.Windows.Forms.RadioButton optBlue;
private System.Windows.Forms.TextBox txtBlue;
private System.Windows.Forms.RadioButton optLabL;
private System.Windows.Forms.TextBox txtLabL;
private System.Windows.Forms.RadioButton optLaba;
private System.Windows.Forms.TextBox txtLaba;
private System.Windows.Forms.RadioButton optLabb;
private System.Windows.Forms.TextBox txtLabb;
private System.Windows.Forms.TextBox txtCmykC;
private System.Windows.Forms.TextBox txtCmykM;
private System.Windows.Forms.TextBox txtCmykY;
private System.Windows.Forms.TextBox txtCmykK;
private System.Windows.Forms.Label lblCmykC;
private System.Windows.Forms.Label lblCmykM;
private System.Windows.Forms.Label lblCmykK;
private System.Windows.Forms.Label lblCmykY;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Label lblScreenColor;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。