123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- namespace PaintDotNet.Preview2
- {
- partial class ExposureSbControl
- {
- /// <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()
- {
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.cmpTarget = new PaintDotNet.Preview2.CameraParamBar2();
- this.pnlExposure = new System.Windows.Forms.Panel();
- this.txbExpTime = new System.Windows.Forms.TextBox();
- this.lblExposure = new System.Windows.Forms.Label();
- this.cmbExpUnit = new System.Windows.Forms.ComboBox();
- this.btnLog = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.lblExpMax = new System.Windows.Forms.Label();
- this.lblExpMin = new System.Windows.Forms.Label();
- this.tkbExposure = new System.Windows.Forms.TrackBar();
- this.btnAutoExposureOnce = new System.Windows.Forms.Button();
- this.ckbAutoExposure = new System.Windows.Forms.CheckBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.cmpGain = new PaintDotNet.Preview2.CameraParamBar2();
- this.groupBox1.SuspendLayout();
- this.pnlExposure.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.tkbExposure)).BeginInit();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.cmpTarget);
- this.groupBox1.Controls.Add(this.pnlExposure);
- this.groupBox1.Controls.Add(this.btnAutoExposureOnce);
- this.groupBox1.Controls.Add(this.ckbAutoExposure);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBox1.Location = new System.Drawing.Point(0, 8);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 6, 4, 4);
- this.groupBox1.Size = new System.Drawing.Size(269, 148);
- this.groupBox1.TabIndex = 48;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "曝光时间";
- //
- // cmpTarget
- //
- this.cmpTarget.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.cmpTarget.Caption = "亮度:";
- this.cmpTarget.DecimalPalces = 0;
- this.cmpTarget.Dock = System.Windows.Forms.DockStyle.Top;
- this.cmpTarget.IsFloat = false;
- this.cmpTarget.IsRangeVisible = true;
- this.cmpTarget.Location = new System.Drawing.Point(4, 72);
- this.cmpTarget.Max = 100;
- this.cmpTarget.Min = 0;
- this.cmpTarget.Name = "cmpTarget";
- this.cmpTarget.Padding = new System.Windows.Forms.Padding(2);
- this.cmpTarget.Size = new System.Drawing.Size(261, 40);
- this.cmpTarget.TabIndex = 68;
- this.cmpTarget.Value = 0;
- //
- // pnlExposure
- //
- this.pnlExposure.Controls.Add(this.txbExpTime);
- this.pnlExposure.Controls.Add(this.lblExposure);
- this.pnlExposure.Controls.Add(this.cmbExpUnit);
- this.pnlExposure.Controls.Add(this.btnLog);
- this.pnlExposure.Controls.Add(this.panel2);
- this.pnlExposure.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlExposure.Location = new System.Drawing.Point(4, 20);
- this.pnlExposure.Name = "pnlExposure";
- this.pnlExposure.Size = new System.Drawing.Size(261, 52);
- this.pnlExposure.TabIndex = 70;
- //
- // txbExpTime
- //
- this.txbExpTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txbExpTime.Dock = System.Windows.Forms.DockStyle.Right;
- this.txbExpTime.Location = new System.Drawing.Point(144, 0);
- this.txbExpTime.Name = "txbExpTime";
- this.txbExpTime.Size = new System.Drawing.Size(47, 21);
- this.txbExpTime.TabIndex = 76;
- this.txbExpTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txbExpTime.WordWrap = false;
- this.txbExpTime.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Exposure_KeyPress);
- //
- // lblExposure
- //
- this.lblExposure.Dock = System.Windows.Forms.DockStyle.Left;
- this.lblExposure.Location = new System.Drawing.Point(0, 0);
- this.lblExposure.Name = "lblExposure";
- this.lblExposure.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
- this.lblExposure.Size = new System.Drawing.Size(83, 20);
- this.lblExposure.TabIndex = 70;
- this.lblExposure.Text = "曝光时间 :";
- //
- // cmbExpUnit
- //
- this.cmbExpUnit.Dock = System.Windows.Forms.DockStyle.Right;
- this.cmbExpUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbExpUnit.FormattingEnabled = true;
- this.cmbExpUnit.Items.AddRange(new object[] {
- "us",
- "ms",
- "s"});
- this.cmbExpUnit.Location = new System.Drawing.Point(191, 0);
- this.cmbExpUnit.Name = "cmbExpUnit";
- this.cmbExpUnit.Size = new System.Drawing.Size(37, 20);
- this.cmbExpUnit.TabIndex = 77;
- this.cmbExpUnit.SelectedIndexChanged += new System.EventHandler(this.cmbExpUnit_SelectedIndexChanged);
- //
- // btnLog
- //
- this.btnLog.Dock = System.Windows.Forms.DockStyle.Right;
- this.btnLog.Location = new System.Drawing.Point(228, 0);
- this.btnLog.Name = "btnLog";
- this.btnLog.Size = new System.Drawing.Size(33, 20);
- this.btnLog.TabIndex = 78;
- this.btnLog.Text = "log";
- this.btnLog.UseVisualStyleBackColor = true;
- this.btnLog.Click += new System.EventHandler(this.btnLog_Click);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.lblExpMax);
- this.panel2.Controls.Add(this.lblExpMin);
- this.panel2.Controls.Add(this.tkbExposure);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 20);
- this.panel2.Name = "panel2";
- this.panel2.Padding = new System.Windows.Forms.Padding(69, 0, 4, 0);
- this.panel2.Size = new System.Drawing.Size(261, 32);
- this.panel2.TabIndex = 71;
- //
- // lblExpMax
- //
- this.lblExpMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.lblExpMax.Location = new System.Drawing.Point(226, 18);
- this.lblExpMax.Name = "lblExpMax";
- this.lblExpMax.Size = new System.Drawing.Size(35, 12);
- this.lblExpMax.TabIndex = 2;
- this.lblExpMax.Text = "15s";
- this.lblExpMax.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // lblExpMin
- //
- this.lblExpMin.AutoSize = true;
- this.lblExpMin.Location = new System.Drawing.Point(72, 18);
- this.lblExpMin.Name = "lblExpMin";
- this.lblExpMin.Size = new System.Drawing.Size(35, 12);
- this.lblExpMin.TabIndex = 1;
- this.lblExpMin.Text = "130us";
- //
- // tkbExposure
- //
- this.tkbExposure.AutoSize = false;
- this.tkbExposure.Dock = System.Windows.Forms.DockStyle.Top;
- this.tkbExposure.Location = new System.Drawing.Point(69, 0);
- this.tkbExposure.Name = "tkbExposure";
- this.tkbExposure.Size = new System.Drawing.Size(188, 21);
- this.tkbExposure.TabIndex = 3;
- this.tkbExposure.TabStop = false;
- this.tkbExposure.Text = "metroTrackBar1";
- this.tkbExposure.TickStyle = System.Windows.Forms.TickStyle.None;
- this.tkbExposure.Scroll += new System.EventHandler(this.tkbExposure_Scroll);
- //
- // btnAutoExposureOnce
- //
- this.btnAutoExposureOnce.Location = new System.Drawing.Point(95, 115);
- 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);
- //
- // ckbAutoExposure
- //
- this.ckbAutoExposure.AutoSize = true;
- this.ckbAutoExposure.Location = new System.Drawing.Point(9, 122);
- this.ckbAutoExposure.Margin = new System.Windows.Forms.Padding(2);
- this.ckbAutoExposure.Name = "ckbAutoExposure";
- this.ckbAutoExposure.Size = new System.Drawing.Size(72, 16);
- this.ckbAutoExposure.TabIndex = 60;
- this.ckbAutoExposure.Text = "自动曝光";
- this.ckbAutoExposure.UseVisualStyleBackColor = true;
- this.ckbAutoExposure.Click += new System.EventHandler(this.ckbAutoExposure_Click);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.cmpGain);
- this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.groupBox2.Location = new System.Drawing.Point(0, 165);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 6, 4, 4);
- this.groupBox2.Size = new System.Drawing.Size(269, 51);
- this.groupBox2.TabIndex = 49;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "增益值调整";
- //
- // cmpGain
- //
- this.cmpGain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.cmpGain.Caption = "曝光增益:";
- this.cmpGain.DecimalPalces = 0;
- this.cmpGain.Dock = System.Windows.Forms.DockStyle.Top;
- this.cmpGain.IsFloat = false;
- this.cmpGain.IsRangeVisible = false;
- this.cmpGain.Location = new System.Drawing.Point(4, 20);
- this.cmpGain.Max = 100;
- this.cmpGain.Min = 0;
- this.cmpGain.Name = "cmpGain";
- this.cmpGain.Padding = new System.Windows.Forms.Padding(2);
- this.cmpGain.Size = new System.Drawing.Size(261, 23);
- this.cmpGain.TabIndex = 70;
- this.cmpGain.Value = 0;
- //
- // ExposureSbControl
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.groupBox2);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "ExposureSbControl";
- this.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0);
- this.Size = new System.Drawing.Size(269, 216);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.pnlExposure.ResumeLayout(false);
- this.pnlExposure.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.tkbExposure)).EndInit();
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.CheckBox ckbAutoExposure;
- private System.Windows.Forms.Button btnAutoExposureOnce;
- private CameraParamBar2 cmpTarget;
- private System.Windows.Forms.GroupBox groupBox2;
- private CameraParamBar2 cmpGain;
- private System.Windows.Forms.Panel pnlExposure;
- private System.Windows.Forms.Label lblExposure;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label lblExpMax;
- private System.Windows.Forms.Label lblExpMin;
- public System.Windows.Forms.TrackBar tkbExposure;
- private System.Windows.Forms.TextBox txbExpTime;
- private System.Windows.Forms.ComboBox cmbExpUnit;
- private System.Windows.Forms.Button btnLog;
- }
- }
|