EnterPasswordRetrieveSetSuperSmallForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class EnterPasswordRetrieveSetSuperSmallForm
  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(EnterPasswordRetrieveSetSuperSmallForm));
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.txtNewPassword = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.txtOKPassword = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. this.panelEx1.SuspendLayout();
  40. this.panelEx2.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.panelEx2);
  46. this.plExMainContainer.Controls.Add(this.panelEx1);
  47. this.plExMainContainer.Size = new System.Drawing.Size(355, 180);
  48. //
  49. // plFormMainContent
  50. //
  51. this.plFormMainContent.Size = new System.Drawing.Size(355, 180);
  52. //
  53. // btnAppFormMaximize
  54. //
  55. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  56. this.btnAppFormMaximize.Location = new System.Drawing.Point(296, 0);
  57. //
  58. // btnAppFormExit
  59. //
  60. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  61. this.btnAppFormExit.Location = new System.Drawing.Point(323, 0);
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  66. this.btnAppFormMinimize.Location = new System.Drawing.Point(296, 0);
  67. //
  68. // labelEx1
  69. //
  70. this.labelEx1.AutoSize = true;
  71. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  72. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  73. this.labelEx1.Location = new System.Drawing.Point(48, 28);
  74. this.labelEx1.Name = "labelEx1";
  75. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  76. this.labelEx1.TabIndex = 0;
  77. this.labelEx1.Text = "新密码:";
  78. //
  79. // labelEx2
  80. //
  81. this.labelEx2.AutoSize = true;
  82. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  83. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  84. this.labelEx2.Location = new System.Drawing.Point(36, 66);
  85. this.labelEx2.Name = "labelEx2";
  86. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  87. this.labelEx2.TabIndex = 1;
  88. this.labelEx2.Text = "确认密码:";
  89. //
  90. // panelEx1
  91. //
  92. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  93. this.panelEx1.BorderWidth = 1;
  94. this.panelEx1.Controls.Add(this.btnCancel);
  95. this.panelEx1.Controls.Add(this.btnOK);
  96. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  97. this.panelEx1.Location = new System.Drawing.Point(0, 140);
  98. this.panelEx1.Name = "panelEx1";
  99. this.panelEx1.Size = new System.Drawing.Size(355, 40);
  100. this.panelEx1.TabIndex = 2;
  101. //
  102. // btnCancel
  103. //
  104. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  105. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  106. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  107. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  108. this.btnCancel.ForeColor = System.Drawing.Color.White;
  109. this.btnCancel.IsCustomBackImg = false;
  110. this.btnCancel.IsShowText = true;
  111. this.btnCancel.Location = new System.Drawing.Point(189, 6);
  112. this.btnCancel.Name = "btnCancel";
  113. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  114. this.btnCancel.TabIndex = 1;
  115. this.btnCancel.Text = " 取 消";
  116. this.btnCancel.UseVisualStyleBackColor = false;
  117. //
  118. // btnOK
  119. //
  120. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  121. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  122. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  123. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  124. this.btnOK.ForeColor = System.Drawing.Color.White;
  125. this.btnOK.IsCustomBackImg = false;
  126. this.btnOK.IsShowText = true;
  127. this.btnOK.Location = new System.Drawing.Point(83, 6);
  128. this.btnOK.Name = "btnOK";
  129. this.btnOK.Size = new System.Drawing.Size(85, 28);
  130. this.btnOK.TabIndex = 0;
  131. this.btnOK.Text = " 确 定";
  132. this.btnOK.UseVisualStyleBackColor = false;
  133. //
  134. // txtNewPassword
  135. //
  136. this.txtNewPassword.BackColor = System.Drawing.Color.Transparent;
  137. this.txtNewPassword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  138. this.txtNewPassword.Icon = null;
  139. this.txtNewPassword.IconIsButton = false;
  140. this.txtNewPassword.IsPasswordChat = '*';
  141. this.txtNewPassword.IsSystemPasswordChar = false;
  142. this.txtNewPassword.Lines = new string[0];
  143. this.txtNewPassword.Location = new System.Drawing.Point(106, 24);
  144. this.txtNewPassword.Margin = new System.Windows.Forms.Padding(0);
  145. this.txtNewPassword.MaxLength = 32767;
  146. this.txtNewPassword.MinimumSize = new System.Drawing.Size(0, 24);
  147. this.txtNewPassword.MouseBack = null;
  148. this.txtNewPassword.Multiline = false;
  149. this.txtNewPassword.Name = "txtNewPassword";
  150. this.txtNewPassword.NormlBack = null;
  151. this.txtNewPassword.Padding = new System.Windows.Forms.Padding(5);
  152. this.txtNewPassword.ReadOnly = false;
  153. this.txtNewPassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  154. this.txtNewPassword.Size = new System.Drawing.Size(173, 25);
  155. this.txtNewPassword.TabIndex = 7;
  156. this.txtNewPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  157. this.txtNewPassword.WaterColor = System.Drawing.Color.DarkGray;
  158. this.txtNewPassword.WaterText = "";
  159. this.txtNewPassword.WordWrap = true;
  160. //
  161. // txtOKPassword
  162. //
  163. this.txtOKPassword.BackColor = System.Drawing.Color.Transparent;
  164. this.txtOKPassword.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  165. this.txtOKPassword.Icon = null;
  166. this.txtOKPassword.IconIsButton = false;
  167. this.txtOKPassword.IsPasswordChat = '*';
  168. this.txtOKPassword.IsSystemPasswordChar = false;
  169. this.txtOKPassword.Lines = new string[0];
  170. this.txtOKPassword.Location = new System.Drawing.Point(106, 62);
  171. this.txtOKPassword.Margin = new System.Windows.Forms.Padding(0);
  172. this.txtOKPassword.MaxLength = 32767;
  173. this.txtOKPassword.MinimumSize = new System.Drawing.Size(0, 24);
  174. this.txtOKPassword.MouseBack = null;
  175. this.txtOKPassword.Multiline = false;
  176. this.txtOKPassword.Name = "txtOKPassword";
  177. this.txtOKPassword.NormlBack = null;
  178. this.txtOKPassword.Padding = new System.Windows.Forms.Padding(5);
  179. this.txtOKPassword.ReadOnly = false;
  180. this.txtOKPassword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  181. this.txtOKPassword.Size = new System.Drawing.Size(173, 25);
  182. this.txtOKPassword.TabIndex = 8;
  183. this.txtOKPassword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  184. this.txtOKPassword.WaterColor = System.Drawing.Color.DarkGray;
  185. this.txtOKPassword.WaterText = "";
  186. this.txtOKPassword.WordWrap = true;
  187. //
  188. // panelEx2
  189. //
  190. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  191. | System.Windows.Forms.AnchorStyles.Left)
  192. | System.Windows.Forms.AnchorStyles.Right)));
  193. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  194. this.panelEx2.BorderWidth = 1;
  195. this.panelEx2.Controls.Add(this.labelEx1);
  196. this.panelEx2.Controls.Add(this.txtOKPassword);
  197. this.panelEx2.Controls.Add(this.labelEx2);
  198. this.panelEx2.Controls.Add(this.txtNewPassword);
  199. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  200. this.panelEx2.Name = "panelEx2";
  201. this.panelEx2.Size = new System.Drawing.Size(335, 120);
  202. this.panelEx2.TabIndex = 9;
  203. //
  204. // EnterPasswordRetrieveSetSuperSmallForm
  205. //
  206. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  207. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  208. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  209. this.ClientSize = new System.Drawing.Size(355, 245);
  210. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  211. this.MaximizeBox = false;
  212. this.MinimizeBox = false;
  213. this.Name = "EnterPasswordRetrieveSetSuperSmallForm";
  214. this.Text = "找回密码";
  215. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  216. this.plExMainContainer.ResumeLayout(false);
  217. this.plFormMainContent.ResumeLayout(false);
  218. this.panelEx1.ResumeLayout(false);
  219. this.panelEx2.ResumeLayout(false);
  220. this.panelEx2.PerformLayout();
  221. this.ResumeLayout(false);
  222. }
  223. #endregion
  224. private ComponentLibrary.LabelEx labelEx1;
  225. private ComponentLibrary.PanelEx panelEx1;
  226. private ComponentLibrary.LabelEx labelEx2;
  227. protected ComponentLibrary.TextBoxEx txtOKPassword;
  228. protected ComponentLibrary.TextBoxEx txtNewPassword;
  229. protected ComponentLibrary.ButtonEx btnCancel;
  230. protected ComponentLibrary.ButtonEx btnOK;
  231. private ComponentLibrary.PanelEx panelEx2;
  232. }
  233. }