Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

444 строки
23 KiB

  1. namespace MaiMuAOI.SysUI.SysSet
  2. {
  3. partial class SysPointsFrm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysPointsFrm));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
  33. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  34. this.groupBox8 = new System.Windows.Forms.GroupBox();
  35. this.panel8 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.numAxis3_InitPT = new System.Windows.Forms.NumericUpDown();
  38. this.numAxis1_InitPT = new System.Windows.Forms.NumericUpDown();
  39. this.numAxis2_InitPT = new System.Windows.Forms.NumericUpDown();
  40. this.numAxis0_InitPT = new System.Windows.Forms.NumericUpDown();
  41. this.label16 = new System.Windows.Forms.Label();
  42. this.label13 = new System.Windows.Forms.Label();
  43. this.label14 = new System.Windows.Forms.Label();
  44. this.groupBox1 = new System.Windows.Forms.GroupBox();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.numPdtTime = new System.Windows.Forms.NumericUpDown();
  48. this.numHeightTime = new System.Windows.Forms.NumericUpDown();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.toolStrip1.SuspendLayout();
  51. this.groupBox8.SuspendLayout();
  52. this.panel8.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).BeginInit();
  57. this.groupBox1.SuspendLayout();
  58. this.panel1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.numPdtTime)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.numHeightTime)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // toolStrip1
  64. //
  65. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  66. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  67. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  68. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.tsbtnSave,
  70. this.toolStripSeparator2,
  71. this.tsbtnExit});
  72. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  73. this.toolStrip1.Location = new System.Drawing.Point(0, 46);
  74. this.toolStrip1.Name = "toolStrip1";
  75. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  76. this.toolStrip1.Size = new System.Drawing.Size(450, 56);
  77. this.toolStrip1.TabIndex = 23;
  78. this.toolStrip1.Text = "toolStrip1";
  79. //
  80. // tsbtnSave
  81. //
  82. this.tsbtnSave.ForeColor = System.Drawing.SystemColors.Control;
  83. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  84. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  85. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  86. this.tsbtnSave.Name = "tsbtnSave";
  87. this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
  88. this.tsbtnSave.Text = " 保存 ";
  89. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  90. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  91. //
  92. // toolStripSeparator2
  93. //
  94. this.toolStripSeparator2.Name = "toolStripSeparator2";
  95. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  96. //
  97. // tsbtnExit
  98. //
  99. this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
  100. this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
  101. this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  102. this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tsbtnExit.Name = "tsbtnExit";
  104. this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
  105. this.tsbtnExit.Text = " 退出 ";
  106. this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  107. this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
  108. //
  109. // uiTitel1
  110. //
  111. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  112. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  113. this.uiTitel1.FatherForm = null;
  114. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  115. this.uiTitel1.Name = "uiTitel1";
  116. this.uiTitel1.Size = new System.Drawing.Size(450, 46);
  117. this.uiTitel1.TabIndex = 22;
  118. //
  119. // groupBox8
  120. //
  121. this.groupBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  122. this.groupBox8.Controls.Add(this.panel8);
  123. this.groupBox8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.groupBox8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  125. this.groupBox8.Location = new System.Drawing.Point(0, 104);
  126. this.groupBox8.Margin = new System.Windows.Forms.Padding(2);
  127. this.groupBox8.Name = "groupBox8";
  128. this.groupBox8.Padding = new System.Windows.Forms.Padding(2);
  129. this.groupBox8.Size = new System.Drawing.Size(447, 110);
  130. this.groupBox8.TabIndex = 31;
  131. this.groupBox8.TabStop = false;
  132. this.groupBox8.Text = "上下料绝对位置(mm)";
  133. //
  134. // panel8
  135. //
  136. this.panel8.BackColor = System.Drawing.Color.White;
  137. this.panel8.Controls.Add(this.label1);
  138. this.panel8.Controls.Add(this.numAxis3_InitPT);
  139. this.panel8.Controls.Add(this.numAxis1_InitPT);
  140. this.panel8.Controls.Add(this.numAxis2_InitPT);
  141. this.panel8.Controls.Add(this.numAxis0_InitPT);
  142. this.panel8.Controls.Add(this.label16);
  143. this.panel8.Controls.Add(this.label13);
  144. this.panel8.Controls.Add(this.label14);
  145. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.panel8.Location = new System.Drawing.Point(2, 16);
  147. this.panel8.Margin = new System.Windows.Forms.Padding(2);
  148. this.panel8.Name = "panel8";
  149. this.panel8.Size = new System.Drawing.Size(443, 92);
  150. this.panel8.TabIndex = 0;
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
  157. this.label1.Location = new System.Drawing.Point(10, 21);
  158. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  159. this.label1.Name = "label1";
  160. this.label1.Size = new System.Drawing.Size(90, 17);
  161. this.label1.TabIndex = 17;
  162. this.label1.Text = "Axis-0(X1轴):";
  163. this.label1.Visible = false;
  164. //
  165. // numAxis3_InitPT
  166. //
  167. this.numAxis3_InitPT.DecimalPlaces = 2;
  168. this.numAxis3_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.numAxis3_InitPT.Location = new System.Drawing.Point(314, 54);
  170. this.numAxis3_InitPT.Margin = new System.Windows.Forms.Padding(2);
  171. this.numAxis3_InitPT.Maximum = new decimal(new int[] {
  172. 9999,
  173. 0,
  174. 0,
  175. 0});
  176. this.numAxis3_InitPT.Minimum = new decimal(new int[] {
  177. 9999,
  178. 0,
  179. 0,
  180. -2147483648});
  181. this.numAxis3_InitPT.Name = "numAxis3_InitPT";
  182. this.numAxis3_InitPT.Size = new System.Drawing.Size(112, 23);
  183. this.numAxis3_InitPT.TabIndex = 16;
  184. //
  185. // numAxis1_InitPT
  186. //
  187. this.numAxis1_InitPT.DecimalPlaces = 2;
  188. this.numAxis1_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.numAxis1_InitPT.Location = new System.Drawing.Point(314, 19);
  190. this.numAxis1_InitPT.Margin = new System.Windows.Forms.Padding(2);
  191. this.numAxis1_InitPT.Maximum = new decimal(new int[] {
  192. 9999,
  193. 0,
  194. 0,
  195. 0});
  196. this.numAxis1_InitPT.Minimum = new decimal(new int[] {
  197. 9999,
  198. 0,
  199. 0,
  200. -2147483648});
  201. this.numAxis1_InitPT.Name = "numAxis1_InitPT";
  202. this.numAxis1_InitPT.Size = new System.Drawing.Size(112, 23);
  203. this.numAxis1_InitPT.TabIndex = 15;
  204. //
  205. // numAxis2_InitPT
  206. //
  207. this.numAxis2_InitPT.DecimalPlaces = 2;
  208. this.numAxis2_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.numAxis2_InitPT.Location = new System.Drawing.Point(104, 54);
  210. this.numAxis2_InitPT.Margin = new System.Windows.Forms.Padding(2);
  211. this.numAxis2_InitPT.Maximum = new decimal(new int[] {
  212. 9999,
  213. 0,
  214. 0,
  215. 0});
  216. this.numAxis2_InitPT.Minimum = new decimal(new int[] {
  217. 9999,
  218. 0,
  219. 0,
  220. -2147483648});
  221. this.numAxis2_InitPT.Name = "numAxis2_InitPT";
  222. this.numAxis2_InitPT.Size = new System.Drawing.Size(111, 23);
  223. this.numAxis2_InitPT.TabIndex = 14;
  224. //
  225. // numAxis0_InitPT
  226. //
  227. this.numAxis0_InitPT.DecimalPlaces = 2;
  228. this.numAxis0_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.numAxis0_InitPT.Location = new System.Drawing.Point(104, 19);
  230. this.numAxis0_InitPT.Margin = new System.Windows.Forms.Padding(2);
  231. this.numAxis0_InitPT.Maximum = new decimal(new int[] {
  232. 9999,
  233. 0,
  234. 0,
  235. 0});
  236. this.numAxis0_InitPT.Minimum = new decimal(new int[] {
  237. 9999,
  238. 0,
  239. 0,
  240. -2147483648});
  241. this.numAxis0_InitPT.Name = "numAxis0_InitPT";
  242. this.numAxis0_InitPT.Size = new System.Drawing.Size(112, 23);
  243. this.numAxis0_InitPT.TabIndex = 13;
  244. this.numAxis0_InitPT.Visible = false;
  245. //
  246. // label16
  247. //
  248. this.label16.AutoSize = true;
  249. this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
  251. this.label16.Location = new System.Drawing.Point(219, 56);
  252. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  253. this.label16.Name = "label16";
  254. this.label16.Size = new System.Drawing.Size(82, 17);
  255. this.label16.TabIndex = 10;
  256. this.label16.Text = "Axis-3(Z轴):";
  257. //
  258. // label13
  259. //
  260. this.label13.AutoSize = true;
  261. this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
  263. this.label13.Location = new System.Drawing.Point(10, 56);
  264. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  265. this.label13.Name = "label13";
  266. this.label13.Size = new System.Drawing.Size(82, 17);
  267. this.label13.TabIndex = 8;
  268. this.label13.Text = "Axis-2(Y轴):";
  269. //
  270. // label14
  271. //
  272. this.label14.AutoSize = true;
  273. this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.label14.ForeColor = System.Drawing.SystemColors.ControlText;
  275. this.label14.Location = new System.Drawing.Point(220, 21);
  276. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  277. this.label14.Name = "label14";
  278. this.label14.Size = new System.Drawing.Size(90, 17);
  279. this.label14.TabIndex = 6;
  280. this.label14.Text = "Axis-1(X2轴):";
  281. //
  282. // groupBox1
  283. //
  284. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  285. this.groupBox1.Controls.Add(this.panel1);
  286. this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  288. this.groupBox1.Location = new System.Drawing.Point(0, 218);
  289. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  290. this.groupBox1.Name = "groupBox1";
  291. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  292. this.groupBox1.Size = new System.Drawing.Size(447, 110);
  293. this.groupBox1.TabIndex = 32;
  294. this.groupBox1.TabStop = false;
  295. this.groupBox1.Text = "气缸到位等待(ms)";
  296. //
  297. // panel1
  298. //
  299. this.panel1.BackColor = System.Drawing.Color.White;
  300. this.panel1.Controls.Add(this.label2);
  301. this.panel1.Controls.Add(this.numPdtTime);
  302. this.panel1.Controls.Add(this.numHeightTime);
  303. this.panel1.Controls.Add(this.label5);
  304. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  305. this.panel1.Location = new System.Drawing.Point(2, 16);
  306. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  307. this.panel1.Name = "panel1";
  308. this.panel1.Size = new System.Drawing.Size(443, 92);
  309. this.panel1.TabIndex = 0;
  310. //
  311. // label2
  312. //
  313. this.label2.AutoSize = true;
  314. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
  316. this.label2.Location = new System.Drawing.Point(10, 36);
  317. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  318. this.label2.Name = "label2";
  319. this.label2.Size = new System.Drawing.Size(68, 17);
  320. this.label2.TabIndex = 17;
  321. this.label2.Text = "测厚气缸:";
  322. this.label2.Visible = false;
  323. //
  324. // numPdtTime
  325. //
  326. this.numPdtTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.numPdtTime.Increment = new decimal(new int[] {
  328. 100,
  329. 0,
  330. 0,
  331. 0});
  332. this.numPdtTime.Location = new System.Drawing.Point(314, 34);
  333. this.numPdtTime.Margin = new System.Windows.Forms.Padding(2);
  334. this.numPdtTime.Maximum = new decimal(new int[] {
  335. 99999999,
  336. 0,
  337. 0,
  338. 0});
  339. this.numPdtTime.Name = "numPdtTime";
  340. this.numPdtTime.Size = new System.Drawing.Size(112, 23);
  341. this.numPdtTime.TabIndex = 15;
  342. this.numPdtTime.Value = new decimal(new int[] {
  343. 1000,
  344. 0,
  345. 0,
  346. 0});
  347. //
  348. // numHeightTime
  349. //
  350. this.numHeightTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.numHeightTime.Increment = new decimal(new int[] {
  352. 100,
  353. 0,
  354. 0,
  355. 0});
  356. this.numHeightTime.Location = new System.Drawing.Point(104, 34);
  357. this.numHeightTime.Margin = new System.Windows.Forms.Padding(2);
  358. this.numHeightTime.Maximum = new decimal(new int[] {
  359. 99999999,
  360. 0,
  361. 0,
  362. 0});
  363. this.numHeightTime.Name = "numHeightTime";
  364. this.numHeightTime.Size = new System.Drawing.Size(112, 23);
  365. this.numHeightTime.TabIndex = 13;
  366. this.numHeightTime.Value = new decimal(new int[] {
  367. 1000,
  368. 0,
  369. 0,
  370. 0});
  371. this.numHeightTime.Visible = false;
  372. //
  373. // label5
  374. //
  375. this.label5.AutoSize = true;
  376. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
  378. this.label5.Location = new System.Drawing.Point(220, 36);
  379. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  380. this.label5.Name = "label5";
  381. this.label5.Size = new System.Drawing.Size(92, 17);
  382. this.label5.TabIndex = 6;
  383. this.label5.Text = "产品固定气缸:";
  384. //
  385. // SysPointsFrm
  386. //
  387. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  388. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  389. this.BackColor = System.Drawing.Color.White;
  390. this.ClientSize = new System.Drawing.Size(450, 375);
  391. this.Controls.Add(this.groupBox1);
  392. this.Controls.Add(this.groupBox8);
  393. this.Controls.Add(this.toolStrip1);
  394. this.Controls.Add(this.uiTitel1);
  395. this.Name = "SysPointsFrm";
  396. this.Text = "SysPointsFrm";
  397. this.Load += new System.EventHandler(this.SysPointsFrm_Load);
  398. this.toolStrip1.ResumeLayout(false);
  399. this.toolStrip1.PerformLayout();
  400. this.groupBox8.ResumeLayout(false);
  401. this.panel8.ResumeLayout(false);
  402. this.panel8.PerformLayout();
  403. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).EndInit();
  404. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).EndInit();
  405. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).EndInit();
  406. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).EndInit();
  407. this.groupBox1.ResumeLayout(false);
  408. this.panel1.ResumeLayout(false);
  409. this.panel1.PerformLayout();
  410. ((System.ComponentModel.ISupportInitialize)(this.numPdtTime)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.numHeightTime)).EndInit();
  412. this.ResumeLayout(false);
  413. this.PerformLayout();
  414. }
  415. #endregion
  416. private System.Windows.Forms.ToolStrip toolStrip1;
  417. private System.Windows.Forms.ToolStripButton tsbtnSave;
  418. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  419. private System.Windows.Forms.ToolStripButton tsbtnExit;
  420. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  421. private System.Windows.Forms.GroupBox groupBox8;
  422. private System.Windows.Forms.Panel panel8;
  423. private System.Windows.Forms.NumericUpDown numAxis3_InitPT;
  424. private System.Windows.Forms.NumericUpDown numAxis1_InitPT;
  425. private System.Windows.Forms.NumericUpDown numAxis2_InitPT;
  426. private System.Windows.Forms.NumericUpDown numAxis0_InitPT;
  427. private System.Windows.Forms.Label label16;
  428. private System.Windows.Forms.Label label13;
  429. private System.Windows.Forms.Label label14;
  430. private System.Windows.Forms.Label label1;
  431. private System.Windows.Forms.GroupBox groupBox1;
  432. private System.Windows.Forms.Panel panel1;
  433. private System.Windows.Forms.Label label2;
  434. private System.Windows.Forms.NumericUpDown numPdtTime;
  435. private System.Windows.Forms.NumericUpDown numHeightTime;
  436. private System.Windows.Forms.Label label5;
  437. }
  438. }