FrmChangePassword.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. namespace LYFZ.Software.UI.SystemSettings
  2. {
  3. partial class FrmChangePassword
  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(FrmChangePassword));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.BtnClose = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.txtOkUser_Password = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  33. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtNewUser_Password = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  35. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.txtOldUser_Password = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  37. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.txtUser_Account = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  39. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.plFormMainContent.SuspendLayout();
  41. this.panelEx1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Size = new System.Drawing.Size(401, 286);
  47. //
  48. // plFormMainContent
  49. //
  50. this.plFormMainContent.Size = new System.Drawing.Size(401, 286);
  51. //
  52. // btnAppFormMaximize
  53. //
  54. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  55. this.btnAppFormMaximize.Location = new System.Drawing.Point(342, 0);
  56. //
  57. // btnAppFormExit
  58. //
  59. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  60. this.btnAppFormExit.Location = new System.Drawing.Point(369, 0);
  61. //
  62. // btnAppFormMinimize
  63. //
  64. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  65. this.btnAppFormMinimize.Location = new System.Drawing.Point(342, 0);
  66. //
  67. // panelEx1
  68. //
  69. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  70. this.panelEx1.BorderWidth = 1;
  71. this.panelEx1.Controls.Add(this.BtnClose);
  72. this.panelEx1.Controls.Add(this.btnSave);
  73. this.panelEx1.Controls.Add(this.txtOkUser_Password);
  74. this.panelEx1.Controls.Add(this.labelEx7);
  75. this.panelEx1.Controls.Add(this.txtNewUser_Password);
  76. this.panelEx1.Controls.Add(this.labelEx6);
  77. this.panelEx1.Controls.Add(this.txtOldUser_Password);
  78. this.panelEx1.Controls.Add(this.labelEx4);
  79. this.panelEx1.Controls.Add(this.txtUser_Account);
  80. this.panelEx1.Controls.Add(this.labelEx2);
  81. this.panelEx1.Location = new System.Drawing.Point(13, 55);
  82. this.panelEx1.Name = "panelEx1";
  83. this.panelEx1.Size = new System.Drawing.Size(373, 259);
  84. this.panelEx1.TabIndex = 1;
  85. //
  86. // BtnClose
  87. //
  88. this.BtnClose.BackColor = System.Drawing.Color.Transparent;
  89. this.BtnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("BtnClose.BackImg")));
  90. this.BtnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  91. this.BtnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  92. this.BtnClose.ForeColor = System.Drawing.Color.White;
  93. this.BtnClose.IsCustomBackImg = false;
  94. this.BtnClose.IsShowText = true;
  95. this.BtnClose.Location = new System.Drawing.Point(220, 192);
  96. this.BtnClose.Name = "BtnClose";
  97. this.BtnClose.Size = new System.Drawing.Size(93, 26);
  98. this.BtnClose.TabIndex = 165;
  99. this.BtnClose.Text = "取消";
  100. this.BtnClose.UseVisualStyleBackColor = false;
  101. //
  102. // btnSave
  103. //
  104. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  105. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  106. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  107. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  108. this.btnSave.ForeColor = System.Drawing.Color.White;
  109. this.btnSave.IsCustomBackImg = false;
  110. this.btnSave.IsShowText = true;
  111. this.btnSave.Location = new System.Drawing.Point(84, 194);
  112. this.btnSave.Name = "btnSave";
  113. this.btnSave.Size = new System.Drawing.Size(93, 26);
  114. this.btnSave.TabIndex = 164;
  115. this.btnSave.Text = "确定";
  116. this.btnSave.UseVisualStyleBackColor = false;
  117. //
  118. // txtOkUser_Password
  119. //
  120. this.txtOkUser_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  121. this.txtOkUser_Password.EmptyTextTip = null;
  122. this.txtOkUser_Password.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  123. this.txtOkUser_Password.Font = new System.Drawing.Font("微软雅黑", 9F);
  124. this.txtOkUser_Password.Location = new System.Drawing.Point(114, 144);
  125. this.txtOkUser_Password.Name = "txtOkUser_Password";
  126. this.txtOkUser_Password.PasswordChar = '●';
  127. this.txtOkUser_Password.Size = new System.Drawing.Size(183, 23);
  128. this.txtOkUser_Password.TabIndex = 2;
  129. //
  130. // labelEx7
  131. //
  132. this.labelEx7.AutoSize = true;
  133. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  134. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  135. this.labelEx7.Location = new System.Drawing.Point(38, 145);
  136. this.labelEx7.Name = "labelEx7";
  137. this.labelEx7.Size = new System.Drawing.Size(73, 17);
  138. this.labelEx7.TabIndex = 161;
  139. this.labelEx7.Text = "*确定密码:";
  140. //
  141. // txtNewUser_Password
  142. //
  143. this.txtNewUser_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  144. this.txtNewUser_Password.EmptyTextTip = null;
  145. this.txtNewUser_Password.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  146. this.txtNewUser_Password.Font = new System.Drawing.Font("微软雅黑", 9F);
  147. this.txtNewUser_Password.Location = new System.Drawing.Point(114, 104);
  148. this.txtNewUser_Password.Name = "txtNewUser_Password";
  149. this.txtNewUser_Password.PasswordChar = '●';
  150. this.txtNewUser_Password.Size = new System.Drawing.Size(183, 23);
  151. this.txtNewUser_Password.TabIndex = 1;
  152. //
  153. // labelEx6
  154. //
  155. this.labelEx6.AutoSize = true;
  156. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  157. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  158. this.labelEx6.Location = new System.Drawing.Point(51, 105);
  159. this.labelEx6.Name = "labelEx6";
  160. this.labelEx6.Size = new System.Drawing.Size(61, 17);
  161. this.labelEx6.TabIndex = 159;
  162. this.labelEx6.Text = "*新密码:";
  163. //
  164. // txtOldUser_Password
  165. //
  166. this.txtOldUser_Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  167. this.txtOldUser_Password.EmptyTextTip = null;
  168. this.txtOldUser_Password.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  169. this.txtOldUser_Password.Font = new System.Drawing.Font("微软雅黑", 9F);
  170. this.txtOldUser_Password.Location = new System.Drawing.Point(114, 67);
  171. this.txtOldUser_Password.Name = "txtOldUser_Password";
  172. this.txtOldUser_Password.PasswordChar = '●';
  173. this.txtOldUser_Password.Size = new System.Drawing.Size(183, 23);
  174. this.txtOldUser_Password.TabIndex = 0;
  175. //
  176. // labelEx4
  177. //
  178. this.labelEx4.AutoSize = true;
  179. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  180. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  181. this.labelEx4.Location = new System.Drawing.Point(51, 68);
  182. this.labelEx4.Name = "labelEx4";
  183. this.labelEx4.Size = new System.Drawing.Size(61, 17);
  184. this.labelEx4.TabIndex = 157;
  185. this.labelEx4.Text = "*旧密码:";
  186. //
  187. // txtUser_Account
  188. //
  189. this.txtUser_Account.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  190. this.txtUser_Account.EmptyTextTip = null;
  191. this.txtUser_Account.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  192. this.txtUser_Account.Font = new System.Drawing.Font("微软雅黑", 9F);
  193. this.txtUser_Account.Location = new System.Drawing.Point(114, 28);
  194. this.txtUser_Account.Name = "txtUser_Account";
  195. this.txtUser_Account.ReadOnly = true;
  196. this.txtUser_Account.Size = new System.Drawing.Size(183, 23);
  197. this.txtUser_Account.TabIndex = 158;
  198. //
  199. // labelEx2
  200. //
  201. this.labelEx2.AutoSize = true;
  202. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  203. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  204. this.labelEx2.Location = new System.Drawing.Point(62, 30);
  205. this.labelEx2.Name = "labelEx2";
  206. this.labelEx2.Size = new System.Drawing.Size(49, 17);
  207. this.labelEx2.TabIndex = 156;
  208. this.labelEx2.Text = "*账号:";
  209. //
  210. // FrmChangePassword
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  215. this.ClientSize = new System.Drawing.Size(401, 351);
  216. this.Controls.Add(this.panelEx1);
  217. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  218. this.MaximizeBox = false;
  219. this.Name = "FrmChangePassword";
  220. this.Text = "修改密码";
  221. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  222. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  223. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  224. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  225. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  226. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  227. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  228. this.Controls.SetChildIndex(this.panelEx1, 0);
  229. this.plFormMainContent.ResumeLayout(false);
  230. this.panelEx1.ResumeLayout(false);
  231. this.panelEx1.PerformLayout();
  232. this.ResumeLayout(false);
  233. }
  234. #endregion
  235. private ComponentLibrary.PanelEx panelEx1;
  236. protected ComponentLibrary.ButtonEx BtnClose;
  237. protected ComponentLibrary.ButtonEx btnSave;
  238. protected ComponentLibrary.TextBoxBasicEx txtOkUser_Password;
  239. private ComponentLibrary.LabelEx labelEx7;
  240. protected ComponentLibrary.TextBoxBasicEx txtNewUser_Password;
  241. private ComponentLibrary.LabelEx labelEx6;
  242. protected ComponentLibrary.TextBoxBasicEx txtOldUser_Password;
  243. private ComponentLibrary.LabelEx labelEx4;
  244. protected ComponentLibrary.TextBoxBasicEx txtUser_Account;
  245. private ComponentLibrary.LabelEx labelEx2;
  246. }
  247. }