OtherSelection.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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.label5 = new System.Windows.Forms.Label();
  49. this.tB_Ferret_max = new System.Windows.Forms.TextBox();
  50. this.tB_Ferret_min = new System.Windows.Forms.TextBox();
  51. this.cB_Ferret = new System.Windows.Forms.CheckBox();
  52. this.panel1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // cB_Dmax
  56. //
  57. this.cB_Dmax.AutoSize = true;
  58. this.cB_Dmax.Location = new System.Drawing.Point(19, 19);
  59. this.cB_Dmax.Name = "cB_Dmax";
  60. this.cB_Dmax.Size = new System.Drawing.Size(72, 16);
  61. this.cB_Dmax.TabIndex = 0;
  62. this.cB_Dmax.Text = "Dmax(um)";
  63. this.cB_Dmax.UseVisualStyleBackColor = true;
  64. //
  65. // tB_Dmax_min
  66. //
  67. this.tB_Dmax_min.Location = new System.Drawing.Point(133, 17);
  68. this.tB_Dmax_min.Name = "tB_Dmax_min";
  69. this.tB_Dmax_min.Size = new System.Drawing.Size(72, 21);
  70. this.tB_Dmax_min.TabIndex = 3;
  71. this.tB_Dmax_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  72. //
  73. // tB_Dmax_max
  74. //
  75. this.tB_Dmax_max.Location = new System.Drawing.Point(248, 17);
  76. this.tB_Dmax_max.Name = "tB_Dmax_max";
  77. this.tB_Dmax_max.Size = new System.Drawing.Size(72, 21);
  78. this.tB_Dmax_max.TabIndex = 4;
  79. this.tB_Dmax_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  80. //
  81. // label3
  82. //
  83. this.label3.AutoSize = true;
  84. this.label3.Location = new System.Drawing.Point(222, 26);
  85. this.label3.Name = "label3";
  86. this.label3.Size = new System.Drawing.Size(11, 12);
  87. this.label3.TabIndex = 5;
  88. this.label3.Text = "~";
  89. //
  90. // label1
  91. //
  92. this.label1.AutoSize = true;
  93. this.label1.Location = new System.Drawing.Point(222, 65);
  94. this.label1.Name = "label1";
  95. this.label1.Size = new System.Drawing.Size(11, 12);
  96. this.label1.TabIndex = 9;
  97. this.label1.Text = "~";
  98. //
  99. // tB_Dmin_max
  100. //
  101. this.tB_Dmin_max.Location = new System.Drawing.Point(248, 56);
  102. this.tB_Dmin_max.Name = "tB_Dmin_max";
  103. this.tB_Dmin_max.Size = new System.Drawing.Size(72, 21);
  104. this.tB_Dmin_max.TabIndex = 8;
  105. this.tB_Dmin_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  106. //
  107. // tB_Dmin_min
  108. //
  109. this.tB_Dmin_min.Location = new System.Drawing.Point(133, 56);
  110. this.tB_Dmin_min.Name = "tB_Dmin_min";
  111. this.tB_Dmin_min.Size = new System.Drawing.Size(72, 21);
  112. this.tB_Dmin_min.TabIndex = 7;
  113. this.tB_Dmin_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  114. //
  115. // cB_Dmin
  116. //
  117. this.cB_Dmin.AutoSize = true;
  118. this.cB_Dmin.Location = new System.Drawing.Point(19, 58);
  119. this.cB_Dmin.Name = "cB_Dmin";
  120. this.cB_Dmin.Size = new System.Drawing.Size(72, 16);
  121. this.cB_Dmin.TabIndex = 6;
  122. this.cB_Dmin.Text = "Dmin(um)";
  123. this.cB_Dmin.UseVisualStyleBackColor = true;
  124. //
  125. // label2
  126. //
  127. this.label2.AutoSize = true;
  128. this.label2.Location = new System.Drawing.Point(222, 105);
  129. this.label2.Name = "label2";
  130. this.label2.Size = new System.Drawing.Size(11, 12);
  131. this.label2.TabIndex = 13;
  132. this.label2.Text = "~";
  133. //
  134. // tB_Aspect_max
  135. //
  136. this.tB_Aspect_max.Location = new System.Drawing.Point(248, 96);
  137. this.tB_Aspect_max.Name = "tB_Aspect_max";
  138. this.tB_Aspect_max.Size = new System.Drawing.Size(72, 21);
  139. this.tB_Aspect_max.TabIndex = 12;
  140. this.tB_Aspect_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  141. //
  142. // tB_Aspect_min
  143. //
  144. this.tB_Aspect_min.Location = new System.Drawing.Point(133, 96);
  145. this.tB_Aspect_min.Name = "tB_Aspect_min";
  146. this.tB_Aspect_min.Size = new System.Drawing.Size(72, 21);
  147. this.tB_Aspect_min.TabIndex = 11;
  148. this.tB_Aspect_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  149. //
  150. // cB_Aspect
  151. //
  152. this.cB_Aspect.AutoSize = true;
  153. this.cB_Aspect.Location = new System.Drawing.Point(19, 98);
  154. this.cB_Aspect.Name = "cB_Aspect";
  155. this.cB_Aspect.Size = new System.Drawing.Size(90, 16);
  156. this.cB_Aspect.TabIndex = 10;
  157. this.cB_Aspect.Text = "AspectRatio";
  158. this.cB_Aspect.UseVisualStyleBackColor = true;
  159. //
  160. // label4
  161. //
  162. this.label4.AutoSize = true;
  163. this.label4.Location = new System.Drawing.Point(222, 180);
  164. this.label4.Name = "label4";
  165. this.label4.Size = new System.Drawing.Size(11, 12);
  166. this.label4.TabIndex = 17;
  167. this.label4.Text = "~";
  168. //
  169. // tB_orientation_max
  170. //
  171. this.tB_orientation_max.Location = new System.Drawing.Point(248, 171);
  172. this.tB_orientation_max.Name = "tB_orientation_max";
  173. this.tB_orientation_max.Size = new System.Drawing.Size(72, 21);
  174. this.tB_orientation_max.TabIndex = 16;
  175. this.tB_orientation_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  176. //
  177. // tB_orientation_min
  178. //
  179. this.tB_orientation_min.Location = new System.Drawing.Point(133, 171);
  180. this.tB_orientation_min.Name = "tB_orientation_min";
  181. this.tB_orientation_min.Size = new System.Drawing.Size(72, 21);
  182. this.tB_orientation_min.TabIndex = 15;
  183. this.tB_orientation_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  184. //
  185. // cB_orientation
  186. //
  187. this.cB_orientation.AutoSize = true;
  188. this.cB_orientation.Location = new System.Drawing.Point(19, 173);
  189. this.cB_orientation.Name = "cB_orientation";
  190. this.cB_orientation.Size = new System.Drawing.Size(90, 16);
  191. this.cB_orientation.TabIndex = 14;
  192. this.cB_orientation.Text = "Orientation";
  193. this.cB_orientation.UseVisualStyleBackColor = true;
  194. //
  195. // panel1
  196. //
  197. this.panel1.Controls.Add(this.label5);
  198. this.panel1.Controls.Add(this.tB_Ferret_max);
  199. this.panel1.Controls.Add(this.tB_Ferret_min);
  200. this.panel1.Controls.Add(this.cB_Ferret);
  201. this.panel1.Controls.Add(this.cB_Dmax);
  202. this.panel1.Controls.Add(this.label4);
  203. this.panel1.Controls.Add(this.tB_Dmax_min);
  204. this.panel1.Controls.Add(this.tB_orientation_max);
  205. this.panel1.Controls.Add(this.tB_Dmax_max);
  206. this.panel1.Controls.Add(this.tB_orientation_min);
  207. this.panel1.Controls.Add(this.label3);
  208. this.panel1.Controls.Add(this.cB_orientation);
  209. this.panel1.Controls.Add(this.cB_Dmin);
  210. this.panel1.Controls.Add(this.label2);
  211. this.panel1.Controls.Add(this.tB_Dmin_min);
  212. this.panel1.Controls.Add(this.tB_Aspect_max);
  213. this.panel1.Controls.Add(this.tB_Dmin_max);
  214. this.panel1.Controls.Add(this.tB_Aspect_min);
  215. this.panel1.Controls.Add(this.label1);
  216. this.panel1.Controls.Add(this.cB_Aspect);
  217. this.panel1.Location = new System.Drawing.Point(12, 12);
  218. this.panel1.Name = "panel1";
  219. this.panel1.Size = new System.Drawing.Size(335, 212);
  220. this.panel1.TabIndex = 18;
  221. //
  222. // btn_ok
  223. //
  224. this.btn_ok.Location = new System.Drawing.Point(189, 230);
  225. this.btn_ok.Name = "btn_ok";
  226. this.btn_ok.Size = new System.Drawing.Size(75, 23);
  227. this.btn_ok.TabIndex = 19;
  228. this.btn_ok.Text = "OK";
  229. this.btn_ok.UseVisualStyleBackColor = true;
  230. this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
  231. //
  232. // btn_cancel
  233. //
  234. this.btn_cancel.Location = new System.Drawing.Point(270, 230);
  235. this.btn_cancel.Name = "btn_cancel";
  236. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  237. this.btn_cancel.TabIndex = 20;
  238. this.btn_cancel.Text = "Cancel";
  239. this.btn_cancel.UseVisualStyleBackColor = true;
  240. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  241. //
  242. // label5
  243. //
  244. this.label5.AutoSize = true;
  245. this.label5.Location = new System.Drawing.Point(222, 142);
  246. this.label5.Name = "label5";
  247. this.label5.Size = new System.Drawing.Size(11, 12);
  248. this.label5.TabIndex = 21;
  249. this.label5.Text = "~";
  250. //
  251. // tB_Ferret_max
  252. //
  253. this.tB_Ferret_max.Location = new System.Drawing.Point(248, 133);
  254. this.tB_Ferret_max.Name = "tB_Ferret_max";
  255. this.tB_Ferret_max.Size = new System.Drawing.Size(72, 21);
  256. this.tB_Ferret_max.TabIndex = 20;
  257. this.tB_Ferret_max.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  258. //
  259. // tB_Ferret_min
  260. //
  261. this.tB_Ferret_min.Location = new System.Drawing.Point(133, 133);
  262. this.tB_Ferret_min.Name = "tB_Ferret_min";
  263. this.tB_Ferret_min.Size = new System.Drawing.Size(72, 21);
  264. this.tB_Ferret_min.TabIndex = 19;
  265. this.tB_Ferret_min.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  266. //
  267. // cB_Ferret
  268. //
  269. this.cB_Ferret.AutoSize = true;
  270. this.cB_Ferret.Location = new System.Drawing.Point(19, 135);
  271. this.cB_Ferret.Name = "cB_Ferret";
  272. this.cB_Ferret.Size = new System.Drawing.Size(84, 16);
  273. this.cB_Ferret.TabIndex = 18;
  274. this.cB_Ferret.Text = "Ferret(um)";
  275. this.cB_Ferret.UseVisualStyleBackColor = true;
  276. //
  277. // OtherSelectionForm
  278. //
  279. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  280. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  281. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  282. this.ClientSize = new System.Drawing.Size(358, 265);
  283. this.Controls.Add(this.btn_cancel);
  284. this.Controls.Add(this.btn_ok);
  285. this.Controls.Add(this.panel1);
  286. this.MaximizeBox = false;
  287. this.MinimizeBox = false;
  288. this.Name = "OtherSelectionForm";
  289. this.ShowIcon = false;
  290. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  291. this.Text = "OtherSelection";
  292. this.Load += new System.EventHandler(this.OtherSelection_Load);
  293. this.panel1.ResumeLayout(false);
  294. this.panel1.PerformLayout();
  295. this.ResumeLayout(false);
  296. }
  297. #endregion
  298. private System.Windows.Forms.CheckBox cB_Dmax;
  299. private System.Windows.Forms.TextBox tB_Dmax_min;
  300. private System.Windows.Forms.TextBox tB_Dmax_max;
  301. private System.Windows.Forms.Label label3;
  302. private System.Windows.Forms.Label label1;
  303. private System.Windows.Forms.TextBox tB_Dmin_max;
  304. private System.Windows.Forms.TextBox tB_Dmin_min;
  305. private System.Windows.Forms.CheckBox cB_Dmin;
  306. private System.Windows.Forms.Label label2;
  307. private System.Windows.Forms.TextBox tB_Aspect_max;
  308. private System.Windows.Forms.TextBox tB_Aspect_min;
  309. private System.Windows.Forms.CheckBox cB_Aspect;
  310. private System.Windows.Forms.Label label4;
  311. private System.Windows.Forms.TextBox tB_orientation_max;
  312. private System.Windows.Forms.TextBox tB_orientation_min;
  313. private System.Windows.Forms.CheckBox cB_orientation;
  314. private System.Windows.Forms.Panel panel1;
  315. private System.Windows.Forms.Button btn_ok;
  316. private System.Windows.Forms.Button btn_cancel;
  317. private System.Windows.Forms.Label label5;
  318. private System.Windows.Forms.TextBox tB_Ferret_max;
  319. private System.Windows.Forms.TextBox tB_Ferret_min;
  320. private System.Windows.Forms.CheckBox cB_Ferret;
  321. }
  322. }