FrmChannelReplace.designer.cs 7.14 KB
namespace SunVoteARSPPT
{
    partial class FrmChannelReplace
    {
        /// <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.lblChannelNowLB = new System.Windows.Forms.Label();
            this.lblKeypadNewLB = new System.Windows.Forms.Label();
            this.nudChannelNew = new System.Windows.Forms.NumericUpDown();
            this.lblChannelNow = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.nudChannelNew)).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.Enabled = false;
            this.btnOK.Location = new System.Drawing.Point(25, 115);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(105, 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(136, 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);
            // 
            // lblChannelNowLB
            // 
            this.lblChannelNowLB.AutoSize = true;
            this.lblChannelNowLB.Location = new System.Drawing.Point(25, 15);
            this.lblChannelNowLB.Name = "lblChannelNowLB";
            this.lblChannelNowLB.Size = new System.Drawing.Size(53, 12);
            this.lblChannelNowLB.TabIndex = 16;
            this.lblChannelNowLB.Text = "当前频点";
            // 
            // lblKeypadNewLB
            // 
            this.lblKeypadNewLB.AutoSize = true;
            this.lblKeypadNewLB.Location = new System.Drawing.Point(23, 64);
            this.lblKeypadNewLB.Name = "lblKeypadNewLB";
            this.lblKeypadNewLB.Size = new System.Drawing.Size(41, 12);
            this.lblKeypadNewLB.TabIndex = 16;
            this.lblKeypadNewLB.Text = "更改为";
            // 
            // nudChannelNew
            // 
            this.nudChannelNew.AutoSize = true;
            this.nudChannelNew.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.nudChannelNew.ForeColor = System.Drawing.SystemColors.WindowText;
            this.nudChannelNew.Location = new System.Drawing.Point(25, 79);
            this.nudChannelNew.Maximum = new decimal(new int[] {
            80,
            0,
            0,
            0});
            this.nudChannelNew.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudChannelNew.Name = "nudChannelNew";
            this.nudChannelNew.Size = new System.Drawing.Size(105, 23);
            this.nudChannelNew.TabIndex = 20;
            this.nudChannelNew.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.nudChannelNew.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.nudChannelNew.ValueChanged += new System.EventHandler(this.nudChannelNew_ValueChanged);
            // 
            // lblChannelNow
            // 
            this.lblChannelNow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblChannelNow.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblChannelNow.ForeColor = System.Drawing.Color.Red;
            this.lblChannelNow.Location = new System.Drawing.Point(25, 30);
            this.lblChannelNow.Name = "lblChannelNow";
            this.lblChannelNow.Size = new System.Drawing.Size(105, 24);
            this.lblChannelNow.TabIndex = 21;
            this.lblChannelNow.Text = "7";
            this.lblChannelNow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // FrmChannelReplace
            // 
            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(224, 150);
            this.Controls.Add(this.nudChannelNew);
            this.Controls.Add(this.lblChannelNow);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.lblKeypadNewLB);
            this.Controls.Add(this.lblChannelNowLB);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmChannelReplace";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "基站频点更换";
            this.Load += new System.EventHandler(this.FrmChannelReplace_Load);
            ((System.ComponentModel.ISupportInitialize)(this.nudChannelNew)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Label lblChannelNowLB;
        private System.Windows.Forms.Label lblKeypadNewLB;
        private System.Windows.Forms.NumericUpDown nudChannelNew;
        private System.Windows.Forms.Label lblChannelNow;
    }
}