namespace PaintDotNet.Preview2
{
partial class WhiteBalanceControl
{
///
/// 必需的设计器变量。
///
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.groupBox3 = new System.Windows.Forms.GroupBox();
this.pnlColor = new System.Windows.Forms.TableLayoutPanel();
this.tkbBlue = new System.Windows.Forms.TrackBar();
this.tkbGreen = new System.Windows.Forms.TrackBar();
this.label1 = new System.Windows.Forms.Label();
this.colorBlue = new System.Windows.Forms.PictureBox();
this.colorCyan = new System.Windows.Forms.PictureBox();
this.tkbRed = new System.Windows.Forms.TrackBar();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.colorGreen = new System.Windows.Forms.PictureBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.colorRed = new System.Windows.Forms.PictureBox();
this.label9 = new System.Windows.Forms.Label();
this.colorYellow = new System.Windows.Forms.PictureBox();
this.colorFuchsia = new System.Windows.Forms.PictureBox();
this.btn5500k = new System.Windows.Forms.Button();
this.btn3200k = new System.Windows.Forms.Button();
this.btnAuto = new System.Windows.Forms.Button();
this.btnManual = new System.Windows.Forms.Button();
this.groupBox3.SuspendLayout();
this.pnlColor.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tkbBlue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tkbGreen)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.colorBlue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.colorCyan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tkbRed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.colorGreen)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.colorRed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.colorYellow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.colorFuchsia)).BeginInit();
this.SuspendLayout();
//
// groupBox3
//
this.groupBox3.Controls.Add(this.pnlColor);
this.groupBox3.Controls.Add(this.btn5500k);
this.groupBox3.Controls.Add(this.btn3200k);
this.groupBox3.Controls.Add(this.btnAuto);
this.groupBox3.Controls.Add(this.btnManual);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(0, 8);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
this.groupBox3.Size = new System.Drawing.Size(264, 140);
this.groupBox3.TabIndex = 19;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "通道设置";
//
// pnlColor
//
this.pnlColor.ColumnCount = 5;
this.pnlColor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.pnlColor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.pnlColor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.pnlColor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 35F));
this.pnlColor.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.pnlColor.Controls.Add(this.tkbBlue, 2, 2);
this.pnlColor.Controls.Add(this.tkbGreen, 2, 1);
this.pnlColor.Controls.Add(this.label1, 3, 0);
this.pnlColor.Controls.Add(this.colorBlue, 4, 2);
this.pnlColor.Controls.Add(this.colorCyan, 0, 0);
this.pnlColor.Controls.Add(this.tkbRed, 2, 0);
this.pnlColor.Controls.Add(this.label12, 3, 2);
this.pnlColor.Controls.Add(this.label11, 3, 1);
this.pnlColor.Controls.Add(this.colorGreen, 4, 1);
this.pnlColor.Controls.Add(this.label7, 1, 0);
this.pnlColor.Controls.Add(this.label8, 1, 1);
this.pnlColor.Controls.Add(this.colorRed, 4, 0);
this.pnlColor.Controls.Add(this.label9, 1, 2);
this.pnlColor.Controls.Add(this.colorYellow, 0, 2);
this.pnlColor.Controls.Add(this.colorFuchsia, 0, 1);
this.pnlColor.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlColor.Location = new System.Drawing.Point(4, 55);
this.pnlColor.Name = "pnlColor";
this.pnlColor.Padding = new System.Windows.Forms.Padding(4);
this.pnlColor.RowCount = 3;
this.pnlColor.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.pnlColor.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.pnlColor.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.pnlColor.Size = new System.Drawing.Size(256, 81);
this.pnlColor.TabIndex = 40;
//
// tkbBlue
//
this.tkbBlue.Dock = System.Windows.Forms.DockStyle.Fill;
this.tkbBlue.Location = new System.Drawing.Point(62, 55);
this.tkbBlue.Name = "tkbBlue";
this.tkbBlue.Size = new System.Drawing.Size(132, 19);
this.tkbBlue.TabIndex = 42;
this.tkbBlue.TabStop = false;
this.tkbBlue.Text = "metroTrackBar1";
this.tkbBlue.TickStyle = System.Windows.Forms.TickStyle.None;
this.tkbBlue.Scroll += new System.EventHandler(this.tkbBlue_Scroll);
//
// tkbGreen
//
this.tkbGreen.Dock = System.Windows.Forms.DockStyle.Fill;
this.tkbGreen.Location = new System.Drawing.Point(62, 31);
this.tkbGreen.Name = "tkbGreen";
this.tkbGreen.Size = new System.Drawing.Size(132, 18);
this.tkbGreen.TabIndex = 41;
this.tkbGreen.TabStop = false;
this.tkbGreen.Text = "metroTrackBar1";
this.tkbGreen.TickStyle = System.Windows.Forms.TickStyle.None;
this.tkbGreen.Scroll += new System.EventHandler(this.tkbGreen_Scroll);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(200, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 24);
this.label1.TabIndex = 40;
this.label1.Text = "红色";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// colorBlue
//
this.colorBlue.BackColor = System.Drawing.Color.Blue;
this.colorBlue.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorBlue.Location = new System.Drawing.Point(235, 55);
this.colorBlue.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
this.colorBlue.Name = "colorBlue";
this.colorBlue.Size = new System.Drawing.Size(14, 17);
this.colorBlue.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.colorBlue.TabIndex = 36;
this.colorBlue.TabStop = false;
//
// colorCyan
//
this.colorCyan.BackColor = System.Drawing.Color.Cyan;
this.colorCyan.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorCyan.Location = new System.Drawing.Point(7, 7);
this.colorCyan.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
this.colorCyan.Name = "colorCyan";
this.colorCyan.Size = new System.Drawing.Size(14, 16);
this.colorCyan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.colorCyan.TabIndex = 31;
this.colorCyan.TabStop = false;
//
// tkbRed
//
this.tkbRed.Dock = System.Windows.Forms.DockStyle.Fill;
this.tkbRed.Location = new System.Drawing.Point(62, 7);
this.tkbRed.Name = "tkbRed";
this.tkbRed.Size = new System.Drawing.Size(132, 18);
this.tkbRed.TabIndex = 39;
this.tkbRed.TabStop = false;
this.tkbRed.TickStyle = System.Windows.Forms.TickStyle.None;
this.tkbRed.Scroll += new System.EventHandler(this.tkbRed_Scroll);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
this.label12.Location = new System.Drawing.Point(200, 52);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 25);
this.label12.TabIndex = 30;
this.label12.Text = "蓝色";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
this.label11.Location = new System.Drawing.Point(200, 28);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(29, 24);
this.label11.TabIndex = 29;
this.label11.Text = "绿色";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// colorGreen
//
this.colorGreen.BackColor = System.Drawing.Color.Lime;
this.colorGreen.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorGreen.Location = new System.Drawing.Point(235, 31);
this.colorGreen.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
this.colorGreen.Name = "colorGreen";
this.colorGreen.Size = new System.Drawing.Size(14, 16);
this.colorGreen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.colorGreen.TabIndex = 34;
this.colorGreen.TabStop = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
this.label7.Location = new System.Drawing.Point(27, 4);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 24);
this.label7.TabIndex = 23;
this.label7.Text = "青色";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
this.label8.Location = new System.Drawing.Point(27, 28);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 24);
this.label8.TabIndex = 25;
this.label8.Text = "洋红";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// colorRed
//
this.colorRed.BackColor = System.Drawing.Color.Red;
this.colorRed.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorRed.Location = new System.Drawing.Point(235, 7);
this.colorRed.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
this.colorRed.Name = "colorRed";
this.colorRed.Size = new System.Drawing.Size(14, 16);
this.colorRed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.colorRed.TabIndex = 32;
this.colorRed.TabStop = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
this.label9.Location = new System.Drawing.Point(27, 52);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 25);
this.label9.TabIndex = 26;
this.label9.Text = "黄色";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// colorYellow
//
this.colorYellow.BackColor = System.Drawing.Color.Yellow;
this.colorYellow.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorYellow.Location = new System.Drawing.Point(7, 55);
this.colorYellow.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
this.colorYellow.Name = "colorYellow";
this.colorYellow.Size = new System.Drawing.Size(14, 17);
this.colorYellow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.colorYellow.TabIndex = 35;
this.colorYellow.TabStop = false;
//
// colorFuchsia
//
this.colorFuchsia.BackColor = System.Drawing.Color.Fuchsia;
this.colorFuchsia.Dock = System.Windows.Forms.DockStyle.Fill;
this.colorFuchsia.Location = new System.Drawing.Point(7, 31);
this.colorFuchsia.Margin = new System.Windows.Forms.Padding(3, 3, 3, 5);
this.colorFuchsia.Name = "colorFuchsia";
this.colorFuchsia.Size = new System.Drawing.Size(14, 16);
this.colorFuchsia.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.colorFuchsia.TabIndex = 33;
this.colorFuchsia.TabStop = false;
//
// btn5500k
//
this.btn5500k.Location = new System.Drawing.Point(192, 26);
this.btn5500k.Name = "btn5500k";
this.btn5500k.Size = new System.Drawing.Size(60, 23);
this.btn5500k.TabIndex = 20;
this.btn5500k.Text = "5500K";
this.btn5500k.UseVisualStyleBackColor = true;
this.btn5500k.Click += new System.EventHandler(this.button4_Click);
//
// btn3200k
//
this.btn3200k.Location = new System.Drawing.Point(132, 26);
this.btn3200k.Name = "btn3200k";
this.btn3200k.Size = new System.Drawing.Size(60, 23);
this.btn3200k.TabIndex = 19;
this.btn3200k.Text = "3200K";
this.btn3200k.UseVisualStyleBackColor = true;
this.btn3200k.Click += new System.EventHandler(this.button4_Click);
//
// btnAuto
//
this.btnAuto.Location = new System.Drawing.Point(72, 26);
this.btnAuto.Name = "btnAuto";
this.btnAuto.Size = new System.Drawing.Size(60, 23);
this.btnAuto.TabIndex = 18;
this.btnAuto.Text = "自动";
this.btnAuto.UseVisualStyleBackColor = true;
this.btnAuto.Click += new System.EventHandler(this.Manual_Click);
//
// btnManual
//
this.btnManual.Location = new System.Drawing.Point(12, 26);
this.btnManual.Name = "btnManual";
this.btnManual.Size = new System.Drawing.Size(60, 23);
this.btnManual.TabIndex = 17;
this.btnManual.Text = "手动";
this.btnManual.UseVisualStyleBackColor = true;
this.btnManual.Click += new System.EventHandler(this.Manual_Click);
//
// WhiteBalanceControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox3);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "WhiteBalanceControl";
this.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0);
this.Size = new System.Drawing.Size(264, 148);
this.groupBox3.ResumeLayout(false);
this.pnlColor.ResumeLayout(false);
this.pnlColor.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tkbBlue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tkbGreen)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.colorBlue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.colorCyan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tkbRed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.colorGreen)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.colorRed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.colorYellow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.colorFuchsia)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.PictureBox colorBlue;
private System.Windows.Forms.PictureBox colorYellow;
private System.Windows.Forms.PictureBox colorGreen;
private System.Windows.Forms.PictureBox colorFuchsia;
private System.Windows.Forms.PictureBox colorRed;
private System.Windows.Forms.PictureBox colorCyan;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button btn5500k;
private System.Windows.Forms.Button btn3200k;
private System.Windows.Forms.Button btnAuto;
private System.Windows.Forms.Button btnManual;
private System.Windows.Forms.TableLayoutPanel pnlColor;
private System.Windows.Forms.TrackBar tkbBlue;
private System.Windows.Forms.TrackBar tkbGreen;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TrackBar tkbRed;
}
}