SlopFocus.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. 
  2. namespace OTSMeasureApp._5_OTSMeasureStatuImageFun
  3. {
  4. partial class SlopFocus
  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_enable = new System.Windows.Forms.CheckBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.tB_FirstPointX = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.tB_FirstPointY = new System.Windows.Forms.TextBox();
  34. this.bn_FirstPoint = new System.Windows.Forms.Button();
  35. this.bn_SecondPoint = new System.Windows.Forms.Button();
  36. this.tB_SecondPointY = new System.Windows.Forms.TextBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.tB_SecondPointX = new System.Windows.Forms.TextBox();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.bn_ThirdPoint = new System.Windows.Forms.Button();
  41. this.tB_ThirdPointY = new System.Windows.Forms.TextBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.tB_ThirdPointX = new System.Windows.Forms.TextBox();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.groupBox1 = new System.Windows.Forms.GroupBox();
  46. this.tB_FirstPointD = new System.Windows.Forms.TextBox();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.groupBox2 = new System.Windows.Forms.GroupBox();
  49. this.tB_SecondPointD = new System.Windows.Forms.TextBox();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.groupBox3 = new System.Windows.Forms.GroupBox();
  52. this.tB_ThirdPointD = new System.Windows.Forms.TextBox();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.bn_OK = new System.Windows.Forms.Button();
  55. this.bn_Cancel = new System.Windows.Forms.Button();
  56. this.groupBox1.SuspendLayout();
  57. this.groupBox2.SuspendLayout();
  58. this.groupBox3.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // cB_enable
  62. //
  63. this.cB_enable.AutoSize = true;
  64. this.cB_enable.Location = new System.Drawing.Point(11, 13);
  65. this.cB_enable.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  66. this.cB_enable.Name = "cB_enable";
  67. this.cB_enable.Size = new System.Drawing.Size(114, 17);
  68. this.cB_enable.TabIndex = 0;
  69. this.cB_enable.Text = "Whether to enable";
  70. this.cB_enable.UseVisualStyleBackColor = true;
  71. //
  72. // label2
  73. //
  74. this.label2.AutoSize = true;
  75. this.label2.Location = new System.Drawing.Point(24, 35);
  76. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  77. this.label2.Name = "label2";
  78. this.label2.Size = new System.Drawing.Size(17, 13);
  79. this.label2.TabIndex = 2;
  80. this.label2.Text = "X:";
  81. //
  82. // tB_FirstPointX
  83. //
  84. this.tB_FirstPointX.Location = new System.Drawing.Point(51, 32);
  85. this.tB_FirstPointX.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  86. this.tB_FirstPointX.Name = "tB_FirstPointX";
  87. this.tB_FirstPointX.Size = new System.Drawing.Size(76, 20);
  88. this.tB_FirstPointX.TabIndex = 3;
  89. //
  90. // label3
  91. //
  92. this.label3.AutoSize = true;
  93. this.label3.Location = new System.Drawing.Point(147, 35);
  94. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  95. this.label3.Name = "label3";
  96. this.label3.Size = new System.Drawing.Size(17, 13);
  97. this.label3.TabIndex = 4;
  98. this.label3.Text = "Y:";
  99. //
  100. // tB_FirstPointY
  101. //
  102. this.tB_FirstPointY.Location = new System.Drawing.Point(174, 32);
  103. this.tB_FirstPointY.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  104. this.tB_FirstPointY.Name = "tB_FirstPointY";
  105. this.tB_FirstPointY.Size = new System.Drawing.Size(76, 20);
  106. this.tB_FirstPointY.TabIndex = 5;
  107. //
  108. // bn_FirstPoint
  109. //
  110. this.bn_FirstPoint.Location = new System.Drawing.Point(485, 32);
  111. this.bn_FirstPoint.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  112. this.bn_FirstPoint.Name = "bn_FirstPoint";
  113. this.bn_FirstPoint.Size = new System.Drawing.Size(72, 22);
  114. this.bn_FirstPoint.TabIndex = 6;
  115. this.bn_FirstPoint.Text = "obtain";
  116. this.bn_FirstPoint.UseVisualStyleBackColor = true;
  117. this.bn_FirstPoint.Click += new System.EventHandler(this.bn_FirstPoint_Click);
  118. //
  119. // bn_SecondPoint
  120. //
  121. this.bn_SecondPoint.Location = new System.Drawing.Point(485, 30);
  122. this.bn_SecondPoint.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  123. this.bn_SecondPoint.Name = "bn_SecondPoint";
  124. this.bn_SecondPoint.Size = new System.Drawing.Size(72, 22);
  125. this.bn_SecondPoint.TabIndex = 12;
  126. this.bn_SecondPoint.Text = "obtain";
  127. this.bn_SecondPoint.UseVisualStyleBackColor = true;
  128. this.bn_SecondPoint.Click += new System.EventHandler(this.bn_SecondPoint_Click);
  129. //
  130. // tB_SecondPointY
  131. //
  132. this.tB_SecondPointY.Location = new System.Drawing.Point(174, 33);
  133. this.tB_SecondPointY.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  134. this.tB_SecondPointY.Name = "tB_SecondPointY";
  135. this.tB_SecondPointY.Size = new System.Drawing.Size(76, 20);
  136. this.tB_SecondPointY.TabIndex = 11;
  137. //
  138. // label4
  139. //
  140. this.label4.AutoSize = true;
  141. this.label4.Location = new System.Drawing.Point(147, 36);
  142. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  143. this.label4.Name = "label4";
  144. this.label4.Size = new System.Drawing.Size(17, 13);
  145. this.label4.TabIndex = 10;
  146. this.label4.Text = "Y:";
  147. //
  148. // tB_SecondPointX
  149. //
  150. this.tB_SecondPointX.Location = new System.Drawing.Point(51, 33);
  151. this.tB_SecondPointX.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  152. this.tB_SecondPointX.Name = "tB_SecondPointX";
  153. this.tB_SecondPointX.Size = new System.Drawing.Size(76, 20);
  154. this.tB_SecondPointX.TabIndex = 9;
  155. //
  156. // label5
  157. //
  158. this.label5.AutoSize = true;
  159. this.label5.Location = new System.Drawing.Point(24, 36);
  160. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  161. this.label5.Name = "label5";
  162. this.label5.Size = new System.Drawing.Size(17, 13);
  163. this.label5.TabIndex = 8;
  164. this.label5.Text = "X:";
  165. //
  166. // bn_ThirdPoint
  167. //
  168. this.bn_ThirdPoint.Location = new System.Drawing.Point(485, 32);
  169. this.bn_ThirdPoint.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  170. this.bn_ThirdPoint.Name = "bn_ThirdPoint";
  171. this.bn_ThirdPoint.Size = new System.Drawing.Size(72, 22);
  172. this.bn_ThirdPoint.TabIndex = 18;
  173. this.bn_ThirdPoint.Text = "obtain";
  174. this.bn_ThirdPoint.UseVisualStyleBackColor = true;
  175. this.bn_ThirdPoint.Click += new System.EventHandler(this.bn_ThirdPoint_Click);
  176. //
  177. // tB_ThirdPointY
  178. //
  179. this.tB_ThirdPointY.Location = new System.Drawing.Point(174, 29);
  180. this.tB_ThirdPointY.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  181. this.tB_ThirdPointY.Name = "tB_ThirdPointY";
  182. this.tB_ThirdPointY.Size = new System.Drawing.Size(76, 20);
  183. this.tB_ThirdPointY.TabIndex = 17;
  184. //
  185. // label7
  186. //
  187. this.label7.AutoSize = true;
  188. this.label7.Location = new System.Drawing.Point(147, 35);
  189. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  190. this.label7.Name = "label7";
  191. this.label7.Size = new System.Drawing.Size(17, 13);
  192. this.label7.TabIndex = 16;
  193. this.label7.Text = "Y:";
  194. //
  195. // tB_ThirdPointX
  196. //
  197. this.tB_ThirdPointX.Location = new System.Drawing.Point(51, 32);
  198. this.tB_ThirdPointX.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  199. this.tB_ThirdPointX.Name = "tB_ThirdPointX";
  200. this.tB_ThirdPointX.Size = new System.Drawing.Size(76, 20);
  201. this.tB_ThirdPointX.TabIndex = 15;
  202. //
  203. // label9
  204. //
  205. this.label9.AutoSize = true;
  206. this.label9.Location = new System.Drawing.Point(24, 35);
  207. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  208. this.label9.Name = "label9";
  209. this.label9.Size = new System.Drawing.Size(17, 13);
  210. this.label9.TabIndex = 13;
  211. this.label9.Text = "X:";
  212. //
  213. // groupBox1
  214. //
  215. this.groupBox1.Controls.Add(this.tB_FirstPointD);
  216. this.groupBox1.Controls.Add(this.label8);
  217. this.groupBox1.Controls.Add(this.bn_FirstPoint);
  218. this.groupBox1.Controls.Add(this.label2);
  219. this.groupBox1.Controls.Add(this.tB_FirstPointX);
  220. this.groupBox1.Controls.Add(this.label3);
  221. this.groupBox1.Controls.Add(this.tB_FirstPointY);
  222. this.groupBox1.Location = new System.Drawing.Point(11, 51);
  223. this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  224. this.groupBox1.Name = "groupBox1";
  225. this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
  226. this.groupBox1.Size = new System.Drawing.Size(562, 77);
  227. this.groupBox1.TabIndex = 19;
  228. this.groupBox1.TabStop = false;
  229. this.groupBox1.Text = "FirstPoint";
  230. //
  231. // tB_FirstPointD
  232. //
  233. this.tB_FirstPointD.Location = new System.Drawing.Point(378, 32);
  234. this.tB_FirstPointD.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  235. this.tB_FirstPointD.Name = "tB_FirstPointD";
  236. this.tB_FirstPointD.Size = new System.Drawing.Size(83, 20);
  237. this.tB_FirstPointD.TabIndex = 8;
  238. //
  239. // label8
  240. //
  241. this.label8.AutoSize = true;
  242. this.label8.Location = new System.Drawing.Point(301, 35);
  243. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  244. this.label8.Name = "label8";
  245. this.label8.Size = new System.Drawing.Size(52, 13);
  246. this.label8.TabIndex = 7;
  247. this.label8.Text = "Distance:";
  248. //
  249. // groupBox2
  250. //
  251. this.groupBox2.Controls.Add(this.tB_SecondPointD);
  252. this.groupBox2.Controls.Add(this.label6);
  253. this.groupBox2.Controls.Add(this.tB_SecondPointY);
  254. this.groupBox2.Controls.Add(this.label5);
  255. this.groupBox2.Controls.Add(this.tB_SecondPointX);
  256. this.groupBox2.Controls.Add(this.label4);
  257. this.groupBox2.Controls.Add(this.bn_SecondPoint);
  258. this.groupBox2.Location = new System.Drawing.Point(11, 157);
  259. this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  260. this.groupBox2.Name = "groupBox2";
  261. this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
  262. this.groupBox2.Size = new System.Drawing.Size(562, 82);
  263. this.groupBox2.TabIndex = 7;
  264. this.groupBox2.TabStop = false;
  265. this.groupBox2.Text = "SecondPoint";
  266. //
  267. // tB_SecondPointD
  268. //
  269. this.tB_SecondPointD.Location = new System.Drawing.Point(378, 33);
  270. this.tB_SecondPointD.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  271. this.tB_SecondPointD.Name = "tB_SecondPointD";
  272. this.tB_SecondPointD.Size = new System.Drawing.Size(76, 20);
  273. this.tB_SecondPointD.TabIndex = 23;
  274. //
  275. // label6
  276. //
  277. this.label6.AutoSize = true;
  278. this.label6.Location = new System.Drawing.Point(301, 36);
  279. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  280. this.label6.Name = "label6";
  281. this.label6.Size = new System.Drawing.Size(52, 13);
  282. this.label6.TabIndex = 22;
  283. this.label6.Text = "Distance:";
  284. //
  285. // groupBox3
  286. //
  287. this.groupBox3.Controls.Add(this.tB_ThirdPointD);
  288. this.groupBox3.Controls.Add(this.label1);
  289. this.groupBox3.Controls.Add(this.bn_ThirdPoint);
  290. this.groupBox3.Controls.Add(this.label9);
  291. this.groupBox3.Controls.Add(this.tB_ThirdPointX);
  292. this.groupBox3.Controls.Add(this.tB_ThirdPointY);
  293. this.groupBox3.Controls.Add(this.label7);
  294. this.groupBox3.Location = new System.Drawing.Point(11, 270);
  295. this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  296. this.groupBox3.Name = "groupBox3";
  297. this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
  298. this.groupBox3.Size = new System.Drawing.Size(562, 81);
  299. this.groupBox3.TabIndex = 13;
  300. this.groupBox3.TabStop = false;
  301. this.groupBox3.Text = "ThirdPoint";
  302. //
  303. // tB_ThirdPointD
  304. //
  305. this.tB_ThirdPointD.Location = new System.Drawing.Point(378, 32);
  306. this.tB_ThirdPointD.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  307. this.tB_ThirdPointD.Name = "tB_ThirdPointD";
  308. this.tB_ThirdPointD.Size = new System.Drawing.Size(76, 20);
  309. this.tB_ThirdPointD.TabIndex = 22;
  310. //
  311. // label1
  312. //
  313. this.label1.AutoSize = true;
  314. this.label1.Location = new System.Drawing.Point(301, 35);
  315. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  316. this.label1.Name = "label1";
  317. this.label1.Size = new System.Drawing.Size(63, 13);
  318. this.label1.TabIndex = 21;
  319. this.label1.Text = "DiStance:";
  320. //
  321. // bn_OK
  322. //
  323. this.bn_OK.Location = new System.Drawing.Point(500, 371);
  324. this.bn_OK.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  325. this.bn_OK.Name = "bn_OK";
  326. this.bn_OK.Size = new System.Drawing.Size(73, 28);
  327. this.bn_OK.TabIndex = 20;
  328. this.bn_OK.Text = "OK";
  329. this.bn_OK.UseVisualStyleBackColor = true;
  330. this.bn_OK.Click += new System.EventHandler(this.bn_OK_Click);
  331. //
  332. // bn_Cancel
  333. //
  334. this.bn_Cancel.Location = new System.Drawing.Point(403, 371);
  335. this.bn_Cancel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  336. this.bn_Cancel.Name = "bn_Cancel";
  337. this.bn_Cancel.Size = new System.Drawing.Size(68, 28);
  338. this.bn_Cancel.TabIndex = 21;
  339. this.bn_Cancel.Text = "Cancel";
  340. this.bn_Cancel.UseVisualStyleBackColor = true;
  341. this.bn_Cancel.Click += new System.EventHandler(this.bn_Cancel_Click);
  342. //
  343. // SlopFocus
  344. //
  345. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  347. this.ClientSize = new System.Drawing.Size(581, 425);
  348. this.Controls.Add(this.bn_Cancel);
  349. this.Controls.Add(this.bn_OK);
  350. this.Controls.Add(this.groupBox3);
  351. this.Controls.Add(this.groupBox2);
  352. this.Controls.Add(this.groupBox1);
  353. this.Controls.Add(this.cB_enable);
  354. this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  355. this.MaximizeBox = false;
  356. this.MaximumSize = new System.Drawing.Size(597, 464);
  357. this.MinimumSize = new System.Drawing.Size(597, 464);
  358. this.Name = "SlopFocus";
  359. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  360. this.Text = "SlopFocus";
  361. this.Load += new System.EventHandler(this.SlopFocus_Load);
  362. this.groupBox1.ResumeLayout(false);
  363. this.groupBox1.PerformLayout();
  364. this.groupBox2.ResumeLayout(false);
  365. this.groupBox2.PerformLayout();
  366. this.groupBox3.ResumeLayout(false);
  367. this.groupBox3.PerformLayout();
  368. this.ResumeLayout(false);
  369. this.PerformLayout();
  370. }
  371. #endregion
  372. private System.Windows.Forms.CheckBox cB_enable;
  373. private System.Windows.Forms.Label label2;
  374. private System.Windows.Forms.TextBox tB_FirstPointX;
  375. private System.Windows.Forms.Label label3;
  376. private System.Windows.Forms.TextBox tB_FirstPointY;
  377. private System.Windows.Forms.Button bn_FirstPoint;
  378. private System.Windows.Forms.Button bn_SecondPoint;
  379. private System.Windows.Forms.TextBox tB_SecondPointY;
  380. private System.Windows.Forms.Label label4;
  381. private System.Windows.Forms.TextBox tB_SecondPointX;
  382. private System.Windows.Forms.Label label5;
  383. private System.Windows.Forms.Button bn_ThirdPoint;
  384. private System.Windows.Forms.TextBox tB_ThirdPointY;
  385. private System.Windows.Forms.Label label7;
  386. private System.Windows.Forms.TextBox tB_ThirdPointX;
  387. private System.Windows.Forms.Label label9;
  388. private System.Windows.Forms.GroupBox groupBox1;
  389. private System.Windows.Forms.GroupBox groupBox2;
  390. private System.Windows.Forms.GroupBox groupBox3;
  391. private System.Windows.Forms.Button bn_OK;
  392. private System.Windows.Forms.Label label1;
  393. private System.Windows.Forms.Label label6;
  394. private System.Windows.Forms.TextBox tB_FirstPointD;
  395. private System.Windows.Forms.Label label8;
  396. private System.Windows.Forms.TextBox tB_SecondPointD;
  397. private System.Windows.Forms.TextBox tB_ThirdPointD;
  398. private System.Windows.Forms.Button bn_Cancel;
  399. }
  400. }