|
- namespace MaiMuAOI.SysUI.SysSet
- {
- partial class SysPointsFrm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysPointsFrm));
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
- this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
- this.groupBox8 = new System.Windows.Forms.GroupBox();
- this.panel8 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.numAxis3_InitPT = new System.Windows.Forms.NumericUpDown();
- this.numAxis1_InitPT = new System.Windows.Forms.NumericUpDown();
- this.numAxis2_InitPT = new System.Windows.Forms.NumericUpDown();
- this.numAxis0_InitPT = new System.Windows.Forms.NumericUpDown();
- this.label16 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label2 = new System.Windows.Forms.Label();
- this.numPdtTime = new System.Windows.Forms.NumericUpDown();
- this.numHeightTime = new System.Windows.Forms.NumericUpDown();
- this.label5 = new System.Windows.Forms.Label();
- this.toolStrip1.SuspendLayout();
- this.groupBox8.SuspendLayout();
- this.panel8.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numPdtTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numHeightTime)).BeginInit();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
- this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSave,
- this.toolStripSeparator2,
- this.tsbtnExit});
- this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
- this.toolStrip1.Location = new System.Drawing.Point(0, 46);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.toolStrip1.Size = new System.Drawing.Size(450, 56);
- this.toolStrip1.TabIndex = 23;
- this.toolStrip1.Text = "toolStrip1";
- //
- // tsbtnSave
- //
- this.tsbtnSave.ForeColor = System.Drawing.SystemColors.Control;
- this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
- this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSave.Name = "tsbtnSave";
- this.tsbtnSave.Size = new System.Drawing.Size(52, 53);
- this.tsbtnSave.Text = " 保存 ";
- this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
- //
- // tsbtnExit
- //
- this.tsbtnExit.ForeColor = System.Drawing.SystemColors.Control;
- this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
- this.tsbtnExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnExit.Name = "tsbtnExit";
- this.tsbtnExit.Size = new System.Drawing.Size(52, 53);
- this.tsbtnExit.Text = " 退出 ";
- this.tsbtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
- //
- // uiTitel1
- //
- this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiTitel1.FatherForm = null;
- this.uiTitel1.Location = new System.Drawing.Point(0, 0);
- this.uiTitel1.Name = "uiTitel1";
- this.uiTitel1.Size = new System.Drawing.Size(450, 46);
- this.uiTitel1.TabIndex = 22;
- //
- // groupBox8
- //
- this.groupBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.groupBox8.Controls.Add(this.panel8);
- this.groupBox8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.groupBox8.Location = new System.Drawing.Point(0, 104);
- this.groupBox8.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox8.Name = "groupBox8";
- this.groupBox8.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox8.Size = new System.Drawing.Size(447, 110);
- this.groupBox8.TabIndex = 31;
- this.groupBox8.TabStop = false;
- this.groupBox8.Text = "上下料绝对位置(mm)";
- //
- // panel8
- //
- this.panel8.BackColor = System.Drawing.Color.White;
- this.panel8.Controls.Add(this.label1);
- this.panel8.Controls.Add(this.numAxis3_InitPT);
- this.panel8.Controls.Add(this.numAxis1_InitPT);
- this.panel8.Controls.Add(this.numAxis2_InitPT);
- this.panel8.Controls.Add(this.numAxis0_InitPT);
- this.panel8.Controls.Add(this.label16);
- this.panel8.Controls.Add(this.label13);
- this.panel8.Controls.Add(this.label14);
- this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel8.Location = new System.Drawing.Point(2, 16);
- this.panel8.Margin = new System.Windows.Forms.Padding(2);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(443, 92);
- this.panel8.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label1.Location = new System.Drawing.Point(10, 21);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(90, 17);
- this.label1.TabIndex = 17;
- this.label1.Text = "Axis-0(X1轴):";
- //
- // numAxis3_InitPT
- //
- this.numAxis3_InitPT.DecimalPlaces = 2;
- this.numAxis3_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numAxis3_InitPT.Location = new System.Drawing.Point(314, 54);
- this.numAxis3_InitPT.Margin = new System.Windows.Forms.Padding(2);
- this.numAxis3_InitPT.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.numAxis3_InitPT.Minimum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- -2147483648});
- this.numAxis3_InitPT.Name = "numAxis3_InitPT";
- this.numAxis3_InitPT.Size = new System.Drawing.Size(112, 23);
- this.numAxis3_InitPT.TabIndex = 16;
- //
- // numAxis1_InitPT
- //
- this.numAxis1_InitPT.DecimalPlaces = 2;
- this.numAxis1_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numAxis1_InitPT.Location = new System.Drawing.Point(314, 19);
- this.numAxis1_InitPT.Margin = new System.Windows.Forms.Padding(2);
- this.numAxis1_InitPT.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.numAxis1_InitPT.Minimum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- -2147483648});
- this.numAxis1_InitPT.Name = "numAxis1_InitPT";
- this.numAxis1_InitPT.Size = new System.Drawing.Size(112, 23);
- this.numAxis1_InitPT.TabIndex = 15;
- //
- // numAxis2_InitPT
- //
- this.numAxis2_InitPT.DecimalPlaces = 2;
- this.numAxis2_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numAxis2_InitPT.Location = new System.Drawing.Point(104, 54);
- this.numAxis2_InitPT.Margin = new System.Windows.Forms.Padding(2);
- this.numAxis2_InitPT.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.numAxis2_InitPT.Minimum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- -2147483648});
- this.numAxis2_InitPT.Name = "numAxis2_InitPT";
- this.numAxis2_InitPT.Size = new System.Drawing.Size(111, 23);
- this.numAxis2_InitPT.TabIndex = 14;
- //
- // numAxis0_InitPT
- //
- this.numAxis0_InitPT.DecimalPlaces = 2;
- this.numAxis0_InitPT.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numAxis0_InitPT.Location = new System.Drawing.Point(104, 19);
- this.numAxis0_InitPT.Margin = new System.Windows.Forms.Padding(2);
- this.numAxis0_InitPT.Maximum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.numAxis0_InitPT.Minimum = new decimal(new int[] {
- 9999,
- 0,
- 0,
- -2147483648});
- this.numAxis0_InitPT.Name = "numAxis0_InitPT";
- this.numAxis0_InitPT.Size = new System.Drawing.Size(112, 23);
- this.numAxis0_InitPT.TabIndex = 13;
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label16.Location = new System.Drawing.Point(219, 56);
- this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(82, 17);
- this.label16.TabIndex = 10;
- this.label16.Text = "Axis-3(Z轴):";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label13.Location = new System.Drawing.Point(10, 56);
- this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(82, 17);
- this.label13.TabIndex = 8;
- this.label13.Text = "Axis-2(Y轴):";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label14.Location = new System.Drawing.Point(220, 21);
- this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(90, 17);
- this.label14.TabIndex = 6;
- this.label14.Text = "Axis-1(X2轴):";
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
- this.groupBox1.Controls.Add(this.panel1);
- this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.groupBox1.Location = new System.Drawing.Point(0, 218);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.Size = new System.Drawing.Size(447, 110);
- this.groupBox1.TabIndex = 32;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "气缸到位等待(ms)";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.numPdtTime);
- this.panel1.Controls.Add(this.numHeightTime);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(2, 16);
- this.panel1.Margin = new System.Windows.Forms.Padding(2);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(443, 92);
- this.panel1.TabIndex = 0;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label2.Location = new System.Drawing.Point(10, 36);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(68, 17);
- this.label2.TabIndex = 17;
- this.label2.Text = "测厚气缸:";
- //
- // numPdtTime
- //
- this.numPdtTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numPdtTime.Increment = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- this.numPdtTime.Location = new System.Drawing.Point(314, 34);
- this.numPdtTime.Margin = new System.Windows.Forms.Padding(2);
- this.numPdtTime.Maximum = new decimal(new int[] {
- 99999999,
- 0,
- 0,
- 0});
- this.numPdtTime.Name = "numPdtTime";
- this.numPdtTime.Size = new System.Drawing.Size(112, 23);
- this.numPdtTime.TabIndex = 15;
- this.numPdtTime.Value = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- //
- // numHeightTime
- //
- this.numHeightTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.numHeightTime.Increment = new decimal(new int[] {
- 100,
- 0,
- 0,
- 0});
- this.numHeightTime.Location = new System.Drawing.Point(104, 34);
- this.numHeightTime.Margin = new System.Windows.Forms.Padding(2);
- this.numHeightTime.Maximum = new decimal(new int[] {
- 99999999,
- 0,
- 0,
- 0});
- this.numHeightTime.Name = "numHeightTime";
- this.numHeightTime.Size = new System.Drawing.Size(112, 23);
- this.numHeightTime.TabIndex = 13;
- this.numHeightTime.Value = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label5.Location = new System.Drawing.Point(220, 36);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(92, 17);
- this.label5.TabIndex = 6;
- this.label5.Text = "产品固定气缸:";
- //
- // SysPointsFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(450, 375);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.groupBox8);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.uiTitel1);
- this.Name = "SysPointsFrm";
- this.Text = "SysPointsFrm";
- this.Load += new System.EventHandler(this.SysPointsFrm_Load);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.groupBox8.ResumeLayout(false);
- this.panel8.ResumeLayout(false);
- this.panel8.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numAxis3_InitPT)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numAxis1_InitPT)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numAxis2_InitPT)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numAxis0_InitPT)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numPdtTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numHeightTime)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSave;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton tsbtnExit;
- private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
- private System.Windows.Forms.GroupBox groupBox8;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.NumericUpDown numAxis3_InitPT;
- private System.Windows.Forms.NumericUpDown numAxis1_InitPT;
- private System.Windows.Forms.NumericUpDown numAxis2_InitPT;
- private System.Windows.Forms.NumericUpDown numAxis0_InitPT;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.NumericUpDown numPdtTime;
- private System.Windows.Forms.NumericUpDown numHeightTime;
- private System.Windows.Forms.Label label5;
- }
- }
|