namespace AIMS.PublicUI.UI { partial class frmEditPassWord { /// /// 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.txtConfirmPassWord = new System.Windows.Forms.TextBox(); this.txtNewPassWord = new System.Windows.Forms.TextBox(); this.txtOldPassWord = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbOk = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // txtConfirmPassWord // this.txtConfirmPassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtConfirmPassWord.Location = new System.Drawing.Point(112, 136); this.txtConfirmPassWord.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtConfirmPassWord.Name = "txtConfirmPassWord"; this.txtConfirmPassWord.Size = new System.Drawing.Size(210, 29); this.txtConfirmPassWord.TabIndex = 529; // // txtNewPassWord // this.txtNewPassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNewPassWord.Location = new System.Drawing.Point(112, 94); this.txtNewPassWord.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtNewPassWord.Name = "txtNewPassWord"; this.txtNewPassWord.Size = new System.Drawing.Size(210, 29); this.txtNewPassWord.TabIndex = 528; // // txtOldPassWord // this.txtOldPassWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtOldPassWord.Location = new System.Drawing.Point(112, 53); this.txtOldPassWord.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtOldPassWord.Name = "txtOldPassWord"; this.txtOldPassWord.Size = new System.Drawing.Size(210, 29); this.txtOldPassWord.TabIndex = 527; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(4, 146); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 21); this.label3.TabIndex = 526; this.label3.Text = "确认新密码"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(41, 104); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 21); this.label2.TabIndex = 525; this.label2.Text = "新密码"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(41, 63); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 21); this.label1.TabIndex = 524; this.label1.Text = "旧密码"; // // toolStrip1 // this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbOk, this.toolStripSeparator2, this.tsbExit}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(359, 49); this.toolStrip1.TabIndex = 530; this.toolStrip1.Text = "toolStrip1"; // // tsbOk // this.tsbOk.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbOk.Image = global::AIMSControls.Properties.Resources.图标_完成; this.tsbOk.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbOk.Name = "tsbOk"; this.tsbOk.Size = new System.Drawing.Size(52, 46); this.tsbOk.Text = " 确定 "; this.tsbOk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbOk.ToolTipText = " 确定"; this.tsbOk.Click += new System.EventHandler(this.tsbOk_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 49); // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_取消; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(52, 46); this.tsbExit.Text = " 关闭 "; this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click_1); // // frmEditPassWord // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(359, 190); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.txtConfirmPassWord); this.Controls.Add(this.txtNewPassWord); this.Controls.Add(this.txtOldPassWord); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmEditPassWord"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "修改密码"; this.Load += new System.EventHandler(this.frmEditPassWord_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtConfirmPassWord; private System.Windows.Forms.TextBox txtNewPassWord; private System.Windows.Forms.TextBox txtOldPassWord; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; public System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbOk; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; public System.Windows.Forms.ToolStripButton tsbExit; } }