FrmChangeWidth - 复制.Designer.cs 15.0 KB
namespace TSA_V
{
    partial class FrmChangeWidth
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btnSave = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.btnChWidth = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtTargetPosition = new System.Windows.Forms.TextBox();
            this.numTarget = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.numChangeValue = new System.Windows.Forms.NumericUpDown();
            this.numHomeWidth = new System.Windows.Forms.NumericUpDown();
            this.numSlv = new System.Windows.Forms.NumericUpDown();
            this.label4 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numTarget)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numChangeValue)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numHomeWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numSlv)).BeginInit();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 300;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // btnSave
            // 
            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSave.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSave.Location = new System.Drawing.Point(124, 226);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(128, 40);
            this.btnSave.TabIndex = 288;
            this.btnSave.Text = "保存参数";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClose.Location = new System.Drawing.Point(280, 226);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(128, 40);
            this.btnClose.TabIndex = 287;
            this.btnClose.Text = "返回";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnChWidth
            // 
            this.btnChWidth.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnChWidth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnChWidth.Location = new System.Drawing.Point(328, 58);
            this.btnChWidth.Name = "btnChWidth";
            this.btnChWidth.Size = new System.Drawing.Size(128, 40);
            this.btnChWidth.TabIndex = 286;
            this.btnChWidth.Text = "调整宽度";
            this.btnChWidth.UseVisualStyleBackColor = true;
            this.btnChWidth.Click += new System.EventHandler(this.btnChWidth_Click);
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(50, 38);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(132, 16);
            this.label1.TabIndex = 78;
            this.label1.Text = "目标宽度(mm):";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(50, 100);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(132, 16);
            this.label3.TabIndex = 76;
            this.label3.Text = "原点宽度(mm):";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtTargetPosition);
            this.groupBox1.Controls.Add(this.numTarget);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.btnChWidth);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(25, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(490, 136);
            this.groupBox1.TabIndex = 289;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "轨道调宽";
            // 
            // txtTargetPosition
            // 
            this.txtTargetPosition.Enabled = false;
            this.txtTargetPosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtTargetPosition.Location = new System.Drawing.Point(188, 76);
            this.txtTargetPosition.MaxLength = 20;
            this.txtTargetPosition.Name = "txtTargetPosition";
            this.txtTargetPosition.Size = new System.Drawing.Size(100, 26);
            this.txtTargetPosition.TabIndex = 296;
            // 
            // numTarget
            // 
            this.numTarget.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.numTarget.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numTarget.Location = new System.Drawing.Point(188, 33);
            this.numTarget.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numTarget.Name = "numTarget";
            this.numTarget.Size = new System.Drawing.Size(100, 26);
            this.numTarget.TabIndex = 297;
            this.numTarget.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(50, 82);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(132, 16);
            this.label5.TabIndex = 287;
            this.label5.Text = "轨道电机位置:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.numChangeValue);
            this.groupBox2.Controls.Add(this.numHomeWidth);
            this.groupBox2.Controls.Add(this.numSlv);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.btnSave);
            this.groupBox2.Controls.Add(this.btnClose);
            this.groupBox2.Location = new System.Drawing.Point(25, 166);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(490, 290);
            this.groupBox2.TabIndex = 290;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "轨道参数";
            // 
            // numChangeValue
            // 
            this.numChangeValue.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.numChangeValue.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numChangeValue.Location = new System.Drawing.Point(188, 150);
            this.numChangeValue.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numChangeValue.Name = "numChangeValue";
            this.numChangeValue.Size = new System.Drawing.Size(100, 26);
            this.numChangeValue.TabIndex = 295;
            // 
            // numHomeWidth
            // 
            this.numHomeWidth.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.numHomeWidth.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numHomeWidth.Location = new System.Drawing.Point(188, 95);
            this.numHomeWidth.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numHomeWidth.Name = "numHomeWidth";
            this.numHomeWidth.Size = new System.Drawing.Size(100, 26);
            this.numHomeWidth.TabIndex = 294;
            // 
            // numSlv
            // 
            this.numSlv.Enabled = false;
            this.numSlv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.numSlv.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numSlv.Location = new System.Drawing.Point(188, 40);
            this.numSlv.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.numSlv.Name = "numSlv";
            this.numSlv.Size = new System.Drawing.Size(100, 26);
            this.numSlv.TabIndex = 293;
            this.numSlv.Value = new decimal(new int[] {
            11,
            0,
            0,
            0});
            // 
            // label4
            // 
            this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(50, 155);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(132, 16);
            this.label4.TabIndex = 291;
            this.label4.Text = "轨道系数(/mm):";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(50, 45);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(132, 16);
            this.label2.TabIndex = 289;
            this.label2.Text = "轨道电机地址:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // FrmChangeWidth
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(536, 518);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "FrmChangeWidth";
            this.Text = "轨道调宽";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPutCom_FormClosing);
            this.Load += new System.EventHandler(this.FrmPutCom_Load);
            this.Shown += new System.EventHandler(this.FrmPutCom_Shown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numTarget)).EndInit();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numChangeValue)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numHomeWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numSlv)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Button btnChWidth;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.NumericUpDown numTarget;
        private System.Windows.Forms.NumericUpDown numChangeValue;
        private System.Windows.Forms.NumericUpDown numHomeWidth;
        private System.Windows.Forms.NumericUpDown numSlv;
        private System.Windows.Forms.TextBox txtTargetPosition;
    }
}