|
@@ -33,13 +33,16 @@
|
|
|
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, 66);
|
|
|
+ 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;
|
|
@@ -48,7 +51,7 @@
|
|
|
//
|
|
|
// PassWord
|
|
|
//
|
|
|
- this.PassWord.Location = new System.Drawing.Point(144, 114);
|
|
|
+ this.PassWord.Location = new System.Drawing.Point(144, 105);
|
|
|
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;
|
|
@@ -60,7 +63,7 @@
|
|
|
// 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, 69);
|
|
|
+ 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;
|
|
@@ -69,7 +72,7 @@
|
|
|
// 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, 117);
|
|
|
+ this.PassWord_label.Location = new System.Drawing.Point(87, 108);
|
|
|
this.PassWord_label.Name = "PassWord_label";
|
|
|
this.PassWord_label.Size = new System.Drawing.Size(32, 21);
|
|
|
this.PassWord_label.TabIndex = 3;
|
|
@@ -77,18 +80,40 @@
|
|
|
//
|
|
|
// LoginButton
|
|
|
//
|
|
|
- this.LoginButton.Location = new System.Drawing.Point(171, 184);
|
|
|
+ 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.Size = new System.Drawing.Size(145, 28);
|
|
|
+ this.Master.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // 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);
|
|
@@ -101,6 +126,7 @@
|
|
|
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();
|
|
|
|
|
@@ -113,5 +139,7 @@
|
|
|
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;
|
|
|
}
|
|
|
}
|