| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- namespace Pur.configure
- {
- partial class FrmSuppChangePassword
- {
- /// <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()
- {
- this.TB_pwd = new System.Windows.Forms.TextBox();
- this.Btn_ok = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.TB_name = new System.Windows.Forms.TextBox();
- this.TB_code = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.CHK_password = new System.Windows.Forms.CheckBox();
- this.CHK_account = new System.Windows.Forms.CheckBox();
- this.TB_Account = new System.Windows.Forms.TextBox();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // TB_pwd
- //
- this.TB_pwd.Location = new System.Drawing.Point(95, 90);
- this.TB_pwd.Name = "TB_pwd";
- this.TB_pwd.Size = new System.Drawing.Size(164, 21);
- this.TB_pwd.TabIndex = 1;
- this.TB_pwd.Text = "1";
- //
- // Btn_ok
- //
- this.Btn_ok.Dock = System.Windows.Forms.DockStyle.Right;
- this.Btn_ok.Location = new System.Drawing.Point(190, 0);
- this.Btn_ok.Name = "Btn_ok";
- this.Btn_ok.Size = new System.Drawing.Size(98, 32);
- this.Btn_ok.TabIndex = 4;
- this.Btn_ok.Text = "重置";
- this.Btn_ok.UseVisualStyleBackColor = true;
- this.Btn_ok.Click += new System.EventHandler(this.button1_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(37, 15);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 5;
- this.label2.Text = "供应商名";
- //
- // TB_name
- //
- this.TB_name.Location = new System.Drawing.Point(95, 11);
- this.TB_name.Name = "TB_name";
- this.TB_name.ReadOnly = true;
- this.TB_name.Size = new System.Drawing.Size(164, 21);
- this.TB_name.TabIndex = 6;
- //
- // TB_code
- //
- this.TB_code.Location = new System.Drawing.Point(95, 36);
- this.TB_code.Name = "TB_code";
- this.TB_code.ReadOnly = true;
- this.TB_code.Size = new System.Drawing.Size(164, 21);
- this.TB_code.TabIndex = 7;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(37, 40);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 8;
- this.label3.Text = "供应商号";
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.CHK_password);
- this.ultraPanel1.ClientArea.Controls.Add(this.CHK_account);
- this.ultraPanel1.ClientArea.Controls.Add(this.TB_Account);
- this.ultraPanel1.ClientArea.Controls.Add(this.TB_pwd);
- this.ultraPanel1.ClientArea.Controls.Add(this.label3);
- this.ultraPanel1.ClientArea.Controls.Add(this.TB_code);
- this.ultraPanel1.ClientArea.Controls.Add(this.TB_name);
- this.ultraPanel1.ClientArea.Controls.Add(this.label2);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(291, 116);
- this.ultraPanel1.TabIndex = 9;
- //
- // CHK_password
- //
- this.CHK_password.AutoSize = true;
- this.CHK_password.Location = new System.Drawing.Point(18, 92);
- this.CHK_password.Name = "CHK_password";
- this.CHK_password.Size = new System.Drawing.Size(72, 16);
- this.CHK_password.TabIndex = 12;
- this.CHK_password.Text = "重置密码";
- this.CHK_password.UseVisualStyleBackColor = true;
- this.CHK_password.CheckedChanged += new System.EventHandler(this.CHK_password_CheckedChanged);
- //
- // CHK_account
- //
- this.CHK_account.AutoSize = true;
- this.CHK_account.Location = new System.Drawing.Point(18, 65);
- this.CHK_account.Name = "CHK_account";
- this.CHK_account.Size = new System.Drawing.Size(72, 16);
- this.CHK_account.TabIndex = 11;
- this.CHK_account.Text = "重置账号";
- this.CHK_account.UseVisualStyleBackColor = true;
- this.CHK_account.CheckedChanged += new System.EventHandler(this.CHK_account_CheckedChanged);
- //
- // TB_Account
- //
- this.TB_Account.Location = new System.Drawing.Point(95, 63);
- this.TB_Account.Name = "TB_Account";
- this.TB_Account.Size = new System.Drawing.Size(164, 21);
- this.TB_Account.TabIndex = 10;
- this.TB_Account.Text = "1";
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.Btn_ok);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 116);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(291, 35);
- this.ultraGroupBox1.TabIndex = 10;
- //
- // FrmSuppChangePassword
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(291, 151);
- this.Controls.Add(this.ultraPanel1);
- this.Controls.Add(this.ultraGroupBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmSuppChangePassword";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "重置招标系统账号和密码";
- this.Load += new System.EventHandler(this.FrmSuppChangePassword_Load);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox TB_pwd;
- private System.Windows.Forms.Button Btn_ok;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox TB_name;
- private System.Windows.Forms.TextBox TB_code;
- private System.Windows.Forms.Label label3;
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.TextBox TB_Account;
- private System.Windows.Forms.CheckBox CHK_password;
- private System.Windows.Forms.CheckBox CHK_account;
- }
- }
|