FormExportPoints.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. namespace HOZProject.UserControls
  2. {
  3. partial class FormExportPoints
  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.txtPointName = new System.Windows.Forms.TextBox();
  29. this.label9 = new System.Windows.Forms.Label();
  30. this.btnDelPoint = new System.Windows.Forms.Button();
  31. this.btnAddPoint = new System.Windows.Forms.Button();
  32. this.btnSavePoints = new System.Windows.Forms.Button();
  33. this.ltPointName = new System.Windows.Forms.ListBox();
  34. this.lblR = new System.Windows.Forms.Label();
  35. this.lblM = new System.Windows.Forms.Label();
  36. this.lblZ = new System.Windows.Forms.Label();
  37. this.lblT = new System.Windows.Forms.Label();
  38. this.lblX = new System.Windows.Forms.Label();
  39. this.lblY = new System.Windows.Forms.Label();
  40. this.lblBSX = new System.Windows.Forms.Label();
  41. this.lblBSY = new System.Windows.Forms.Label();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.label4 = new System.Windows.Forms.Label();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.btnGetData = new System.Windows.Forms.Button();
  51. this.panel1 = new System.Windows.Forms.Panel();
  52. this.panel1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // txtPointName
  56. //
  57. this.txtPointName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.txtPointName.Location = new System.Drawing.Point(190, 14);
  59. this.txtPointName.Name = "txtPointName";
  60. this.txtPointName.Size = new System.Drawing.Size(112, 30);
  61. this.txtPointName.TabIndex = 90;
  62. //
  63. // label9
  64. //
  65. this.label9.AutoSize = true;
  66. this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.label9.Location = new System.Drawing.Point(23, 17);
  68. this.label9.Name = "label9";
  69. this.label9.Size = new System.Drawing.Size(89, 20);
  70. this.label9.TabIndex = 89;
  71. this.label9.Text = "点名称:";
  72. //
  73. // btnDelPoint
  74. //
  75. this.btnDelPoint.Location = new System.Drawing.Point(192, 416);
  76. this.btnDelPoint.Name = "btnDelPoint";
  77. this.btnDelPoint.Size = new System.Drawing.Size(113, 39);
  78. this.btnDelPoint.TabIndex = 88;
  79. this.btnDelPoint.Text = "删除";
  80. this.btnDelPoint.UseVisualStyleBackColor = true;
  81. this.btnDelPoint.Click += new System.EventHandler(this.btnDelPoint_Click);
  82. //
  83. // btnAddPoint
  84. //
  85. this.btnAddPoint.Location = new System.Drawing.Point(25, 416);
  86. this.btnAddPoint.Name = "btnAddPoint";
  87. this.btnAddPoint.Size = new System.Drawing.Size(113, 39);
  88. this.btnAddPoint.TabIndex = 87;
  89. this.btnAddPoint.Text = "添加";
  90. this.btnAddPoint.UseVisualStyleBackColor = true;
  91. this.btnAddPoint.Click += new System.EventHandler(this.btnAddPoint_Click);
  92. //
  93. // btnSavePoints
  94. //
  95. this.btnSavePoints.Location = new System.Drawing.Point(192, 371);
  96. this.btnSavePoints.Name = "btnSavePoints";
  97. this.btnSavePoints.Size = new System.Drawing.Size(113, 39);
  98. this.btnSavePoints.TabIndex = 86;
  99. this.btnSavePoints.Text = "保存";
  100. this.btnSavePoints.UseVisualStyleBackColor = true;
  101. this.btnSavePoints.Click += new System.EventHandler(this.btnSavePoints_Click);
  102. //
  103. // ltPointName
  104. //
  105. this.ltPointName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.ltPointName.FormattingEnabled = true;
  107. this.ltPointName.ItemHeight = 20;
  108. this.ltPointName.Location = new System.Drawing.Point(337, 9);
  109. this.ltPointName.Name = "ltPointName";
  110. this.ltPointName.Size = new System.Drawing.Size(144, 444);
  111. this.ltPointName.TabIndex = 85;
  112. this.ltPointName.SelectedIndexChanged += new System.EventHandler(this.ltPointName_SelectedIndexChanged);
  113. //
  114. // lblR
  115. //
  116. this.lblR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.lblR.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.lblR.Location = new System.Drawing.Point(190, 209);
  119. this.lblR.Name = "lblR";
  120. this.lblR.Size = new System.Drawing.Size(112, 27);
  121. this.lblR.TabIndex = 84;
  122. this.lblR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  123. //
  124. // lblM
  125. //
  126. this.lblM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  127. this.lblM.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.lblM.Location = new System.Drawing.Point(190, 247);
  129. this.lblM.Name = "lblM";
  130. this.lblM.Size = new System.Drawing.Size(112, 27);
  131. this.lblM.TabIndex = 83;
  132. this.lblM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  133. //
  134. // lblZ
  135. //
  136. this.lblZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  137. this.lblZ.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lblZ.Location = new System.Drawing.Point(190, 133);
  139. this.lblZ.Name = "lblZ";
  140. this.lblZ.Size = new System.Drawing.Size(112, 27);
  141. this.lblZ.TabIndex = 82;
  142. this.lblZ.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  143. //
  144. // lblT
  145. //
  146. this.lblT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  147. this.lblT.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.lblT.Location = new System.Drawing.Point(190, 171);
  149. this.lblT.Name = "lblT";
  150. this.lblT.Size = new System.Drawing.Size(112, 27);
  151. this.lblT.TabIndex = 81;
  152. this.lblT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  153. //
  154. // lblX
  155. //
  156. this.lblX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  157. this.lblX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.lblX.Location = new System.Drawing.Point(190, 57);
  159. this.lblX.Name = "lblX";
  160. this.lblX.Size = new System.Drawing.Size(112, 27);
  161. this.lblX.TabIndex = 80;
  162. this.lblX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  163. //
  164. // lblY
  165. //
  166. this.lblY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  167. this.lblY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.lblY.Location = new System.Drawing.Point(190, 95);
  169. this.lblY.Name = "lblY";
  170. this.lblY.Size = new System.Drawing.Size(112, 27);
  171. this.lblY.TabIndex = 79;
  172. this.lblY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  173. //
  174. // lblBSX
  175. //
  176. this.lblBSX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  177. this.lblBSX.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.lblBSX.Location = new System.Drawing.Point(190, 285);
  179. this.lblBSX.Name = "lblBSX";
  180. this.lblBSX.Size = new System.Drawing.Size(112, 27);
  181. this.lblBSX.TabIndex = 78;
  182. this.lblBSX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  183. //
  184. // lblBSY
  185. //
  186. this.lblBSY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  187. this.lblBSY.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.lblBSY.Location = new System.Drawing.Point(190, 323);
  189. this.lblBSY.Name = "lblBSY";
  190. this.lblBSY.Size = new System.Drawing.Size(112, 27);
  191. this.lblBSY.TabIndex = 77;
  192. this.lblBSY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  193. //
  194. // label7
  195. //
  196. this.label7.AutoSize = true;
  197. this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label7.Location = new System.Drawing.Point(23, 329);
  199. this.label7.Name = "label7";
  200. this.label7.Size = new System.Drawing.Size(139, 20);
  201. this.label7.TabIndex = 76;
  202. this.label7.Text = "BeamShift Y:";
  203. //
  204. // label8
  205. //
  206. this.label8.AutoSize = true;
  207. this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.label8.Location = new System.Drawing.Point(23, 290);
  209. this.label8.Name = "label8";
  210. this.label8.Size = new System.Drawing.Size(139, 20);
  211. this.label8.TabIndex = 75;
  212. this.label8.Text = "BeamShift X:";
  213. //
  214. // label5
  215. //
  216. this.label5.AutoSize = true;
  217. this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.label5.Location = new System.Drawing.Point(23, 251);
  219. this.label5.Name = "label5";
  220. this.label5.Size = new System.Drawing.Size(39, 20);
  221. this.label5.TabIndex = 74;
  222. this.label5.Text = "M:";
  223. //
  224. // label6
  225. //
  226. this.label6.AutoSize = true;
  227. this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.label6.Location = new System.Drawing.Point(23, 212);
  229. this.label6.Name = "label6";
  230. this.label6.Size = new System.Drawing.Size(39, 20);
  231. this.label6.TabIndex = 73;
  232. this.label6.Text = "R:";
  233. //
  234. // label3
  235. //
  236. this.label3.AutoSize = true;
  237. this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.label3.Location = new System.Drawing.Point(23, 173);
  239. this.label3.Name = "label3";
  240. this.label3.Size = new System.Drawing.Size(39, 20);
  241. this.label3.TabIndex = 72;
  242. this.label3.Text = "T:";
  243. //
  244. // label4
  245. //
  246. this.label4.AutoSize = true;
  247. this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.label4.Location = new System.Drawing.Point(23, 134);
  249. this.label4.Name = "label4";
  250. this.label4.Size = new System.Drawing.Size(39, 20);
  251. this.label4.TabIndex = 71;
  252. this.label4.Text = "Z:";
  253. //
  254. // label2
  255. //
  256. this.label2.AutoSize = true;
  257. this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.label2.Location = new System.Drawing.Point(23, 95);
  259. this.label2.Name = "label2";
  260. this.label2.Size = new System.Drawing.Size(39, 20);
  261. this.label2.TabIndex = 70;
  262. this.label2.Text = "Y:";
  263. //
  264. // label1
  265. //
  266. this.label1.AutoSize = true;
  267. this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.label1.Location = new System.Drawing.Point(23, 56);
  269. this.label1.Name = "label1";
  270. this.label1.Size = new System.Drawing.Size(39, 20);
  271. this.label1.TabIndex = 69;
  272. this.label1.Text = "X:";
  273. //
  274. // btnGetData
  275. //
  276. this.btnGetData.Location = new System.Drawing.Point(25, 371);
  277. this.btnGetData.Name = "btnGetData";
  278. this.btnGetData.Size = new System.Drawing.Size(113, 39);
  279. this.btnGetData.TabIndex = 68;
  280. this.btnGetData.Text = "获取";
  281. this.btnGetData.UseVisualStyleBackColor = true;
  282. this.btnGetData.Click += new System.EventHandler(this.btnGetData_Click);
  283. //
  284. // panel1
  285. //
  286. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  287. this.panel1.Controls.Add(this.label9);
  288. this.panel1.Controls.Add(this.ltPointName);
  289. this.panel1.Controls.Add(this.txtPointName);
  290. this.panel1.Controls.Add(this.btnGetData);
  291. this.panel1.Controls.Add(this.label1);
  292. this.panel1.Controls.Add(this.btnDelPoint);
  293. this.panel1.Controls.Add(this.label2);
  294. this.panel1.Controls.Add(this.btnAddPoint);
  295. this.panel1.Controls.Add(this.label4);
  296. this.panel1.Controls.Add(this.btnSavePoints);
  297. this.panel1.Controls.Add(this.label3);
  298. this.panel1.Controls.Add(this.label6);
  299. this.panel1.Controls.Add(this.lblR);
  300. this.panel1.Controls.Add(this.label5);
  301. this.panel1.Controls.Add(this.lblM);
  302. this.panel1.Controls.Add(this.label8);
  303. this.panel1.Controls.Add(this.lblZ);
  304. this.panel1.Controls.Add(this.label7);
  305. this.panel1.Controls.Add(this.lblT);
  306. this.panel1.Controls.Add(this.lblBSY);
  307. this.panel1.Controls.Add(this.lblX);
  308. this.panel1.Controls.Add(this.lblBSX);
  309. this.panel1.Controls.Add(this.lblY);
  310. this.panel1.Location = new System.Drawing.Point(3, 3);
  311. this.panel1.Name = "panel1";
  312. this.panel1.Size = new System.Drawing.Size(486, 464);
  313. this.panel1.TabIndex = 91;
  314. //
  315. // FormExportPoints
  316. //
  317. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  318. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  319. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(179)))), ((int)(((byte)(254)))));
  320. this.ClientSize = new System.Drawing.Size(492, 470);
  321. this.Controls.Add(this.panel1);
  322. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  323. this.Name = "FormExportPoints";
  324. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  325. this.Text = "手动添加点";
  326. this.panel1.ResumeLayout(false);
  327. this.panel1.PerformLayout();
  328. this.ResumeLayout(false);
  329. }
  330. #endregion
  331. private System.Windows.Forms.TextBox txtPointName;
  332. private System.Windows.Forms.Label label9;
  333. private System.Windows.Forms.Button btnDelPoint;
  334. private System.Windows.Forms.Button btnAddPoint;
  335. private System.Windows.Forms.Button btnSavePoints;
  336. private System.Windows.Forms.ListBox ltPointName;
  337. private System.Windows.Forms.Label lblR;
  338. private System.Windows.Forms.Label lblM;
  339. private System.Windows.Forms.Label lblZ;
  340. private System.Windows.Forms.Label lblT;
  341. private System.Windows.Forms.Label lblX;
  342. private System.Windows.Forms.Label lblY;
  343. private System.Windows.Forms.Label lblBSX;
  344. private System.Windows.Forms.Label lblBSY;
  345. private System.Windows.Forms.Label label7;
  346. private System.Windows.Forms.Label label8;
  347. private System.Windows.Forms.Label label5;
  348. private System.Windows.Forms.Label label6;
  349. private System.Windows.Forms.Label label3;
  350. private System.Windows.Forms.Label label4;
  351. private System.Windows.Forms.Label label2;
  352. private System.Windows.Forms.Label label1;
  353. private System.Windows.Forms.Button btnGetData;
  354. private System.Windows.Forms.Panel panel1;
  355. }
  356. }