| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- namespace GCAS
- {
- partial class LoginForm
- {
- /// <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(LoginForm));
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
- this.text_username = new DevExpress.XtraEditors.TextEdit();
- this.text_password = new DevExpress.XtraEditors.TextEdit();
- this.btn_login = new DevExpress.XtraEditors.SimpleButton();
- this.btn_cancel = new DevExpress.XtraEditors.SimpleButton();
- this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
- this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- ((System.ComponentModel.ISupportInitialize)(this.text_username.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.text_password.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- this.SuspendLayout();
- //
- // labelControl1
- //
- this.labelControl1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl1.Appearance.Font")));
- this.labelControl1.Appearance.Options.UseFont = true;
- resources.ApplyResources(this.labelControl1, "labelControl1");
- this.labelControl1.Name = "labelControl1";
- //
- // labelControl2
- //
- this.labelControl2.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl2.Appearance.Font")));
- this.labelControl2.Appearance.Options.UseFont = true;
- resources.ApplyResources(this.labelControl2, "labelControl2");
- this.labelControl2.Name = "labelControl2";
- //
- // text_username
- //
- resources.ApplyResources(this.text_username, "text_username");
- this.text_username.Name = "text_username";
- this.text_username.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("text_username.Properties.Appearance.BackColor")));
- this.text_username.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("text_username.Properties.Appearance.Font")));
- this.text_username.Properties.Appearance.Options.UseBackColor = true;
- this.text_username.Properties.Appearance.Options.UseFont = true;
- this.text_username.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
- this.text_username.Click += new System.EventHandler(this.text_username_Click);
- //
- // text_password
- //
- resources.ApplyResources(this.text_password, "text_password");
- this.text_password.Name = "text_password";
- this.text_password.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("text_password.Properties.Appearance.BackColor")));
- this.text_password.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("text_password.Properties.Appearance.Font")));
- this.text_password.Properties.Appearance.Options.UseBackColor = true;
- this.text_password.Properties.Appearance.Options.UseFont = true;
- this.text_password.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
- this.text_password.Properties.PasswordChar = '*';
- this.text_password.Properties.UseSystemPasswordChar = true;
- this.text_password.Click += new System.EventHandler(this.text_password_Click);
- //
- // btn_login
- //
- this.btn_login.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("btn_login.Appearance.Font")));
- this.btn_login.Appearance.Options.UseFont = true;
- this.btn_login.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_login.ImageOptions.Image")));
- resources.ApplyResources(this.btn_login, "btn_login");
- this.btn_login.Name = "btn_login";
- this.btn_login.Click += new System.EventHandler(this.btn_login_Click);
- //
- // btn_cancel
- //
- this.btn_cancel.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("btn_cancel.Appearance.Font")));
- this.btn_cancel.Appearance.Options.UseFont = true;
- this.btn_cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancel.ImageOptions.Image")));
- resources.ApplyResources(this.btn_cancel, "btn_cancel");
- this.btn_cancel.Name = "btn_cancel";
- this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
- //
- // labelControl3
- //
- this.labelControl3.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl3.Appearance.Font")));
- this.labelControl3.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl3.Appearance.ForeColor")));
- this.labelControl3.Appearance.Options.UseFont = true;
- this.labelControl3.Appearance.Options.UseForeColor = true;
- resources.ApplyResources(this.labelControl3, "labelControl3");
- this.labelControl3.Name = "labelControl3";
- //
- // labelControl4
- //
- this.labelControl4.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl4.Appearance.Font")));
- this.labelControl4.Appearance.Options.UseFont = true;
- resources.ApplyResources(this.labelControl4, "labelControl4");
- this.labelControl4.Name = "labelControl4";
- //
- // panelControl1
- //
- this.panelControl1.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("panelControl1.Appearance.BackColor")));
- this.panelControl1.Appearance.Options.UseBackColor = true;
- this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
- this.panelControl1.ContentImage = global::GCAS.Properties.Resources.loginbgZH;
- this.panelControl1.Controls.Add(this.labelControl3);
- this.panelControl1.Controls.Add(this.labelControl1);
- this.panelControl1.Controls.Add(this.labelControl2);
- this.panelControl1.Controls.Add(this.btn_cancel);
- this.panelControl1.Controls.Add(this.text_username);
- this.panelControl1.Controls.Add(this.btn_login);
- this.panelControl1.Controls.Add(this.text_password);
- resources.ApplyResources(this.panelControl1, "panelControl1");
- this.panelControl1.Name = "panelControl1";
- //
- // LoginForm
- //
- this.AcceptButton = this.btn_login;
- resources.ApplyResources(this, "$this");
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panelControl1);
- this.Controls.Add(this.labelControl4);
- this.DoubleBuffered = true;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "LoginForm";
- this.Load += new System.EventHandler(this.LoginForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.text_username.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.text_password.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- this.panelControl1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private DevExpress.XtraEditors.LabelControl labelControl2;
- private DevExpress.XtraEditors.TextEdit text_username;
- private DevExpress.XtraEditors.TextEdit text_password;
- private DevExpress.XtraEditors.SimpleButton btn_login;
- private DevExpress.XtraEditors.SimpleButton btn_cancel;
- private DevExpress.XtraEditors.LabelControl labelControl3;
- private DevExpress.XtraEditors.LabelControl labelControl4;
- private DevExpress.XtraEditors.PanelControl panelControl1;
- }
- }
|