FrmKeypadTest.Designer.cs 17.1 KB
namespace SunVoteARSPPT
{
    partial class FrmKeypadTest
    {
        /// <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.pnlCtrl = new System.Windows.Forms.Panel();
            this.labCount = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.cobBaseList = new System.Windows.Forms.ComboBox();
            this.cobTestType = new System.Windows.Forms.ComboBox();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnKeypadTest = new System.Windows.Forms.Button();
            this.pnlState = new System.Windows.Forms.Panel();
            this.lblELV = new System.Windows.Forms.Label();
            this.lblOffline = new System.Windows.Forms.Label();
            this.lblOnline = new System.Windows.Forms.Label();
            this.pnlELV = new System.Windows.Forms.Panel();
            this.pnlOnline = new System.Windows.Forms.Panel();
            this.pnlOffline = new System.Windows.Forms.Panel();
            this.lblBaseList = new System.Windows.Forms.Label();
            this.lblTestType = new System.Windows.Forms.Label();
            this.pnlMapBack = new System.Windows.Forms.Panel();
            this.picMap = new System.Windows.Forms.PictureBox();
            this.pnlCtrl.SuspendLayout();
            this.pnlState.SuspendLayout();
            this.pnlMapBack.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMap)).BeginInit();
            this.SuspendLayout();
            // 
            // pnlCtrl
            // 
            this.pnlCtrl.BackColor = System.Drawing.SystemColors.Control;
            this.pnlCtrl.Controls.Add(this.button1);
            this.pnlCtrl.Controls.Add(this.cobBaseList);
            this.pnlCtrl.Controls.Add(this.cobTestType);
            this.pnlCtrl.Controls.Add(this.btnExit);
            this.pnlCtrl.Controls.Add(this.btnKeypadTest);
            this.pnlCtrl.Controls.Add(this.pnlState);
            this.pnlCtrl.Controls.Add(this.lblBaseList);
            this.pnlCtrl.Controls.Add(this.lblTestType);
            this.pnlCtrl.Controls.Add(this.labCount);
            this.pnlCtrl.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pnlCtrl.Location = new System.Drawing.Point(0, 732);
            this.pnlCtrl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pnlCtrl.Name = "pnlCtrl";
            this.pnlCtrl.Size = new System.Drawing.Size(1191, 130);
            this.pnlCtrl.TabIndex = 1;
            this.pnlCtrl.DoubleClick += new System.EventHandler(this.picMap_DoubleClick);
            // 
            // labCount
            // 
            this.labCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labCount.AutoSize = true;
            this.labCount.Location = new System.Drawing.Point(36, 81);
            this.labCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.labCount.Name = "labCount";
            this.labCount.Size = new System.Drawing.Size(116, 18);
            this.labCount.TabIndex = 52;
            this.labCount.Text = "键盘总数:30";
            // 
            // button1
            // 
            this.button1.AutoSize = true;
            this.button1.Location = new System.Drawing.Point(18, 104);
            this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(222, 44);
            this.button1.TabIndex = 3;
            this.button1.Text = "我测";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Visible = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // cobBaseList
            // 
            this.cobBaseList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cobBaseList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cobBaseList.FormattingEnabled = true;
            this.cobBaseList.Location = new System.Drawing.Point(324, 76);
            this.cobBaseList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cobBaseList.Name = "cobBaseList";
            this.cobBaseList.Size = new System.Drawing.Size(180, 26);
            this.cobBaseList.TabIndex = 50;
            // 
            // cobTestType
            // 
            this.cobTestType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.cobTestType.AutoCompleteCustomSource.AddRange(new string[] {
            "在线电量测试",
            "自动表决测试"});
            this.cobTestType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cobTestType.FormattingEnabled = true;
            this.cobTestType.Items.AddRange(new object[] {
            "在线电量测试",
            "自动表决测试"});
            this.cobTestType.Location = new System.Drawing.Point(602, 80);
            this.cobTestType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cobTestType.Name = "cobTestType";
            this.cobTestType.Size = new System.Drawing.Size(271, 26);
            this.cobTestType.TabIndex = 48;
            this.cobTestType.SelectedIndexChanged += new System.EventHandler(this.cobTestType_SelectedIndexChanged);
            // 
            // btnExit
            // 
            this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExit.AutoSize = true;
            this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnExit.Location = new System.Drawing.Point(1060, 69);
            this.btnExit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(112, 42);
            this.btnExit.TabIndex = 35;
            this.btnExit.Text = "退出";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnKeypadTest
            // 
            this.btnKeypadTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnKeypadTest.AutoSize = true;
            this.btnKeypadTest.Enabled = false;
            this.btnKeypadTest.Location = new System.Drawing.Point(916, 69);
            this.btnKeypadTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnKeypadTest.Name = "btnKeypadTest";
            this.btnKeypadTest.Size = new System.Drawing.Size(135, 42);
            this.btnKeypadTest.TabIndex = 36;
            this.btnKeypadTest.Tag = "0";
            this.btnKeypadTest.Text = "开始测试";
            this.btnKeypadTest.UseVisualStyleBackColor = true;
            this.btnKeypadTest.Click += new System.EventHandler(this.btnKeypadTest_Click);
            // 
            // pnlState
            // 
            this.pnlState.BackColor = System.Drawing.Color.Black;
            this.pnlState.Controls.Add(this.lblELV);
            this.pnlState.Controls.Add(this.lblOffline);
            this.pnlState.Controls.Add(this.lblOnline);
            this.pnlState.Controls.Add(this.pnlELV);
            this.pnlState.Controls.Add(this.pnlOnline);
            this.pnlState.Controls.Add(this.pnlOffline);
            this.pnlState.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlState.Location = new System.Drawing.Point(0, 0);
            this.pnlState.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pnlState.Name = "pnlState";
            this.pnlState.Size = new System.Drawing.Size(1191, 42);
            this.pnlState.TabIndex = 47;
            this.pnlState.DoubleClick += new System.EventHandler(this.picMap_DoubleClick);
            // 
            // lblELV
            // 
            this.lblELV.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.lblELV.AutoSize = true;
            this.lblELV.ForeColor = System.Drawing.Color.White;
            this.lblELV.Location = new System.Drawing.Point(528, 12);
            this.lblELV.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblELV.Name = "lblELV";
            this.lblELV.Size = new System.Drawing.Size(53, 18);
            this.lblELV.TabIndex = 40;
            this.lblELV.Text = "弱电:";
            // 
            // lblOffline
            // 
            this.lblOffline.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.lblOffline.AutoSize = true;
            this.lblOffline.ForeColor = System.Drawing.Color.White;
            this.lblOffline.Location = new System.Drawing.Point(296, 12);
            this.lblOffline.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblOffline.Name = "lblOffline";
            this.lblOffline.Size = new System.Drawing.Size(71, 18);
            this.lblOffline.TabIndex = 39;
            this.lblOffline.Text = "不在线:";
            // 
            // lblOnline
            // 
            this.lblOnline.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.lblOnline.AutoSize = true;
            this.lblOnline.ForeColor = System.Drawing.Color.White;
            this.lblOnline.Location = new System.Drawing.Point(93, 12);
            this.lblOnline.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblOnline.Name = "lblOnline";
            this.lblOnline.Size = new System.Drawing.Size(53, 18);
            this.lblOnline.TabIndex = 35;
            this.lblOnline.Text = "在线:";
            // 
            // pnlELV
            // 
            this.pnlELV.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.pnlELV.BackColor = System.Drawing.Color.Red;
            this.pnlELV.Location = new System.Drawing.Point(489, 12);
            this.pnlELV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pnlELV.Name = "pnlELV";
            this.pnlELV.Size = new System.Drawing.Size(30, 20);
            this.pnlELV.TabIndex = 38;
            // 
            // pnlOnline
            // 
            this.pnlOnline.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.pnlOnline.BackColor = System.Drawing.Color.Green;
            this.pnlOnline.Location = new System.Drawing.Point(54, 12);
            this.pnlOnline.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pnlOnline.Name = "pnlOnline";
            this.pnlOnline.Size = new System.Drawing.Size(30, 20);
            this.pnlOnline.TabIndex = 37;
            // 
            // pnlOffline
            // 
            this.pnlOffline.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.pnlOffline.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(99)))));
            this.pnlOffline.Location = new System.Drawing.Point(256, 12);
            this.pnlOffline.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pnlOffline.Name = "pnlOffline";
            this.pnlOffline.Size = new System.Drawing.Size(30, 20);
            this.pnlOffline.TabIndex = 36;
            // 
            // lblBaseList
            // 
            this.lblBaseList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblBaseList.AutoSize = true;
            this.lblBaseList.Location = new System.Drawing.Point(321, 54);
            this.lblBaseList.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblBaseList.Name = "lblBaseList";
            this.lblBaseList.Size = new System.Drawing.Size(98, 18);
            this.lblBaseList.TabIndex = 51;
            this.lblBaseList.Text = "基站列表:";
            // 
            // lblTestType
            // 
            this.lblTestType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.lblTestType.AutoSize = true;
            this.lblTestType.Location = new System.Drawing.Point(598, 57);
            this.lblTestType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblTestType.Name = "lblTestType";
            this.lblTestType.Size = new System.Drawing.Size(98, 18);
            this.lblTestType.TabIndex = 49;
            this.lblTestType.Text = "测试类型:";
            // 
            // pnlMapBack
            // 
            this.pnlMapBack.AutoScroll = true;
            this.pnlMapBack.BackColor = System.Drawing.Color.Black;
            this.pnlMapBack.Controls.Add(this.picMap);
            this.pnlMapBack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMapBack.Location = new System.Drawing.Point(0, 0);
            this.pnlMapBack.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pnlMapBack.Name = "pnlMapBack";
            this.pnlMapBack.Size = new System.Drawing.Size(1191, 732);
            this.pnlMapBack.TabIndex = 3;
            this.pnlMapBack.Scroll += new System.Windows.Forms.ScrollEventHandler(this.pnlMapBack_Scroll);
            this.pnlMapBack.DoubleClick += new System.EventHandler(this.picMap_DoubleClick);
            // 
            // picMap
            // 
            this.picMap.BackColor = System.Drawing.Color.Black;
            this.picMap.Dock = System.Windows.Forms.DockStyle.Top;
            this.picMap.Location = new System.Drawing.Point(0, 0);
            this.picMap.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.picMap.Name = "picMap";
            this.picMap.Size = new System.Drawing.Size(1191, 615);
            this.picMap.TabIndex = 2;
            this.picMap.TabStop = false;
            this.picMap.DoubleClick += new System.EventHandler(this.picMap_DoubleClick);
            // 
            // FrmKeypadTest
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.CancelButton = this.btnExit;
            this.ClientSize = new System.Drawing.Size(1191, 862);
            this.Controls.Add(this.pnlMapBack);
            this.Controls.Add(this.pnlCtrl);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "FrmKeypadTest";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "键盘测试";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmKeypadTest_FormClosed);
            this.Load += new System.EventHandler(this.FrmKeypadTest_Load);
            this.DoubleClick += new System.EventHandler(this.picMap_DoubleClick);
            this.Resize += new System.EventHandler(this.FrmKeypadTest_Resize);
            this.pnlCtrl.ResumeLayout(false);
            this.pnlCtrl.PerformLayout();
            this.pnlState.ResumeLayout(false);
            this.pnlState.PerformLayout();
            this.pnlMapBack.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picMap)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel pnlCtrl;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnKeypadTest;
        private System.Windows.Forms.Panel pnlState;
        private System.Windows.Forms.Label lblELV;
        private System.Windows.Forms.Label lblOffline;
        private System.Windows.Forms.Label lblOnline;
        private System.Windows.Forms.Panel pnlELV;
        private System.Windows.Forms.Panel pnlOnline;
        private System.Windows.Forms.Panel pnlOffline;
        private System.Windows.Forms.Panel pnlMapBack;
        private System.Windows.Forms.PictureBox picMap;
        private System.Windows.Forms.ComboBox cobTestType;
        private System.Windows.Forms.Label lblTestType;
        private System.Windows.Forms.Label lblBaseList;
        private System.Windows.Forms.ComboBox cobBaseList;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label labCount;

    }
}