frmLogin.designer.cs 12.5 KB
namespace App
{
    partial class frmLogin
    {
        /// <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 Windows ´°ÌåÉè¼ÆÆ÷Éú³ÉµÄ´úÂë

        /// <summary>
        /// Éè¼ÆÆ÷Ö§³ÖËùÐèµÄ·½·¨ - ²»Òª
        /// ʹÓôúÂë±à¼­Æ÷Ð޸Ĵ˷½·¨µÄÄÚÈÝ¡£
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
            this.lblVersion = new System.Windows.Forms.Label();
            this.btnSetting = new System.Windows.Forms.Button();
            this.statusBarPanel1 = new System.Windows.Forms.Label();
            this.cmb_Language = new System.Windows.Forms.ComboBox();
            this.lbl_Language = new System.Windows.Forms.Label();
            this.txt_OldPSW = new System.Windows.Forms.TextBox();
            this.lbl_OldPSW = new System.Windows.Forms.Label();
            this.btn_Cancel1 = new System.Windows.Forms.Button();
            this.btn_OK1 = new System.Windows.Forms.Button();
            this.txt_Login = new System.Windows.Forms.TextBox();
            this.lbl_Login = new System.Windows.Forms.Label();
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // lblVersion
            // 
            this.lblVersion.BackColor = System.Drawing.Color.Transparent;
            this.lblVersion.Location = new System.Drawing.Point(507, 400);
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.Size = new System.Drawing.Size(150, 20);
            this.lblVersion.TabIndex = 88;
            this.lblVersion.Text = "label1";
            this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btnSetting
            // 
            this.btnSetting.AutoSize = true;
            this.btnSetting.BackColor = System.Drawing.Color.Transparent;
            this.btnSetting.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnSetting.FlatAppearance.BorderSize = 0;
            this.btnSetting.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.btnSetting.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btnSetting.Location = new System.Drawing.Point(195, 395);
            this.btnSetting.Name = "btnSetting";
            this.btnSetting.Size = new System.Drawing.Size(76, 30);
            this.btnSetting.TabIndex = 108;
            this.btnSetting.Text = "ÉèÖÃ";
            this.btnSetting.UseVisualStyleBackColor = false;
            this.btnSetting.Visible = false;
            // 
            // statusBarPanel1
            // 
            this.statusBarPanel1.AutoSize = true;
            this.statusBarPanel1.Location = new System.Drawing.Point(645, 345);
            this.statusBarPanel1.Name = "statusBarPanel1";
            this.statusBarPanel1.Size = new System.Drawing.Size(0, 17);
            this.statusBarPanel1.TabIndex = 109;
            // 
            // cmb_Language
            // 
            this.cmb_Language.BackColor = System.Drawing.Color.Azure;
            this.cmb_Language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmb_Language.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.cmb_Language.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.cmb_Language.FormattingEnabled = true;
            this.cmb_Language.Items.AddRange(new object[] {
            "中文",
            "English",
            "日本語"});
            this.cmb_Language.Location = new System.Drawing.Point(291, 342);
            this.cmb_Language.Name = "cmb_Language";
            this.cmb_Language.Size = new System.Drawing.Size(185, 27);
            this.cmb_Language.TabIndex = 105;
            this.cmb_Language.SelectedIndexChanged += new System.EventHandler(this.cmb_Language_SelectedIndexChanged);
            // 
            // lbl_Language
            // 
            this.lbl_Language.AutoSize = true;
            this.lbl_Language.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Language.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.lbl_Language.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_Language.Location = new System.Drawing.Point(206, 345);
            this.lbl_Language.Name = "lbl_Language";
            this.lbl_Language.Size = new System.Drawing.Size(81, 20);
            this.lbl_Language.TabIndex = 110;
            this.lbl_Language.Text = "Ñ¡ÔñÓïÑÔ";
            // 
            // txt_OldPSW
            // 
            this.txt_OldPSW.BackColor = System.Drawing.Color.Azure;
            this.txt_OldPSW.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_OldPSW.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.txt_OldPSW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.txt_OldPSW.Location = new System.Drawing.Point(291, 293);
            this.txt_OldPSW.Name = "txt_OldPSW";
            this.txt_OldPSW.PasswordChar = '*';
            this.txt_OldPSW.Size = new System.Drawing.Size(185, 22);
            this.txt_OldPSW.TabIndex = 104;
            this.txt_OldPSW.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_OldPSW_KeyPress);
            // 
            // lbl_OldPSW
            // 
            this.lbl_OldPSW.AutoSize = true;
            this.lbl_OldPSW.BackColor = System.Drawing.Color.Transparent;
            this.lbl_OldPSW.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.lbl_OldPSW.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_OldPSW.Location = new System.Drawing.Point(206, 294);
            this.lbl_OldPSW.Name = "lbl_OldPSW";
            this.lbl_OldPSW.Size = new System.Drawing.Size(47, 20);
            this.lbl_OldPSW.TabIndex = 111;
            this.lbl_OldPSW.Text = "ÃÜÂë";
            // 
            // btn_Cancel1
            // 
            this.btn_Cancel1.AutoSize = true;
            this.btn_Cancel1.BackColor = System.Drawing.Color.Transparent;
            this.btn_Cancel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_Cancel1.BackgroundImage")));
            this.btn_Cancel1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btn_Cancel1.FlatAppearance.BorderSize = 0;
            this.btn_Cancel1.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.btn_Cancel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.btn_Cancel1.Location = new System.Drawing.Point(415, 395);
            this.btn_Cancel1.Name = "btn_Cancel1";
            this.btn_Cancel1.Size = new System.Drawing.Size(76, 30);
            this.btn_Cancel1.TabIndex = 107;
            this.btn_Cancel1.Text = "È¡Ïû";
            this.btn_Cancel1.UseVisualStyleBackColor = false;
            this.btn_Cancel1.Visible = false;
            // 
            // btn_OK1
            // 
            this.btn_OK1.AutoSize = true;
            this.btn_OK1.BackColor = System.Drawing.Color.Transparent;
            this.btn_OK1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_OK1.BackgroundImage")));
            this.btn_OK1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_OK1.FlatAppearance.BorderSize = 0;
            this.btn_OK1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_OK1.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_OK1.ForeColor = System.Drawing.Color.Black;
            this.btn_OK1.Location = new System.Drawing.Point(295, 395);
            this.btn_OK1.Name = "btn_OK1";
            this.btn_OK1.Size = new System.Drawing.Size(93, 30);
            this.btn_OK1.TabIndex = 106;
            this.btn_OK1.Text = "保存";
            this.btn_OK1.UseVisualStyleBackColor = false;
            this.btn_OK1.Click += new System.EventHandler(this.btn_OK1_Click_1);
            // 
            // txt_Login
            // 
            this.txt_Login.BackColor = System.Drawing.Color.Azure;
            this.txt_Login.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_Login.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.txt_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.txt_Login.Location = new System.Drawing.Point(291, 250);
            this.txt_Login.Name = "txt_Login";
            this.txt_Login.Size = new System.Drawing.Size(185, 22);
            this.txt_Login.TabIndex = 0;
            this.txt_Login.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_Login_KeyPress);
            // 
            // lbl_Login
            // 
            this.lbl_Login.AutoSize = true;
            this.lbl_Login.BackColor = System.Drawing.Color.Transparent;
            this.lbl_Login.Font = new System.Drawing.Font("微软雅黑", 10F);
            this.lbl_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_Login.Location = new System.Drawing.Point(206, 251);
            this.lbl_Login.Name = "lbl_Login";
            this.lbl_Login.Size = new System.Drawing.Size(37, 20);
            this.lbl_Login.TabIndex = 112;
            this.lbl_Login.Text = "登录";
            // 
            // frmLogin
            // 
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.BackImage = ((System.Drawing.Image)(resources.GetObject("$this.BackImage")));
            this.BackMaxSize = 685;
            this.ClientSize = new System.Drawing.Size(683, 449);
            this.Controls.Add(this.lblVersion);
            this.Controls.Add(this.btnSetting);
            this.Controls.Add(this.statusBarPanel1);
            this.Controls.Add(this.cmb_Language);
            this.Controls.Add(this.lbl_Language);
            this.Controls.Add(this.txt_OldPSW);
            this.Controls.Add(this.lbl_OldPSW);
            this.Controls.Add(this.btn_Cancel1);
            this.Controls.Add(this.btn_OK1);
            this.Controls.Add(this.txt_Login);
            this.Controls.Add(this.lbl_Login);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "frmLogin";
            this.Text = "";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.frmLogin_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblVersion;
        private System.Windows.Forms.Button btnSetting;
        private System.Windows.Forms.Label statusBarPanel1;
        private System.Windows.Forms.ComboBox cmb_Language;
        private System.Windows.Forms.Label lbl_Language;
        private System.Windows.Forms.TextBox txt_OldPSW;
        private System.Windows.Forms.Label lbl_OldPSW;
        private System.Windows.Forms.Button btn_Cancel1;
        private System.Windows.Forms.TextBox txt_Login;
        private System.Windows.Forms.Label lbl_Login;
        private System.Windows.Forms.Button btn_OK1;
        private System.Windows.Forms.Timer timer2;


    }
}