using System.ComponentModel; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmChangePassword { /// <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_pwd_old = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_pwd_new = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_pwd_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(23, 13); 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(23, 49); 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(23, 85); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(50, 16); this.labelX3.TabIndex = 0; this.labelX3.Text = "密码确认"; // // txt_pwd_old // // // // this.txt_pwd_old.Border.Class = "TextBoxBorder"; this.txt_pwd_old.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_pwd_old.Location = new System.Drawing.Point(79, 8); this.txt_pwd_old.Name = "txt_pwd_old"; this.txt_pwd_old.PasswordChar = '*'; this.txt_pwd_old.Size = new System.Drawing.Size(169, 21); this.txt_pwd_old.TabIndex = 1; // // txt_pwd_new // // // // this.txt_pwd_new.Border.Class = "TextBoxBorder"; this.txt_pwd_new.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_pwd_new.Location = new System.Drawing.Point(79, 44); this.txt_pwd_new.Name = "txt_pwd_new"; this.txt_pwd_new.PasswordChar = '*'; this.txt_pwd_new.Size = new System.Drawing.Size(169, 21); this.txt_pwd_new.TabIndex = 1; // // txt_pwd_cfm // // // // this.txt_pwd_cfm.Border.Class = "TextBoxBorder"; this.txt_pwd_cfm.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_pwd_cfm.Location = new System.Drawing.Point(79, 80); this.txt_pwd_cfm.Name = "txt_pwd_cfm"; this.txt_pwd_cfm.PasswordChar = '*'; this.txt_pwd_cfm.Size = new System.Drawing.Size(169, 21); this.txt_pwd_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(172, 113); 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); // // FrmChangePassword // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 146); this.Controls.Add(this.btn_ok); this.Controls.Add(this.txt_pwd_cfm); this.Controls.Add(this.txt_pwd_new); this.Controls.Add(this.txt_pwd_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 = "FrmChangePassword"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "密码变更"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmChangePassword_FormClosing); this.Load += new System.EventHandler(this.FrmChangePassword_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private LabelX labelX1; private LabelX labelX2; private LabelX labelX3; private TextBoxX txt_pwd_old; private TextBoxX txt_pwd_new; private TextBoxX txt_pwd_cfm; private ButtonX btn_ok; } }