namespace SIMDP { partial class FormChangePassWord { /// /// 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.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Ok = new DevExpress.XtraEditors.SimpleButton(); this.btn_Rest = new DevExpress.XtraEditors.SimpleButton(); this.txt_ConfirmPassWord = new DevExpress.XtraEditors.TextEdit(); this.txt_NewPassWord = new DevExpress.XtraEditors.TextEdit(); this.txt_OldPassWord = new DevExpress.XtraEditors.TextEdit(); this.txt_Account = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_ConfirmPassWord.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_NewPassWord.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_OldPassWord.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.btn_Cancel); this.panelControl1.Controls.Add(this.btn_Ok); this.panelControl1.Controls.Add(this.btn_Rest); this.panelControl1.Controls.Add(this.txt_ConfirmPassWord); this.panelControl1.Controls.Add(this.txt_NewPassWord); this.panelControl1.Controls.Add(this.txt_OldPassWord); this.panelControl1.Controls.Add(this.txt_Account); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(-2, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(274, 202); this.panelControl1.TabIndex = 0; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(191, 164); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(57, 23); this.btn_Cancel.TabIndex = 2; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Ok // this.btn_Ok.Location = new System.Drawing.Point(113, 164); this.btn_Ok.Name = "btn_Ok"; this.btn_Ok.Size = new System.Drawing.Size(57, 23); this.btn_Ok.TabIndex = 2; this.btn_Ok.Text = "确定"; this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click); // // btn_Rest // this.btn_Rest.Location = new System.Drawing.Point(35, 164); this.btn_Rest.Name = "btn_Rest"; this.btn_Rest.Size = new System.Drawing.Size(57, 23); this.btn_Rest.TabIndex = 2; this.btn_Rest.Text = "重置"; this.btn_Rest.Click += new System.EventHandler(this.btn_Rest_Click); // // txt_ConfirmPassWord // this.txt_ConfirmPassWord.Location = new System.Drawing.Point(92, 123); this.txt_ConfirmPassWord.Name = "txt_ConfirmPassWord"; this.txt_ConfirmPassWord.Properties.UseSystemPasswordChar = true; this.txt_ConfirmPassWord.Size = new System.Drawing.Size(144, 20); this.txt_ConfirmPassWord.TabIndex = 1; // // txt_NewPassWord // this.txt_NewPassWord.Location = new System.Drawing.Point(92, 89); this.txt_NewPassWord.Name = "txt_NewPassWord"; this.txt_NewPassWord.Properties.UseSystemPasswordChar = true; this.txt_NewPassWord.Size = new System.Drawing.Size(144, 20); this.txt_NewPassWord.TabIndex = 1; // // txt_OldPassWord // this.txt_OldPassWord.Location = new System.Drawing.Point(92, 55); this.txt_OldPassWord.Name = "txt_OldPassWord"; this.txt_OldPassWord.Properties.UseSystemPasswordChar = true; this.txt_OldPassWord.Size = new System.Drawing.Size(144, 20); this.txt_OldPassWord.TabIndex = 1; // // txt_Account // this.txt_Account.Location = new System.Drawing.Point(92, 21); this.txt_Account.Name = "txt_Account"; this.txt_Account.Size = new System.Drawing.Size(144, 20); this.txt_Account.TabIndex = 1; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(20, 126); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(72, 14); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "确认新密码:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(32, 92); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(48, 14); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "新密码:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(32, 58); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(48, 14); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "原密码:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(38, 24); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(36, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "账号:"; // // FormChangePassWord // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(272, 201); this.Controls.Add(this.panelControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormChangePassWord"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "修改密码"; ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_ConfirmPassWord.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_NewPassWord.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_OldPassWord.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraEditors.SimpleButton btn_Rest; private DevExpress.XtraEditors.TextEdit txt_ConfirmPassWord; private DevExpress.XtraEditors.TextEdit txt_NewPassWord; private DevExpress.XtraEditors.TextEdit txt_OldPassWord; private DevExpress.XtraEditors.TextEdit txt_Account; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.SimpleButton btn_Ok; } }