namespace UAS_LabelMachine
{
    partial class Login
    {
        /// <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.components = new System.ComponentModel.Container();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.UserName = new System.Windows.Forms.TextBox();
            this.PassWord = new System.Windows.Forms.TextBox();
            this.LoginIcon = new System.Windows.Forms.PictureBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.MasterCombox = new System.Windows.Forms.ComboBox();
            this.Master = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.IP = new System.Windows.Forms.TextBox();
            this.ComData = new System.Windows.Forms.BindingSource(this.components);
            this.FTPNet = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LoginIcon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComData)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox1.Image = global::UAS_LabelMachine.Properties.Resources.users_user_72px_523311_easyicon_net;
            this.pictureBox1.Location = new System.Drawing.Point(234, 181);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(72, 72);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
            this.label1.Location = new System.Drawing.Point(342, 125);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(231, 28);
            this.label1.TabIndex = 1;
            this.label1.Text = "优软-出货标签管理系统";
            // 
            // UserName
            // 
            this.UserName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.UserName.Location = new System.Drawing.Point(369, 168);
            this.UserName.Name = "UserName";
            this.UserName.Size = new System.Drawing.Size(196, 29);
            this.UserName.TabIndex = 2;
            // 
            // PassWord
            // 
            this.PassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.PassWord.Location = new System.Drawing.Point(369, 206);
            this.PassWord.Name = "PassWord";
            this.PassWord.PasswordChar = '*';
            this.PassWord.Size = new System.Drawing.Size(196, 29);
            this.PassWord.TabIndex = 3;
            this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
            // 
            // LoginIcon
            // 
            this.LoginIcon.BackColor = System.Drawing.Color.Transparent;
            this.LoginIcon.Cursor = System.Windows.Forms.Cursors.Hand;
            this.LoginIcon.Image = global::UAS_LabelMachine.Properties.Resources.Login_Icon;
            this.LoginIcon.Location = new System.Drawing.Point(423, 323);
            this.LoginIcon.Name = "LoginIcon";
            this.LoginIcon.Size = new System.Drawing.Size(72, 26);
            this.LoginIcon.TabIndex = 4;
            this.LoginIcon.TabStop = false;
            this.LoginIcon.Click += new System.EventHandler(this.LoginIcon_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(321, 171);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(42, 21);
            this.label2.TabIndex = 5;
            this.label2.Text = "账号";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(321, 209);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(42, 21);
            this.label3.TabIndex = 6;
            this.label3.Text = "密码";
            // 
            // MasterCombox
            // 
            this.MasterCombox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.MasterCombox.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.MasterCombox.FormattingEnabled = true;
            this.MasterCombox.Location = new System.Drawing.Point(369, 247);
            this.MasterCombox.Name = "MasterCombox";
            this.MasterCombox.Size = new System.Drawing.Size(196, 29);
            this.MasterCombox.TabIndex = 7;
            // 
            // Master
            // 
            this.Master.AutoSize = true;
            this.Master.BackColor = System.Drawing.Color.Transparent;
            this.Master.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Master.Location = new System.Drawing.Point(321, 250);
            this.Master.Name = "Master";
            this.Master.Size = new System.Drawing.Size(42, 21);
            this.Master.TabIndex = 8;
            this.Master.Text = "账套";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(321, 288);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(25, 21);
            this.label4.TabIndex = 10;
            this.label4.Text = "IP";
            // 
            // IP
            // 
            this.IP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.IP.Location = new System.Drawing.Point(369, 285);
            this.IP.Name = "IP";
            this.IP.Size = new System.Drawing.Size(196, 29);
            this.IP.TabIndex = 9;
            // 
            // FTPNet
            // 
            this.FTPNet.AutoSize = true;
            this.FTPNet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.FTPNet.Location = new System.Drawing.Point(584, 168);
            this.FTPNet.Name = "FTPNet";
            this.FTPNet.Size = new System.Drawing.Size(80, 24);
            this.FTPNet.TabIndex = 11;
            this.FTPNet.Text = "FTP内网";
            this.FTPNet.UseVisualStyleBackColor = true;
            this.FTPNet.Visible = false;
            // 
            // Login
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::UAS_LabelMachine.Properties.Resources.timg;
            this.ClientSize = new System.Drawing.Size(884, 461);
            this.Controls.Add(this.FTPNet);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.IP);
            this.Controls.Add(this.Master);
            this.Controls.Add(this.MasterCombox);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.LoginIcon);
            this.Controls.Add(this.PassWord);
            this.Controls.Add(this.UserName);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pictureBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "Login";
            this.Text = "出货标签管理系统";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
            this.Load += new System.EventHandler(this.Login_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LoginIcon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComData)).EndInit();
            this.ResumeLayout(true);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox UserName;
        private System.Windows.Forms.TextBox PassWord;
        private System.Windows.Forms.PictureBox LoginIcon;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox MasterCombox;
        private System.Windows.Forms.Label Master;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox IP;
        private System.Windows.Forms.BindingSource ComData;
        private System.Windows.Forms.CheckBox FTPNet;
    }
}