| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- namespace Dongke.IBOSS.PRD.Client
- {
- partial class F_SYS_0210
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SYS_0210));
- this.lblOldPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtOldPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblPasswordCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtPasswordCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.SuspendLayout();
- //
- // lblOldPassword
- //
- this.lblOldPassword.AutoSize = true;
- this.lblOldPassword.BackColor = System.Drawing.Color.Transparent;
- this.lblOldPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOldPassword.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblOldPassword.Image = global::Dongke.IBOSS.PRD.Client.Properties.Resources.bg;
- this.lblOldPassword.Location = new System.Drawing.Point(32, 23);
- this.lblOldPassword.Name = "lblOldPassword";
- this.lblOldPassword.Size = new System.Drawing.Size(41, 12);
- this.lblOldPassword.TabIndex = 0;
- this.lblOldPassword.Text = "原密码";
- //
- // txtOldPassword
- //
- this.txtOldPassword.BackColor = System.Drawing.SystemColors.Window;
- this.txtOldPassword.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtOldPassword.ErrorMessage = "";
- this.txtOldPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtOldPassword.Location = new System.Drawing.Point(79, 20);
- this.txtOldPassword.MaxLength = 16;
- this.txtOldPassword.Name = "txtOldPassword";
- this.txtOldPassword.PasswordChar = '*';
- this.txtOldPassword.ShortcutsEnabled = false;
- this.txtOldPassword.Size = new System.Drawing.Size(173, 21);
- this.txtOldPassword.TabIndex = 0;
- //
- // lblPassword
- //
- this.lblPassword.AutoSize = true;
- this.lblPassword.BackColor = System.Drawing.Color.Transparent;
- this.lblPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPassword.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblPassword.Image = global::Dongke.IBOSS.PRD.Client.Properties.Resources.bg;
- this.lblPassword.Location = new System.Drawing.Point(32, 56);
- this.lblPassword.Name = "lblPassword";
- this.lblPassword.Size = new System.Drawing.Size(41, 12);
- this.lblPassword.TabIndex = 2;
- this.lblPassword.Text = "新密码";
- //
- // txtPassword
- //
- this.txtPassword.BackColor = System.Drawing.SystemColors.Window;
- this.txtPassword.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtPassword.ErrorMessage = "";
- this.txtPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPassword.Location = new System.Drawing.Point(79, 53);
- this.txtPassword.MaxLength = 16;
- this.txtPassword.Name = "txtPassword";
- this.txtPassword.PasswordChar = '*';
- this.txtPassword.ShortcutsEnabled = false;
- this.txtPassword.Size = new System.Drawing.Size(173, 21);
- this.txtPassword.TabIndex = 1;
- //
- // lblPasswordCheck
- //
- this.lblPasswordCheck.AutoSize = true;
- this.lblPasswordCheck.BackColor = System.Drawing.Color.Transparent;
- this.lblPasswordCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPasswordCheck.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblPasswordCheck.Image = global::Dongke.IBOSS.PRD.Client.Properties.Resources.bg;
- this.lblPasswordCheck.Location = new System.Drawing.Point(20, 89);
- this.lblPasswordCheck.Name = "lblPasswordCheck";
- this.lblPasswordCheck.Size = new System.Drawing.Size(53, 12);
- this.lblPasswordCheck.TabIndex = 4;
- this.lblPasswordCheck.Text = "确认密码";
- //
- // txtPasswordCheck
- //
- this.txtPasswordCheck.BackColor = System.Drawing.SystemColors.Window;
- this.txtPasswordCheck.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtPasswordCheck.ErrorMessage = "";
- this.txtPasswordCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPasswordCheck.Location = new System.Drawing.Point(79, 86);
- this.txtPasswordCheck.MaxLength = 16;
- this.txtPasswordCheck.Name = "txtPasswordCheck";
- this.txtPasswordCheck.PasswordChar = '*';
- this.txtPasswordCheck.ShortcutsEnabled = false;
- this.txtPasswordCheck.Size = new System.Drawing.Size(173, 21);
- this.txtPasswordCheck.TabIndex = 2;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(78, 121);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 3;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(169, 121);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 4;
- this.btnCancel.Text = "取消(&X)";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // F_SYS_0210
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(264, 176);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.txtPasswordCheck);
- this.Controls.Add(this.lblPasswordCheck);
- this.Controls.Add(this.txtPassword);
- this.Controls.Add(this.lblPassword);
- this.Controls.Add(this.txtOldPassword);
- this.Controls.Add(this.lblOldPassword);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_SYS_0210";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "F_SYS_0210";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SYS_0209_FormClosed);
- this.Load += new System.EventHandler(this.F_SYS_0209_Load);
- this.Controls.SetChildIndex(this.lblOldPassword, 0);
- this.Controls.SetChildIndex(this.txtOldPassword, 0);
- this.Controls.SetChildIndex(this.lblPassword, 0);
- this.Controls.SetChildIndex(this.txtPassword, 0);
- this.Controls.SetChildIndex(this.lblPasswordCheck, 0);
- this.Controls.SetChildIndex(this.txtPasswordCheck, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblOldPassword;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtOldPassword;
- private Basics.BaseControls.C_Label lblPassword;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtPassword;
- private Basics.BaseControls.C_Label lblPasswordCheck;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtPasswordCheck;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- }
- }
|