namespace Lskj.GetSecretKey { partial class FrmPsdChange { /// /// 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.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.passWordEidt = new DevExpress.XtraEditors.TextEdit(); this.userNameEdit = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.checkBtn = new DevExpress.XtraEditors.SimpleButton(); this.cancelBtn = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.passWordEidt.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.userNameEdit.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.labelControl1.Location = new System.Drawing.Point(10, 59); this.labelControl1.Margin = new System.Windows.Forms.Padding(2); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(64, 16); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "新密码:"; // // passWordEidt // this.passWordEidt.Location = new System.Drawing.Point(74, 57); 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 = 1; // // userNameEdit // this.userNameEdit.AllowDrop = true; this.userNameEdit.Location = new System.Drawing.Point(74, 23); 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 = 3; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 12F); this.labelControl2.Location = new System.Drawing.Point(10, 26); this.labelControl2.Margin = new System.Windows.Forms.Padding(2); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(64, 16); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "登录名:"; // // checkBtn // this.checkBtn.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.checkBtn.Appearance.Options.UseFont = true; this.checkBtn.Location = new System.Drawing.Point(53, 101); this.checkBtn.Margin = new System.Windows.Forms.Padding(2); this.checkBtn.Name = "checkBtn"; this.checkBtn.Size = new System.Drawing.Size(44, 24); this.checkBtn.TabIndex = 4; this.checkBtn.Text = "确定"; // // cancelBtn // this.cancelBtn.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.cancelBtn.Appearance.Options.UseFont = true; this.cancelBtn.Location = new System.Drawing.Point(147, 101); this.cancelBtn.Margin = new System.Windows.Forms.Padding(2); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.Size = new System.Drawing.Size(44, 24); this.cancelBtn.TabIndex = 5; this.cancelBtn.Text = "取消"; // // FrmPsdChange // 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(238, 134); this.Controls.Add(this.cancelBtn); this.Controls.Add(this.checkBtn); this.Controls.Add(this.userNameEdit); this.Controls.Add(this.labelControl2); this.Controls.Add(this.passWordEidt); this.Controls.Add(this.labelControl1); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.Name = "FrmPsdChange"; this.Text = "修改密码"; ((System.ComponentModel.ISupportInitialize)(this.passWordEidt.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.userNameEdit.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.TextEdit passWordEidt; private DevExpress.XtraEditors.TextEdit userNameEdit; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton checkBtn; private DevExpress.XtraEditors.SimpleButton cancelBtn; } }