ucPointCode.Designer.cs 15.6 KB
namespace ConveyorLine.useControl
{
    partial class ucPointCode
    {
        /// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.lblLeftPointCode = new System.Windows.Forms.Label();
            this.lblUpPointCode = new System.Windows.Forms.Label();
            this.btnDown = new System.Windows.Forms.Button();
            this.lblDownPointCode = new System.Windows.Forms.Label();
            this.btnRight = new System.Windows.Forms.Button();
            this.btnUp = new System.Windows.Forms.Button();
            this.lblCurPointCode = new System.Windows.Forms.Label();
            this.btnLeft = new System.Windows.Forms.Button();
            this.lblRightPointCode = new System.Windows.Forms.Label();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.lblCoordinate = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.chkCanTuring = new System.Windows.Forms.CheckBox();
            this.cmbType = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtPointCodeAlias = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 5;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.Controls.Add(this.lblLeftPointCode, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.lblUpPointCode, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.btnDown, 2, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblDownPointCode, 2, 4);
            this.tableLayoutPanel1.Controls.Add(this.btnRight, 3, 2);
            this.tableLayoutPanel1.Controls.Add(this.btnUp, 2, 1);
            this.tableLayoutPanel1.Controls.Add(this.lblCurPointCode, 2, 2);
            this.tableLayoutPanel1.Controls.Add(this.btnLeft, 1, 2);
            this.tableLayoutPanel1.Controls.Add(this.lblRightPointCode, 4, 2);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 5;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(393, 235);
            this.tableLayoutPanel1.TabIndex = 4;
            // 
            // lblLeftPointCode
            // 
            this.lblLeftPointCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblLeftPointCode.Location = new System.Drawing.Point(3, 94);
            this.lblLeftPointCode.Name = "lblLeftPointCode";
            this.lblLeftPointCode.Size = new System.Drawing.Size(72, 47);
            this.lblLeftPointCode.TabIndex = 7;
            this.lblLeftPointCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblUpPointCode
            // 
            this.lblUpPointCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblUpPointCode.Location = new System.Drawing.Point(159, 0);
            this.lblUpPointCode.Name = "lblUpPointCode";
            this.lblUpPointCode.Size = new System.Drawing.Size(72, 47);
            this.lblUpPointCode.TabIndex = 6;
            this.lblUpPointCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnDown
            // 
            this.btnDown.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnDown.Location = new System.Drawing.Point(159, 144);
            this.btnDown.Name = "btnDown";
            this.btnDown.Size = new System.Drawing.Size(72, 41);
            this.btnDown.TabIndex = 2;
            this.btnDown.Text = "下方";
            this.btnDown.UseVisualStyleBackColor = true;
            this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
            // 
            // lblDownPointCode
            // 
            this.lblDownPointCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblDownPointCode.Location = new System.Drawing.Point(159, 188);
            this.lblDownPointCode.Name = "lblDownPointCode";
            this.lblDownPointCode.Size = new System.Drawing.Size(72, 47);
            this.lblDownPointCode.TabIndex = 8;
            this.lblDownPointCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnRight
            // 
            this.btnRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnRight.Location = new System.Drawing.Point(237, 97);
            this.btnRight.Name = "btnRight";
            this.btnRight.Size = new System.Drawing.Size(72, 41);
            this.btnRight.TabIndex = 3;
            this.btnRight.Text = "右侧";
            this.btnRight.UseVisualStyleBackColor = true;
            this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
            // 
            // btnUp
            // 
            this.btnUp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnUp.Location = new System.Drawing.Point(159, 50);
            this.btnUp.Name = "btnUp";
            this.btnUp.Size = new System.Drawing.Size(72, 41);
            this.btnUp.TabIndex = 0;
            this.btnUp.Text = "上方";
            this.btnUp.UseVisualStyleBackColor = true;
            this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
            // 
            // lblCurPointCode
            // 
            this.lblCurPointCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblCurPointCode.Location = new System.Drawing.Point(159, 94);
            this.lblCurPointCode.Name = "lblCurPointCode";
            this.lblCurPointCode.Size = new System.Drawing.Size(72, 47);
            this.lblCurPointCode.TabIndex = 4;
            this.lblCurPointCode.Text = "地标";
            this.lblCurPointCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnLeft
            // 
            this.btnLeft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnLeft.Location = new System.Drawing.Point(81, 97);
            this.btnLeft.Name = "btnLeft";
            this.btnLeft.Size = new System.Drawing.Size(72, 41);
            this.btnLeft.TabIndex = 1;
            this.btnLeft.Text = "左侧";
            this.btnLeft.UseVisualStyleBackColor = true;
            this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
            // 
            // lblRightPointCode
            // 
            this.lblRightPointCode.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblRightPointCode.Location = new System.Drawing.Point(315, 94);
            this.lblRightPointCode.Name = "lblRightPointCode";
            this.lblRightPointCode.Size = new System.Drawing.Size(75, 47);
            this.lblRightPointCode.TabIndex = 5;
            this.lblRightPointCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 1);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 57.46835F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 42.53165F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(399, 421);
            this.tableLayoutPanel2.TabIndex = 5;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lblCoordinate);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.chkCanTuring);
            this.panel1.Controls.Add(this.cmbType);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.txtPointCodeAlias);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 244);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(393, 174);
            this.panel1.TabIndex = 5;
            // 
            // lblCoordinate
            // 
            this.lblCoordinate.AutoSize = true;
            this.lblCoordinate.Location = new System.Drawing.Point(62, 131);
            this.lblCoordinate.Name = "lblCoordinate";
            this.lblCoordinate.Size = new System.Drawing.Size(75, 16);
            this.lblCoordinate.TabIndex = 6;
            this.lblCoordinate.Text = "坐标信息";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(15, 92);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(58, 16);
            this.label3.TabIndex = 5;
            this.label3.Text = "坐标:";
            // 
            // chkCanTuring
            // 
            this.chkCanTuring.AutoSize = true;
            this.chkCanTuring.Location = new System.Drawing.Point(237, 88);
            this.chkCanTuring.Name = "chkCanTuring";
            this.chkCanTuring.Size = new System.Drawing.Size(94, 20);
            this.chkCanTuring.TabIndex = 4;
            this.chkCanTuring.Text = "能否转弯";
            this.chkCanTuring.UseVisualStyleBackColor = true;
            this.chkCanTuring.CheckedChanged += new System.EventHandler(this.chkCanTuring_CheckedChanged);
            // 
            // cmbType
            // 
            this.cmbType.FormattingEnabled = true;
            this.cmbType.Location = new System.Drawing.Point(106, 45);
            this.cmbType.Name = "cmbType";
            this.cmbType.Size = new System.Drawing.Size(282, 24);
            this.cmbType.TabIndex = 3;
            this.cmbType.SelectedIndexChanged += new System.EventHandler(this.cmbType_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 55);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(92, 16);
            this.label2.TabIndex = 2;
            this.label2.Text = "地标类型:";
            // 
            // txtPointCodeAlias
            // 
            this.txtPointCodeAlias.Location = new System.Drawing.Point(105, 7);
            this.txtPointCodeAlias.Name = "txtPointCodeAlias";
            this.txtPointCodeAlias.Size = new System.Drawing.Size(283, 26);
            this.txtPointCodeAlias.TabIndex = 1;
            this.txtPointCodeAlias.TextChanged += new System.EventHandler(this.txtPointCodeAlias_TextChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(92, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "地标别名:";
            // 
            // ucPointCode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel2);
            this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "ucPointCode";
            this.Size = new System.Drawing.Size(399, 421);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.Button btnUp;
        private System.Windows.Forms.Button btnLeft;
        private System.Windows.Forms.Button btnDown;
        private System.Windows.Forms.Button btnRight;
        private System.Windows.Forms.Label lblCurPointCode;
        private System.Windows.Forms.Label lblDownPointCode;
        private System.Windows.Forms.Label lblLeftPointCode;
        private System.Windows.Forms.Label lblUpPointCode;
        private System.Windows.Forms.Label lblRightPointCode;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.ComboBox cmbType;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtPointCodeAlias;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckBox chkCanTuring;
        private System.Windows.Forms.Label lblCoordinate;
        private System.Windows.Forms.Label label3;
    }
}