namespace PaintDotNet.ImageCollect { partial class AdjustWhiteBalanceControl { /// /// 必需的设计器变量。 /// 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.Panel(); this.lblCT = new System.Windows.Forms.Label(); this.tbrCT = new System.Windows.Forms.TrackBar(); this.label1 = new System.Windows.Forms.Label(); this.tbrRed = new System.Windows.Forms.TrackBar(); this.label7 = new System.Windows.Forms.Label(); this.colorBlue = new System.Windows.Forms.PictureBox(); this.tbrGreen = new System.Windows.Forms.TrackBar(); this.colorYellow = new System.Windows.Forms.PictureBox(); this.label8 = new System.Windows.Forms.Label(); this.colorGreen = new System.Windows.Forms.PictureBox(); this.label9 = new System.Windows.Forms.Label(); this.colorFuchsia = new System.Windows.Forms.PictureBox(); this.tbrBlue = new System.Windows.Forms.TrackBar(); this.colorRed = new System.Windows.Forms.PictureBox(); this.label10 = new System.Windows.Forms.Label(); this.colorCyan = new System.Windows.Forms.PictureBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.btnOnce = new System.Windows.Forms.Button(); this.ckbColor = new System.Windows.Forms.CheckBox(); 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.tbrCT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbrRed)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.colorBlue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbrGreen)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.colorYellow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.colorGreen)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.colorFuchsia)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbrBlue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.colorRed)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.colorCyan)).BeginInit(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Controls.Add(this.pnlColor); this.groupBox3.Controls.Add(this.btnOnce); this.groupBox3.Controls.Add(this.ckbColor); 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, 0); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(454, 204); this.groupBox3.TabIndex = 19; this.groupBox3.TabStop = false; this.groupBox3.Text = "白平衡"; // // pnlColor // this.pnlColor.Controls.Add(this.lblCT); this.pnlColor.Controls.Add(this.tbrCT); this.pnlColor.Controls.Add(this.label1); this.pnlColor.Controls.Add(this.tbrRed); this.pnlColor.Controls.Add(this.label7); this.pnlColor.Controls.Add(this.colorBlue); this.pnlColor.Controls.Add(this.tbrGreen); this.pnlColor.Controls.Add(this.colorYellow); this.pnlColor.Controls.Add(this.label8); this.pnlColor.Controls.Add(this.colorGreen); this.pnlColor.Controls.Add(this.label9); this.pnlColor.Controls.Add(this.colorFuchsia); this.pnlColor.Controls.Add(this.tbrBlue); this.pnlColor.Controls.Add(this.colorRed); this.pnlColor.Controls.Add(this.label10); this.pnlColor.Controls.Add(this.colorCyan); this.pnlColor.Controls.Add(this.label11); this.pnlColor.Controls.Add(this.label12); this.pnlColor.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlColor.Location = new System.Drawing.Point(3, 58); this.pnlColor.Name = "pnlColor"; this.pnlColor.Size = new System.Drawing.Size(448, 143); this.pnlColor.TabIndex = 38; // // lblCT // this.lblCT.AutoSize = true; this.lblCT.Location = new System.Drawing.Point(357, 107); this.lblCT.Name = "lblCT"; this.lblCT.Size = new System.Drawing.Size(35, 12); this.lblCT.TabIndex = 39; this.lblCT.Text = "3200K"; // // tbrCT // this.tbrCT.AutoSize = false; this.tbrCT.Location = new System.Drawing.Point(67, 105); this.tbrCT.Maximum = 1366; this.tbrCT.Name = "tbrCT"; this.tbrCT.Size = new System.Drawing.Size(272, 30); this.tbrCT.TabIndex = 38; this.tbrCT.TickStyle = System.Windows.Forms.TickStyle.None; this.tbrCT.Scroll += new System.EventHandler(this.tbrCT_Scroll); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(15, 107); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 37; this.label1.Text = "色温"; // // tbrRed // this.tbrRed.AutoSize = false; this.tbrRed.Location = new System.Drawing.Point(107, 9); this.tbrRed.Maximum = 1366; this.tbrRed.Name = "tbrRed"; this.tbrRed.Size = new System.Drawing.Size(246, 30); this.tbrRed.TabIndex = 22; this.tbrRed.TickStyle = System.Windows.Forms.TickStyle.None; this.tbrRed.Scroll += new System.EventHandler(this.redChannelTB_ValueChanged); this.tbrRed.ValueChanged += new System.EventHandler(this.redChannelTB_ValueChanged); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(61, 9); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 12); this.label7.TabIndex = 23; this.label7.Text = "青色"; // // colorBlue // this.colorBlue.BackColor = System.Drawing.Color.Blue; this.colorBlue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.colorBlue.Location = new System.Drawing.Point(415, 68); this.colorBlue.Name = "colorBlue"; this.colorBlue.Size = new System.Drawing.Size(12, 12); this.colorBlue.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.colorBlue.TabIndex = 36; this.colorBlue.TabStop = false; // // tbrGreen // this.tbrGreen.AutoSize = false; this.tbrGreen.Location = new System.Drawing.Point(107, 38); this.tbrGreen.Maximum = 1366; this.tbrGreen.Name = "tbrGreen"; this.tbrGreen.Size = new System.Drawing.Size(246, 30); this.tbrGreen.TabIndex = 24; this.tbrGreen.TickStyle = System.Windows.Forms.TickStyle.None; this.tbrGreen.Scroll += new System.EventHandler(this.greenChannelTB_ValueChanged); this.tbrGreen.ValueChanged += new System.EventHandler(this.greenChannelTB_ValueChanged); // // colorYellow // this.colorYellow.BackColor = System.Drawing.Color.Yellow; this.colorYellow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.colorYellow.Location = new System.Drawing.Point(36, 68); this.colorYellow.Name = "colorYellow"; this.colorYellow.Size = new System.Drawing.Size(12, 12); this.colorYellow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.colorYellow.TabIndex = 35; this.colorYellow.TabStop = false; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(61, 38); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(29, 12); this.label8.TabIndex = 25; this.label8.Text = "洋红"; // // colorGreen // this.colorGreen.BackColor = System.Drawing.Color.Lime; this.colorGreen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.colorGreen.Location = new System.Drawing.Point(415, 38); this.colorGreen.Name = "colorGreen"; this.colorGreen.Size = new System.Drawing.Size(12, 12); this.colorGreen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.colorGreen.TabIndex = 34; this.colorGreen.TabStop = false; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(61, 68); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(29, 12); this.label9.TabIndex = 26; this.label9.Text = "黄色"; // // colorFuchsia // this.colorFuchsia.BackColor = System.Drawing.Color.Fuchsia; this.colorFuchsia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.colorFuchsia.Location = new System.Drawing.Point(36, 38); this.colorFuchsia.Name = "colorFuchsia"; this.colorFuchsia.Size = new System.Drawing.Size(12, 12); this.colorFuchsia.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.colorFuchsia.TabIndex = 33; this.colorFuchsia.TabStop = false; // // tbrBlue // this.tbrBlue.AutoSize = false; this.tbrBlue.Location = new System.Drawing.Point(107, 68); this.tbrBlue.Maximum = 1366; this.tbrBlue.Name = "tbrBlue"; this.tbrBlue.Size = new System.Drawing.Size(246, 30); this.tbrBlue.TabIndex = 27; this.tbrBlue.TickStyle = System.Windows.Forms.TickStyle.None; this.tbrBlue.Scroll += new System.EventHandler(this.blueChannelTB_ValueChanged); this.tbrBlue.ValueChanged += new System.EventHandler(this.blueChannelTB_ValueChanged); // // colorRed // this.colorRed.BackColor = System.Drawing.Color.Red; this.colorRed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.colorRed.Location = new System.Drawing.Point(415, 9); this.colorRed.Name = "colorRed"; this.colorRed.Size = new System.Drawing.Size(12, 12); this.colorRed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.colorRed.TabIndex = 32; this.colorRed.TabStop = false; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(371, 9); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 12); this.label10.TabIndex = 28; this.label10.Text = "红色"; // // colorCyan // this.colorCyan.BackColor = System.Drawing.Color.Cyan; this.colorCyan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.colorCyan.Location = new System.Drawing.Point(36, 9); this.colorCyan.Name = "colorCyan"; this.colorCyan.Size = new System.Drawing.Size(12, 12); this.colorCyan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.colorCyan.TabIndex = 31; this.colorCyan.TabStop = false; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(371, 38); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(29, 12); this.label11.TabIndex = 29; this.label11.Text = "绿色"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(371, 68); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(29, 12); this.label12.TabIndex = 30; this.label12.Text = "蓝色"; // // btnOnce // this.btnOnce.Location = new System.Drawing.Point(191, 29); this.btnOnce.Name = "btnOnce"; this.btnOnce.Size = new System.Drawing.Size(75, 23); this.btnOnce.TabIndex = 37; this.btnOnce.Text = "一次白平衡"; this.btnOnce.UseVisualStyleBackColor = true; this.btnOnce.Click += new System.EventHandler(this.Once_Click); // // ckbColor // this.ckbColor.AutoSize = true; this.ckbColor.Checked = true; this.ckbColor.CheckState = System.Windows.Forms.CheckState.Checked; this.ckbColor.Location = new System.Drawing.Point(20, 67); this.ckbColor.Name = "ckbColor"; this.ckbColor.Size = new System.Drawing.Size(108, 16); this.ckbColor.TabIndex = 21; this.ckbColor.Text = "显示颜色值通道"; this.ckbColor.UseVisualStyleBackColor = true; this.ckbColor.CheckedChanged += new System.EventHandler(this.xianshiColourCheckBox_CheckedChanged); // // btn5500k // this.btn5500k.Location = new System.Drawing.Point(362, 29); this.btn5500k.Name = "btn5500k"; this.btn5500k.Size = new System.Drawing.Size(75, 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(277, 29); this.btn3200k.Name = "btn3200k"; this.btn3200k.Size = new System.Drawing.Size(75, 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(106, 29); this.btnAuto.Name = "btnAuto"; this.btnAuto.Size = new System.Drawing.Size(75, 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(20, 29); this.btnManual.Name = "btnManual"; this.btnManual.Size = new System.Drawing.Size(75, 23); this.btnManual.TabIndex = 17; this.btnManual.Text = "手动"; this.btnManual.UseVisualStyleBackColor = true; this.btnManual.Click += new System.EventHandler(this.Manual_Click); // // AdjustWhiteBalanceControl // 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 = "AdjustWhiteBalanceControl"; this.Size = new System.Drawing.Size(454, 204); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.pnlColor.ResumeLayout(false); this.pnlColor.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbrCT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbrRed)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.colorBlue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbrGreen)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.colorYellow)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.colorGreen)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.colorFuchsia)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbrBlue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.colorRed)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.colorCyan)).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 label10; private System.Windows.Forms.TrackBar tbrBlue; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.TrackBar tbrGreen; private System.Windows.Forms.Label label7; private System.Windows.Forms.TrackBar tbrRed; private System.Windows.Forms.CheckBox ckbColor; 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.Button btnOnce; private System.Windows.Forms.Panel pnlColor; private System.Windows.Forms.Label lblCT; private System.Windows.Forms.TrackBar tbrCT; private System.Windows.Forms.Label label1; } }