namespace Lskj.GetSecretKey { partial class LoginFrm { /// /// 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.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;