FrmKeypadReplace.Designer.cs 9.35 KB
namespace SunVoteARSPPT
{
    partial class FrmKeypadReplace
    {
        /// <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.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.lblKeypadIDOld = new System.Windows.Forms.Label();
            this.lblKeypadIDNew = new System.Windows.Forms.Label();
            this.nudKeypadIDOld = new System.Windows.Forms.NumericUpDown();
            this.nudKeypadIDNew = new System.Windows.Forms.NumericUpDown();
            this.txtKeypadIDOld = new System.Windows.Forms.TextBox();
            this.txtKeypadIDNew = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.nudKeypadIDOld)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudKeypadIDNew)).BeginInit();
            this.SuspendLayout();
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.AutoSize = true;
            this.btnOK.Location = new System.Drawing.Point(21, 115);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(120, 23);
            this.btnOK.TabIndex = 2;
            this.btnOK.Text = "替换键盘";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.AutoSize = true;
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(147, 115);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 3;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // lblKeypadIDOld
            // 
            this.lblKeypadIDOld.AutoSize = true;
            this.lblKeypadIDOld.Location = new System.Drawing.Point(19, 13);
            this.lblKeypadIDOld.Name = "lblKeypadIDOld";
            this.lblKeypadIDOld.Size = new System.Drawing.Size(113, 12);
            this.lblKeypadIDOld.TabIndex = 16;
            this.lblKeypadIDOld.Text = "需要替换的键盘编号";
            // 
            // lblKeypadIDNew
            // 
            this.lblKeypadIDNew.AutoSize = true;
            this.lblKeypadIDNew.Location = new System.Drawing.Point(19, 63);
            this.lblKeypadIDNew.Name = "lblKeypadIDNew";
            this.lblKeypadIDNew.Size = new System.Drawing.Size(41, 12);
            this.lblKeypadIDNew.TabIndex = 16;
            this.lblKeypadIDNew.Text = "替换为";
            // 
            // nudKeypadIDOld
            // 
            this.nudKeypadIDOld.AutoSize = true;
            this.nudKeypadIDOld.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.nudKeypadIDOld.ForeColor = System.Drawing.Color.Red;
            this.nudKeypadIDOld.Location = new System.Drawing.Point(21, 28);
            this.nudKeypadIDOld.Maximum = new decimal(new int[] {
            -727379969,
            232,
            0,
            0});
            this.nudKeypadIDOld.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudKeypadIDOld.Name = "nudKeypadIDOld";
            this.nudKeypadIDOld.Size = new System.Drawing.Size(130, 23);
            this.nudKeypadIDOld.TabIndex = 17;
            this.nudKeypadIDOld.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudKeypadIDOld.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudKeypadIDOld.Visible = false;
            this.nudKeypadIDOld.ValueChanged += new System.EventHandler(this.nudKeypadIDOld_ValueChanged);
            // 
            // nudKeypadIDNew
            // 
            this.nudKeypadIDNew.AutoSize = true;
            this.nudKeypadIDNew.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.nudKeypadIDNew.Location = new System.Drawing.Point(21, 78);
            this.nudKeypadIDNew.Maximum = new decimal(new int[] {
            -727379969,
            232,
            0,
            0});
            this.nudKeypadIDNew.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudKeypadIDNew.Name = "nudKeypadIDNew";
            this.nudKeypadIDNew.Size = new System.Drawing.Size(130, 23);
            this.nudKeypadIDNew.TabIndex = 17;
            this.nudKeypadIDNew.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudKeypadIDNew.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudKeypadIDNew.Visible = false;
            this.nudKeypadIDNew.ValueChanged += new System.EventHandler(this.nudKeypadIDNew_ValueChanged);
            // 
            // txtKeypadIDOld
            // 
            this.txtKeypadIDOld.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
            this.txtKeypadIDOld.ForeColor = System.Drawing.Color.Red;
            this.txtKeypadIDOld.Location = new System.Drawing.Point(21, 28);
            this.txtKeypadIDOld.Name = "txtKeypadIDOld";
            this.txtKeypadIDOld.Size = new System.Drawing.Size(201, 23);
            this.txtKeypadIDOld.TabIndex = 18;
            this.txtKeypadIDOld.Text = "1";
            this.txtKeypadIDOld.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtKeypadIDNew
            // 
            this.txtKeypadIDNew.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
            this.txtKeypadIDNew.ForeColor = System.Drawing.Color.Black;
            this.txtKeypadIDNew.Location = new System.Drawing.Point(21, 78);
            this.txtKeypadIDNew.Name = "txtKeypadIDNew";
            this.txtKeypadIDNew.Size = new System.Drawing.Size(201, 23);
            this.txtKeypadIDNew.TabIndex = 18;
            this.txtKeypadIDNew.Text = "1";
            this.txtKeypadIDNew.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // FrmKeypadReplace
            // 
            this.AcceptButton = this.btnOK;
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(235, 150);
            this.Controls.Add(this.txtKeypadIDNew);
            this.Controls.Add(this.txtKeypadIDOld);
            this.Controls.Add(this.nudKeypadIDNew);
            this.Controls.Add(this.nudKeypadIDOld);
            this.Controls.Add(this.lblKeypadIDNew);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.lblKeypadIDOld);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmKeypadReplace";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "键盘替换";
            this.Load += new System.EventHandler(this.FrmKeypadReplace_Load);
            ((System.ComponentModel.ISupportInitialize)(this.nudKeypadIDOld)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudKeypadIDNew)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Label lblKeypadIDOld;
        private System.Windows.Forms.Label lblKeypadIDNew;
        private System.Windows.Forms.NumericUpDown nudKeypadIDOld;
        private System.Windows.Forms.NumericUpDown nudKeypadIDNew;
        private System.Windows.Forms.TextBox txtKeypadIDOld;
        private System.Windows.Forms.TextBox txtKeypadIDNew;
    }
}