SlopFocus.Designer.cs 19 KB

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