SlopFocus.Designer.cs 17 KB

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