namespace PatientMan.Forms { partial class frmLogin { /// /// 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(frmLogin)); this.UserName = new DevExpress.XtraEditors.TextEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.Password = new DevExpress.XtraEditors.TextEdit(); this.OK = new DevExpress.XtraEditors.SimpleButton(); this.Cancel = new DevExpress.XtraEditors.SimpleButton(); this.Language = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.UserName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Password.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Language.Properties)).BeginInit(); this.SuspendLayout(); // // UserName // resources.ApplyResources(this.UserName, "UserName"); this.UserName.EnterMoveNextControl = true; this.UserName.Name = "UserName"; // // labelControl1 // resources.ApplyResources(this.labelControl1, "labelControl1"); this.labelControl1.Name = "labelControl1"; // // labelControl2 // resources.ApplyResources(this.labelControl2, "labelControl2"); this.labelControl2.Name = "labelControl2"; // // Password // this.Password.EnterMoveNextControl = true; resources.ApplyResources(this.Password, "Password"); this.Password.Name = "Password"; this.Password.Properties.PasswordChar = '*'; // // OK // resources.ApplyResources(this.OK, "OK"); this.OK.Name = "OK"; this.OK.Click += new System.EventHandler(this.OK_Click); // // Cancel // this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(this.Cancel, "Cancel"); this.Cancel.Name = "Cancel"; this.Cancel.Click += new System.EventHandler(this.Cancel_Click); // // Language // resources.ApplyResources(this.Language, "Language"); this.Language.Name = "Language"; this.Language.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("Language.Properties.Buttons"))))}); this.Language.Properties.Items.AddRange(new object[] { resources.GetString("Language.Properties.Items"), resources.GetString("Language.Properties.Items1")}); // // labelControl3 // resources.ApplyResources(this.labelControl3, "labelControl3"); this.labelControl3.Name = "labelControl3"; // // frmLogin // this.AcceptButton = this.OK; resources.ApplyResources(this, "$this"); this.CancelButton = this.Cancel; this.Controls.Add(this.labelControl3); this.Controls.Add(this.Language); this.Controls.Add(this.Cancel); this.Controls.Add(this.OK); this.Controls.Add(this.labelControl2); this.Controls.Add(this.Password); this.Controls.Add(this.labelControl1); this.Controls.Add(this.UserName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "frmLogin"; this.Load += new System.EventHandler(this.frmLogin_Load); ((System.ComponentModel.ISupportInitialize)(this.UserName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Password.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Language.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.TextEdit UserName; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit Password; private DevExpress.XtraEditors.SimpleButton OK; private DevExpress.XtraEditors.SimpleButton Cancel; private DevExpress.XtraEditors.ComboBoxEdit Language; private DevExpress.XtraEditors.LabelControl labelControl3; } }