123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- namespace PaintDotNet.ImageCollect.CameraComponent
- {
- partial class AdjustExposureControl
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- m_aeTimer.Stop();
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.btnAutoExposureOnce = new System.Windows.Forms.Button();
- this.checkBoxAutoExposure = new System.Windows.Forms.CheckBox();
- this.unitLabel = new System.Windows.Forms.Label();
- this.ExposureBox = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.lblBaoGuangMaxVal = new System.Windows.Forms.Label();
- this.lblBaoGuangMinVal = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.lightTBar = new System.Windows.Forms.TrackBar();
- this.ExposureTBar = new System.Windows.Forms.TrackBar();
- this.LightBox = new System.Windows.Forms.TextBox();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.lightTBar)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ExposureTBar)).BeginInit();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.btnAutoExposureOnce);
- this.groupBox1.Controls.Add(this.checkBoxAutoExposure);
- this.groupBox1.Controls.Add(this.unitLabel);
- this.groupBox1.Controls.Add(this.ExposureBox);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.lblBaoGuangMaxVal);
- this.groupBox1.Controls.Add(this.lblBaoGuangMinVal);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.lightTBar);
- this.groupBox1.Controls.Add(this.ExposureTBar);
- this.groupBox1.Controls.Add(this.LightBox);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(470, 144);
- this.groupBox1.TabIndex = 48;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "曝光时间";
- //
- // btnAutoExposureOnce
- //
- this.btnAutoExposureOnce.Location = new System.Drawing.Point(135, 106);
- this.btnAutoExposureOnce.Margin = new System.Windows.Forms.Padding(2);
- this.btnAutoExposureOnce.Name = "btnAutoExposureOnce";
- this.btnAutoExposureOnce.Size = new System.Drawing.Size(102, 25);
- this.btnAutoExposureOnce.TabIndex = 61;
- this.btnAutoExposureOnce.Text = "一次自动曝光";
- this.btnAutoExposureOnce.UseVisualStyleBackColor = true;
- this.btnAutoExposureOnce.Click += new System.EventHandler(this.btnAutoExposureOnce_Click);
- //
- // checkBoxAutoExposure
- //
- this.checkBoxAutoExposure.AutoSize = true;
- this.checkBoxAutoExposure.Location = new System.Drawing.Point(20, 112);
- this.checkBoxAutoExposure.Margin = new System.Windows.Forms.Padding(2);
- this.checkBoxAutoExposure.Name = "checkBoxAutoExposure";
- this.checkBoxAutoExposure.Size = new System.Drawing.Size(72, 16);
- this.checkBoxAutoExposure.TabIndex = 60;
- this.checkBoxAutoExposure.Text = "自动曝光";
- this.checkBoxAutoExposure.UseVisualStyleBackColor = true;
- this.checkBoxAutoExposure.Click += new System.EventHandler(this.checkBoxAutoExposure_CheckedChanged);
- //
- // unitLabel
- //
- this.unitLabel.AutoSize = true;
- this.unitLabel.Location = new System.Drawing.Point(430, 30);
- this.unitLabel.Name = "unitLabel";
- this.unitLabel.Size = new System.Drawing.Size(17, 12);
- this.unitLabel.TabIndex = 58;
- this.unitLabel.Text = "us";
- //
- // ExposureBox
- //
- this.ExposureBox.Location = new System.Drawing.Point(368, 26);
- this.ExposureBox.Name = "ExposureBox";
- this.ExposureBox.Size = new System.Drawing.Size(55, 21);
- this.ExposureBox.TabIndex = 57;
- this.ExposureBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baoGuangTBox_KeyPress);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(326, 86);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(23, 12);
- this.label3.TabIndex = 55;
- this.label3.Text = "255";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(92, 86);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(11, 12);
- this.label4.TabIndex = 54;
- this.label4.Text = "0";
- //
- // lblBaoGuangMaxVal
- //
- this.lblBaoGuangMaxVal.AutoSize = true;
- this.lblBaoGuangMaxVal.Location = new System.Drawing.Point(320, 48);
- this.lblBaoGuangMaxVal.Name = "lblBaoGuangMaxVal";
- this.lblBaoGuangMaxVal.Size = new System.Drawing.Size(41, 12);
- this.lblBaoGuangMaxVal.TabIndex = 53;
- this.lblBaoGuangMaxVal.Text = "1000ms";
- //
- // lblBaoGuangMinVal
- //
- this.lblBaoGuangMinVal.AutoSize = true;
- this.lblBaoGuangMinVal.Location = new System.Drawing.Point(92, 48);
- this.lblBaoGuangMinVal.Name = "lblBaoGuangMinVal";
- this.lblBaoGuangMinVal.Size = new System.Drawing.Size(41, 12);
- this.lblBaoGuangMinVal.TabIndex = 52;
- this.lblBaoGuangMinVal.Text = "250μs";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(16, 62);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(71, 12);
- this.label6.TabIndex = 51;
- this.label6.Text = "曝光百分比:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(16, 26);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(65, 12);
- this.label5.TabIndex = 48;
- this.label5.Text = "曝光时间:";
- //
- // lightTBar
- //
- this.lightTBar.Location = new System.Drawing.Point(88, 62);
- this.lightTBar.Maximum = 255;
- this.lightTBar.Name = "lightTBar";
- this.lightTBar.Size = new System.Drawing.Size(274, 45);
- this.lightTBar.TabIndex = 49;
- this.lightTBar.TickStyle = System.Windows.Forms.TickStyle.None;
- this.lightTBar.Value = 100;
- this.lightTBar.Scroll += new System.EventHandler(this.Light_ValueChanged);
- //
- // ExposureTBar
- //
- this.ExposureTBar.Location = new System.Drawing.Point(88, 26);
- this.ExposureTBar.Maximum = 5000;
- this.ExposureTBar.Name = "ExposureTBar";
- this.ExposureTBar.Size = new System.Drawing.Size(274, 45);
- this.ExposureTBar.TabIndex = 50;
- this.ExposureTBar.TickStyle = System.Windows.Forms.TickStyle.None;
- this.ExposureTBar.Scroll += new System.EventHandler(this.Exposure_ValueChanged);
- //
- // LightBox
- //
- this.LightBox.Location = new System.Drawing.Point(368, 62);
- this.LightBox.Name = "LightBox";
- this.LightBox.Size = new System.Drawing.Size(55, 21);
- this.LightBox.TabIndex = 56;
- this.LightBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baoGuangTBox_KeyPress);
- //
- // AdjustExposureControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.groupBox1);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "AdjustExposureControl";
- this.Size = new System.Drawing.Size(470, 144);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.lightTBar)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ExposureTBar)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.CheckBox checkBoxAutoExposure;
- private System.Windows.Forms.Label unitLabel;
- private System.Windows.Forms.TextBox ExposureBox;
- private System.Windows.Forms.TextBox LightBox;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label lblBaoGuangMaxVal;
- private System.Windows.Forms.Label lblBaoGuangMinVal;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TrackBar lightTBar;
- private System.Windows.Forms.TrackBar ExposureTBar;
- private System.Windows.Forms.Button btnAutoExposureOnce;
- }
- }
|