DMSSSOLogin.Designer.cs 8.57 KB
namespace DMSSSOAgent
{
    partial class DMSSSOLogin
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DMSSSOLogin));
            this.btnMini = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnLogin = new System.Windows.Forms.Button();
            this.lblLanuage = new System.Windows.Forms.Label();
            this.comBoxSelectLanguage = new System.Windows.Forms.ComboBox();
            this.lblUserName = new System.Windows.Forms.Label();
            this.txtUserName = new System.Windows.Forms.TextBox();
            this.txtPassword = new System.Windows.Forms.TextBox();
            this.lblPassword = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnMini
            // 
            this.btnMini.AccessibleDescription = null;
            this.btnMini.AccessibleName = null;
            resources.ApplyResources(this.btnMini, "btnMini");
            this.btnMini.Font = null;
            this.btnMini.Name = "btnMini";
            this.btnMini.UseVisualStyleBackColor = true;
            this.btnMini.Click += new System.EventHandler(this.btnMini_Click);
            // 
            // btnClose
            // 
            this.btnClose.AccessibleDescription = null;
            this.btnClose.AccessibleName = null;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.Font = null;
            this.btnClose.Name = "btnClose";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // panel1
            // 
            this.panel1.AccessibleDescription = null;
            this.panel1.AccessibleName = null;
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.BackColor = System.Drawing.Color.Transparent;
            this.panel1.BackgroundImage = null;
            this.panel1.Controls.Add(this.btnLogin);
            this.panel1.Controls.Add(this.lblLanuage);
            this.panel1.Controls.Add(this.comBoxSelectLanguage);
            this.panel1.Controls.Add(this.lblUserName);
            this.panel1.Controls.Add(this.txtUserName);
            this.panel1.Controls.Add(this.txtPassword);
            this.panel1.Controls.Add(this.lblPassword);
            this.panel1.Font = null;
            this.panel1.Name = "panel1";
            // 
            // btnLogin
            // 
            this.btnLogin.AccessibleDescription = null;
            this.btnLogin.AccessibleName = null;
            resources.ApplyResources(this.btnLogin, "btnLogin");
            this.btnLogin.ForeColor = System.Drawing.Color.White;
            this.btnLogin.Name = "btnLogin";
            this.btnLogin.UseVisualStyleBackColor = true;
            this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
            // 
            // lblLanuage
            // 
            this.lblLanuage.AccessibleDescription = null;
            this.lblLanuage.AccessibleName = null;
            resources.ApplyResources(this.lblLanuage, "lblLanuage");
            this.lblLanuage.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.lblLanuage.ForeColor = System.Drawing.Color.OrangeRed;
            this.lblLanuage.Name = "lblLanuage";
            // 
            // comBoxSelectLanguage
            // 
            this.comBoxSelectLanguage.AccessibleDescription = null;
            this.comBoxSelectLanguage.AccessibleName = null;
            resources.ApplyResources(this.comBoxSelectLanguage, "comBoxSelectLanguage");
            this.comBoxSelectLanguage.BackgroundImage = null;
            this.comBoxSelectLanguage.Font = null;
            this.comBoxSelectLanguage.Items.AddRange(new object[] {
            resources.GetString("comBoxSelectLanguage.Items"),
            resources.GetString("comBoxSelectLanguage.Items1"),
            resources.GetString("comBoxSelectLanguage.Items2")});
            this.comBoxSelectLanguage.Name = "comBoxSelectLanguage";
            this.comBoxSelectLanguage.SelectedIndexChanged += new System.EventHandler(this.comBoxSelectLanguage_SelectedIndexChanged);
            // 
            // lblUserName
            // 
            this.lblUserName.AccessibleDescription = null;
            this.lblUserName.AccessibleName = null;
            resources.ApplyResources(this.lblUserName, "lblUserName");
            this.lblUserName.BackColor = System.Drawing.Color.White;
            this.lblUserName.ForeColor = System.Drawing.Color.OrangeRed;
            this.lblUserName.Name = "lblUserName";
            // 
            // txtUserName
            // 
            this.txtUserName.AccessibleDescription = null;
            this.txtUserName.AccessibleName = null;
            resources.ApplyResources(this.txtUserName, "txtUserName");
            this.txtUserName.BackColor = System.Drawing.SystemColors.Window;
            this.txtUserName.BackgroundImage = null;
            this.txtUserName.Font = null;
            this.txtUserName.Name = "txtUserName";
            this.txtUserName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserName_KeyPress);
            // 
            // txtPassword
            // 
            this.txtPassword.AccessibleDescription = null;
            this.txtPassword.AccessibleName = null;
            resources.ApplyResources(this.txtPassword, "txtPassword");
            this.txtPassword.BackgroundImage = null;
            this.txtPassword.Font = null;
            this.txtPassword.Name = "txtPassword";
            // 
            // lblPassword
            // 
            this.lblPassword.AccessibleDescription = null;
            this.lblPassword.AccessibleName = null;
            resources.ApplyResources(this.lblPassword, "lblPassword");
            this.lblPassword.BackColor = System.Drawing.Color.White;
            this.lblPassword.ForeColor = System.Drawing.Color.OrangeRed;
            this.lblPassword.Name = "lblPassword";
            // 
            // DMSSSOLogin
            // 
            this.AcceptButton = this.btnLogin;
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnMini);
            this.Font = null;
            this.ForeColor = System.Drawing.Color.OrangeRed;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "DMSSSOLogin";
            this.Load += new System.EventHandler(this.DMSSSOLogin_Load);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DMSSSOLogin_MouseDown);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DMSSSOLogin_MouseMove);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnMini;
        private System.Windows.Forms.Button btnClose;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label lblLanuage;
        private System.Windows.Forms.ComboBox comBoxSelectLanguage;
        private System.Windows.Forms.TextBox txtUserName;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.Label lblPassword;
        private System.Windows.Forms.Button btnLogin;
        private System.Windows.Forms.Label lblUserName;
    }
}