frmInitializeTwoPointRectangle.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
  2. {
  3. partial class frmInitializeTwoPointRectangle
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.btnwrite1 = new System.Windows.Forms.Button();
  30. this.bn_FirstPoint = new System.Windows.Forms.Button();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.tB_LTPointX = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.tB_LTPointY = new System.Windows.Forms.TextBox();
  35. this.groupBox2 = new System.Windows.Forms.GroupBox();
  36. this.btnwrite2 = new System.Windows.Forms.Button();
  37. this.tB_RBPointY = new System.Windows.Forms.TextBox();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.tB_RBPointX = new System.Windows.Forms.TextBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.bn_SecondPoint = new System.Windows.Forms.Button();
  42. this.bn_Cancel = new System.Windows.Forms.Button();
  43. this.bn_OK = new System.Windows.Forms.Button();
  44. this.groupBox1.SuspendLayout();
  45. this.groupBox2.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // groupBox1
  49. //
  50. this.groupBox1.Controls.Add(this.btnwrite1);
  51. this.groupBox1.Controls.Add(this.bn_FirstPoint);
  52. this.groupBox1.Controls.Add(this.label2);
  53. this.groupBox1.Controls.Add(this.tB_LTPointX);
  54. this.groupBox1.Controls.Add(this.label3);
  55. this.groupBox1.Controls.Add(this.tB_LTPointY);
  56. this.groupBox1.Location = new System.Drawing.Point(36, 49);
  57. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  58. this.groupBox1.Name = "groupBox1";
  59. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  60. this.groupBox1.Size = new System.Drawing.Size(449, 71);
  61. this.groupBox1.TabIndex = 20;
  62. this.groupBox1.TabStop = false;
  63. this.groupBox1.Text = "LeftTopPoint";
  64. //
  65. // btnwrite1
  66. //
  67. this.btnwrite1.Location = new System.Drawing.Point(365, 32);
  68. this.btnwrite1.Name = "btnwrite1";
  69. this.btnwrite1.Size = new System.Drawing.Size(65, 19);
  70. this.btnwrite1.TabIndex = 7;
  71. this.btnwrite1.Text = "Write";
  72. this.btnwrite1.UseVisualStyleBackColor = true;
  73. this.btnwrite1.Click += new System.EventHandler(this.button1_Click);
  74. //
  75. // bn_FirstPoint
  76. //
  77. this.bn_FirstPoint.Location = new System.Drawing.Point(281, 32);
  78. this.bn_FirstPoint.Margin = new System.Windows.Forms.Padding(2);
  79. this.bn_FirstPoint.Name = "bn_FirstPoint";
  80. this.bn_FirstPoint.Size = new System.Drawing.Size(72, 20);
  81. this.bn_FirstPoint.TabIndex = 6;
  82. this.bn_FirstPoint.Text = "Obtain";
  83. this.bn_FirstPoint.UseVisualStyleBackColor = true;
  84. this.bn_FirstPoint.Click += new System.EventHandler(this.bn_FirstPoint_Click);
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Location = new System.Drawing.Point(24, 32);
  90. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  91. this.label2.Name = "label2";
  92. this.label2.Size = new System.Drawing.Size(17, 12);
  93. this.label2.TabIndex = 2;
  94. this.label2.Text = "X:";
  95. //
  96. // tB_LTPointX
  97. //
  98. this.tB_LTPointX.Location = new System.Drawing.Point(51, 30);
  99. this.tB_LTPointX.Margin = new System.Windows.Forms.Padding(2);
  100. this.tB_LTPointX.Name = "tB_LTPointX";
  101. this.tB_LTPointX.Size = new System.Drawing.Size(76, 21);
  102. this.tB_LTPointX.TabIndex = 3;
  103. //
  104. // label3
  105. //
  106. this.label3.AutoSize = true;
  107. this.label3.Location = new System.Drawing.Point(147, 32);
  108. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  109. this.label3.Name = "label3";
  110. this.label3.Size = new System.Drawing.Size(17, 12);
  111. this.label3.TabIndex = 4;
  112. this.label3.Text = "Y:";
  113. //
  114. // tB_LTPointY
  115. //
  116. this.tB_LTPointY.Location = new System.Drawing.Point(174, 30);
  117. this.tB_LTPointY.Margin = new System.Windows.Forms.Padding(2);
  118. this.tB_LTPointY.Name = "tB_LTPointY";
  119. this.tB_LTPointY.Size = new System.Drawing.Size(76, 21);
  120. this.tB_LTPointY.TabIndex = 5;
  121. //
  122. // groupBox2
  123. //
  124. this.groupBox2.Controls.Add(this.btnwrite2);
  125. this.groupBox2.Controls.Add(this.tB_RBPointY);
  126. this.groupBox2.Controls.Add(this.label5);
  127. this.groupBox2.Controls.Add(this.tB_RBPointX);
  128. this.groupBox2.Controls.Add(this.label4);
  129. this.groupBox2.Controls.Add(this.bn_SecondPoint);
  130. this.groupBox2.Location = new System.Drawing.Point(36, 164);
  131. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  132. this.groupBox2.Name = "groupBox2";
  133. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  134. this.groupBox2.Size = new System.Drawing.Size(449, 76);
  135. this.groupBox2.TabIndex = 21;
  136. this.groupBox2.TabStop = false;
  137. this.groupBox2.Text = "RightBottomPoint";
  138. //
  139. // btnwrite2
  140. //
  141. this.btnwrite2.Location = new System.Drawing.Point(362, 31);
  142. this.btnwrite2.Name = "btnwrite2";
  143. this.btnwrite2.Size = new System.Drawing.Size(67, 19);
  144. this.btnwrite2.TabIndex = 13;
  145. this.btnwrite2.Text = "Write";
  146. this.btnwrite2.UseVisualStyleBackColor = true;
  147. this.btnwrite2.Click += new System.EventHandler(this.button2_Click);
  148. //
  149. // tB_RBPointY
  150. //
  151. this.tB_RBPointY.Location = new System.Drawing.Point(174, 30);
  152. this.tB_RBPointY.Margin = new System.Windows.Forms.Padding(2);
  153. this.tB_RBPointY.Name = "tB_RBPointY";
  154. this.tB_RBPointY.Size = new System.Drawing.Size(76, 21);
  155. this.tB_RBPointY.TabIndex = 11;
  156. //
  157. // label5
  158. //
  159. this.label5.AutoSize = true;
  160. this.label5.Location = new System.Drawing.Point(24, 34);
  161. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  162. this.label5.Name = "label5";
  163. this.label5.Size = new System.Drawing.Size(17, 12);
  164. this.label5.TabIndex = 8;
  165. this.label5.Text = "X:";
  166. //
  167. // tB_RBPointX
  168. //
  169. this.tB_RBPointX.Location = new System.Drawing.Point(51, 30);
  170. this.tB_RBPointX.Margin = new System.Windows.Forms.Padding(2);
  171. this.tB_RBPointX.Name = "tB_RBPointX";
  172. this.tB_RBPointX.Size = new System.Drawing.Size(76, 21);
  173. this.tB_RBPointX.TabIndex = 9;
  174. //
  175. // label4
  176. //
  177. this.label4.AutoSize = true;
  178. this.label4.Location = new System.Drawing.Point(147, 34);
  179. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  180. this.label4.Name = "label4";
  181. this.label4.Size = new System.Drawing.Size(17, 12);
  182. this.label4.TabIndex = 10;
  183. this.label4.Text = "Y:";
  184. //
  185. // bn_SecondPoint
  186. //
  187. this.bn_SecondPoint.Location = new System.Drawing.Point(281, 29);
  188. this.bn_SecondPoint.Margin = new System.Windows.Forms.Padding(2);
  189. this.bn_SecondPoint.Name = "bn_SecondPoint";
  190. this.bn_SecondPoint.Size = new System.Drawing.Size(72, 20);
  191. this.bn_SecondPoint.TabIndex = 12;
  192. this.bn_SecondPoint.Text = "Obtain";
  193. this.bn_SecondPoint.UseVisualStyleBackColor = true;
  194. this.bn_SecondPoint.Click += new System.EventHandler(this.bn_SecondPoint_Click);
  195. //
  196. // bn_Cancel
  197. //
  198. this.bn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  199. this.bn_Cancel.Location = new System.Drawing.Point(255, 281);
  200. this.bn_Cancel.Margin = new System.Windows.Forms.Padding(2);
  201. this.bn_Cancel.Name = "bn_Cancel";
  202. this.bn_Cancel.Size = new System.Drawing.Size(68, 26);
  203. this.bn_Cancel.TabIndex = 23;
  204. this.bn_Cancel.Text = "Cancel";
  205. this.bn_Cancel.UseVisualStyleBackColor = true;
  206. this.bn_Cancel.Click += new System.EventHandler(this.bn_Cancel_Click);
  207. //
  208. // bn_OK
  209. //
  210. this.bn_OK.DialogResult = System.Windows.Forms.DialogResult.OK;
  211. this.bn_OK.Location = new System.Drawing.Point(158, 281);
  212. this.bn_OK.Margin = new System.Windows.Forms.Padding(2);
  213. this.bn_OK.Name = "bn_OK";
  214. this.bn_OK.Size = new System.Drawing.Size(73, 26);
  215. this.bn_OK.TabIndex = 22;
  216. this.bn_OK.Text = "OK";
  217. this.bn_OK.UseVisualStyleBackColor = true;
  218. this.bn_OK.Click += new System.EventHandler(this.bn_OK_Click);
  219. //
  220. // frmInitializeTwoPointRectangle
  221. //
  222. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  223. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  224. this.ClientSize = new System.Drawing.Size(500, 341);
  225. this.Controls.Add(this.bn_Cancel);
  226. this.Controls.Add(this.bn_OK);
  227. this.Controls.Add(this.groupBox2);
  228. this.Controls.Add(this.groupBox1);
  229. this.Name = "frmInitializeTwoPointRectangle";
  230. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  231. this.Text = "TwoPointRectangle";
  232. this.Load += new System.EventHandler(this.frmInitializeTwoPointRectangle_Load);
  233. this.groupBox1.ResumeLayout(false);
  234. this.groupBox1.PerformLayout();
  235. this.groupBox2.ResumeLayout(false);
  236. this.groupBox2.PerformLayout();
  237. this.ResumeLayout(false);
  238. }
  239. #endregion
  240. private System.Windows.Forms.GroupBox groupBox1;
  241. private System.Windows.Forms.Button bn_FirstPoint;
  242. private System.Windows.Forms.Label label2;
  243. private System.Windows.Forms.TextBox tB_LTPointX;
  244. private System.Windows.Forms.Label label3;
  245. private System.Windows.Forms.TextBox tB_LTPointY;
  246. private System.Windows.Forms.GroupBox groupBox2;
  247. private System.Windows.Forms.TextBox tB_RBPointY;
  248. private System.Windows.Forms.Label label5;
  249. private System.Windows.Forms.TextBox tB_RBPointX;
  250. private System.Windows.Forms.Label label4;
  251. private System.Windows.Forms.Button bn_SecondPoint;
  252. private System.Windows.Forms.Button bn_Cancel;
  253. private System.Windows.Forms.Button bn_OK;
  254. private System.Windows.Forms.Button btnwrite1;
  255. private System.Windows.Forms.Button btnwrite2;
  256. }
  257. }