版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

630 lines
28 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmPTSetting
  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(FrmPTSetting));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  33. this.groupBox8 = new System.Windows.Forms.GroupBox();
  34. this.panel8 = new System.Windows.Forms.Panel();
  35. this.numAxis3_InitPT = new System.Windows.Forms.NumericUpDown();
  36. this.numAxis1_InitPT = new System.Windows.Forms.NumericUpDown();
  37. this.numAxis2_InitPT = new System.Windows.Forms.NumericUpDown();
  38. this.numAxis0_InitPT = new System.Windows.Forms.NumericUpDown();
  39. this.label15 = new System.Windows.Forms.Label();
  40. this.label16 = new System.Windows.Forms.Label();
  41. this.label13 = new System.Windows.Forms.Label();
  42. this.label14 = new System.Windows.Forms.Label();
  43. this.groupBox1 = new System.Windows.Forms.GroupBox();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.numAxis3_UpPT = new System.Windows.Forms.NumericUpDown();
  46. this.numAxis1_UpPT = new System.Windows.Forms.NumericUpDown();
  47. this.numAxis2_UpPT = new System.Windows.Forms.NumericUpDown();
  48. this.numAxis0_UpPT = new System.Windows.Forms.NumericUpDown();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.label3 = new System.Windows.Forms.Label();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.groupBox2 = new System.Windows.Forms.GroupBox();
  54. this.panel2 = new System.Windows.Forms.Panel();
  55. this.numAxis3_DownPT = new System.Windows.Forms.NumericUpDown();
  56. this.numAxis1_DownPT = new System.Windows.Forms.NumericUpDown();
  57. this.numAxis2_DownPT = new System.Windows.Forms.NumericUpDown();
  58. this.numAxis0_DownPT = new System.Windows.Forms.NumericUpDown();
  59. this.label5 = new System.Windows.Forms.Label();
  60. this.label6 = new System.Windows.Forms.Label();
  61. this.label7 = new System.Windows.Forms.Label();
  62. this.label8 = new System.Windows.Forms.Label();
  63. this.toolStrip1.SuspendLayout();
  64. this.groupBox8.SuspendLayout();
  65. this.panel8.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).BeginInit();
  70. this.groupBox1.SuspendLayout();
  71. this.panel1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_UpPT)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_UpPT)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_UpPT)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_UpPT)).BeginInit();
  76. this.groupBox2.SuspendLayout();
  77. this.panel2.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_DownPT)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_DownPT)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_DownPT)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_DownPT)).BeginInit();
  82. this.SuspendLayout();
  83. //
  84. // toolStrip1
  85. //
  86. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  87. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  88. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  89. this.tsbtnSave,
  90. this.toolStripSeparator4,
  91. this.tsbtnClose});
  92. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  93. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  94. this.toolStrip1.Name = "toolStrip1";
  95. this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  96. this.toolStrip1.Size = new System.Drawing.Size(632, 65);
  97. this.toolStrip1.TabIndex = 17;
  98. this.toolStrip1.Text = "toolStrip1";
  99. //
  100. // tsbtnSave
  101. //
  102. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  103. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnSave.Name = "tsbtnSave";
  106. this.tsbtnSave.Size = new System.Drawing.Size(70, 60);
  107. this.tsbtnSave.Text = " 保存 ";
  108. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  109. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  110. //
  111. // toolStripSeparator4
  112. //
  113. this.toolStripSeparator4.Name = "toolStripSeparator4";
  114. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65);
  115. //
  116. // tsbtnClose
  117. //
  118. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  119. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  120. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  121. this.tsbtnClose.Name = "tsbtnClose";
  122. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  123. this.tsbtnClose.Text = " 关闭 ";
  124. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  125. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  126. //
  127. // groupBox8
  128. //
  129. this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  130. | System.Windows.Forms.AnchorStyles.Right)));
  131. this.groupBox8.BackColor = System.Drawing.SystemColors.ActiveCaption;
  132. this.groupBox8.Controls.Add(this.panel8);
  133. this.groupBox8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.groupBox8.Location = new System.Drawing.Point(4, 98);
  135. this.groupBox8.Name = "groupBox8";
  136. this.groupBox8.Size = new System.Drawing.Size(626, 112);
  137. this.groupBox8.TabIndex = 30;
  138. this.groupBox8.TabStop = false;
  139. this.groupBox8.Text = "初始绝对位置(mm)";
  140. //
  141. // panel8
  142. //
  143. this.panel8.BackColor = System.Drawing.Color.White;
  144. this.panel8.Controls.Add(this.numAxis3_InitPT);
  145. this.panel8.Controls.Add(this.numAxis1_InitPT);
  146. this.panel8.Controls.Add(this.numAxis2_InitPT);
  147. this.panel8.Controls.Add(this.numAxis0_InitPT);
  148. this.panel8.Controls.Add(this.label15);
  149. this.panel8.Controls.Add(this.label16);
  150. this.panel8.Controls.Add(this.label13);
  151. this.panel8.Controls.Add(this.label14);
  152. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.panel8.Location = new System.Drawing.Point(3, 24);
  154. this.panel8.Name = "panel8";
  155. this.panel8.Size = new System.Drawing.Size(620, 85);
  156. this.panel8.TabIndex = 0;
  157. //
  158. // numAxis3_InitPT
  159. //
  160. this.numAxis3_InitPT.DecimalPlaces = 2;
  161. this.numAxis3_InitPT.Location = new System.Drawing.Point(430, 46);
  162. this.numAxis3_InitPT.Maximum = new decimal(new int[] {
  163. 9999,
  164. 0,
  165. 0,
  166. 0});
  167. this.numAxis3_InitPT.Minimum = new decimal(new int[] {
  168. 9999,
  169. 0,
  170. 0,
  171. -2147483648});
  172. this.numAxis3_InitPT.Name = "numAxis3_InitPT";
  173. this.numAxis3_InitPT.Size = new System.Drawing.Size(178, 28);
  174. this.numAxis3_InitPT.TabIndex = 16;
  175. //
  176. // numAxis1_InitPT
  177. //
  178. this.numAxis1_InitPT.DecimalPlaces = 2;
  179. this.numAxis1_InitPT.Location = new System.Drawing.Point(430, 10);
  180. this.numAxis1_InitPT.Maximum = new decimal(new int[] {
  181. 9999,
  182. 0,
  183. 0,
  184. 0});
  185. this.numAxis1_InitPT.Minimum = new decimal(new int[] {
  186. 9999,
  187. 0,
  188. 0,
  189. -2147483648});
  190. this.numAxis1_InitPT.Name = "numAxis1_InitPT";
  191. this.numAxis1_InitPT.Size = new System.Drawing.Size(178, 28);
  192. this.numAxis1_InitPT.TabIndex = 15;
  193. //
  194. // numAxis2_InitPT
  195. //
  196. this.numAxis2_InitPT.DecimalPlaces = 2;
  197. this.numAxis2_InitPT.Location = new System.Drawing.Point(92, 46);
  198. this.numAxis2_InitPT.Maximum = new decimal(new int[] {
  199. 9999,
  200. 0,
  201. 0,
  202. 0});
  203. this.numAxis2_InitPT.Minimum = new decimal(new int[] {
  204. 9999,
  205. 0,
  206. 0,
  207. -2147483648});
  208. this.numAxis2_InitPT.Name = "numAxis2_InitPT";
  209. this.numAxis2_InitPT.Size = new System.Drawing.Size(178, 28);
  210. this.numAxis2_InitPT.TabIndex = 14;
  211. //
  212. // numAxis0_InitPT
  213. //
  214. this.numAxis0_InitPT.DecimalPlaces = 2;
  215. this.numAxis0_InitPT.Location = new System.Drawing.Point(92, 10);
  216. this.numAxis0_InitPT.Maximum = new decimal(new int[] {
  217. 9999,
  218. 0,
  219. 0,
  220. 0});
  221. this.numAxis0_InitPT.Minimum = new decimal(new int[] {
  222. 9999,
  223. 0,
  224. 0,
  225. -2147483648});
  226. this.numAxis0_InitPT.Name = "numAxis0_InitPT";
  227. this.numAxis0_InitPT.Size = new System.Drawing.Size(178, 28);
  228. this.numAxis0_InitPT.TabIndex = 13;
  229. //
  230. // label15
  231. //
  232. this.label15.AutoSize = true;
  233. this.label15.Location = new System.Drawing.Point(356, 52);
  234. this.label15.Name = "label15";
  235. this.label15.Size = new System.Drawing.Size(80, 18);
  236. this.label15.TabIndex = 12;
  237. this.label15.Text = "Axis-3:";
  238. //
  239. // label16
  240. //
  241. this.label16.AutoSize = true;
  242. this.label16.Location = new System.Drawing.Point(15, 52);
  243. this.label16.Name = "label16";
  244. this.label16.Size = new System.Drawing.Size(80, 18);
  245. this.label16.TabIndex = 10;
  246. this.label16.Text = "Axis-2:";
  247. //
  248. // label13
  249. //
  250. this.label13.AutoSize = true;
  251. this.label13.Location = new System.Drawing.Point(356, 14);
  252. this.label13.Name = "label13";
  253. this.label13.Size = new System.Drawing.Size(80, 18);
  254. this.label13.TabIndex = 8;
  255. this.label13.Text = "Axis-1:";
  256. //
  257. // label14
  258. //
  259. this.label14.AutoSize = true;
  260. this.label14.Location = new System.Drawing.Point(15, 14);
  261. this.label14.Name = "label14";
  262. this.label14.Size = new System.Drawing.Size(80, 18);
  263. this.label14.TabIndex = 6;
  264. this.label14.Text = "Axis-0:";
  265. //
  266. // groupBox1
  267. //
  268. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  269. | System.Windows.Forms.AnchorStyles.Right)));
  270. this.groupBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  271. this.groupBox1.Controls.Add(this.panel1);
  272. this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.groupBox1.Location = new System.Drawing.Point(2, 216);
  274. this.groupBox1.Name = "groupBox1";
  275. this.groupBox1.Size = new System.Drawing.Size(626, 112);
  276. this.groupBox1.TabIndex = 31;
  277. this.groupBox1.TabStop = false;
  278. this.groupBox1.Text = "上料绝对位置(mm)";
  279. //
  280. // panel1
  281. //
  282. this.panel1.BackColor = System.Drawing.Color.White;
  283. this.panel1.Controls.Add(this.numAxis3_UpPT);
  284. this.panel1.Controls.Add(this.numAxis1_UpPT);
  285. this.panel1.Controls.Add(this.numAxis2_UpPT);
  286. this.panel1.Controls.Add(this.numAxis0_UpPT);
  287. this.panel1.Controls.Add(this.label1);
  288. this.panel1.Controls.Add(this.label2);
  289. this.panel1.Controls.Add(this.label3);
  290. this.panel1.Controls.Add(this.label4);
  291. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.panel1.Location = new System.Drawing.Point(3, 24);
  293. this.panel1.Name = "panel1";
  294. this.panel1.Size = new System.Drawing.Size(620, 85);
  295. this.panel1.TabIndex = 0;
  296. //
  297. // numAxis3_UpPT
  298. //
  299. this.numAxis3_UpPT.DecimalPlaces = 2;
  300. this.numAxis3_UpPT.Location = new System.Drawing.Point(430, 46);
  301. this.numAxis3_UpPT.Maximum = new decimal(new int[] {
  302. 9999,
  303. 0,
  304. 0,
  305. 0});
  306. this.numAxis3_UpPT.Minimum = new decimal(new int[] {
  307. 9999,
  308. 0,
  309. 0,
  310. -2147483648});
  311. this.numAxis3_UpPT.Name = "numAxis3_UpPT";
  312. this.numAxis3_UpPT.Size = new System.Drawing.Size(178, 28);
  313. this.numAxis3_UpPT.TabIndex = 16;
  314. //
  315. // numAxis1_UpPT
  316. //
  317. this.numAxis1_UpPT.DecimalPlaces = 2;
  318. this.numAxis1_UpPT.Location = new System.Drawing.Point(430, 10);
  319. this.numAxis1_UpPT.Maximum = new decimal(new int[] {
  320. 9999,
  321. 0,
  322. 0,
  323. 0});
  324. this.numAxis1_UpPT.Minimum = new decimal(new int[] {
  325. 9999,
  326. 0,
  327. 0,
  328. -2147483648});
  329. this.numAxis1_UpPT.Name = "numAxis1_UpPT";
  330. this.numAxis1_UpPT.Size = new System.Drawing.Size(178, 28);
  331. this.numAxis1_UpPT.TabIndex = 15;
  332. //
  333. // numAxis2_UpPT
  334. //
  335. this.numAxis2_UpPT.DecimalPlaces = 2;
  336. this.numAxis2_UpPT.Location = new System.Drawing.Point(92, 46);
  337. this.numAxis2_UpPT.Maximum = new decimal(new int[] {
  338. 9999,
  339. 0,
  340. 0,
  341. 0});
  342. this.numAxis2_UpPT.Minimum = new decimal(new int[] {
  343. 9999,
  344. 0,
  345. 0,
  346. -2147483648});
  347. this.numAxis2_UpPT.Name = "numAxis2_UpPT";
  348. this.numAxis2_UpPT.Size = new System.Drawing.Size(178, 28);
  349. this.numAxis2_UpPT.TabIndex = 14;
  350. //
  351. // numAxis0_UpPT
  352. //
  353. this.numAxis0_UpPT.DecimalPlaces = 2;
  354. this.numAxis0_UpPT.Location = new System.Drawing.Point(92, 10);
  355. this.numAxis0_UpPT.Maximum = new decimal(new int[] {
  356. 9999,
  357. 0,
  358. 0,
  359. 0});
  360. this.numAxis0_UpPT.Minimum = new decimal(new int[] {
  361. 9999,
  362. 0,
  363. 0,
  364. -2147483648});
  365. this.numAxis0_UpPT.Name = "numAxis0_UpPT";
  366. this.numAxis0_UpPT.Size = new System.Drawing.Size(178, 28);
  367. this.numAxis0_UpPT.TabIndex = 13;
  368. //
  369. // label1
  370. //
  371. this.label1.AutoSize = true;
  372. this.label1.Location = new System.Drawing.Point(356, 52);
  373. this.label1.Name = "label1";
  374. this.label1.Size = new System.Drawing.Size(80, 18);
  375. this.label1.TabIndex = 12;
  376. this.label1.Text = "Axis-3:";
  377. //
  378. // label2
  379. //
  380. this.label2.AutoSize = true;
  381. this.label2.Location = new System.Drawing.Point(15, 52);
  382. this.label2.Name = "label2";
  383. this.label2.Size = new System.Drawing.Size(80, 18);
  384. this.label2.TabIndex = 10;
  385. this.label2.Text = "Axis-2:";
  386. //
  387. // label3
  388. //
  389. this.label3.AutoSize = true;
  390. this.label3.Location = new System.Drawing.Point(356, 14);
  391. this.label3.Name = "label3";
  392. this.label3.Size = new System.Drawing.Size(80, 18);
  393. this.label3.TabIndex = 8;
  394. this.label3.Text = "Axis-1:";
  395. //
  396. // label4
  397. //
  398. this.label4.AutoSize = true;
  399. this.label4.Location = new System.Drawing.Point(15, 14);
  400. this.label4.Name = "label4";
  401. this.label4.Size = new System.Drawing.Size(80, 18);
  402. this.label4.TabIndex = 6;
  403. this.label4.Text = "Axis-0:";
  404. //
  405. // groupBox2
  406. //
  407. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  408. | System.Windows.Forms.AnchorStyles.Right)));
  409. this.groupBox2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  410. this.groupBox2.Controls.Add(this.panel2);
  411. this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.groupBox2.Location = new System.Drawing.Point(4, 334);
  413. this.groupBox2.Name = "groupBox2";
  414. this.groupBox2.Size = new System.Drawing.Size(626, 112);
  415. this.groupBox2.TabIndex = 31;
  416. this.groupBox2.TabStop = false;
  417. this.groupBox2.Text = "下料绝对位置(mm)";
  418. //
  419. // panel2
  420. //
  421. this.panel2.BackColor = System.Drawing.Color.White;
  422. this.panel2.Controls.Add(this.numAxis3_DownPT);
  423. this.panel2.Controls.Add(this.numAxis1_DownPT);
  424. this.panel2.Controls.Add(this.numAxis2_DownPT);
  425. this.panel2.Controls.Add(this.numAxis0_DownPT);
  426. this.panel2.Controls.Add(this.label5);
  427. this.panel2.Controls.Add(this.label6);
  428. this.panel2.Controls.Add(this.label7);
  429. this.panel2.Controls.Add(this.label8);
  430. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  431. this.panel2.Location = new System.Drawing.Point(3, 24);
  432. this.panel2.Name = "panel2";
  433. this.panel2.Size = new System.Drawing.Size(620, 85);
  434. this.panel2.TabIndex = 0;
  435. //
  436. // numAxis3_DownPT
  437. //
  438. this.numAxis3_DownPT.DecimalPlaces = 2;
  439. this.numAxis3_DownPT.Location = new System.Drawing.Point(430, 46);
  440. this.numAxis3_DownPT.Maximum = new decimal(new int[] {
  441. 9999,
  442. 0,
  443. 0,
  444. 0});
  445. this.numAxis3_DownPT.Minimum = new decimal(new int[] {
  446. 9999,
  447. 0,
  448. 0,
  449. -2147483648});
  450. this.numAxis3_DownPT.Name = "numAxis3_DownPT";
  451. this.numAxis3_DownPT.Size = new System.Drawing.Size(178, 28);
  452. this.numAxis3_DownPT.TabIndex = 16;
  453. //
  454. // numAxis1_DownPT
  455. //
  456. this.numAxis1_DownPT.DecimalPlaces = 2;
  457. this.numAxis1_DownPT.Location = new System.Drawing.Point(430, 10);
  458. this.numAxis1_DownPT.Maximum = new decimal(new int[] {
  459. 9999,
  460. 0,
  461. 0,
  462. 0});
  463. this.numAxis1_DownPT.Minimum = new decimal(new int[] {
  464. 9999,
  465. 0,
  466. 0,
  467. -2147483648});
  468. this.numAxis1_DownPT.Name = "numAxis1_DownPT";
  469. this.numAxis1_DownPT.Size = new System.Drawing.Size(178, 28);
  470. this.numAxis1_DownPT.TabIndex = 15;
  471. //
  472. // numAxis2_DownPT
  473. //
  474. this.numAxis2_DownPT.DecimalPlaces = 2;
  475. this.numAxis2_DownPT.Location = new System.Drawing.Point(92, 46);
  476. this.numAxis2_DownPT.Maximum = new decimal(new int[] {
  477. 9999,
  478. 0,
  479. 0,
  480. 0});
  481. this.numAxis2_DownPT.Minimum = new decimal(new int[] {
  482. 9999,
  483. 0,
  484. 0,
  485. -2147483648});
  486. this.numAxis2_DownPT.Name = "numAxis2_DownPT";
  487. this.numAxis2_DownPT.Size = new System.Drawing.Size(178, 28);
  488. this.numAxis2_DownPT.TabIndex = 14;
  489. //
  490. // numAxis0_DownPT
  491. //
  492. this.numAxis0_DownPT.DecimalPlaces = 2;
  493. this.numAxis0_DownPT.Location = new System.Drawing.Point(92, 10);
  494. this.numAxis0_DownPT.Maximum = new decimal(new int[] {
  495. 9999,
  496. 0,
  497. 0,
  498. 0});
  499. this.numAxis0_DownPT.Minimum = new decimal(new int[] {
  500. 9999,
  501. 0,
  502. 0,
  503. -2147483648});
  504. this.numAxis0_DownPT.Name = "numAxis0_DownPT";
  505. this.numAxis0_DownPT.Size = new System.Drawing.Size(178, 28);
  506. this.numAxis0_DownPT.TabIndex = 13;
  507. //
  508. // label5
  509. //
  510. this.label5.AutoSize = true;
  511. this.label5.Location = new System.Drawing.Point(356, 52);
  512. this.label5.Name = "label5";
  513. this.label5.Size = new System.Drawing.Size(80, 18);
  514. this.label5.TabIndex = 12;
  515. this.label5.Text = "Axis-3:";
  516. //
  517. // label6
  518. //
  519. this.label6.AutoSize = true;
  520. this.label6.Location = new System.Drawing.Point(15, 52);
  521. this.label6.Name = "label6";
  522. this.label6.Size = new System.Drawing.Size(80, 18);
  523. this.label6.TabIndex = 10;
  524. this.label6.Text = "Axis-2:";
  525. //
  526. // label7
  527. //
  528. this.label7.AutoSize = true;
  529. this.label7.Location = new System.Drawing.Point(356, 14);
  530. this.label7.Name = "label7";
  531. this.label7.Size = new System.Drawing.Size(80, 18);
  532. this.label7.TabIndex = 8;
  533. this.label7.Text = "Axis-1:";
  534. //
  535. // label8
  536. //
  537. this.label8.AutoSize = true;
  538. this.label8.Location = new System.Drawing.Point(15, 14);
  539. this.label8.Name = "label8";
  540. this.label8.Size = new System.Drawing.Size(80, 18);
  541. this.label8.TabIndex = 6;
  542. this.label8.Text = "Axis-0:";
  543. //
  544. // FrmPTSetting
  545. //
  546. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  547. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  548. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  549. this.ClientSize = new System.Drawing.Size(632, 453);
  550. this.Controls.Add(this.groupBox2);
  551. this.Controls.Add(this.groupBox1);
  552. this.Controls.Add(this.groupBox8);
  553. this.Controls.Add(this.toolStrip1);
  554. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  555. this.MaximizeBox = false;
  556. this.MinimizeBox = false;
  557. this.Name = "FrmPTSetting";
  558. this.ShowIcon = false;
  559. this.ShowInTaskbar = false;
  560. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  561. this.Text = "点位设置";
  562. this.Load += new System.EventHandler(this.FrmSetParams_Load);
  563. this.toolStrip1.ResumeLayout(false);
  564. this.toolStrip1.PerformLayout();
  565. this.groupBox8.ResumeLayout(false);
  566. this.panel8.ResumeLayout(false);
  567. this.panel8.PerformLayout();
  568. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).EndInit();
  569. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).EndInit();
  570. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).EndInit();
  571. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).EndInit();
  572. this.groupBox1.ResumeLayout(false);
  573. this.panel1.ResumeLayout(false);
  574. this.panel1.PerformLayout();
  575. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_UpPT)).EndInit();
  576. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_UpPT)).EndInit();
  577. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_UpPT)).EndInit();
  578. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_UpPT)).EndInit();
  579. this.groupBox2.ResumeLayout(false);
  580. this.panel2.ResumeLayout(false);
  581. this.panel2.PerformLayout();
  582. ((System.ComponentModel.ISupportInitialize)(this.numAxis3_DownPT)).EndInit();
  583. ((System.ComponentModel.ISupportInitialize)(this.numAxis1_DownPT)).EndInit();
  584. ((System.ComponentModel.ISupportInitialize)(this.numAxis2_DownPT)).EndInit();
  585. ((System.ComponentModel.ISupportInitialize)(this.numAxis0_DownPT)).EndInit();
  586. this.ResumeLayout(false);
  587. this.PerformLayout();
  588. }
  589. #endregion
  590. private System.Windows.Forms.ToolStrip toolStrip1;
  591. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  592. private System.Windows.Forms.ToolStripButton tsbtnClose;
  593. private System.Windows.Forms.ToolStripButton tsbtnSave;
  594. private System.Windows.Forms.GroupBox groupBox8;
  595. private System.Windows.Forms.Panel panel8;
  596. private System.Windows.Forms.NumericUpDown numAxis3_InitPT;
  597. private System.Windows.Forms.NumericUpDown numAxis1_InitPT;
  598. private System.Windows.Forms.NumericUpDown numAxis2_InitPT;
  599. private System.Windows.Forms.NumericUpDown numAxis0_InitPT;
  600. private System.Windows.Forms.Label label15;
  601. private System.Windows.Forms.Label label16;
  602. private System.Windows.Forms.Label label13;
  603. private System.Windows.Forms.Label label14;
  604. private System.Windows.Forms.GroupBox groupBox1;
  605. private System.Windows.Forms.Panel panel1;
  606. private System.Windows.Forms.NumericUpDown numAxis3_UpPT;
  607. private System.Windows.Forms.NumericUpDown numAxis1_UpPT;
  608. private System.Windows.Forms.NumericUpDown numAxis2_UpPT;
  609. private System.Windows.Forms.NumericUpDown numAxis0_UpPT;
  610. private System.Windows.Forms.Label label1;
  611. private System.Windows.Forms.Label label2;
  612. private System.Windows.Forms.Label label3;
  613. private System.Windows.Forms.Label label4;
  614. private System.Windows.Forms.GroupBox groupBox2;
  615. private System.Windows.Forms.Panel panel2;
  616. private System.Windows.Forms.NumericUpDown numAxis3_DownPT;
  617. private System.Windows.Forms.NumericUpDown numAxis1_DownPT;
  618. private System.Windows.Forms.NumericUpDown numAxis2_DownPT;
  619. private System.Windows.Forms.NumericUpDown numAxis0_DownPT;
  620. private System.Windows.Forms.Label label5;
  621. private System.Windows.Forms.Label label6;
  622. private System.Windows.Forms.Label label7;
  623. private System.Windows.Forms.Label label8;
  624. }
  625. }