FrmSuppChangePassword.designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. namespace Pur.configure
  2. {
  3. partial class FrmSuppChangePassword
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.TB_pwd = new System.Windows.Forms.TextBox();
  29. this.Btn_ok = new System.Windows.Forms.Button();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.TB_name = new System.Windows.Forms.TextBox();
  32. this.TB_code = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  35. this.CHK_password = new System.Windows.Forms.CheckBox();
  36. this.CHK_account = new System.Windows.Forms.CheckBox();
  37. this.TB_Account = new System.Windows.Forms.TextBox();
  38. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.ultraPanel1.ClientArea.SuspendLayout();
  40. this.ultraPanel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  42. this.ultraGroupBox1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // TB_pwd
  46. //
  47. this.TB_pwd.Location = new System.Drawing.Point(95, 90);
  48. this.TB_pwd.Name = "TB_pwd";
  49. this.TB_pwd.Size = new System.Drawing.Size(164, 21);
  50. this.TB_pwd.TabIndex = 1;
  51. this.TB_pwd.Text = "1";
  52. //
  53. // Btn_ok
  54. //
  55. this.Btn_ok.Dock = System.Windows.Forms.DockStyle.Right;
  56. this.Btn_ok.Location = new System.Drawing.Point(190, 0);
  57. this.Btn_ok.Name = "Btn_ok";
  58. this.Btn_ok.Size = new System.Drawing.Size(98, 32);
  59. this.Btn_ok.TabIndex = 4;
  60. this.Btn_ok.Text = "重置";
  61. this.Btn_ok.UseVisualStyleBackColor = true;
  62. this.Btn_ok.Click += new System.EventHandler(this.button1_Click);
  63. //
  64. // label2
  65. //
  66. this.label2.AutoSize = true;
  67. this.label2.Location = new System.Drawing.Point(37, 15);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(53, 12);
  70. this.label2.TabIndex = 5;
  71. this.label2.Text = "供应商名";
  72. //
  73. // TB_name
  74. //
  75. this.TB_name.Location = new System.Drawing.Point(95, 11);
  76. this.TB_name.Name = "TB_name";
  77. this.TB_name.ReadOnly = true;
  78. this.TB_name.Size = new System.Drawing.Size(164, 21);
  79. this.TB_name.TabIndex = 6;
  80. //
  81. // TB_code
  82. //
  83. this.TB_code.Location = new System.Drawing.Point(95, 36);
  84. this.TB_code.Name = "TB_code";
  85. this.TB_code.ReadOnly = true;
  86. this.TB_code.Size = new System.Drawing.Size(164, 21);
  87. this.TB_code.TabIndex = 7;
  88. //
  89. // label3
  90. //
  91. this.label3.AutoSize = true;
  92. this.label3.Location = new System.Drawing.Point(37, 40);
  93. this.label3.Name = "label3";
  94. this.label3.Size = new System.Drawing.Size(53, 12);
  95. this.label3.TabIndex = 8;
  96. this.label3.Text = "供应商号";
  97. //
  98. // ultraPanel1
  99. //
  100. //
  101. // ultraPanel1.ClientArea
  102. //
  103. this.ultraPanel1.ClientArea.Controls.Add(this.CHK_password);
  104. this.ultraPanel1.ClientArea.Controls.Add(this.CHK_account);
  105. this.ultraPanel1.ClientArea.Controls.Add(this.TB_Account);
  106. this.ultraPanel1.ClientArea.Controls.Add(this.TB_pwd);
  107. this.ultraPanel1.ClientArea.Controls.Add(this.label3);
  108. this.ultraPanel1.ClientArea.Controls.Add(this.TB_code);
  109. this.ultraPanel1.ClientArea.Controls.Add(this.TB_name);
  110. this.ultraPanel1.ClientArea.Controls.Add(this.label2);
  111. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  113. this.ultraPanel1.Name = "ultraPanel1";
  114. this.ultraPanel1.Size = new System.Drawing.Size(291, 116);
  115. this.ultraPanel1.TabIndex = 9;
  116. //
  117. // CHK_password
  118. //
  119. this.CHK_password.AutoSize = true;
  120. this.CHK_password.Location = new System.Drawing.Point(18, 92);
  121. this.CHK_password.Name = "CHK_password";
  122. this.CHK_password.Size = new System.Drawing.Size(72, 16);
  123. this.CHK_password.TabIndex = 12;
  124. this.CHK_password.Text = "重置密码";
  125. this.CHK_password.UseVisualStyleBackColor = true;
  126. this.CHK_password.CheckedChanged += new System.EventHandler(this.CHK_password_CheckedChanged);
  127. //
  128. // CHK_account
  129. //
  130. this.CHK_account.AutoSize = true;
  131. this.CHK_account.Location = new System.Drawing.Point(18, 65);
  132. this.CHK_account.Name = "CHK_account";
  133. this.CHK_account.Size = new System.Drawing.Size(72, 16);
  134. this.CHK_account.TabIndex = 11;
  135. this.CHK_account.Text = "重置账号";
  136. this.CHK_account.UseVisualStyleBackColor = true;
  137. this.CHK_account.CheckedChanged += new System.EventHandler(this.CHK_account_CheckedChanged);
  138. //
  139. // TB_Account
  140. //
  141. this.TB_Account.Location = new System.Drawing.Point(95, 63);
  142. this.TB_Account.Name = "TB_Account";
  143. this.TB_Account.Size = new System.Drawing.Size(164, 21);
  144. this.TB_Account.TabIndex = 10;
  145. this.TB_Account.Text = "1";
  146. //
  147. // ultraGroupBox1
  148. //
  149. this.ultraGroupBox1.Controls.Add(this.Btn_ok);
  150. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  151. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 116);
  152. this.ultraGroupBox1.Name = "ultraGroupBox1";
  153. this.ultraGroupBox1.Size = new System.Drawing.Size(291, 35);
  154. this.ultraGroupBox1.TabIndex = 10;
  155. //
  156. // FrmSuppChangePassword
  157. //
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  160. this.ClientSize = new System.Drawing.Size(291, 151);
  161. this.Controls.Add(this.ultraPanel1);
  162. this.Controls.Add(this.ultraGroupBox1);
  163. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  164. this.MaximizeBox = false;
  165. this.MinimizeBox = false;
  166. this.Name = "FrmSuppChangePassword";
  167. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  168. this.Text = "重置招标系统账号和密码";
  169. this.Load += new System.EventHandler(this.FrmSuppChangePassword_Load);
  170. this.ultraPanel1.ClientArea.ResumeLayout(false);
  171. this.ultraPanel1.ClientArea.PerformLayout();
  172. this.ultraPanel1.ResumeLayout(false);
  173. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  174. this.ultraGroupBox1.ResumeLayout(false);
  175. this.ResumeLayout(false);
  176. }
  177. #endregion
  178. private System.Windows.Forms.TextBox TB_pwd;
  179. private System.Windows.Forms.Button Btn_ok;
  180. private System.Windows.Forms.Label label2;
  181. private System.Windows.Forms.TextBox TB_name;
  182. private System.Windows.Forms.TextBox TB_code;
  183. private System.Windows.Forms.Label label3;
  184. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  185. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  186. private System.Windows.Forms.TextBox TB_Account;
  187. private System.Windows.Forms.CheckBox CHK_password;
  188. private System.Windows.Forms.CheckBox CHK_account;
  189. }
  190. }