版博士V2.0程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

440 rindas
22 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. //
  164. // numAxis3_InitPT
  165. //
  166. this.numAxis3_InitPT.DecimalPlaces = 2;
  167. this.numAxis3_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.numAxis3_InitPT.Location = new System.Drawing.Point(314, 54);
  169. this.numAxis3_InitPT.Margin = new System.Windows.Forms.Padding(2);
  170. this.numAxis3_InitPT.Maximum = new decimal(new int[] {
  171. 9999,
  172. 0,
  173. 0,
  174. 0});
  175. this.numAxis3_InitPT.Minimum = new decimal(new int[] {
  176. 9999,
  177. 0,
  178. 0,
  179. -2147483648});
  180. this.numAxis3_InitPT.Name = "numAxis3_InitPT";
  181. this.numAxis3_InitPT.Size = new System.Drawing.Size(112, 23);
  182. this.numAxis3_InitPT.TabIndex = 16;
  183. //
  184. // numAxis1_InitPT
  185. //
  186. this.numAxis1_InitPT.DecimalPlaces = 2;
  187. this.numAxis1_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.numAxis1_InitPT.Location = new System.Drawing.Point(314, 19);
  189. this.numAxis1_InitPT.Margin = new System.Windows.Forms.Padding(2);
  190. this.numAxis1_InitPT.Maximum = new decimal(new int[] {
  191. 9999,
  192. 0,
  193. 0,
  194. 0});
  195. this.numAxis1_InitPT.Minimum = new decimal(new int[] {
  196. 9999,
  197. 0,
  198. 0,
  199. -2147483648});
  200. this.numAxis1_InitPT.Name = "numAxis1_InitPT";
  201. this.numAxis1_InitPT.Size = new System.Drawing.Size(112, 23);
  202. this.numAxis1_InitPT.TabIndex = 15;
  203. //
  204. // numAxis2_InitPT
  205. //
  206. this.numAxis2_InitPT.DecimalPlaces = 2;
  207. this.numAxis2_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.numAxis2_InitPT.Location = new System.Drawing.Point(104, 54);
  209. this.numAxis2_InitPT.Margin = new System.Windows.Forms.Padding(2);
  210. this.numAxis2_InitPT.Maximum = new decimal(new int[] {
  211. 9999,
  212. 0,
  213. 0,
  214. 0});
  215. this.numAxis2_InitPT.Minimum = new decimal(new int[] {
  216. 9999,
  217. 0,
  218. 0,
  219. -2147483648});
  220. this.numAxis2_InitPT.Name = "numAxis2_InitPT";
  221. this.numAxis2_InitPT.Size = new System.Drawing.Size(111, 23);
  222. this.numAxis2_InitPT.TabIndex = 14;
  223. //
  224. // numAxis0_InitPT
  225. //
  226. this.numAxis0_InitPT.DecimalPlaces = 2;
  227. this.numAxis0_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.numAxis0_InitPT.Location = new System.Drawing.Point(104, 19);
  229. this.numAxis0_InitPT.Margin = new System.Windows.Forms.Padding(2);
  230. this.numAxis0_InitPT.Maximum = new decimal(new int[] {
  231. 9999,
  232. 0,
  233. 0,
  234. 0});
  235. this.numAxis0_InitPT.Minimum = new decimal(new int[] {
  236. 9999,
  237. 0,
  238. 0,
  239. -2147483648});
  240. this.numAxis0_InitPT.Name = "numAxis0_InitPT";
  241. this.numAxis0_InitPT.Size = new System.Drawing.Size(112, 23);
  242. this.numAxis0_InitPT.TabIndex = 13;
  243. //
  244. // label16
  245. //
  246. this.label16.AutoSize = true;
  247. this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
  249. this.label16.Location = new System.Drawing.Point(219, 56);
  250. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  251. this.label16.Name = "label16";
  252. this.label16.Size = new System.Drawing.Size(82, 17);
  253. this.label16.TabIndex = 10;
  254. this.label16.Text = "Axis-3(Z轴):";
  255. //
  256. // label13
  257. //
  258. this.label13.AutoSize = true;
  259. this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
  261. this.label13.Location = new System.Drawing.Point(10, 56);
  262. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  263. this.label13.Name = "label13";
  264. this.label13.Size = new System.Drawing.Size(82, 17);
  265. this.label13.TabIndex = 8;
  266. this.label13.Text = "Axis-2(Y轴):";
  267. //
  268. // label14
  269. //
  270. this.label14.AutoSize = true;
  271. this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.label14.ForeColor = System.Drawing.SystemColors.ControlText;
  273. this.label14.Location = new System.Drawing.Point(220, 21);
  274. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  275. this.label14.Name = "label14";
  276. this.label14.Size = new System.Drawing.Size(90, 17);
  277. this.label14.TabIndex = 6;
  278. this.label14.Text = "Axis-1(X2轴):";
  279. //
  280. // groupBox1
  281. //
  282. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  283. this.groupBox1.Controls.Add(this.panel1);
  284. this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  286. this.groupBox1.Location = new System.Drawing.Point(0, 218);
  287. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  288. this.groupBox1.Name = "groupBox1";
  289. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  290. this.groupBox1.Size = new System.Drawing.Size(447, 110);
  291. this.groupBox1.TabIndex = 32;
  292. this.groupBox1.TabStop = false;
  293. this.groupBox1.Text = "气缸到位等待(ms)";
  294. //
  295. // panel1
  296. //
  297. this.panel1.BackColor = System.Drawing.Color.White;
  298. this.panel1.Controls.Add(this.label2);
  299. this.panel1.Controls.Add(this.numPdtTime);
  300. this.panel1.Controls.Add(this.numHeightTime);
  301. this.panel1.Controls.Add(this.label5);
  302. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  303. this.panel1.Location = new System.Drawing.Point(2, 16);
  304. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  305. this.panel1.Name = "panel1";
  306. this.panel1.Size = new System.Drawing.Size(443, 92);
  307. this.panel1.TabIndex = 0;
  308. //
  309. // label2
  310. //
  311. this.label2.AutoSize = true;
  312. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
  314. this.label2.Location = new System.Drawing.Point(10, 36);
  315. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  316. this.label2.Name = "label2";
  317. this.label2.Size = new System.Drawing.Size(68, 17);
  318. this.label2.TabIndex = 17;
  319. this.label2.Text = "测厚气缸:";
  320. //
  321. // numPdtTime
  322. //
  323. this.numPdtTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.numPdtTime.Increment = new decimal(new int[] {
  325. 100,
  326. 0,
  327. 0,
  328. 0});
  329. this.numPdtTime.Location = new System.Drawing.Point(314, 34);
  330. this.numPdtTime.Margin = new System.Windows.Forms.Padding(2);
  331. this.numPdtTime.Maximum = new decimal(new int[] {
  332. 99999999,
  333. 0,
  334. 0,
  335. 0});
  336. this.numPdtTime.Name = "numPdtTime";
  337. this.numPdtTime.Size = new System.Drawing.Size(112, 23);
  338. this.numPdtTime.TabIndex = 15;
  339. this.numPdtTime.Value = new decimal(new int[] {
  340. 1000,
  341. 0,
  342. 0,
  343. 0});
  344. //
  345. // numHeightTime
  346. //
  347. this.numHeightTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.numHeightTime.Increment = new decimal(new int[] {
  349. 100,
  350. 0,
  351. 0,
  352. 0});
  353. this.numHeightTime.Location = new System.Drawing.Point(104, 34);
  354. this.numHeightTime.Margin = new System.Windows.Forms.Padding(2);
  355. this.numHeightTime.Maximum = new decimal(new int[] {
  356. 99999999,
  357. 0,
  358. 0,
  359. 0});
  360. this.numHeightTime.Name = "numHeightTime";
  361. this.numHeightTime.Size = new System.Drawing.Size(112, 23);
  362. this.numHeightTime.TabIndex = 13;
  363. this.numHeightTime.Value = new decimal(new int[] {
  364. 1000,
  365. 0,
  366. 0,
  367. 0});
  368. //
  369. // label5
  370. //
  371. this.label5.AutoSize = true;
  372. this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
  374. this.label5.Location = new System.Drawing.Point(220, 36);
  375. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  376. this.label5.Name = "label5";
  377. this.label5.Size = new System.Drawing.Size(92, 17);
  378. this.label5.TabIndex = 6;
  379. this.label5.Text = "产品固定气缸:";
  380. //
  381. // SysPointsFrm
  382. //
  383. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  384. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  385. this.BackColor = System.Drawing.Color.White;
  386. this.ClientSize = new System.Drawing.Size(450, 375);
  387. this.Controls.Add(this.groupBox1);
  388. this.Controls.Add(this.groupBox8);
  389. this.Controls.Add(this.toolStrip1);
  390. this.Controls.Add(this.uiTitel1);
  391. this.Name = "SysPointsFrm";
  392. this.Text = "SysPointsFrm";
  393. this.Load += new System.EventHandler(this.SysPointsFrm_Load);
  394. this.toolStrip1.ResumeLayout(false);
  395. this.toolStrip1.PerformLayout();
  396. this.groupBox8.ResumeLayout(false);
  397. this.panel8.ResumeLayout(false);
  398. this.panel8.PerformLayout();
  399. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).EndInit();
  400. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).EndInit();
  401. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).EndInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).EndInit();
  403. this.groupBox1.ResumeLayout(false);
  404. this.panel1.ResumeLayout(false);
  405. this.panel1.PerformLayout();
  406. ((System.ComponentModel.ISupportInitialize)(this.numPdtTime)).EndInit();
  407. ((System.ComponentModel.ISupportInitialize)(this.numHeightTime)).EndInit();
  408. this.ResumeLayout(false);
  409. this.PerformLayout();
  410. }
  411. #endregion
  412. private System.Windows.Forms.ToolStrip toolStrip1;
  413. private System.Windows.Forms.ToolStripButton tsbtnSave;
  414. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  415. private System.Windows.Forms.ToolStripButton tsbtnExit;
  416. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  417. private System.Windows.Forms.GroupBox groupBox8;
  418. private System.Windows.Forms.Panel panel8;
  419. private System.Windows.Forms.NumericUpDown numAxis3_InitPT;
  420. private System.Windows.Forms.NumericUpDown numAxis1_InitPT;
  421. private System.Windows.Forms.NumericUpDown numAxis2_InitPT;
  422. private System.Windows.Forms.NumericUpDown numAxis0_InitPT;
  423. private System.Windows.Forms.Label label16;
  424. private System.Windows.Forms.Label label13;
  425. private System.Windows.Forms.Label label14;
  426. private System.Windows.Forms.Label label1;
  427. private System.Windows.Forms.GroupBox groupBox1;
  428. private System.Windows.Forms.Panel panel1;
  429. private System.Windows.Forms.Label label2;
  430. private System.Windows.Forms.NumericUpDown numPdtTime;
  431. private System.Windows.Forms.NumericUpDown numHeightTime;
  432. private System.Windows.Forms.Label label5;
  433. }
  434. }