FrmAbbRobot.Designer.cs 18.2 KB
namespace OnlineStore.DoubleLineClient
{
    partial class FrmAbbRobot
    {
        /// <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.listView1 = new System.Windows.Forms.ListView();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btnStop = new System.Windows.Forms.Button();
            this.btnStart = new System.Windows.Forms.Button();
            this.groupMove = new System.Windows.Forms.GroupBox();
            this.lblCurrMove = new System.Windows.Forms.Label();
            this.btnStartAuto = new System.Windows.Forms.Button();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.lblState = new System.Windows.Forms.Label();
            this.btnMove = new System.Windows.Forms.Button();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.numSpeed = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.comMoveP = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.comMoveCmd = new System.Windows.Forms.ComboBox();
            this.btnBack = new System.Windows.Forms.Button();
            this.btnReload = new System.Windows.Forms.Button();
            this.chbUseAbb = new System.Windows.Forms.CheckBox();
            this.groupMove.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numSpeed)).BeginInit();
            this.SuspendLayout();
            // 
            // listView1
            // 
            this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listView1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(12, 12);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(600, 143);
            this.listView1.TabIndex = 193;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // timer1
            // 
            this.timer1.Interval = 3000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // btnStop
            // 
            this.btnStop.BackColor = System.Drawing.Color.White;
            this.btnStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStop.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStop.Location = new System.Drawing.Point(171, 170);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(120, 35);
            this.btnStop.TabIndex = 195;
            this.btnStop.Text = "停止";
            this.btnStop.UseVisualStyleBackColor = false;
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // 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(34, 170);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(120, 35);
            this.btnStart.TabIndex = 194;
            this.btnStart.Text = "启动";
            this.btnStart.UseVisualStyleBackColor = false;
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // groupMove
            // 
            this.groupMove.Controls.Add(this.lblCurrMove);
            this.groupMove.Controls.Add(this.btnStartAuto);
            this.groupMove.Controls.Add(this.checkBox1);
            this.groupMove.Controls.Add(this.lblState);
            this.groupMove.Controls.Add(this.btnMove);
            this.groupMove.Controls.Add(this.radioButton2);
            this.groupMove.Controls.Add(this.radioButton1);
            this.groupMove.Controls.Add(this.numSpeed);
            this.groupMove.Controls.Add(this.label3);
            this.groupMove.Controls.Add(this.label2);
            this.groupMove.Controls.Add(this.comMoveP);
            this.groupMove.Controls.Add(this.label1);
            this.groupMove.Controls.Add(this.comMoveCmd);
            this.groupMove.Enabled = false;
            this.groupMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupMove.Location = new System.Drawing.Point(12, 263);
            this.groupMove.Name = "groupMove";
            this.groupMove.Size = new System.Drawing.Size(600, 306);
            this.groupMove.TabIndex = 197;
            this.groupMove.TabStop = false;
            this.groupMove.Text = "运动测试";
            // 
            // lblCurrMove
            // 
            this.lblCurrMove.AutoSize = true;
            this.lblCurrMove.ForeColor = System.Drawing.Color.DarkGreen;
            this.lblCurrMove.Location = new System.Drawing.Point(52, 256);
            this.lblCurrMove.Name = "lblCurrMove";
            this.lblCurrMove.Size = new System.Drawing.Size(79, 20);
            this.lblCurrMove.TabIndex = 199;
            this.lblCurrMove.Text = "当前动作:";
            // 
            // btnStartAuto
            // 
            this.btnStartAuto.BackColor = System.Drawing.Color.White;
            this.btnStartAuto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStartAuto.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStartAuto.Location = new System.Drawing.Point(355, 249);
            this.btnStartAuto.Name = "btnStartAuto";
            this.btnStartAuto.Size = new System.Drawing.Size(120, 35);
            this.btnStartAuto.TabIndex = 198;
            this.btnStartAuto.Text = "开始连续运动";
            this.btnStartAuto.UseVisualStyleBackColor = false;
            this.btnStartAuto.Click += new System.EventHandler(this.btnStartAuto_Click);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Checked = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.Location = new System.Drawing.Point(355, 78);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(78, 24);
            this.checkBox1.TabIndex = 197;
            this.checkBox1.Text = "7寸料架";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.comMoveCmd_SelectedIndexChanged);
            // 
            // lblState
            // 
            this.lblState.AutoSize = true;
            this.lblState.ForeColor = System.Drawing.Color.Red;
            this.lblState.Location = new System.Drawing.Point(37, 36);
            this.lblState.Name = "lblState";
            this.lblState.Size = new System.Drawing.Size(0, 20);
            this.lblState.TabIndex = 196;
            // 
            // btnMove
            // 
            this.btnMove.BackColor = System.Drawing.Color.White;
            this.btnMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnMove.Location = new System.Drawing.Point(355, 114);
            this.btnMove.Name = "btnMove";
            this.btnMove.Size = new System.Drawing.Size(120, 35);
            this.btnMove.TabIndex = 195;
            this.btnMove.Text = "运动测试";
            this.btnMove.UseVisualStyleBackColor = false;
            this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.radioButton2.Location = new System.Drawing.Point(226, 199);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(83, 24);
            this.radioButton2.TabIndex = 9;
            this.radioButton2.TabStop = true;
            this.radioButton2.Text = "圆弧运动";
            this.radioButton2.UseVisualStyleBackColor = true;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Location = new System.Drawing.Point(137, 199);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(83, 24);
            this.radioButton1.TabIndex = 8;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "直线运动";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // numSpeed
            // 
            this.numSpeed.Increment = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.numSpeed.Location = new System.Drawing.Point(137, 157);
            this.numSpeed.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.numSpeed.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numSpeed.Name = "numSpeed";
            this.numSpeed.Size = new System.Drawing.Size(170, 26);
            this.numSpeed.TabIndex = 7;
            this.numSpeed.Value = new decimal(new int[] {
            300,
            0,
            0,
            0});
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(37, 159);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(51, 20);
            this.label3.TabIndex = 6;
            this.label3.Text = "速度:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(37, 121);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 20);
            this.label2.TabIndex = 4;
            this.label2.Text = "点名称:";
            // 
            // comMoveP
            // 
            this.comMoveP.DropDownHeight = 300;
            this.comMoveP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comMoveP.DropDownWidth = 171;
            this.comMoveP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comMoveP.FormattingEnabled = true;
            this.comMoveP.IntegralHeight = false;
            this.comMoveP.Location = new System.Drawing.Point(136, 117);
            this.comMoveP.MaxDropDownItems = 20;
            this.comMoveP.Name = "comMoveP";
            this.comMoveP.Size = new System.Drawing.Size(171, 29);
            this.comMoveP.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(37, 82);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(79, 20);
            this.label1.TabIndex = 2;
            this.label1.Text = "运动方式:";
            // 
            // comMoveCmd
            // 
            this.comMoveCmd.DropDownHeight = 300;
            this.comMoveCmd.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comMoveCmd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comMoveCmd.FormattingEnabled = true;
            this.comMoveCmd.IntegralHeight = false;
            this.comMoveCmd.ItemHeight = 21;
            this.comMoveCmd.Location = new System.Drawing.Point(136, 78);
            this.comMoveCmd.MaxDropDownItems = 20;
            this.comMoveCmd.Name = "comMoveCmd";
            this.comMoveCmd.Size = new System.Drawing.Size(171, 29);
            this.comMoveCmd.TabIndex = 0;
            this.comMoveCmd.SelectedIndexChanged += new System.EventHandler(this.comMoveCmd_SelectedIndexChanged);
            // 
            // btnBack
            // 
            this.btnBack.BackColor = System.Drawing.Color.White;
            this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBack.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBack.Location = new System.Drawing.Point(492, 170);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(120, 35);
            this.btnBack.TabIndex = 198;
            this.btnBack.Text = "返回";
            this.btnBack.UseVisualStyleBackColor = false;
            // 
            // btnReload
            // 
            this.btnReload.BackColor = System.Drawing.Color.White;
            this.btnReload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReload.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnReload.Location = new System.Drawing.Point(367, 170);
            this.btnReload.Name = "btnReload";
            this.btnReload.Size = new System.Drawing.Size(120, 35);
            this.btnReload.TabIndex = 199;
            this.btnReload.Text = "重新加载";
            this.btnReload.UseVisualStyleBackColor = false;
            this.btnReload.Click += new System.EventHandler(this.btnReload_Click);
            // 
            // chbUseAbb
            // 
            this.chbUseAbb.AutoSize = true;
            this.chbUseAbb.Location = new System.Drawing.Point(477, 237);
            this.chbUseAbb.Name = "chbUseAbb";
            this.chbUseAbb.Size = new System.Drawing.Size(135, 21);
            this.chbUseAbb.TabIndex = 200;
            this.chbUseAbb.Text = "启用机器人运动测试";
            this.chbUseAbb.UseVisualStyleBackColor = true;
            // 
            // FrmAbbRobot
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(679, 606);
            this.Controls.Add(this.chbUseAbb);
            this.Controls.Add(this.btnReload);
            this.Controls.Add(this.btnBack);
            this.Controls.Add(this.groupMove);
            this.Controls.Add(this.btnStop);
            this.Controls.Add(this.btnStart);
            this.Controls.Add(this.listView1);
            this.Name = "FrmAbbRobot";
            this.Text = "ABB机器人测试";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRobotMain_FormClosing);
            this.Load += new System.EventHandler(this.FrmRobotMain_Load);
            this.groupMove.ResumeLayout(false);
            this.groupMove.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numSpeed)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ListView listView1;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Button btnStop;
        private System.Windows.Forms.Button btnStart;
        private System.Windows.Forms.GroupBox groupMove;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox comMoveP;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox comMoveCmd;
        private System.Windows.Forms.RadioButton radioButton2;
        private System.Windows.Forms.RadioButton radioButton1;
        private System.Windows.Forms.NumericUpDown numSpeed;
        private System.Windows.Forms.Button btnMove;
        private System.Windows.Forms.Label lblState;
        private System.Windows.Forms.CheckBox checkBox1;
        internal System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Button btnStartAuto;
        private System.Windows.Forms.Label lblCurrMove;
        internal System.Windows.Forms.Button btnReload;
        private System.Windows.Forms.CheckBox chbUseAbb;
    }
}