SVN r1118

SVN-Revision: r1118
This commit is contained in:
tdx
2026-02-09 01:56:27 +00:00
parent 48a57b70a4
commit bfdbb83708
8 changed files with 1047 additions and 31 deletions
+98
View File
@@ -0,0 +1,98 @@
namespace Lskj.GetSecretKey
{
partial class LoginFrm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.userNameEdit = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.passWordEidt = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.setPanel = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.userNameEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.passWordEidt.Properties)).BeginInit();
this.SuspendLayout();
//
// userNameEdit
//
this.userNameEdit.AllowDrop = true;
this.userNameEdit.Location = new System.Drawing.Point(85, 24);
this.userNameEdit.Margin = new System.Windows.Forms.Padding(2);
this.userNameEdit.Name = "userNameEdit";
this.userNameEdit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.userNameEdit.Properties.Appearance.Options.UseFont = true;
this.userNameEdit.Size = new System.Drawing.Size(155, 22);
this.userNameEdit.TabIndex = 7;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.labelControl2.Location = new System.Drawing.Point(39, 27);
this.labelControl2.Margin = new System.Windows.Forms.Padding(2);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(48, 16);
this.labelControl2.TabIndex = 6;
this.labelControl2.Text = "账号:";
//
// passWordEidt
//
this.passWordEidt.Location = new System.Drawing.Point(86, 64);
this.passWordEidt.Margin = new System.Windows.Forms.Padding(2);
this.passWordEidt.Name = "passWordEidt";
this.passWordEidt.Properties.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.passWordEidt.Properties.Appearance.Options.UseFont = true;
this.passWordEidt.Size = new System.Drawing.Size(155, 22);
this.passWordEidt.TabIndex = 5;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 12F);
this.labelControl1.Location = new System.Drawing.Point(39, 66);
this.labelControl1.Margin = new System.Windows.Forms.Padding(2);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(48, 16);
this.labelControl1.TabIndex = 4;
this.labelControl1.Text = "密码:";
//
// setPanel
//
this.setPanel.BackgroundImage = global::Lskj.GetSecretKey.Properties.Resources.;
this.setPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.setPanel.Location = new System.Drawing.Point(261, 47);
this.setPanel.Name = "setPanel";
this.setPanel.Size = new System.Drawing.Size(32, 32);
this.setPanel.TabIndex = 25;
//
// LoginFrm
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;