using System.ComponentModel; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmSysUserInfoPassword { /// <summary> /// Required designer variable. /// </summary> private 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.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.txt_password_old = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_password_new = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_password_cfm = new DevComponents.DotNetBar.Controls.TextBoxX(); this.btn_ok = new DevComponents.DotNetBar.ButtonX(); this.SuspendLayout(); // // labelX1 // this.labelX1.AutoSize = true; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(25, 34); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(50, 16); this.labelX1.TabIndex = 0; this.labelX1.Text = "原始密码"; // // labelX2 // this.labelX2.AutoSize = true; // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(25, 76); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(50, 16); this.labelX2.TabIndex = 0; this.labelX2.Text = "最新密码"; // // labelX3 // this.labelX3.AutoSize = true; // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(25, 125); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(50, 16); this.labelX3.TabIndex = 0; this.labelX3.Text = "确认密码"; // // txt_password_old // // // // this.txt_password_old.Border.Class = "TextBoxBorder"; this.txt_password_old.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_password_old.Location = new System.Drawing.Point(82, 28); this.txt_password_old.Name = "txt_password_old"; this.txt_password_old.PasswordChar = '*'; this.txt_password_old.Size = new System.Drawing.Size(192, 21); this.txt_password_old.TabIndex = 1; // // txt_password_new // // // // this.txt_password_new.Border.Class = "TextBoxBorder"; this.txt_password_new.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_password_new.Location = new System.Drawing.Point(82, 71); this.txt_password_new.Name = "txt_password_new"; this.txt_password_new.PasswordChar = '*'; this.txt_password_new.Size = new System.Drawing.Size(192, 21); this.txt_password_new.TabIndex = 1; // // txt_password_cfm // // // // this.txt_password_cfm.Border.Class = "TextBoxBorder"; this.txt_password_cfm.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_password_cfm.Location = new System.Drawing.Point(82, 120); this.txt_password_cfm.Name = "txt_password_cfm"; this.txt_password_cfm.PasswordChar = '*'; this.txt_password_cfm.Size = new System.Drawing.Size(192, 21); this.txt_password_cfm.TabIndex = 1; // // btn_ok // this.btn_ok.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btn_ok.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btn_ok.Location = new System.Drawing.Point(198, 170); this.btn_ok.Name = "btn_ok"; this.btn_ok.Size = new System.Drawing.Size(75, 23); this.btn_ok.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btn_ok.TabIndex = 2; this.btn_ok.Text = "确定"; this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click); // // FrmSysUserInfoPassword // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(316, 225); this.Controls.Add(this.btn_ok); this.Controls.Add(this.txt_password_cfm); this.Controls.Add(this.txt_password_new); this.Controls.Add(this.txt_password_old); this.Controls.Add(this.labelX3); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSysUserInfoPassword"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "密码修改"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private LabelX labelX1; private LabelX labelX2; private LabelX labelX3; private TextBoxX txt_password_old; private TextBoxX txt_password_new; private TextBoxX txt_password_cfm; private ButtonX btn_ok; } }