frmInitializeImageboundary.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
  2. {
  3. partial class frmInitializeImageboundary
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.bn_Cancel = new System.Windows.Forms.Button();
  29. this.bn_OK = new System.Windows.Forms.Button();
  30. this.groupBox3 = new System.Windows.Forms.GroupBox();
  31. this.bn_gtthird = new System.Windows.Forms.Button();
  32. this.tB_ThirdPointD = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.bn_ThirdPoint = new System.Windows.Forms.Button();
  35. this.label9 = new System.Windows.Forms.Label();
  36. this.tB_ThirdPointX = new System.Windows.Forms.TextBox();
  37. this.tB_ThirdPointY = new System.Windows.Forms.TextBox();
  38. this.label7 = new System.Windows.Forms.Label();
  39. this.groupBox2 = new System.Windows.Forms.GroupBox();
  40. this.bn_gtsecond = new System.Windows.Forms.Button();
  41. this.tB_SecondPointD = new System.Windows.Forms.TextBox();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.tB_SecondPointY = new System.Windows.Forms.TextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.tB_SecondPointX = new System.Windows.Forms.TextBox();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.bn_SecondPoint = new System.Windows.Forms.Button();
  48. this.groupBox1 = new System.Windows.Forms.GroupBox();
  49. this.bn_gtfirst = new System.Windows.Forms.Button();
  50. this.tB_FirstPointD = new System.Windows.Forms.TextBox();
  51. this.label8 = new System.Windows.Forms.Label();
  52. this.bn_FirstPoint = new System.Windows.Forms.Button();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.tB_FirstPointX = new System.Windows.Forms.TextBox();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.tB_FirstPointY = new System.Windows.Forms.TextBox();
  57. this.tBx_Magnification = new System.Windows.Forms.TextBox();
  58. this.label10 = new System.Windows.Forms.Label();
  59. this.panel1 = new System.Windows.Forms.Panel();
  60. this.cB_Inclinedplanefocus = new System.Windows.Forms.CheckBox();
  61. this.groupBox3.SuspendLayout();
  62. this.groupBox2.SuspendLayout();
  63. this.groupBox1.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // bn_Cancel
  67. //
  68. this.bn_Cancel.Location = new System.Drawing.Point(892, 386);
  69. this.bn_Cancel.Margin = new System.Windows.Forms.Padding(2);
  70. this.bn_Cancel.Name = "bn_Cancel";
  71. this.bn_Cancel.Size = new System.Drawing.Size(68, 26);
  72. this.bn_Cancel.TabIndex = 26;
  73. this.bn_Cancel.Text = "Cancel";
  74. this.bn_Cancel.UseVisualStyleBackColor = true;
  75. this.bn_Cancel.Click += new System.EventHandler(this.bn_Cancel_Click);
  76. //
  77. // bn_OK
  78. //
  79. this.bn_OK.Location = new System.Drawing.Point(795, 386);
  80. this.bn_OK.Margin = new System.Windows.Forms.Padding(2);
  81. this.bn_OK.Name = "bn_OK";
  82. this.bn_OK.Size = new System.Drawing.Size(73, 26);
  83. this.bn_OK.TabIndex = 25;
  84. this.bn_OK.Text = "OK";
  85. this.bn_OK.UseVisualStyleBackColor = true;
  86. this.bn_OK.Click += new System.EventHandler(this.bn_OK_Click);
  87. //
  88. // groupBox3
  89. //
  90. this.groupBox3.Controls.Add(this.bn_gtthird);
  91. this.groupBox3.Controls.Add(this.tB_ThirdPointD);
  92. this.groupBox3.Controls.Add(this.label1);
  93. this.groupBox3.Controls.Add(this.bn_ThirdPoint);
  94. this.groupBox3.Controls.Add(this.label9);
  95. this.groupBox3.Controls.Add(this.tB_ThirdPointX);
  96. this.groupBox3.Controls.Add(this.tB_ThirdPointY);
  97. this.groupBox3.Controls.Add(this.label7);
  98. this.groupBox3.Location = new System.Drawing.Point(448, 224);
  99. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  100. this.groupBox3.Name = "groupBox3";
  101. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  102. this.groupBox3.Size = new System.Drawing.Size(525, 74);
  103. this.groupBox3.TabIndex = 23;
  104. this.groupBox3.TabStop = false;
  105. this.groupBox3.Text = "ThirdPoint";
  106. //
  107. // bn_gtthird
  108. //
  109. this.bn_gtthird.Location = new System.Drawing.Point(448, 31);
  110. this.bn_gtthird.Name = "bn_gtthird";
  111. this.bn_gtthird.Size = new System.Drawing.Size(64, 19);
  112. this.bn_gtthird.TabIndex = 22;
  113. this.bn_gtthird.Text = "GoTo";
  114. this.bn_gtthird.UseVisualStyleBackColor = true;
  115. this.bn_gtthird.Click += new System.EventHandler(this.bn_gtthird_Click);
  116. //
  117. // tB_ThirdPointD
  118. //
  119. this.tB_ThirdPointD.Location = new System.Drawing.Point(281, 29);
  120. this.tB_ThirdPointD.Margin = new System.Windows.Forms.Padding(2);
  121. this.tB_ThirdPointD.Name = "tB_ThirdPointD";
  122. this.tB_ThirdPointD.ReadOnly = true;
  123. this.tB_ThirdPointD.Size = new System.Drawing.Size(86, 21);
  124. this.tB_ThirdPointD.TabIndex = 22;
  125. this.tB_ThirdPointD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  126. //
  127. // label1
  128. //
  129. this.label1.AutoSize = true;
  130. this.label1.Location = new System.Drawing.Point(254, 32);
  131. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  132. this.label1.Name = "label1";
  133. this.label1.Size = new System.Drawing.Size(23, 12);
  134. this.label1.TabIndex = 21;
  135. this.label1.Text = "WD:";
  136. //
  137. // bn_ThirdPoint
  138. //
  139. this.bn_ThirdPoint.Location = new System.Drawing.Point(371, 30);
  140. this.bn_ThirdPoint.Margin = new System.Windows.Forms.Padding(2);
  141. this.bn_ThirdPoint.Name = "bn_ThirdPoint";
  142. this.bn_ThirdPoint.Size = new System.Drawing.Size(72, 20);
  143. this.bn_ThirdPoint.TabIndex = 18;
  144. this.bn_ThirdPoint.Text = "obtain";
  145. this.bn_ThirdPoint.UseVisualStyleBackColor = true;
  146. this.bn_ThirdPoint.Click += new System.EventHandler(this.bn_ThirdPoint_Click);
  147. //
  148. // label9
  149. //
  150. this.label9.AutoSize = true;
  151. this.label9.Location = new System.Drawing.Point(24, 32);
  152. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  153. this.label9.Name = "label9";
  154. this.label9.Size = new System.Drawing.Size(17, 12);
  155. this.label9.TabIndex = 13;
  156. this.label9.Text = "X:";
  157. //
  158. // tB_ThirdPointX
  159. //
  160. this.tB_ThirdPointX.Location = new System.Drawing.Point(51, 30);
  161. this.tB_ThirdPointX.Margin = new System.Windows.Forms.Padding(2);
  162. this.tB_ThirdPointX.Name = "tB_ThirdPointX";
  163. this.tB_ThirdPointX.Size = new System.Drawing.Size(76, 21);
  164. this.tB_ThirdPointX.TabIndex = 15;
  165. this.tB_ThirdPointX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  166. //
  167. // tB_ThirdPointY
  168. //
  169. this.tB_ThirdPointY.Location = new System.Drawing.Point(174, 30);
  170. this.tB_ThirdPointY.Margin = new System.Windows.Forms.Padding(2);
  171. this.tB_ThirdPointY.Name = "tB_ThirdPointY";
  172. this.tB_ThirdPointY.Size = new System.Drawing.Size(76, 21);
  173. this.tB_ThirdPointY.TabIndex = 17;
  174. this.tB_ThirdPointY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  175. //
  176. // label7
  177. //
  178. this.label7.AutoSize = true;
  179. this.label7.Location = new System.Drawing.Point(147, 32);
  180. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  181. this.label7.Name = "label7";
  182. this.label7.Size = new System.Drawing.Size(17, 12);
  183. this.label7.TabIndex = 16;
  184. this.label7.Text = "Y:";
  185. //
  186. // groupBox2
  187. //
  188. this.groupBox2.Controls.Add(this.bn_gtsecond);
  189. this.groupBox2.Controls.Add(this.tB_SecondPointD);
  190. this.groupBox2.Controls.Add(this.label6);
  191. this.groupBox2.Controls.Add(this.tB_SecondPointY);
  192. this.groupBox2.Controls.Add(this.label5);
  193. this.groupBox2.Controls.Add(this.tB_SecondPointX);
  194. this.groupBox2.Controls.Add(this.label4);
  195. this.groupBox2.Controls.Add(this.bn_SecondPoint);
  196. this.groupBox2.Location = new System.Drawing.Point(448, 124);
  197. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  198. this.groupBox2.Name = "groupBox2";
  199. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  200. this.groupBox2.Size = new System.Drawing.Size(525, 76);
  201. this.groupBox2.TabIndex = 22;
  202. this.groupBox2.TabStop = false;
  203. this.groupBox2.Text = "SecondPoint";
  204. //
  205. // bn_gtsecond
  206. //
  207. this.bn_gtsecond.Location = new System.Drawing.Point(448, 31);
  208. this.bn_gtsecond.Name = "bn_gtsecond";
  209. this.bn_gtsecond.Size = new System.Drawing.Size(64, 19);
  210. this.bn_gtsecond.TabIndex = 24;
  211. this.bn_gtsecond.Text = "GoTo";
  212. this.bn_gtsecond.UseVisualStyleBackColor = true;
  213. this.bn_gtsecond.Click += new System.EventHandler(this.bn_gtsecond_Click);
  214. //
  215. // tB_SecondPointD
  216. //
  217. this.tB_SecondPointD.Location = new System.Drawing.Point(281, 31);
  218. this.tB_SecondPointD.Margin = new System.Windows.Forms.Padding(2);
  219. this.tB_SecondPointD.Name = "tB_SecondPointD";
  220. this.tB_SecondPointD.ReadOnly = true;
  221. this.tB_SecondPointD.Size = new System.Drawing.Size(86, 21);
  222. this.tB_SecondPointD.TabIndex = 23;
  223. this.tB_SecondPointD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  224. //
  225. // label6
  226. //
  227. this.label6.AutoSize = true;
  228. this.label6.Location = new System.Drawing.Point(254, 34);
  229. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  230. this.label6.Name = "label6";
  231. this.label6.Size = new System.Drawing.Size(23, 12);
  232. this.label6.TabIndex = 22;
  233. this.label6.Text = "WD:";
  234. //
  235. // tB_SecondPointY
  236. //
  237. this.tB_SecondPointY.Location = new System.Drawing.Point(174, 30);
  238. this.tB_SecondPointY.Margin = new System.Windows.Forms.Padding(2);
  239. this.tB_SecondPointY.Name = "tB_SecondPointY";
  240. this.tB_SecondPointY.Size = new System.Drawing.Size(76, 21);
  241. this.tB_SecondPointY.TabIndex = 11;
  242. this.tB_SecondPointY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  243. //
  244. // label5
  245. //
  246. this.label5.AutoSize = true;
  247. this.label5.Location = new System.Drawing.Point(24, 34);
  248. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  249. this.label5.Name = "label5";
  250. this.label5.Size = new System.Drawing.Size(17, 12);
  251. this.label5.TabIndex = 8;
  252. this.label5.Text = "X:";
  253. //
  254. // tB_SecondPointX
  255. //
  256. this.tB_SecondPointX.Location = new System.Drawing.Point(51, 30);
  257. this.tB_SecondPointX.Margin = new System.Windows.Forms.Padding(2);
  258. this.tB_SecondPointX.Name = "tB_SecondPointX";
  259. this.tB_SecondPointX.Size = new System.Drawing.Size(76, 21);
  260. this.tB_SecondPointX.TabIndex = 9;
  261. this.tB_SecondPointX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  262. //
  263. // label4
  264. //
  265. this.label4.AutoSize = true;
  266. this.label4.Location = new System.Drawing.Point(147, 34);
  267. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  268. this.label4.Name = "label4";
  269. this.label4.Size = new System.Drawing.Size(17, 12);
  270. this.label4.TabIndex = 10;
  271. this.label4.Text = "Y:";
  272. //
  273. // bn_SecondPoint
  274. //
  275. this.bn_SecondPoint.Location = new System.Drawing.Point(371, 30);
  276. this.bn_SecondPoint.Margin = new System.Windows.Forms.Padding(2);
  277. this.bn_SecondPoint.Name = "bn_SecondPoint";
  278. this.bn_SecondPoint.Size = new System.Drawing.Size(72, 20);
  279. this.bn_SecondPoint.TabIndex = 12;
  280. this.bn_SecondPoint.Text = "obtain";
  281. this.bn_SecondPoint.UseVisualStyleBackColor = true;
  282. this.bn_SecondPoint.Click += new System.EventHandler(this.bn_SecondPoint_Click);
  283. //
  284. // groupBox1
  285. //
  286. this.groupBox1.Controls.Add(this.bn_gtfirst);
  287. this.groupBox1.Controls.Add(this.tB_FirstPointD);
  288. this.groupBox1.Controls.Add(this.label8);
  289. this.groupBox1.Controls.Add(this.bn_FirstPoint);
  290. this.groupBox1.Controls.Add(this.label2);
  291. this.groupBox1.Controls.Add(this.tB_FirstPointX);
  292. this.groupBox1.Controls.Add(this.label3);
  293. this.groupBox1.Controls.Add(this.tB_FirstPointY);
  294. this.groupBox1.Location = new System.Drawing.Point(448, 26);
  295. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  296. this.groupBox1.Name = "groupBox1";
  297. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  298. this.groupBox1.Size = new System.Drawing.Size(525, 71);
  299. this.groupBox1.TabIndex = 24;
  300. this.groupBox1.TabStop = false;
  301. this.groupBox1.Text = "FirstPoint";
  302. //
  303. // bn_gtfirst
  304. //
  305. this.bn_gtfirst.Location = new System.Drawing.Point(448, 30);
  306. this.bn_gtfirst.Name = "bn_gtfirst";
  307. this.bn_gtfirst.Size = new System.Drawing.Size(64, 19);
  308. this.bn_gtfirst.TabIndex = 9;
  309. this.bn_gtfirst.Text = "GoTo";
  310. this.bn_gtfirst.UseVisualStyleBackColor = true;
  311. this.bn_gtfirst.Click += new System.EventHandler(this.bn_gtfirst_Click);
  312. //
  313. // tB_FirstPointD
  314. //
  315. this.tB_FirstPointD.Location = new System.Drawing.Point(284, 30);
  316. this.tB_FirstPointD.Margin = new System.Windows.Forms.Padding(2);
  317. this.tB_FirstPointD.Name = "tB_FirstPointD";
  318. this.tB_FirstPointD.ReadOnly = true;
  319. this.tB_FirstPointD.Size = new System.Drawing.Size(83, 21);
  320. this.tB_FirstPointD.TabIndex = 8;
  321. this.tB_FirstPointD.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  322. //
  323. // label8
  324. //
  325. this.label8.AutoSize = true;
  326. this.label8.Location = new System.Drawing.Point(254, 33);
  327. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  328. this.label8.Name = "label8";
  329. this.label8.Size = new System.Drawing.Size(23, 12);
  330. this.label8.TabIndex = 7;
  331. this.label8.Text = "WD:";
  332. //
  333. // bn_FirstPoint
  334. //
  335. this.bn_FirstPoint.Location = new System.Drawing.Point(371, 31);
  336. this.bn_FirstPoint.Margin = new System.Windows.Forms.Padding(2);
  337. this.bn_FirstPoint.Name = "bn_FirstPoint";
  338. this.bn_FirstPoint.Size = new System.Drawing.Size(72, 20);
  339. this.bn_FirstPoint.TabIndex = 6;
  340. this.bn_FirstPoint.Text = "obtain";
  341. this.bn_FirstPoint.UseVisualStyleBackColor = true;
  342. this.bn_FirstPoint.Click += new System.EventHandler(this.bn_FirstPoint_Click);
  343. //
  344. // label2
  345. //
  346. this.label2.AutoSize = true;
  347. this.label2.Location = new System.Drawing.Point(24, 32);
  348. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  349. this.label2.Name = "label2";
  350. this.label2.Size = new System.Drawing.Size(17, 12);
  351. this.label2.TabIndex = 2;
  352. this.label2.Text = "X:";
  353. //
  354. // tB_FirstPointX
  355. //
  356. this.tB_FirstPointX.Location = new System.Drawing.Point(51, 30);
  357. this.tB_FirstPointX.Margin = new System.Windows.Forms.Padding(2);
  358. this.tB_FirstPointX.Name = "tB_FirstPointX";
  359. this.tB_FirstPointX.Size = new System.Drawing.Size(76, 21);
  360. this.tB_FirstPointX.TabIndex = 3;
  361. this.tB_FirstPointX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  362. //
  363. // label3
  364. //
  365. this.label3.AutoSize = true;
  366. this.label3.Location = new System.Drawing.Point(147, 32);
  367. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  368. this.label3.Name = "label3";
  369. this.label3.Size = new System.Drawing.Size(17, 12);
  370. this.label3.TabIndex = 4;
  371. this.label3.Text = "Y:";
  372. //
  373. // tB_FirstPointY
  374. //
  375. this.tB_FirstPointY.Location = new System.Drawing.Point(174, 30);
  376. this.tB_FirstPointY.Margin = new System.Windows.Forms.Padding(2);
  377. this.tB_FirstPointY.Name = "tB_FirstPointY";
  378. this.tB_FirstPointY.Size = new System.Drawing.Size(76, 21);
  379. this.tB_FirstPointY.TabIndex = 5;
  380. this.tB_FirstPointY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  381. //
  382. // tBx_Magnification
  383. //
  384. this.tBx_Magnification.Location = new System.Drawing.Point(544, 362);
  385. this.tBx_Magnification.Name = "tBx_Magnification";
  386. this.tBx_Magnification.Size = new System.Drawing.Size(100, 21);
  387. this.tBx_Magnification.TabIndex = 29;
  388. this.tBx_Magnification.Text = "100";
  389. this.tBx_Magnification.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  390. //
  391. // label10
  392. //
  393. this.label10.AutoSize = true;
  394. this.label10.Location = new System.Drawing.Point(449, 365);
  395. this.label10.Name = "label10";
  396. this.label10.Size = new System.Drawing.Size(89, 12);
  397. this.label10.TabIndex = 28;
  398. this.label10.Text = "Magnification:";
  399. //
  400. // panel1
  401. //
  402. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  403. this.panel1.Location = new System.Drawing.Point(13, 13);
  404. this.panel1.Name = "panel1";
  405. this.panel1.Size = new System.Drawing.Size(430, 399);
  406. this.panel1.TabIndex = 30;
  407. //
  408. // cB_Inclinedplanefocus
  409. //
  410. this.cB_Inclinedplanefocus.AutoSize = true;
  411. this.cB_Inclinedplanefocus.Location = new System.Drawing.Point(448, 326);
  412. this.cB_Inclinedplanefocus.Name = "cB_Inclinedplanefocus";
  413. this.cB_Inclinedplanefocus.Size = new System.Drawing.Size(144, 16);
  414. this.cB_Inclinedplanefocus.TabIndex = 24;
  415. this.cB_Inclinedplanefocus.Text = "Inclined plane focus";
  416. this.cB_Inclinedplanefocus.UseVisualStyleBackColor = true;
  417. this.cB_Inclinedplanefocus.CheckedChanged += new System.EventHandler(this.cB_Inclinedplanefocus_CheckedChanged);
  418. //
  419. // frmInitializeImageboundary
  420. //
  421. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  422. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  423. this.ClientSize = new System.Drawing.Size(979, 422);
  424. this.Controls.Add(this.panel1);
  425. this.Controls.Add(this.tBx_Magnification);
  426. this.Controls.Add(this.cB_Inclinedplanefocus);
  427. this.Controls.Add(this.label10);
  428. this.Controls.Add(this.bn_Cancel);
  429. this.Controls.Add(this.bn_OK);
  430. this.Controls.Add(this.groupBox3);
  431. this.Controls.Add(this.groupBox2);
  432. this.Controls.Add(this.groupBox1);
  433. this.MaximizeBox = false;
  434. this.Name = "frmInitializeImageboundary";
  435. this.ShowIcon = false;
  436. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  437. this.Text = "frmInitializeImageboundary";
  438. this.Load += new System.EventHandler(this.frmInitializeImageboundary_Load);
  439. this.groupBox3.ResumeLayout(false);
  440. this.groupBox3.PerformLayout();
  441. this.groupBox2.ResumeLayout(false);
  442. this.groupBox2.PerformLayout();
  443. this.groupBox1.ResumeLayout(false);
  444. this.groupBox1.PerformLayout();
  445. this.ResumeLayout(false);
  446. this.PerformLayout();
  447. }
  448. #endregion
  449. private System.Windows.Forms.Button bn_Cancel;
  450. private System.Windows.Forms.Button bn_OK;
  451. private System.Windows.Forms.GroupBox groupBox3;
  452. private System.Windows.Forms.Button bn_gtthird;
  453. private System.Windows.Forms.TextBox tB_ThirdPointD;
  454. private System.Windows.Forms.Label label1;
  455. private System.Windows.Forms.Button bn_ThirdPoint;
  456. private System.Windows.Forms.Label label9;
  457. private System.Windows.Forms.TextBox tB_ThirdPointX;
  458. private System.Windows.Forms.TextBox tB_ThirdPointY;
  459. private System.Windows.Forms.Label label7;
  460. private System.Windows.Forms.GroupBox groupBox2;
  461. private System.Windows.Forms.Button bn_gtsecond;
  462. private System.Windows.Forms.TextBox tB_SecondPointD;
  463. private System.Windows.Forms.Label label6;
  464. private System.Windows.Forms.TextBox tB_SecondPointY;
  465. private System.Windows.Forms.Label label5;
  466. private System.Windows.Forms.TextBox tB_SecondPointX;
  467. private System.Windows.Forms.Label label4;
  468. private System.Windows.Forms.Button bn_SecondPoint;
  469. private System.Windows.Forms.GroupBox groupBox1;
  470. private System.Windows.Forms.Button bn_gtfirst;
  471. private System.Windows.Forms.TextBox tB_FirstPointD;
  472. private System.Windows.Forms.Label label8;
  473. private System.Windows.Forms.Button bn_FirstPoint;
  474. private System.Windows.Forms.Label label2;
  475. private System.Windows.Forms.TextBox tB_FirstPointX;
  476. private System.Windows.Forms.Label label3;
  477. private System.Windows.Forms.TextBox tB_FirstPointY;
  478. private System.Windows.Forms.TextBox tBx_Magnification;
  479. private System.Windows.Forms.Label label10;
  480. private System.Windows.Forms.Panel panel1;
  481. private System.Windows.Forms.CheckBox cB_Inclinedplanefocus;
  482. }
  483. }