| | |
| | | this.panel1.Controls.Add(this.labelControl1); |
| | | this.panel1.Controls.Add(this.txtNewPwd2); |
| | | this.panel1.Controls.Add(this.labelControl2); |
| | | this.panel1.Font = new System.Drawing.Font("Tahoma", 12F); |
| | | this.panel1.Location = new System.Drawing.Point(86, 65); |
| | | this.panel1.Name = "panel1"; |
| | | this.panel1.Size = new System.Drawing.Size(385, 228); |
| | |
| | | // |
| | | // btnCancel |
| | | // |
| | | this.btnCancel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.btnCancel.Appearance.Options.UseFont = true; |
| | | this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; |
| | |
| | | // |
| | | // btnSave |
| | | // |
| | | this.btnSave.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.btnSave.Appearance.Options.UseFont = true; |
| | | this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; |
| | |
| | | this.txtNewPwd.Location = new System.Drawing.Point(140, 35); |
| | | this.txtNewPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.txtNewPwd.Name = "txtNewPwd"; |
| | | this.txtNewPwd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txtNewPwd.Properties.Appearance.Options.UseFont = true; |
| | | this.txtNewPwd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.txtNewPwd.Properties.PasswordChar = '*'; |
| | |
| | | // |
| | | // labelControl1 |
| | | // |
| | | this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.labelControl1.Appearance.Options.UseFont = true; |
| | | this.labelControl1.Appearance.Options.UseForeColor = true; |
| | |
| | | this.txtNewPwd2.Location = new System.Drawing.Point(140, 99); |
| | | this.txtNewPwd2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); |
| | | this.txtNewPwd2.Name = "txtNewPwd2"; |
| | | this.txtNewPwd2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txtNewPwd2.Properties.Appearance.Options.UseFont = true; |
| | | this.txtNewPwd2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; |
| | | this.txtNewPwd2.Properties.PasswordChar = '*'; |
| | |
| | | // |
| | | // labelControl2 |
| | | // |
| | | this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black; |
| | | this.labelControl2.Appearance.Options.UseFont = true; |
| | | this.labelControl2.Appearance.Options.UseForeColor = true; |
| | |
| | | this.Name = "UserSetPwd"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "修改密码"; |
| | | this.TopMost = true; |
| | | this.panel1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txtNewPwd.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txtNewPwd2.Properties)).EndInit(); |