123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
-
- namespace OTSMeasureApp._7_OTSProgMgrInfo
- {
- partial class OtherSelectionForm
- {
- /// <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.cB_Dmax = new System.Windows.Forms.CheckBox();
- this.tB_Dmax_min = new System.Windows.Forms.TextBox();
- this.tB_Dmax_max = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.tB_Dmin_max = new System.Windows.Forms.TextBox();
- this.tB_Dmin_min = new System.Windows.Forms.TextBox();
- this.cB_Dmin = new System.Windows.Forms.CheckBox();
- this.label2 = new System.Windows.Forms.Label();
- this.tB_Aspect_max = new System.Windows.Forms.TextBox();
- this.tB_Aspect_min = new System.Windows.Forms.TextBox();
- this.cB_Aspect = new System.Windows.Forms.CheckBox();
- this.label4 = new System.Windows.Forms.Label();
- this.tB_orientation_max = new System.Windows.Forms.TextBox();
- this.tB_orientation_min = new System.Windows.Forms.TextBox();
- this.cB_orientation = new System.Windows.Forms.CheckBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btn_ok = new System.Windows.Forms.Button();
- this.btn_cancel = new System.Windows.Forms.Button();
- this.label5 = new System.Windows.Forms.Label();
- this.tB_Ferret_max = new System.Windows.Forms.TextBox();
- this.tB_Ferret_min = new System.Windows.Forms.TextBox();
- this.cB_Ferret = new System.Windows.Forms.CheckBox();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // cB_Dmax
- //
- this.cB_Dmax.AutoSize = true;
- this.cB_Dmax.Location = new System.Drawing.Point(19, 19);
- this.cB_Dmax.Name = "cB_Dmax";
- this.cB_Dmax.Size = new System.Drawing.Size(72, 16);
- this.cB_Dmax.TabIndex = 0;
- this.cB_Dmax.Text = "Dmax(um)";
- this.cB_Dmax.UseVisualStyleBackColor = true;
- //
- // tB_Dmax_min
- //
- this.tB_Dmax_min.Location = new System.Drawing.Point(133, 17);
- this.tB_Dmax_min.Name = "tB_Dmax_min";
- this.tB_Dmax_min.Size = new System.Drawing.Size(72, 21);
- this.tB_Dmax_min.TabIndex = 3;
- this.tB_Dmax_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tB_Dmax_max
- //
- this.tB_Dmax_max.Location = new System.Drawing.Point(248, 17);
- this.tB_Dmax_max.Name = "tB_Dmax_max";
- this.tB_Dmax_max.Size = new System.Drawing.Size(72, 21);
- this.tB_Dmax_max.TabIndex = 4;
- this.tB_Dmax_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(222, 26);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(11, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "~";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(222, 65);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(11, 12);
- this.label1.TabIndex = 9;
- this.label1.Text = "~";
- //
- // tB_Dmin_max
- //
- this.tB_Dmin_max.Location = new System.Drawing.Point(248, 56);
- this.tB_Dmin_max.Name = "tB_Dmin_max";
- this.tB_Dmin_max.Size = new System.Drawing.Size(72, 21);
- this.tB_Dmin_max.TabIndex = 8;
- this.tB_Dmin_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tB_Dmin_min
- //
- this.tB_Dmin_min.Location = new System.Drawing.Point(133, 56);
- this.tB_Dmin_min.Name = "tB_Dmin_min";
- this.tB_Dmin_min.Size = new System.Drawing.Size(72, 21);
- this.tB_Dmin_min.TabIndex = 7;
- this.tB_Dmin_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // cB_Dmin
- //
- this.cB_Dmin.AutoSize = true;
- this.cB_Dmin.Location = new System.Drawing.Point(19, 58);
- this.cB_Dmin.Name = "cB_Dmin";
- this.cB_Dmin.Size = new System.Drawing.Size(72, 16);
- this.cB_Dmin.TabIndex = 6;
- this.cB_Dmin.Text = "Dmin(um)";
- this.cB_Dmin.UseVisualStyleBackColor = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(222, 105);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(11, 12);
- this.label2.TabIndex = 13;
- this.label2.Text = "~";
- //
- // tB_Aspect_max
- //
- this.tB_Aspect_max.Location = new System.Drawing.Point(248, 96);
- this.tB_Aspect_max.Name = "tB_Aspect_max";
- this.tB_Aspect_max.Size = new System.Drawing.Size(72, 21);
- this.tB_Aspect_max.TabIndex = 12;
- this.tB_Aspect_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tB_Aspect_min
- //
- this.tB_Aspect_min.Location = new System.Drawing.Point(133, 96);
- this.tB_Aspect_min.Name = "tB_Aspect_min";
- this.tB_Aspect_min.Size = new System.Drawing.Size(72, 21);
- this.tB_Aspect_min.TabIndex = 11;
- this.tB_Aspect_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // cB_Aspect
- //
- this.cB_Aspect.AutoSize = true;
- this.cB_Aspect.Location = new System.Drawing.Point(19, 98);
- this.cB_Aspect.Name = "cB_Aspect";
- this.cB_Aspect.Size = new System.Drawing.Size(90, 16);
- this.cB_Aspect.TabIndex = 10;
- this.cB_Aspect.Text = "AspectRatio";
- this.cB_Aspect.UseVisualStyleBackColor = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(222, 180);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(11, 12);
- this.label4.TabIndex = 17;
- this.label4.Text = "~";
- //
- // tB_orientation_max
- //
- this.tB_orientation_max.Location = new System.Drawing.Point(248, 171);
- this.tB_orientation_max.Name = "tB_orientation_max";
- this.tB_orientation_max.Size = new System.Drawing.Size(72, 21);
- this.tB_orientation_max.TabIndex = 16;
- this.tB_orientation_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tB_orientation_min
- //
- this.tB_orientation_min.Location = new System.Drawing.Point(133, 171);
- this.tB_orientation_min.Name = "tB_orientation_min";
- this.tB_orientation_min.Size = new System.Drawing.Size(72, 21);
- this.tB_orientation_min.TabIndex = 15;
- this.tB_orientation_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // cB_orientation
- //
- this.cB_orientation.AutoSize = true;
- this.cB_orientation.Location = new System.Drawing.Point(19, 173);
- this.cB_orientation.Name = "cB_orientation";
- this.cB_orientation.Size = new System.Drawing.Size(90, 16);
- this.cB_orientation.TabIndex = 14;
- this.cB_orientation.Text = "Orientation";
- this.cB_orientation.UseVisualStyleBackColor = true;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.tB_Ferret_max);
- this.panel1.Controls.Add(this.tB_Ferret_min);
- this.panel1.Controls.Add(this.cB_Ferret);
- this.panel1.Controls.Add(this.cB_Dmax);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.tB_Dmax_min);
- this.panel1.Controls.Add(this.tB_orientation_max);
- this.panel1.Controls.Add(this.tB_Dmax_max);
- this.panel1.Controls.Add(this.tB_orientation_min);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.cB_orientation);
- this.panel1.Controls.Add(this.cB_Dmin);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.tB_Dmin_min);
- this.panel1.Controls.Add(this.tB_Aspect_max);
- this.panel1.Controls.Add(this.tB_Dmin_max);
- this.panel1.Controls.Add(this.tB_Aspect_min);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.cB_Aspect);
- this.panel1.Location = new System.Drawing.Point(12, 12);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(335, 212);
- this.panel1.TabIndex = 18;
- //
- // btn_ok
- //
- this.btn_ok.Location = new System.Drawing.Point(189, 230);
- this.btn_ok.Name = "btn_ok";
- this.btn_ok.Size = new System.Drawing.Size(75, 23);
- this.btn_ok.TabIndex = 19;
- this.btn_ok.Text = "OK";
- this.btn_ok.UseVisualStyleBackColor = true;
- this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
- //
- // btn_cancel
- //
- this.btn_cancel.Location = new System.Drawing.Point(270, 230);
- this.btn_cancel.Name = "btn_cancel";
- this.btn_cancel.Size = new System.Drawing.Size(75, 23);
- this.btn_cancel.TabIndex = 20;
- this.btn_cancel.Text = "Cancel";
- this.btn_cancel.UseVisualStyleBackColor = true;
- this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(222, 142);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(11, 12);
- this.label5.TabIndex = 21;
- this.label5.Text = "~";
- //
- // tB_Ferret_max
- //
- this.tB_Ferret_max.Location = new System.Drawing.Point(248, 133);
- this.tB_Ferret_max.Name = "tB_Ferret_max";
- this.tB_Ferret_max.Size = new System.Drawing.Size(72, 21);
- this.tB_Ferret_max.TabIndex = 20;
- this.tB_Ferret_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // tB_Ferret_min
- //
- this.tB_Ferret_min.Location = new System.Drawing.Point(133, 133);
- this.tB_Ferret_min.Name = "tB_Ferret_min";
- this.tB_Ferret_min.Size = new System.Drawing.Size(72, 21);
- this.tB_Ferret_min.TabIndex = 19;
- this.tB_Ferret_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // cB_Ferret
- //
- this.cB_Ferret.AutoSize = true;
- this.cB_Ferret.Location = new System.Drawing.Point(19, 135);
- this.cB_Ferret.Name = "cB_Ferret";
- this.cB_Ferret.Size = new System.Drawing.Size(84, 16);
- this.cB_Ferret.TabIndex = 18;
- this.cB_Ferret.Text = "Ferret(um)";
- this.cB_Ferret.UseVisualStyleBackColor = true;
- //
- // OtherSelectionForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(358, 265);
- this.Controls.Add(this.btn_cancel);
- this.Controls.Add(this.btn_ok);
- this.Controls.Add(this.panel1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "OtherSelectionForm";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "OtherSelection";
- this.Load += new System.EventHandler(this.OtherSelection_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.CheckBox cB_Dmax;
- private System.Windows.Forms.TextBox tB_Dmax_min;
- private System.Windows.Forms.TextBox tB_Dmax_max;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tB_Dmin_max;
- private System.Windows.Forms.TextBox tB_Dmin_min;
- private System.Windows.Forms.CheckBox cB_Dmin;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tB_Aspect_max;
- private System.Windows.Forms.TextBox tB_Aspect_min;
- private System.Windows.Forms.CheckBox cB_Aspect;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox tB_orientation_max;
- private System.Windows.Forms.TextBox tB_orientation_min;
- private System.Windows.Forms.CheckBox cB_orientation;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btn_ok;
- private System.Windows.Forms.Button btn_cancel;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox tB_Ferret_max;
- private System.Windows.Forms.TextBox tB_Ferret_min;
- private System.Windows.Forms.CheckBox cB_Ferret;
- }
- }
|