Files
lserp_cs_6.0/其他程序/Lskj.GetSecretKey/LoginFrm.Designer.cs
T
2026-07-02 10:11:39 +00:00

121 lines
5.5 KiB
C#

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;
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;
}
}