F_SYS_0210.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. namespace Dongke.IBOSS.PRD.Client
  2. {
  3. partial class F_SYS_0210
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SYS_0210));
  29. this.lblOldPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtOldPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.lblPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.txtPassword = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  33. this.lblPasswordCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtPasswordCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.SuspendLayout();
  38. //
  39. // lblOldPassword
  40. //
  41. this.lblOldPassword.AutoSize = true;
  42. this.lblOldPassword.BackColor = System.Drawing.Color.Transparent;
  43. this.lblOldPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.lblOldPassword.ForeColor = System.Drawing.SystemColors.ControlText;
  45. this.lblOldPassword.Image = global::Dongke.IBOSS.PRD.Client.Properties.Resources.bg;
  46. this.lblOldPassword.Location = new System.Drawing.Point(32, 23);
  47. this.lblOldPassword.Name = "lblOldPassword";
  48. this.lblOldPassword.Size = new System.Drawing.Size(41, 12);
  49. this.lblOldPassword.TabIndex = 0;
  50. this.lblOldPassword.Text = "原密码";
  51. //
  52. // txtOldPassword
  53. //
  54. this.txtOldPassword.BackColor = System.Drawing.SystemColors.Window;
  55. this.txtOldPassword.BackgroundColor = System.Drawing.SystemColors.Window;
  56. this.txtOldPassword.ErrorMessage = "";
  57. this.txtOldPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.txtOldPassword.Location = new System.Drawing.Point(79, 20);
  59. this.txtOldPassword.MaxLength = 16;
  60. this.txtOldPassword.Name = "txtOldPassword";
  61. this.txtOldPassword.PasswordChar = '*';
  62. this.txtOldPassword.ShortcutsEnabled = false;
  63. this.txtOldPassword.Size = new System.Drawing.Size(173, 21);
  64. this.txtOldPassword.TabIndex = 0;
  65. //
  66. // lblPassword
  67. //
  68. this.lblPassword.AutoSize = true;
  69. this.lblPassword.BackColor = System.Drawing.Color.Transparent;
  70. this.lblPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.lblPassword.ForeColor = System.Drawing.SystemColors.ControlText;
  72. this.lblPassword.Image = global::Dongke.IBOSS.PRD.Client.Properties.Resources.bg;
  73. this.lblPassword.Location = new System.Drawing.Point(32, 56);
  74. this.lblPassword.Name = "lblPassword";
  75. this.lblPassword.Size = new System.Drawing.Size(41, 12);
  76. this.lblPassword.TabIndex = 2;
  77. this.lblPassword.Text = "新密码";
  78. //
  79. // txtPassword
  80. //
  81. this.txtPassword.BackColor = System.Drawing.SystemColors.Window;
  82. this.txtPassword.BackgroundColor = System.Drawing.SystemColors.Window;
  83. this.txtPassword.ErrorMessage = "";
  84. this.txtPassword.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.txtPassword.Location = new System.Drawing.Point(79, 53);
  86. this.txtPassword.MaxLength = 16;
  87. this.txtPassword.Name = "txtPassword";
  88. this.txtPassword.PasswordChar = '*';
  89. this.txtPassword.ShortcutsEnabled = false;
  90. this.txtPassword.Size = new System.Drawing.Size(173, 21);
  91. this.txtPassword.TabIndex = 1;
  92. //
  93. // lblPasswordCheck
  94. //
  95. this.lblPasswordCheck.AutoSize = true;
  96. this.lblPasswordCheck.BackColor = System.Drawing.Color.Transparent;
  97. this.lblPasswordCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.lblPasswordCheck.ForeColor = System.Drawing.SystemColors.ControlText;
  99. this.lblPasswordCheck.Image = global::Dongke.IBOSS.PRD.Client.Properties.Resources.bg;
  100. this.lblPasswordCheck.Location = new System.Drawing.Point(20, 89);
  101. this.lblPasswordCheck.Name = "lblPasswordCheck";
  102. this.lblPasswordCheck.Size = new System.Drawing.Size(53, 12);
  103. this.lblPasswordCheck.TabIndex = 4;
  104. this.lblPasswordCheck.Text = "确认密码";
  105. //
  106. // txtPasswordCheck
  107. //
  108. this.txtPasswordCheck.BackColor = System.Drawing.SystemColors.Window;
  109. this.txtPasswordCheck.BackgroundColor = System.Drawing.SystemColors.Window;
  110. this.txtPasswordCheck.ErrorMessage = "";
  111. this.txtPasswordCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.txtPasswordCheck.Location = new System.Drawing.Point(79, 86);
  113. this.txtPasswordCheck.MaxLength = 16;
  114. this.txtPasswordCheck.Name = "txtPasswordCheck";
  115. this.txtPasswordCheck.PasswordChar = '*';
  116. this.txtPasswordCheck.ShortcutsEnabled = false;
  117. this.txtPasswordCheck.Size = new System.Drawing.Size(173, 21);
  118. this.txtPasswordCheck.TabIndex = 2;
  119. //
  120. // btnSave
  121. //
  122. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  123. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  124. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  125. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.btnSave.ForeColor = System.Drawing.Color.White;
  127. this.btnSave.Location = new System.Drawing.Point(78, 121);
  128. this.btnSave.Name = "btnSave";
  129. this.btnSave.Size = new System.Drawing.Size(85, 30);
  130. this.btnSave.TabIndex = 3;
  131. this.btnSave.Text = "保存(&S)";
  132. this.btnSave.UseVisualStyleBackColor = true;
  133. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  134. //
  135. // btnCancel
  136. //
  137. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  138. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  139. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  140. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  141. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.btnCancel.ForeColor = System.Drawing.Color.White;
  143. this.btnCancel.Location = new System.Drawing.Point(169, 121);
  144. this.btnCancel.Name = "btnCancel";
  145. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  146. this.btnCancel.TabIndex = 4;
  147. this.btnCancel.Text = "取消(&X)";
  148. this.btnCancel.UseVisualStyleBackColor = true;
  149. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  150. //
  151. // F_SYS_0210
  152. //
  153. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  154. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155. this.CancelButton = this.btnCancel;
  156. this.ClientSize = new System.Drawing.Size(264, 176);
  157. this.Controls.Add(this.btnCancel);
  158. this.Controls.Add(this.btnSave);
  159. this.Controls.Add(this.txtPasswordCheck);
  160. this.Controls.Add(this.lblPasswordCheck);
  161. this.Controls.Add(this.txtPassword);
  162. this.Controls.Add(this.lblPassword);
  163. this.Controls.Add(this.txtOldPassword);
  164. this.Controls.Add(this.lblOldPassword);
  165. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  166. this.IsSaveFormSize = false;
  167. this.MaximizeBox = false;
  168. this.MinimizeBox = false;
  169. this.Name = "F_SYS_0210";
  170. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  171. this.StatusSizingGrip = false;
  172. this.Text = "F_SYS_0210";
  173. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SYS_0209_FormClosed);
  174. this.Load += new System.EventHandler(this.F_SYS_0209_Load);
  175. this.Controls.SetChildIndex(this.lblOldPassword, 0);
  176. this.Controls.SetChildIndex(this.txtOldPassword, 0);
  177. this.Controls.SetChildIndex(this.lblPassword, 0);
  178. this.Controls.SetChildIndex(this.txtPassword, 0);
  179. this.Controls.SetChildIndex(this.lblPasswordCheck, 0);
  180. this.Controls.SetChildIndex(this.txtPasswordCheck, 0);
  181. this.Controls.SetChildIndex(this.btnSave, 0);
  182. this.Controls.SetChildIndex(this.btnCancel, 0);
  183. this.ResumeLayout(false);
  184. this.PerformLayout();
  185. }
  186. #endregion
  187. private Basics.BaseControls.C_Label lblOldPassword;
  188. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtOldPassword;
  189. private Basics.BaseControls.C_Label lblPassword;
  190. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtPassword;
  191. private Basics.BaseControls.C_Label lblPasswordCheck;
  192. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtPasswordCheck;
  193. private Basics.BaseControls.C_Button btnSave;
  194. private Basics.BaseControls.C_Button btnCancel;
  195. }
  196. }