SlopFocus.Designer.cs 21 KB

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