namespace SIMDP.View { partial class FormLogIn { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogIn)); this.check_PassWord = new DevExpress.XtraEditors.CheckEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txt_PassWord = new DevExpress.XtraEditors.TextEdit(); this.txt_Account = new DevExpress.XtraEditors.TextEdit(); this.btn_LogIn = new DevExpress.XtraEditors.SimpleButton(); this.panel1 = new System.Windows.Forms.Panel(); this.panelEnhanced1 = new ProjectBase.Controls.PanelEnhanced(); ((System.ComponentModel.ISupportInitialize)(this.check_PassWord.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PassWord.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // check_PassWord // this.check_PassWord.Location = new System.Drawing.Point(206, 162); this.check_PassWord.Name = "check_PassWord"; this.check_PassWord.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.check_PassWord.Properties.Appearance.ForeColor = System.Drawing.Color.White; this.check_PassWord.Properties.Appearance.Options.UseFont = true; this.check_PassWord.Properties.Appearance.Options.UseForeColor = true; this.check_PassWord.Properties.Caption = "记住密码"; this.check_PassWord.Size = new System.Drawing.Size(94, 33); this.check_PassWord.TabIndex = 3; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Location = new System.Drawing.Point(16, 42); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(111, 43); this.labelControl1.TabIndex = 4; this.labelControl1.Text = "账号:"; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Location = new System.Drawing.Point(16, 108); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(111, 43); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "密码:"; // // txt_PassWord // this.txt_PassWord.Location = new System.Drawing.Point(97, 106); this.txt_PassWord.Name = "txt_PassWord"; this.txt_PassWord.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_PassWord.Properties.Appearance.Options.UseFont = true; this.txt_PassWord.Properties.UseSystemPasswordChar = true; this.txt_PassWord.Size = new System.Drawing.Size(203, 46); this.txt_PassWord.TabIndex = 2; // // txt_Account // this.txt_Account.Location = new System.Drawing.Point(97, 40); this.txt_Account.Name = "txt_Account"; this.txt_Account.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_Account.Properties.Appearance.Options.UseFont = true; this.txt_Account.Size = new System.Drawing.Size(203, 46); this.txt_Account.TabIndex = 1; this.txt_Account.TextChanged += new System.EventHandler(this.txt_Account_TextChanged); // // btn_LogIn // this.btn_LogIn.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_LogIn.Appearance.Options.UseFont = true; this.btn_LogIn.Location = new System.Drawing.Point(16, 220); this.btn_LogIn.Name = "btn_LogIn"; this.btn_LogIn.Size = new System.Drawing.Size(284, 31); this.btn_LogIn.TabIndex = 0; this.btn_LogIn.Text = "登录"; this.btn_LogIn.Click += new System.EventHandler(this.btn_LogIn_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.panel1.Controls.Add(this.btn_LogIn); this.panel1.Controls.Add(this.txt_Account); this.panel1.Controls.Add(this.txt_PassWord); this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.labelControl1); this.panel1.Controls.Add(this.check_PassWord); this.panel1.Location = new System.Drawing.Point(126, 151); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(326, 304); this.panel1.TabIndex = 5; // // panelEnhanced1 // this.panelEnhanced1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelEnhanced1.BackgroundImage"))); this.panelEnhanced1.BorderColor = System.Drawing.Color.Empty; this.panelEnhanced1.Location = new System.Drawing.Point(0, 0); this.panelEnhanced1.Name = "panelEnhanced1"; this.panelEnhanced1.Size = new System.Drawing.Size(556, 572); this.panelEnhanced1.TabIndex = 6; // // FormLogIn // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1291, 902); this.Controls.Add(this.panel1); this.Controls.Add(this.panelEnhanced1); this.Name = "FormLogIn"; this.Text = "登录"; ((System.ComponentModel.ISupportInitialize)(this.check_PassWord.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_PassWord.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.CheckEdit check_PassWord; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txt_PassWord; private DevExpress.XtraEditors.TextEdit txt_Account; private DevExpress.XtraEditors.SimpleButton btn_LogIn; private System.Windows.Forms.Panel panel1; private ProjectBase.Controls.PanelEnhanced panelEnhanced1; } }