FormEditPwd.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace WCS_Client.From
  2. {
  3. partial class FormEditPwd
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditPwd));
  30. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  31. this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
  32. this.txtUser_NewPwd = new CCWin.SkinControl.SkinTextBox();
  33. this.txtUser_TwoNewPwd = new CCWin.SkinControl.SkinTextBox();
  34. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  35. this.skinButton2 = new CCWin.SkinControl.SkinButton();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // skinLabel1
  40. //
  41. this.skinLabel1.AutoSize = true;
  42. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  43. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  44. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.skinLabel1.Location = new System.Drawing.Point(65, 28);
  46. this.skinLabel1.Name = "skinLabel1";
  47. this.skinLabel1.Size = new System.Drawing.Size(60, 17);
  48. this.skinLabel1.TabIndex = 0;
  49. this.skinLabel1.Text = "新密码(*):";
  50. //
  51. // skinLabel2
  52. //
  53. this.skinLabel2.AutoSize = true;
  54. this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
  55. this.skinLabel2.BorderColor = System.Drawing.Color.White;
  56. this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.skinLabel2.Location = new System.Drawing.Point(35, 72);
  58. this.skinLabel2.Name = "skinLabel2";
  59. this.skinLabel2.Size = new System.Drawing.Size(84, 17);
  60. this.skinLabel2.TabIndex = 1;
  61. this.skinLabel2.Text = "确认新密码(*):";
  62. //
  63. // txtUser_NewPwd
  64. //
  65. this.txtUser_NewPwd.BackColor = System.Drawing.Color.Transparent;
  66. this.txtUser_NewPwd.DownBack = null;
  67. this.txtUser_NewPwd.Icon = null;
  68. this.txtUser_NewPwd.IconIsButton = false;
  69. this.txtUser_NewPwd.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  70. this.txtUser_NewPwd.IsPasswordChat = '*';
  71. this.txtUser_NewPwd.IsSystemPasswordChar = false;
  72. this.txtUser_NewPwd.Lines = new string[0];
  73. this.txtUser_NewPwd.Location = new System.Drawing.Point(154, 28);
  74. this.txtUser_NewPwd.Margin = new System.Windows.Forms.Padding(0);
  75. this.txtUser_NewPwd.MaxLength = 32767;
  76. this.txtUser_NewPwd.MinimumSize = new System.Drawing.Size(28, 28);
  77. this.txtUser_NewPwd.MouseBack = null;
  78. this.txtUser_NewPwd.MouseState = CCWin.SkinClass.ControlState.Normal;
  79. this.txtUser_NewPwd.Multiline = false;
  80. this.txtUser_NewPwd.Name = "txtUser_NewPwd";
  81. this.txtUser_NewPwd.NormlBack = null;
  82. this.txtUser_NewPwd.Padding = new System.Windows.Forms.Padding(5);
  83. this.txtUser_NewPwd.ReadOnly = false;
  84. this.txtUser_NewPwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
  85. this.txtUser_NewPwd.Size = new System.Drawing.Size(224, 28);
  86. //
  87. //
  88. //
  89. this.txtUser_NewPwd.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  90. this.txtUser_NewPwd.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.txtUser_NewPwd.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  92. this.txtUser_NewPwd.SkinTxt.Location = new System.Drawing.Point(5, 5);
  93. this.txtUser_NewPwd.SkinTxt.Name = "BaseText";
  94. this.txtUser_NewPwd.SkinTxt.PasswordChar = '*';
  95. this.txtUser_NewPwd.SkinTxt.Size = new System.Drawing.Size(214, 18);
  96. this.txtUser_NewPwd.SkinTxt.TabIndex = 0;
  97. this.txtUser_NewPwd.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  98. this.txtUser_NewPwd.SkinTxt.WaterText = "";
  99. this.txtUser_NewPwd.TabIndex = 2;
  100. this.txtUser_NewPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  101. this.txtUser_NewPwd.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  102. this.txtUser_NewPwd.WaterText = "";
  103. this.txtUser_NewPwd.WordWrap = true;
  104. //
  105. // txtUser_TwoNewPwd
  106. //
  107. this.txtUser_TwoNewPwd.BackColor = System.Drawing.Color.Transparent;
  108. this.txtUser_TwoNewPwd.DownBack = null;
  109. this.txtUser_TwoNewPwd.Icon = null;
  110. this.txtUser_TwoNewPwd.IconIsButton = false;
  111. this.txtUser_TwoNewPwd.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  112. this.txtUser_TwoNewPwd.IsPasswordChat = '*';
  113. this.txtUser_TwoNewPwd.IsSystemPasswordChar = false;
  114. this.txtUser_TwoNewPwd.Lines = new string[0];
  115. this.txtUser_TwoNewPwd.Location = new System.Drawing.Point(154, 72);
  116. this.txtUser_TwoNewPwd.Margin = new System.Windows.Forms.Padding(0);
  117. this.txtUser_TwoNewPwd.MaxLength = 32767;
  118. this.txtUser_TwoNewPwd.MinimumSize = new System.Drawing.Size(28, 28);
  119. this.txtUser_TwoNewPwd.MouseBack = null;
  120. this.txtUser_TwoNewPwd.MouseState = CCWin.SkinClass.ControlState.Normal;
  121. this.txtUser_TwoNewPwd.Multiline = false;
  122. this.txtUser_TwoNewPwd.Name = "txtUser_TwoNewPwd";
  123. this.txtUser_TwoNewPwd.NormlBack = null;
  124. this.txtUser_TwoNewPwd.Padding = new System.Windows.Forms.Padding(5);
  125. this.txtUser_TwoNewPwd.ReadOnly = false;
  126. this.txtUser_TwoNewPwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
  127. this.txtUser_TwoNewPwd.Size = new System.Drawing.Size(224, 28);
  128. //
  129. //
  130. //
  131. this.txtUser_TwoNewPwd.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  132. this.txtUser_TwoNewPwd.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.txtUser_TwoNewPwd.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  134. this.txtUser_TwoNewPwd.SkinTxt.Location = new System.Drawing.Point(5, 5);
  135. this.txtUser_TwoNewPwd.SkinTxt.Name = "BaseText";
  136. this.txtUser_TwoNewPwd.SkinTxt.PasswordChar = '*';
  137. this.txtUser_TwoNewPwd.SkinTxt.Size = new System.Drawing.Size(214, 18);
  138. this.txtUser_TwoNewPwd.SkinTxt.TabIndex = 0;
  139. this.txtUser_TwoNewPwd.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  140. this.txtUser_TwoNewPwd.SkinTxt.WaterText = "";
  141. this.txtUser_TwoNewPwd.TabIndex = 3;
  142. this.txtUser_TwoNewPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  143. this.txtUser_TwoNewPwd.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  144. this.txtUser_TwoNewPwd.WaterText = "";
  145. this.txtUser_TwoNewPwd.WordWrap = true;
  146. //
  147. // skinButton1
  148. //
  149. this.skinButton1.BackColor = System.Drawing.Color.Transparent;
  150. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  151. this.skinButton1.DownBack = null;
  152. this.skinButton1.Location = new System.Drawing.Point(92, 167);
  153. this.skinButton1.MouseBack = null;
  154. this.skinButton1.Name = "skinButton1";
  155. this.skinButton1.NormlBack = null;
  156. this.skinButton1.Size = new System.Drawing.Size(75, 23);
  157. this.skinButton1.TabIndex = 4;
  158. this.skinButton1.Text = "修改密码";
  159. this.skinButton1.UseVisualStyleBackColor = false;
  160. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  161. //
  162. // skinButton2
  163. //
  164. this.skinButton2.BackColor = System.Drawing.Color.Transparent;
  165. this.skinButton2.ControlState = CCWin.SkinClass.ControlState.Normal;
  166. this.skinButton2.DownBack = null;
  167. this.skinButton2.Location = new System.Drawing.Point(253, 167);
  168. this.skinButton2.MouseBack = null;
  169. this.skinButton2.Name = "skinButton2";
  170. this.skinButton2.NormlBack = null;
  171. this.skinButton2.Size = new System.Drawing.Size(75, 23);
  172. this.skinButton2.TabIndex = 5;
  173. this.skinButton2.Text = "取消";
  174. this.skinButton2.UseVisualStyleBackColor = false;
  175. this.skinButton2.Click += new System.EventHandler(this.skinButton2_Click);
  176. //
  177. // label1
  178. //
  179. this.label1.AutoSize = true;
  180. this.label1.Location = new System.Drawing.Point(49, 119);
  181. this.label1.Name = "label1";
  182. this.label1.Size = new System.Drawing.Size(329, 12);
  183. this.label1.TabIndex = 6;
  184. this.label1.Text = "说明:至少8-16个字符,必须包含大写字母,小写字母和数字";
  185. //
  186. // FormEditPwd
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.ClientSize = new System.Drawing.Size(430, 208);
  191. this.Controls.Add(this.label1);
  192. this.Controls.Add(this.skinButton2);
  193. this.Controls.Add(this.skinButton1);
  194. this.Controls.Add(this.txtUser_TwoNewPwd);
  195. this.Controls.Add(this.txtUser_NewPwd);
  196. this.Controls.Add(this.skinLabel2);
  197. this.Controls.Add(this.skinLabel1);
  198. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  199. this.MaximizeBox = false;
  200. this.MinimizeBox = false;
  201. this.Name = "FormEditPwd";
  202. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  203. this.Text = "修改密码";
  204. this.ResumeLayout(false);
  205. this.PerformLayout();
  206. }
  207. #endregion
  208. private CCWin.SkinControl.SkinLabel skinLabel1;
  209. private CCWin.SkinControl.SkinLabel skinLabel2;
  210. private CCWin.SkinControl.SkinTextBox txtUser_NewPwd;
  211. private CCWin.SkinControl.SkinTextBox txtUser_TwoNewPwd;
  212. private CCWin.SkinControl.SkinButton skinButton1;
  213. private CCWin.SkinControl.SkinButton skinButton2;
  214. private System.Windows.Forms.Label label1;
  215. }
  216. }