FrmABB.Designer.cs 16.1 KB
namespace DoubleLine
{
    partial class FrmABB
    {
        /// <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(FrmABB));
            this.GrpMove = new System.Windows.Forms.GroupBox();
            this.BtnStopMove = new System.Windows.Forms.Button();
            this.BtnMove2 = new System.Windows.Forms.Button();
            this.NudPoint2 = new System.Windows.Forms.NumericUpDown();
            this.NudPoint1 = new System.Windows.Forms.NumericUpDown();
            this.BtnMove1 = new System.Windows.Forms.Button();
            this.label14 = new System.Windows.Forms.Label();
            this.CboType = new System.Windows.Forms.ComboBox();
            this.RdoMove2 = new System.Windows.Forms.RadioButton();
            this.RdoMove1 = new System.Windows.Forms.RadioButton();
            this.NudSpeed = new System.Windows.Forms.NumericUpDown();
            this.label15 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.CboAction = new System.Windows.Forms.ComboBox();
            this.DgvABB = new System.Windows.Forms.DataGridView();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.GrpMove.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NudPoint2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudPoint1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudSpeed)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvABB)).BeginInit();
            this.SuspendLayout();
            // 
            // GrpMove
            // 
            this.GrpMove.Controls.Add(this.BtnStopMove);
            this.GrpMove.Controls.Add(this.BtnMove2);
            this.GrpMove.Controls.Add(this.NudPoint2);
            this.GrpMove.Controls.Add(this.NudPoint1);
            this.GrpMove.Controls.Add(this.BtnMove1);
            this.GrpMove.Controls.Add(this.label14);
            this.GrpMove.Controls.Add(this.CboType);
            this.GrpMove.Controls.Add(this.RdoMove2);
            this.GrpMove.Controls.Add(this.RdoMove1);
            this.GrpMove.Controls.Add(this.NudSpeed);
            this.GrpMove.Controls.Add(this.label15);
            this.GrpMove.Controls.Add(this.label16);
            this.GrpMove.Controls.Add(this.label17);
            this.GrpMove.Controls.Add(this.CboAction);
            this.GrpMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.GrpMove.Location = new System.Drawing.Point(12, 118);
            this.GrpMove.Name = "GrpMove";
            this.GrpMove.Size = new System.Drawing.Size(500, 197);
            this.GrpMove.TabIndex = 200;
            this.GrpMove.TabStop = false;
            this.GrpMove.Text = "运动测试";
            // 
            // BtnStopMove
            // 
            this.BtnStopMove.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.BtnStopMove.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.BtnStopMove.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.BtnStopMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.BtnStopMove.Location = new System.Drawing.Point(408, 71);
            this.BtnStopMove.Name = "BtnStopMove";
            this.BtnStopMove.Size = new System.Drawing.Size(86, 40);
            this.BtnStopMove.TabIndex = 203;
            this.BtnStopMove.Text = "停止连续";
            this.BtnStopMove.UseVisualStyleBackColor = true;
            this.BtnStopMove.Click += new System.EventHandler(this.BtnStopMove_Click);
            // 
            // BtnMove2
            // 
            this.BtnMove2.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.BtnMove2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.BtnMove2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.BtnMove2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.BtnMove2.Location = new System.Drawing.Point(408, 25);
            this.BtnMove2.Name = "BtnMove2";
            this.BtnMove2.Size = new System.Drawing.Size(86, 40);
            this.BtnMove2.TabIndex = 202;
            this.BtnMove2.Text = "连续运动";
            this.BtnMove2.UseVisualStyleBackColor = true;
            this.BtnMove2.Click += new System.EventHandler(this.BtnMove2_Click);
            // 
            // NudPoint2
            // 
            this.NudPoint2.Location = new System.Drawing.Point(204, 95);
            this.NudPoint2.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.NudPoint2.Name = "NudPoint2";
            this.NudPoint2.Size = new System.Drawing.Size(102, 26);
            this.NudPoint2.TabIndex = 201;
            this.NudPoint2.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // NudPoint1
            // 
            this.NudPoint1.Location = new System.Drawing.Point(96, 95);
            this.NudPoint1.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.NudPoint1.Name = "NudPoint1";
            this.NudPoint1.Size = new System.Drawing.Size(102, 26);
            this.NudPoint1.TabIndex = 200;
            this.NudPoint1.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // BtnMove1
            // 
            this.BtnMove1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.BtnMove1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Aqua;
            this.BtnMove1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.BtnMove1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.BtnMove1.Location = new System.Drawing.Point(316, 25);
            this.BtnMove1.Name = "BtnMove1";
            this.BtnMove1.Size = new System.Drawing.Size(86, 40);
            this.BtnMove1.TabIndex = 199;
            this.BtnMove1.Text = "单次运动";
            this.BtnMove1.UseVisualStyleBackColor = true;
            this.BtnMove1.Click += new System.EventHandler(this.BtnMove1_Click);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(11, 64);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(79, 20);
            this.label14.TabIndex = 198;
            this.label14.Text = "料架类型:";
            // 
            // CboType
            // 
            this.CboType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.CboType.FormattingEnabled = true;
            this.CboType.Location = new System.Drawing.Point(96, 60);
            this.CboType.Name = "CboType";
            this.CboType.Size = new System.Drawing.Size(210, 29);
            this.CboType.TabIndex = 197;
            // 
            // RdoMove2
            // 
            this.RdoMove2.AutoSize = true;
            this.RdoMove2.Location = new System.Drawing.Point(185, 159);
            this.RdoMove2.Name = "RdoMove2";
            this.RdoMove2.Size = new System.Drawing.Size(83, 24);
            this.RdoMove2.TabIndex = 9;
            this.RdoMove2.Text = "圆弧运动";
            this.RdoMove2.UseVisualStyleBackColor = true;
            // 
            // RdoMove1
            // 
            this.RdoMove1.AutoSize = true;
            this.RdoMove1.Checked = true;
            this.RdoMove1.Location = new System.Drawing.Point(96, 159);
            this.RdoMove1.Name = "RdoMove1";
            this.RdoMove1.Size = new System.Drawing.Size(83, 24);
            this.RdoMove1.TabIndex = 8;
            this.RdoMove1.TabStop = true;
            this.RdoMove1.Text = "直线运动";
            this.RdoMove1.UseVisualStyleBackColor = true;
            // 
            // NudSpeed
            // 
            this.NudSpeed.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.NudSpeed.Location = new System.Drawing.Point(96, 127);
            this.NudSpeed.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.NudSpeed.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.NudSpeed.Name = "NudSpeed";
            this.NudSpeed.Size = new System.Drawing.Size(210, 26);
            this.NudSpeed.TabIndex = 7;
            this.NudSpeed.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(39, 130);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(51, 20);
            this.label15.TabIndex = 6;
            this.label15.Text = "速度:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Location = new System.Drawing.Point(16, 97);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(74, 20);
            this.label16.TabIndex = 4;
            this.label16.Text = "坐标点p:";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.Location = new System.Drawing.Point(39, 29);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(51, 20);
            this.label17.TabIndex = 2;
            this.label17.Text = "动作:";
            // 
            // CboAction
            // 
            this.CboAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CboAction.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.CboAction.FormattingEnabled = true;
            this.CboAction.Location = new System.Drawing.Point(96, 25);
            this.CboAction.Name = "CboAction";
            this.CboAction.Size = new System.Drawing.Size(210, 29);
            this.CboAction.TabIndex = 0;
            // 
            // DgvABB
            // 
            this.DgvABB.AllowUserToAddRows = false;
            this.DgvABB.AllowUserToDeleteRows = false;
            this.DgvABB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DgvABB.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6});
            this.DgvABB.Location = new System.Drawing.Point(12, 12);
            this.DgvABB.Name = "DgvABB";
            this.DgvABB.ReadOnly = true;
            this.DgvABB.RowTemplate.Height = 23;
            this.DgvABB.Size = new System.Drawing.Size(500, 100);
            this.DgvABB.TabIndex = 199;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "名称";
            this.Column3.MinimumWidth = 10;
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "IP";
            this.Column4.MinimumWidth = 10;
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "机器人状态";
            this.Column5.MinimumWidth = 10;
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            // 
            // Column6
            // 
            this.Column6.HeaderText = "网络状态";
            this.Column6.MinimumWidth = 10;
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            // 
            // FrmABB
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(523, 326);
            this.Controls.Add(this.GrpMove);
            this.Controls.Add(this.DgvABB);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmABB";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "FrmABB";
            this.Load += new System.EventHandler(this.FrmABB_Load);
            this.GrpMove.ResumeLayout(false);
            this.GrpMove.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NudPoint2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudPoint1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudSpeed)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvABB)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox GrpMove;
        private System.Windows.Forms.Button BtnStopMove;
        private System.Windows.Forms.Button BtnMove2;
        private System.Windows.Forms.NumericUpDown NudPoint2;
        private System.Windows.Forms.NumericUpDown NudPoint1;
        private System.Windows.Forms.Button BtnMove1;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.ComboBox CboType;
        private System.Windows.Forms.RadioButton RdoMove2;
        private System.Windows.Forms.RadioButton RdoMove1;
        private System.Windows.Forms.NumericUpDown NudSpeed;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.ComboBox CboAction;
        private System.Windows.Forms.DataGridView DgvABB;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
    }
}