namespace OTSMeasureApp._7_OTSProgMgrInfo { partial class OtherSelectionForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.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(48, 16); this.cB_Dmax.TabIndex = 0; this.cB_Dmax.Text = "Dmax"; this.cB_Dmax.UseVisualStyleBackColor = true; // // tB_Dmax_min // this.tB_Dmax_min.Location = new System.Drawing.Point(121, 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(236, 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(210, 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(210, 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(236, 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(121, 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(48, 16); this.cB_Dmin.TabIndex = 6; this.cB_Dmin.Text = "Dmin"; this.cB_Dmin.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(210, 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(236, 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(121, 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(60, 16); this.cB_Aspect.TabIndex = 10; this.cB_Aspect.Text = "Aspect"; this.cB_Aspect.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(210, 144); 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(236, 135); 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(121, 135); 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, 137); 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.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(324, 184); this.panel1.TabIndex = 18; // // btn_ok // this.btn_ok.Location = new System.Drawing.Point(180, 202); 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(261, 202); 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); // // 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(351, 233); 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; } }