uc_boxdebug.Designer.cs 6.6 KB

namespace TheMachine
{
    partial class uc_boxdebug
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.label_size = new System.Windows.Forms.Label();
            this.cmbPosition = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.label_verify = new System.Windows.Forms.Label();
            this.robotPosControl1 = new TheMachine.RobotPosControl();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // label_size
            // 
            this.label_size.Location = new System.Drawing.Point(382, 321);
            this.label_size.Name = "label_size";
            this.label_size.Size = new System.Drawing.Size(57, 15);
            this.label_size.TabIndex = 224;
            this.label_size.Tag = "not";
            // 
            // cmbPosition
            // 
            this.cmbPosition.Location = new System.Drawing.Point(445, 321);
            this.cmbPosition.Name = "cmbPosition";
            this.cmbPosition.Size = new System.Drawing.Size(104, 15);
            this.cmbPosition.TabIndex = 224;
            this.cmbPosition.Tag = "not";
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeColumns = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Top;
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dataGridView1.EnableHeadersVisualStyles = false;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.dataGridView1.ShowCellErrors = false;
            this.dataGridView1.ShowCellToolTips = false;
            this.dataGridView1.ShowEditingIcon = false;
            this.dataGridView1.ShowRowErrors = false;
            this.dataGridView1.Size = new System.Drawing.Size(981, 308);
            this.dataGridView1.TabIndex = 103;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown);
            // 
            // label_verify
            // 
            this.label_verify.Location = new System.Drawing.Point(656, 321);
            this.label_verify.Name = "label_verify";
            this.label_verify.Size = new System.Drawing.Size(104, 15);
            this.label_verify.TabIndex = 224;
            this.label_verify.Tag = "not";
            this.label_verify.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // robotPosControl1
            // 
            this.robotPosControl1.Config = null;
            this.robotPosControl1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.robotPosControl1.Location = new System.Drawing.Point(4, 315);
            this.robotPosControl1.Margin = new System.Windows.Forms.Padding(4);
            this.robotPosControl1.Name = "robotPosControl1";
            this.robotPosControl1.Size = new System.Drawing.Size(957, 243);
            this.robotPosControl1.TabIndex = 225;
            this.robotPosControl1.Tag = "not";
            // 
            // uc_boxdebug
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label_verify);
            this.Controls.Add(this.cmbPosition);
            this.Controls.Add(this.label_size);
            this.Controls.Add(this.robotPosControl1);
            this.Controls.Add(this.dataGridView1);
            this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "uc_boxdebug";
            this.Size = new System.Drawing.Size(981, 785);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label cmbPosition;
        private System.Windows.Forms.Label label_size;
        private System.Windows.Forms.Label label_verify;
        private RobotPosControl robotPosControl1;
    }
}