123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- namespace OTSMeasureApp._5_OTSMeasureStatuImageFun
- {
- partial class frmBCRegulate
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.txtstdpos = new System.Windows.Forms.TextBox();
- this.cbobrele = new System.Windows.Forms.ComboBox();
- this.txtbrvalue = new System.Windows.Forms.TextBox();
- this.txtdarkvalue = new System.Windows.Forms.TextBox();
- this.cbodarkele = new System.Windows.Forms.ComboBox();
- this.txtinitbr = new System.Windows.Forms.TextBox();
- this.txtinitcontrast = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.button3 = new System.Windows.Forms.Button();
- this.EnableAutoBC = new System.Windows.Forms.CheckBox();
- this.txtMag = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.button4 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.button7 = new System.Windows.Forms.Button();
- this.button8 = new System.Windows.Forms.Button();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.label7 = new System.Windows.Forms.Label();
- this.txtperiod = new System.Windows.Forms.TextBox();
- this.radiobtnEverySample = new System.Windows.Forms.RadioButton();
- this.radiobtnEveryPeriod = new System.Windows.Forms.RadioButton();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // txtstdpos
- //
- this.txtstdpos.Location = new System.Drawing.Point(161, 36);
- this.txtstdpos.Name = "txtstdpos";
- this.txtstdpos.Size = new System.Drawing.Size(132, 21);
- this.txtstdpos.TabIndex = 0;
- //
- // cbobrele
- //
- this.cbobrele.FormattingEnabled = true;
- this.cbobrele.Items.AddRange(new object[] {
- "C",
- "Al",
- "Fe",
- "Cu",
- "Zn"});
- this.cbobrele.Location = new System.Drawing.Point(162, 104);
- this.cbobrele.Name = "cbobrele";
- this.cbobrele.Size = new System.Drawing.Size(68, 20);
- this.cbobrele.TabIndex = 1;
- //
- // txtbrvalue
- //
- this.txtbrvalue.Location = new System.Drawing.Point(240, 104);
- this.txtbrvalue.Name = "txtbrvalue";
- this.txtbrvalue.Size = new System.Drawing.Size(58, 21);
- this.txtbrvalue.TabIndex = 2;
- //
- // txtdarkvalue
- //
- this.txtdarkvalue.Location = new System.Drawing.Point(240, 78);
- this.txtdarkvalue.Name = "txtdarkvalue";
- this.txtdarkvalue.Size = new System.Drawing.Size(58, 21);
- this.txtdarkvalue.TabIndex = 3;
- //
- // cbodarkele
- //
- this.cbodarkele.FormattingEnabled = true;
- this.cbodarkele.Items.AddRange(new object[] {
- "C",
- "Al",
- "Fe",
- "Cu"});
- this.cbodarkele.Location = new System.Drawing.Point(162, 79);
- this.cbodarkele.Name = "cbodarkele";
- this.cbodarkele.Size = new System.Drawing.Size(68, 20);
- this.cbodarkele.TabIndex = 4;
- //
- // txtinitbr
- //
- this.txtinitbr.Location = new System.Drawing.Point(162, 179);
- this.txtinitbr.Name = "txtinitbr";
- this.txtinitbr.Size = new System.Drawing.Size(131, 21);
- this.txtinitbr.TabIndex = 5;
- //
- // txtinitcontrast
- //
- this.txtinitcontrast.Location = new System.Drawing.Point(162, 213);
- this.txtinitcontrast.Name = "txtinitcontrast";
- this.txtinitcontrast.Size = new System.Drawing.Size(131, 21);
- this.txtinitcontrast.TabIndex = 6;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(303, 38);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(62, 19);
- this.button1.TabIndex = 7;
- this.button1.Text = "Read";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(89, 41);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 8;
- this.label1.Text = "Location";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(93, 104);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(41, 12);
- this.label2.TabIndex = 8;
- this.label2.Text = "Bright";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(93, 78);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 8;
- this.label3.Text = "Dark";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(67, 182);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(77, 12);
- this.label4.TabIndex = 9;
- this.label4.Text = "InitalBright";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(67, 216);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(89, 12);
- this.label5.TabIndex = 9;
- this.label5.Text = "InitalContrast";
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(32, 265);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(185, 42);
- this.button2.TabIndex = 10;
- this.button2.Text = "AutoBrightContrast";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // groupBox1
- //
- this.groupBox1.Location = new System.Drawing.Point(12, 249);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(453, 10);
- this.groupBox1.TabIndex = 11;
- this.groupBox1.TabStop = false;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(347, 445);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(109, 35);
- this.button3.TabIndex = 12;
- this.button3.Text = "Record";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // EnableAutoBC
- //
- this.EnableAutoBC.AutoSize = true;
- this.EnableAutoBC.Location = new System.Drawing.Point(10, 20);
- this.EnableAutoBC.Name = "EnableAutoBC";
- this.EnableAutoBC.Size = new System.Drawing.Size(96, 16);
- this.EnableAutoBC.TabIndex = 13;
- this.EnableAutoBC.Text = "EnableAutoBC";
- this.EnableAutoBC.UseVisualStyleBackColor = true;
- //
- // txtMag
- //
- this.txtMag.Location = new System.Drawing.Point(162, 143);
- this.txtMag.Name = "txtMag";
- this.txtMag.Size = new System.Drawing.Size(131, 21);
- this.txtMag.TabIndex = 14;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(95, 143);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(23, 12);
- this.label6.TabIndex = 15;
- this.label6.Text = "Mag";
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(304, 85);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(60, 21);
- this.button4.TabIndex = 16;
- this.button4.Text = "Read";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(303, 192);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(60, 21);
- this.button5.TabIndex = 17;
- this.button5.Text = "Read";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button6
- //
- this.button6.Location = new System.Drawing.Point(369, 192);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(57, 22);
- this.button6.TabIndex = 18;
- this.button6.Text = "write";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(369, 38);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(57, 19);
- this.button7.TabIndex = 19;
- this.button7.Text = "GOTO";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
- // button8
- //
- this.button8.Location = new System.Drawing.Point(234, 267);
- this.button8.Name = "button8";
- this.button8.Size = new System.Drawing.Size(92, 40);
- this.button8.TabIndex = 20;
- this.button8.Text = "stop";
- this.button8.UseVisualStyleBackColor = true;
- this.button8.Click += new System.EventHandler(this.button8_Click);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.label7);
- this.groupBox2.Controls.Add(this.txtperiod);
- this.groupBox2.Controls.Add(this.radiobtnEverySample);
- this.groupBox2.Controls.Add(this.radiobtnEveryPeriod);
- this.groupBox2.Controls.Add(this.EnableAutoBC);
- this.groupBox2.Location = new System.Drawing.Point(12, 313);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(470, 113);
- this.groupBox2.TabIndex = 21;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Strategy";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(227, 54);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(41, 12);
- this.label7.TabIndex = 17;
- this.label7.Text = "minute";
- //
- // txtperiod
- //
- this.txtperiod.Location = new System.Drawing.Point(119, 52);
- this.txtperiod.Name = "txtperiod";
- this.txtperiod.Size = new System.Drawing.Size(99, 21);
- this.txtperiod.TabIndex = 16;
- //
- // radiobtnEverySample
- //
- this.radiobtnEverySample.AutoSize = true;
- this.radiobtnEverySample.Location = new System.Drawing.Point(10, 91);
- this.radiobtnEverySample.Name = "radiobtnEverySample";
- this.radiobtnEverySample.Size = new System.Drawing.Size(95, 16);
- this.radiobtnEverySample.TabIndex = 15;
- this.radiobtnEverySample.TabStop = true;
- this.radiobtnEverySample.Text = "Every Sample";
- this.radiobtnEverySample.UseVisualStyleBackColor = true;
- //
- // radiobtnEveryPeriod
- //
- this.radiobtnEveryPeriod.AutoSize = true;
- this.radiobtnEveryPeriod.Location = new System.Drawing.Point(10, 53);
- this.radiobtnEveryPeriod.Name = "radiobtnEveryPeriod";
- this.radiobtnEveryPeriod.Size = new System.Drawing.Size(95, 16);
- this.radiobtnEveryPeriod.TabIndex = 14;
- this.radiobtnEveryPeriod.TabStop = true;
- this.radiobtnEveryPeriod.Text = "Every Period";
- this.radiobtnEveryPeriod.UseVisualStyleBackColor = true;
- //
- // frmBCRegulate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(494, 492);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.button8);
- this.Controls.Add(this.button7);
- this.Controls.Add(this.button6);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.txtMag);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.txtinitcontrast);
- this.Controls.Add(this.txtinitbr);
- this.Controls.Add(this.cbodarkele);
- this.Controls.Add(this.txtdarkvalue);
- this.Controls.Add(this.txtbrvalue);
- this.Controls.Add(this.cbobrele);
- this.Controls.Add(this.txtstdpos);
- this.Name = "frmBCRegulate";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "frmBCRegulate";
- this.Load += new System.EventHandler(this.frmBCRegulate_Load_1);
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox txtstdpos;
- private System.Windows.Forms.ComboBox cbobrele;
- private System.Windows.Forms.TextBox txtbrvalue;
- private System.Windows.Forms.TextBox txtdarkvalue;
- private System.Windows.Forms.ComboBox cbodarkele;
- private System.Windows.Forms.TextBox txtinitbr;
- private System.Windows.Forms.TextBox txtinitcontrast;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.CheckBox EnableAutoBC;
- private System.Windows.Forms.TextBox txtMag;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button8;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TextBox txtperiod;
- private System.Windows.Forms.RadioButton radiobtnEverySample;
- private System.Windows.Forms.RadioButton radiobtnEveryPeriod;
- private System.Windows.Forms.Label label7;
- }
- }
|