namespace UAS_PLCDataReader
{
partial class Login
{
///
/// 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()
{
this.UserName = new DevExpress.XtraEditors.TextEdit();
this.PassWord = new DevExpress.XtraEditors.TextEdit();
this.UserName_label = new DevExpress.XtraEditors.LabelControl();
this.PassWord_label = new DevExpress.XtraEditors.LabelControl();
this.LoginButton = new DevExpress.XtraEditors.SimpleButton();
this.Master = new DevExpress.XtraEditors.ComboBoxEdit();
this.Master_label = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.UserName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PassWord.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Master.Properties)).BeginInit();
this.SuspendLayout();
//
// UserName
//
this.UserName.Location = new System.Drawing.Point(144, 57);
this.UserName.Name = "UserName";
this.UserName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.UserName.Properties.Appearance.Options.UseFont = true;
this.UserName.Size = new System.Drawing.Size(145, 28);
this.UserName.TabIndex = 1;
//
// PassWord
//
this.PassWord.Location = new System.Drawing.Point(144, 104);
this.PassWord.Name = "PassWord";
this.PassWord.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PassWord.Properties.Appearance.Options.UseFont = true;
this.PassWord.Properties.PasswordChar = '*';
this.PassWord.Size = new System.Drawing.Size(145, 28);
this.PassWord.TabIndex = 2;
this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
//
// UserName_label
//
this.UserName_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.UserName_label.Location = new System.Drawing.Point(71, 60);
this.UserName_label.Name = "UserName_label";
this.UserName_label.Size = new System.Drawing.Size(48, 21);
this.UserName_label.TabIndex = 2;
this.UserName_label.Text = "用户名";
//
// PassWord_label
//
this.PassWord_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PassWord_label.Location = new System.Drawing.Point(87, 107);
this.PassWord_label.Name = "PassWord_label";
this.PassWord_label.Size = new System.Drawing.Size(32, 21);
this.PassWord_label.TabIndex = 3;
this.PassWord_label.Text = "密码";
//
// LoginButton
//
this.LoginButton.Location = new System.Drawing.Point(171, 202);
this.LoginButton.Name = "LoginButton";
this.LoginButton.Size = new System.Drawing.Size(75, 23);
this.LoginButton.TabIndex = 4;
this.LoginButton.Text = "登录";
this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
//
// Master
//
this.Master.Location = new System.Drawing.Point(144, 149);
this.Master.Name = "Master";
this.Master.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Master.Properties.Appearance.Options.UseFont = true;
this.Master.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.Master.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.Master.Size = new System.Drawing.Size(145, 28);
this.Master.TabIndex = 3;
//
// Master_label
//
this.Master_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Master_label.Location = new System.Drawing.Point(87, 152);
this.Master_label.Name = "Master_label";
this.Master_label.Size = new System.Drawing.Size(32, 21);
this.Master_label.TabIndex = 6;
this.Master_label.Text = "账套";
//
// Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(414, 245);
this.Controls.Add(this.Master_label);
this.Controls.Add(this.Master);
this.Controls.Add(this.LoginButton);
this.Controls.Add(this.PassWord_label);
this.Controls.Add(this.UserName_label);
this.Controls.Add(this.PassWord);
this.Controls.Add(this.UserName);
this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
this.Name = "Login";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " 设备管理平台";
this.Load += new System.EventHandler(this.Login_Load);
((System.ComponentModel.ISupportInitialize)(this.UserName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PassWord.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Master.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.TextEdit UserName;
private DevExpress.XtraEditors.TextEdit PassWord;
private DevExpress.XtraEditors.LabelControl UserName_label;
private DevExpress.XtraEditors.LabelControl PassWord_label;
private DevExpress.XtraEditors.SimpleButton LoginButton;
private DevExpress.XtraEditors.ComboBoxEdit Master;
private DevExpress.XtraEditors.LabelControl Master_label;
}
}