提交当前本机整理版本
This commit is contained in:
+24
-1
@@ -95,4 +95,27 @@ namespace Lskj.GetSecretKey
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
|
||||
this.ClientSize = new System.Drawing.Size(336, 113);
|
||||
this.Controls.Add(this.setPanel);
|
||||
this.Controls.Add(this.userNameEdit);
|
||||
this.Controls.Add(this.labelControl2);
|
||||
this.Controls.Add(this.passWordEidt);
|
||||
this.Controls.Add(this.labelControl1);
|
||||
this.Name = "LoginFrm";
|
||||
this.Text = "LoginFrm";
|
||||
((System.ComponentModel.ISupportInitialize)(this.userNameEdit.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.passWordEidt.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.TextEdit userNameEdit;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||||
private DevExpress.XtraEditors.TextEdit passWordEidt;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private System.Windows.Forms.Panel setPanel;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user