FrmBatchMove.Designer.cs 17.9 KB
namespace OnlineStore.XLRStore
{
    partial class FrmBatchMove
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        #region Windows 窗体设计器生成的代码
         
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBatchMove));
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btnScan = new System.Windows.Forms.Button();
            this.lblTestMsg = new System.Windows.Forms.Label();
            this.btnTestStop = new System.Windows.Forms.Button();
            this.btnStartTest = new System.Windows.Forms.Button();
            this.axisMoveControl1 = new OnlineStore.XLRStore.AxisMoveControl();
            this.lblCurrInfo = new System.Windows.Forms.Label();
            this.lblMoveInfo = new System.Windows.Forms.Label();
            this.lblWarnMsg = new System.Windows.Forms.Label();
            this.panBase = new System.Windows.Forms.Panel();
            this.lblName = new System.Windows.Forms.Label();
            this.lblStoreStatus = new System.Windows.Forms.Label();
            this.btnStart = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.batchAxisP2 = new OnlineStore.XLRStore.useControl.AxisPointControl();
            this.batchAxisP1 = new OnlineStore.XLRStore.useControl.AxisPointControl();
            this.panBase.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // btnScan
            // 
            this.btnScan.BackColor = System.Drawing.Color.White;
            this.btnScan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnScan.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnScan.Location = new System.Drawing.Point(348, 4);
            this.btnScan.Name = "btnScan";
            this.btnScan.Size = new System.Drawing.Size(103, 40);
            this.btnScan.TabIndex = 248;
            this.btnScan.Text = "扫码测试";
            this.btnScan.UseVisualStyleBackColor = false;
            // 
            // lblTestMsg
            // 
            this.lblTestMsg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblTestMsg.ForeColor = System.Drawing.Color.Black;
            this.lblTestMsg.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblTestMsg.Location = new System.Drawing.Point(3, 82);
            this.lblTestMsg.Name = "lblTestMsg";
            this.lblTestMsg.Size = new System.Drawing.Size(455, 43);
            this.lblTestMsg.TabIndex = 322;
            this.lblTestMsg.Text = "测试信息:";
            this.lblTestMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnTestStop
            // 
            this.btnTestStop.BackColor = System.Drawing.SystemColors.Control;
            this.btnTestStop.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnTestStop.Enabled = false;
            this.btnTestStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnTestStop.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnTestStop.ForeColor = System.Drawing.Color.Red;
            this.btnTestStop.Location = new System.Drawing.Point(192, 31);
            this.btnTestStop.Name = "btnTestStop";
            this.btnTestStop.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnTestStop.Size = new System.Drawing.Size(154, 34);
            this.btnTestStop.TabIndex = 321;
            this.btnTestStop.Text = "提升轴停止";
            this.btnTestStop.UseVisualStyleBackColor = true;
            this.btnTestStop.Click += new System.EventHandler(this.btnTestStop_Click);
            // 
            // btnStartTest
            // 
            this.btnStartTest.BackColor = System.Drawing.SystemColors.Control;
            this.btnStartTest.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnStartTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStartTest.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStartTest.ForeColor = System.Drawing.Color.Red;
            this.btnStartTest.Location = new System.Drawing.Point(21, 31);
            this.btnStartTest.Name = "btnStartTest";
            this.btnStartTest.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnStartTest.Size = new System.Drawing.Size(154, 34);
            this.btnStartTest.TabIndex = 319;
            this.btnStartTest.Text = "上料提升轴运动开始";
            this.btnStartTest.UseVisualStyleBackColor = true;
            this.btnStartTest.Click += new System.EventHandler(this.btnStartTest_Click);
            // 
            // axisMoveControl1
            // 
            this.axisMoveControl1.Location = new System.Drawing.Point(6, 174);
            this.axisMoveControl1.Name = "axisMoveControl1";
            this.axisMoveControl1.Size = new System.Drawing.Size(488, 400);
            this.axisMoveControl1.TabIndex = 219;
            // 
            // lblCurrInfo
            // 
            this.lblCurrInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblCurrInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblCurrInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblCurrInfo.Location = new System.Drawing.Point(8, 47);
            this.lblCurrInfo.Name = "lblCurrInfo";
            this.lblCurrInfo.Size = new System.Drawing.Size(943, 50);
            this.lblCurrInfo.TabIndex = 279;
            this.lblCurrInfo.Text = "当前料盘:";
            // 
            // lblMoveInfo
            // 
            this.lblMoveInfo.AutoSize = true;
            this.lblMoveInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblMoveInfo.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblMoveInfo.Location = new System.Drawing.Point(6, 130);
            this.lblMoveInfo.Name = "lblMoveInfo";
            this.lblMoveInfo.Size = new System.Drawing.Size(68, 17);
            this.lblMoveInfo.TabIndex = 278;
            this.lblMoveInfo.Text = "运动信息:";
            this.lblMoveInfo.Visible = false;
            // 
            // lblWarnMsg
            // 
            this.lblWarnMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.lblWarnMsg.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblWarnMsg.ForeColor = System.Drawing.Color.Red;
            this.lblWarnMsg.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblWarnMsg.Location = new System.Drawing.Point(8, 109);
            this.lblWarnMsg.Name = "lblWarnMsg";
            this.lblWarnMsg.Size = new System.Drawing.Size(943, 50);
            this.lblWarnMsg.TabIndex = 246;
            this.lblWarnMsg.Text = "等待启动";
            this.lblWarnMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panBase
            // 
            this.panBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panBase.Controls.Add(this.lblMoveInfo);
            this.panBase.Controls.Add(this.lblCurrInfo);
            this.panBase.Controls.Add(this.lblWarnMsg);
            this.panBase.Controls.Add(this.lblName);
            this.panBase.Controls.Add(this.lblStoreStatus);
            this.panBase.Controls.Add(this.btnStart);
            this.panBase.Location = new System.Drawing.Point(6, 6);
            this.panBase.Name = "panBase";
            this.panBase.Size = new System.Drawing.Size(957, 168);
            this.panBase.TabIndex = 260;
            // 
            // lblName
            // 
            this.lblName.BackColor = System.Drawing.Color.DodgerBlue;
            this.lblName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblName.ForeColor = System.Drawing.Color.Black;
            this.lblName.Location = new System.Drawing.Point(5, 4);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(120, 40);
            this.lblName.TabIndex = 250;
            this.lblName.Text = "A入料机构";
            this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblStoreStatus
            // 
            this.lblStoreStatus.AutoSize = true;
            this.lblStoreStatus.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblStoreStatus.ForeColor = System.Drawing.Color.Green;
            this.lblStoreStatus.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.lblStoreStatus.Location = new System.Drawing.Point(142, 15);
            this.lblStoreStatus.Name = "lblStoreStatus";
            this.lblStoreStatus.Size = new System.Drawing.Size(65, 20);
            this.lblStoreStatus.TabIndex = 245;
            this.lblStoreStatus.Text = "等待启动";
            this.lblStoreStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnStart
            // 
            this.btnStart.BackColor = System.Drawing.Color.White;
            this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStart.Location = new System.Drawing.Point(841, 3);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(105, 40);
            this.btnStart.TabIndex = 86;
            this.btnStart.Text = "复位";
            this.btnStart.UseVisualStyleBackColor = false;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // btnSave
            // 
            this.btnSave.BackColor = System.Drawing.SystemColors.Control;
            this.btnSave.Cursor = System.Windows.Forms.Cursors.Default;
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSave.ForeColor = System.Drawing.Color.Red;
            this.btnSave.Location = new System.Drawing.Point(301, 62);
            this.btnSave.Name = "btnSave";
            this.btnSave.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btnSave.Size = new System.Drawing.Size(118, 34);
            this.btnSave.TabIndex = 323;
            this.btnSave.Text = "保存位置";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.groupBox2);
            this.panel2.Controls.Add(this.groupBox1);
            this.panel2.Controls.Add(this.panBase);
            this.panel2.Controls.Add(this.axisMoveControl1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(969, 576);
            this.panel2.TabIndex = 324;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnStartTest);
            this.groupBox2.Controls.Add(this.lblTestMsg);
            this.groupBox2.Controls.Add(this.btnTestStop);
            this.groupBox2.Location = new System.Drawing.Point(499, 336);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(461, 184);
            this.groupBox2.TabIndex = 280;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "上料轴运动测试";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.batchAxisP2);
            this.groupBox1.Controls.Add(this.batchAxisP1);
            this.groupBox1.Controls.Add(this.btnSave);
            this.groupBox1.Location = new System.Drawing.Point(499, 178);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(461, 152);
            this.groupBox1.TabIndex = 280;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "上料轴点位信息";
            // 
            // batchAxisP2
            // 
            this.batchAxisP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.batchAxisP2.Location = new System.Drawing.Point(21, 80);
            this.batchAxisP2.Name = "batchAxisP2";
            this.batchAxisP2.PointBackColor = System.Drawing.Color.Transparent;
            this.batchAxisP2.PointForeColor = System.Drawing.Color.Red;
            this.batchAxisP2.PointText = "上升待机点P1:";
            this.batchAxisP2.PointValue = 0;
            this.batchAxisP2.Size = new System.Drawing.Size(233, 41);
            this.batchAxisP2.TabIndex = 325;
            // 
            // batchAxisP1
            // 
            this.batchAxisP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.batchAxisP1.Location = new System.Drawing.Point(21, 33);
            this.batchAxisP1.Name = "batchAxisP1";
            this.batchAxisP1.PointBackColor = System.Drawing.Color.Transparent;
            this.batchAxisP1.PointForeColor = System.Drawing.Color.Red;
            this.batchAxisP1.PointText = "上升待机点P1:";
            this.batchAxisP1.PointValue = 0;
            this.batchAxisP1.Size = new System.Drawing.Size(233, 41);
            this.batchAxisP1.TabIndex = 324;
            // 
            // FrmBatchMove
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(969, 576);
            this.Controls.Add(this.panel2);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmBatchMove";
            this.Text = "上料模块";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmTest_FormClosing);
            this.Load += new System.EventHandler(this.FrmStoreIOStatus_Load);
            this.Shown += new System.EventHandler(this.FrmIOStatus_Shown);
            this.panBase.ResumeLayout(false);
            this.panBase.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btnScan;
        private AxisMoveControl axisMoveControl1;
        private System.Windows.Forms.Label lblCurrInfo;
        private System.Windows.Forms.Label lblMoveInfo;
        private System.Windows.Forms.Label lblWarnMsg;
        protected System.Windows.Forms.Panel panBase;
        protected System.Windows.Forms.Label lblName;
        protected System.Windows.Forms.Label lblStoreStatus;
        protected System.Windows.Forms.Button btnStart;
        private System.Windows.Forms.Label lblTestMsg;
        internal System.Windows.Forms.Button btnTestStop;
        internal System.Windows.Forms.Button btnStartTest;
        private System.Windows.Forms.Panel panel2;
        internal System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox1;
        private useControl.AxisPointControl batchAxisP2;
        private useControl.AxisPointControl batchAxisP1;
    }
}