OtherSelection.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. 
  2. namespace OTSMeasureApp._7_OTSProgMgrInfo
  3. {
  4. partial class OtherSelectionForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.cB_Dmax = new System.Windows.Forms.CheckBox();
  30. this.tB_Dmax_min = new System.Windows.Forms.TextBox();
  31. this.tB_Dmax_max = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.tB_Dmin_max = new System.Windows.Forms.TextBox();
  35. this.tB_Dmin_min = new System.Windows.Forms.TextBox();
  36. this.cB_Dmin = new System.Windows.Forms.CheckBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.tB_Aspect_max = new System.Windows.Forms.TextBox();
  39. this.tB_Aspect_min = new System.Windows.Forms.TextBox();
  40. this.cB_Aspect = new System.Windows.Forms.CheckBox();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.tB_orientation_max = new System.Windows.Forms.TextBox();
  43. this.tB_orientation_min = new System.Windows.Forms.TextBox();
  44. this.cB_orientation = new System.Windows.Forms.CheckBox();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.btn_ok = new System.Windows.Forms.Button();
  47. this.btn_cancel = new System.Windows.Forms.Button();
  48. this.panel1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // cB_Dmax
  52. //
  53. this.cB_Dmax.AutoSize = true;
  54. this.cB_Dmax.Location = new System.Drawing.Point(19, 19);
  55. this.cB_Dmax.Name = "cB_Dmax";
  56. this.cB_Dmax.Size = new System.Drawing.Size(48, 16);
  57. this.cB_Dmax.TabIndex = 0;
  58. this.cB_Dmax.Text = "Dmax";
  59. this.cB_Dmax.UseVisualStyleBackColor = true;
  60. //
  61. // tB_Dmax_min
  62. //
  63. this.tB_Dmax_min.Location = new System.Drawing.Point(121, 17);
  64. this.tB_Dmax_min.Name = "tB_Dmax_min";
  65. this.tB_Dmax_min.Size = new System.Drawing.Size(72, 21);
  66. this.tB_Dmax_min.TabIndex = 3;
  67. this.tB_Dmax_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  68. //
  69. // tB_Dmax_max
  70. //
  71. this.tB_Dmax_max.Location = new System.Drawing.Point(236, 17);
  72. this.tB_Dmax_max.Name = "tB_Dmax_max";
  73. this.tB_Dmax_max.Size = new System.Drawing.Size(72, 21);
  74. this.tB_Dmax_max.TabIndex = 4;
  75. this.tB_Dmax_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  76. //
  77. // label3
  78. //
  79. this.label3.AutoSize = true;
  80. this.label3.Location = new System.Drawing.Point(210, 26);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(11, 12);
  83. this.label3.TabIndex = 5;
  84. this.label3.Text = "~";
  85. //
  86. // label1
  87. //
  88. this.label1.AutoSize = true;
  89. this.label1.Location = new System.Drawing.Point(210, 65);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(11, 12);
  92. this.label1.TabIndex = 9;
  93. this.label1.Text = "~";
  94. //
  95. // tB_Dmin_max
  96. //
  97. this.tB_Dmin_max.Location = new System.Drawing.Point(236, 56);
  98. this.tB_Dmin_max.Name = "tB_Dmin_max";
  99. this.tB_Dmin_max.Size = new System.Drawing.Size(72, 21);
  100. this.tB_Dmin_max.TabIndex = 8;
  101. this.tB_Dmin_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  102. //
  103. // tB_Dmin_min
  104. //
  105. this.tB_Dmin_min.Location = new System.Drawing.Point(121, 56);
  106. this.tB_Dmin_min.Name = "tB_Dmin_min";
  107. this.tB_Dmin_min.Size = new System.Drawing.Size(72, 21);
  108. this.tB_Dmin_min.TabIndex = 7;
  109. this.tB_Dmin_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  110. //
  111. // cB_Dmin
  112. //
  113. this.cB_Dmin.AutoSize = true;
  114. this.cB_Dmin.Location = new System.Drawing.Point(19, 58);
  115. this.cB_Dmin.Name = "cB_Dmin";
  116. this.cB_Dmin.Size = new System.Drawing.Size(48, 16);
  117. this.cB_Dmin.TabIndex = 6;
  118. this.cB_Dmin.Text = "Dmin";
  119. this.cB_Dmin.UseVisualStyleBackColor = true;
  120. //
  121. // label2
  122. //
  123. this.label2.AutoSize = true;
  124. this.label2.Location = new System.Drawing.Point(210, 105);
  125. this.label2.Name = "label2";
  126. this.label2.Size = new System.Drawing.Size(11, 12);
  127. this.label2.TabIndex = 13;
  128. this.label2.Text = "~";
  129. //
  130. // tB_Aspect_max
  131. //
  132. this.tB_Aspect_max.Location = new System.Drawing.Point(236, 96);
  133. this.tB_Aspect_max.Name = "tB_Aspect_max";
  134. this.tB_Aspect_max.Size = new System.Drawing.Size(72, 21);
  135. this.tB_Aspect_max.TabIndex = 12;
  136. this.tB_Aspect_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  137. //
  138. // tB_Aspect_min
  139. //
  140. this.tB_Aspect_min.Location = new System.Drawing.Point(121, 96);
  141. this.tB_Aspect_min.Name = "tB_Aspect_min";
  142. this.tB_Aspect_min.Size = new System.Drawing.Size(72, 21);
  143. this.tB_Aspect_min.TabIndex = 11;
  144. this.tB_Aspect_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  145. //
  146. // cB_Aspect
  147. //
  148. this.cB_Aspect.AutoSize = true;
  149. this.cB_Aspect.Location = new System.Drawing.Point(19, 98);
  150. this.cB_Aspect.Name = "cB_Aspect";
  151. this.cB_Aspect.Size = new System.Drawing.Size(60, 16);
  152. this.cB_Aspect.TabIndex = 10;
  153. this.cB_Aspect.Text = "Aspect";
  154. this.cB_Aspect.UseVisualStyleBackColor = true;
  155. //
  156. // label4
  157. //
  158. this.label4.AutoSize = true;
  159. this.label4.Location = new System.Drawing.Point(210, 144);
  160. this.label4.Name = "label4";
  161. this.label4.Size = new System.Drawing.Size(11, 12);
  162. this.label4.TabIndex = 17;
  163. this.label4.Text = "~";
  164. //
  165. // tB_orientation_max
  166. //
  167. this.tB_orientation_max.Location = new System.Drawing.Point(236, 135);
  168. this.tB_orientation_max.Name = "tB_orientation_max";
  169. this.tB_orientation_max.Size = new System.Drawing.Size(72, 21);
  170. this.tB_orientation_max.TabIndex = 16;
  171. this.tB_orientation_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  172. //
  173. // tB_orientation_min
  174. //
  175. this.tB_orientation_min.Location = new System.Drawing.Point(121, 135);
  176. this.tB_orientation_min.Name = "tB_orientation_min";
  177. this.tB_orientation_min.Size = new System.Drawing.Size(72, 21);
  178. this.tB_orientation_min.TabIndex = 15;
  179. this.tB_orientation_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  180. //
  181. // cB_orientation
  182. //
  183. this.cB_orientation.AutoSize = true;
  184. this.cB_orientation.Location = new System.Drawing.Point(19, 137);
  185. this.cB_orientation.Name = "cB_orientation";
  186. this.cB_orientation.Size = new System.Drawing.Size(90, 16);
  187. this.cB_orientation.TabIndex = 14;
  188. this.cB_orientation.Text = "Orientation";
  189. this.cB_orientation.UseVisualStyleBackColor = true;
  190. //
  191. // panel1
  192. //
  193. this.panel1.Controls.Add(this.cB_Dmax);
  194. this.panel1.Controls.Add(this.label4);
  195. this.panel1.Controls.Add(this.tB_Dmax_min);
  196. this.panel1.Controls.Add(this.tB_orientation_max);
  197. this.panel1.Controls.Add(this.tB_Dmax_max);
  198. this.panel1.Controls.Add(this.tB_orientation_min);
  199. this.panel1.Controls.Add(this.label3);
  200. this.panel1.Controls.Add(this.cB_orientation);
  201. this.panel1.Controls.Add(this.cB_Dmin);
  202. this.panel1.Controls.Add(this.label2);
  203. this.panel1.Controls.Add(this.tB_Dmin_min);
  204. this.panel1.Controls.Add(this.tB_Aspect_max);
  205. this.panel1.Controls.Add(this.tB_Dmin_max);
  206. this.panel1.Controls.Add(this.tB_Aspect_min);
  207. this.panel1.Controls.Add(this.label1);
  208. this.panel1.Controls.Add(this.cB_Aspect);
  209. this.panel1.Location = new System.Drawing.Point(12, 12);
  210. this.panel1.Name = "panel1";
  211. this.panel1.Size = new System.Drawing.Size(324, 184);
  212. this.panel1.TabIndex = 18;
  213. //
  214. // btn_ok
  215. //
  216. this.btn_ok.Location = new System.Drawing.Point(180, 202);
  217. this.btn_ok.Name = "btn_ok";
  218. this.btn_ok.Size = new System.Drawing.Size(75, 23);
  219. this.btn_ok.TabIndex = 19;
  220. this.btn_ok.Text = "OK";
  221. this.btn_ok.UseVisualStyleBackColor = true;
  222. this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
  223. //
  224. // btn_cancel
  225. //
  226. this.btn_cancel.Location = new System.Drawing.Point(261, 202);
  227. this.btn_cancel.Name = "btn_cancel";
  228. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  229. this.btn_cancel.TabIndex = 20;
  230. this.btn_cancel.Text = "Cancel";
  231. this.btn_cancel.UseVisualStyleBackColor = true;
  232. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  233. //
  234. // OtherSelectionForm
  235. //
  236. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  237. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  238. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  239. this.ClientSize = new System.Drawing.Size(351, 233);
  240. this.Controls.Add(this.btn_cancel);
  241. this.Controls.Add(this.btn_ok);
  242. this.Controls.Add(this.panel1);
  243. this.MaximizeBox = false;
  244. this.MinimizeBox = false;
  245. this.Name = "OtherSelectionForm";
  246. this.ShowIcon = false;
  247. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  248. this.Text = "OtherSelection";
  249. this.Load += new System.EventHandler(this.OtherSelection_Load);
  250. this.panel1.ResumeLayout(false);
  251. this.panel1.PerformLayout();
  252. this.ResumeLayout(false);
  253. }
  254. #endregion
  255. private System.Windows.Forms.CheckBox cB_Dmax;
  256. private System.Windows.Forms.TextBox tB_Dmax_min;
  257. private System.Windows.Forms.TextBox tB_Dmax_max;
  258. private System.Windows.Forms.Label label3;
  259. private System.Windows.Forms.Label label1;
  260. private System.Windows.Forms.TextBox tB_Dmin_max;
  261. private System.Windows.Forms.TextBox tB_Dmin_min;
  262. private System.Windows.Forms.CheckBox cB_Dmin;
  263. private System.Windows.Forms.Label label2;
  264. private System.Windows.Forms.TextBox tB_Aspect_max;
  265. private System.Windows.Forms.TextBox tB_Aspect_min;
  266. private System.Windows.Forms.CheckBox cB_Aspect;
  267. private System.Windows.Forms.Label label4;
  268. private System.Windows.Forms.TextBox tB_orientation_max;
  269. private System.Windows.Forms.TextBox tB_orientation_min;
  270. private System.Windows.Forms.CheckBox cB_orientation;
  271. private System.Windows.Forms.Panel panel1;
  272. private System.Windows.Forms.Button btn_ok;
  273. private System.Windows.Forms.Button btn_cancel;
  274. }
  275. }