SlopFocus.Designer.cs 17 KB

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