frmLogin.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace LYFZ.ManagementService
  2. {
  3. partial class frmLogin
  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(frmLogin));
  29. this.stxtPwd = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  30. this.stxtUserName = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  31. this.sBtnLogin = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  32. this.schbRememberPwd = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
  33. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.plFormMainContent.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // plFormMainContent
  39. //
  40. this.plFormMainContent.Controls.Add(this.labelEx2);
  41. this.plFormMainContent.Controls.Add(this.labelEx1);
  42. this.plFormMainContent.Controls.Add(this.stxtPwd);
  43. this.plFormMainContent.Controls.Add(this.schbRememberPwd);
  44. this.plFormMainContent.Controls.Add(this.stxtUserName);
  45. this.plFormMainContent.Controls.Add(this.sBtnLogin);
  46. this.plFormMainContent.Location = new System.Drawing.Point(0, 60);
  47. this.plFormMainContent.Size = new System.Drawing.Size(400, 175);
  48. //
  49. // btnAppFormMaximize
  50. //
  51. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  52. this.btnAppFormMaximize.Location = new System.Drawing.Point(341, 0);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.Location = new System.Drawing.Point(368, 0);
  57. //
  58. // btnAppFormMinimize
  59. //
  60. this.btnAppFormMinimize.Location = new System.Drawing.Point(314, 0);
  61. //
  62. // stxtPwd
  63. //
  64. this.stxtPwd.BackColor = System.Drawing.Color.Transparent;
  65. this.stxtPwd.Icon = null;
  66. this.stxtPwd.IconIsButton = true;
  67. this.stxtPwd.IsPasswordChat = '●';
  68. this.stxtPwd.IsSystemPasswordChar = true;
  69. this.stxtPwd.Lines = new string[0];
  70. this.stxtPwd.Location = new System.Drawing.Point(108, 64);
  71. this.stxtPwd.Margin = new System.Windows.Forms.Padding(0);
  72. this.stxtPwd.MaxLength = 32767;
  73. this.stxtPwd.MinimumSize = new System.Drawing.Size(0, 28);
  74. this.stxtPwd.MouseBack = null;
  75. this.stxtPwd.Multiline = false;
  76. this.stxtPwd.Name = "stxtPwd";
  77. this.stxtPwd.NormlBack = null;
  78. this.stxtPwd.Padding = new System.Windows.Forms.Padding(5, 5, 28, 5);
  79. this.stxtPwd.ReadOnly = false;
  80. this.stxtPwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
  81. this.stxtPwd.Size = new System.Drawing.Size(185, 28);
  82. this.stxtPwd.TabIndex = 13;
  83. this.stxtPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  84. this.stxtPwd.WaterColor = System.Drawing.Color.DarkGray;
  85. this.stxtPwd.WaterText = "请输入登录密码";
  86. this.stxtPwd.WordWrap = true;
  87. //
  88. // stxtUserName
  89. //
  90. this.stxtUserName.BackColor = System.Drawing.Color.Transparent;
  91. this.stxtUserName.Icon = null;
  92. this.stxtUserName.IconIsButton = true;
  93. this.stxtUserName.IsPasswordChat = '\0';
  94. this.stxtUserName.IsSystemPasswordChar = false;
  95. this.stxtUserName.Lines = new string[0];
  96. this.stxtUserName.Location = new System.Drawing.Point(108, 16);
  97. this.stxtUserName.Margin = new System.Windows.Forms.Padding(0);
  98. this.stxtUserName.MaxLength = 32767;
  99. this.stxtUserName.MinimumSize = new System.Drawing.Size(0, 28);
  100. this.stxtUserName.MouseBack = null;
  101. this.stxtUserName.Multiline = false;
  102. this.stxtUserName.Name = "stxtUserName";
  103. this.stxtUserName.NormlBack = null;
  104. this.stxtUserName.Padding = new System.Windows.Forms.Padding(5, 5, 28, 5);
  105. this.stxtUserName.ReadOnly = false;
  106. this.stxtUserName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  107. this.stxtUserName.Size = new System.Drawing.Size(185, 28);
  108. this.stxtUserName.TabIndex = 14;
  109. this.stxtUserName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  110. this.stxtUserName.WaterColor = System.Drawing.Color.DarkGray;
  111. this.stxtUserName.WaterText = "请输入登录帐号";
  112. this.stxtUserName.WordWrap = true;
  113. //
  114. // sBtnLogin
  115. //
  116. this.sBtnLogin.BackColor = System.Drawing.Color.Transparent;
  117. this.sBtnLogin.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  118. this.sBtnLogin.DownBack = null;
  119. this.sBtnLogin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.sBtnLogin.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  121. this.sBtnLogin.Location = new System.Drawing.Point(108, 114);
  122. this.sBtnLogin.MouseBack = null;
  123. this.sBtnLogin.Name = "sBtnLogin";
  124. this.sBtnLogin.NormlBack = null;
  125. this.sBtnLogin.Size = new System.Drawing.Size(185, 32);
  126. this.sBtnLogin.TabIndex = 17;
  127. this.sBtnLogin.Text = "登 录";
  128. this.sBtnLogin.UseVisualStyleBackColor = false;
  129. this.sBtnLogin.Click += new System.EventHandler(this.sBtnLogin_Click);
  130. //
  131. // schbRememberPwd
  132. //
  133. this.schbRememberPwd.AutoSize = true;
  134. this.schbRememberPwd.BackColor = System.Drawing.Color.Transparent;
  135. this.schbRememberPwd.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  136. this.schbRememberPwd.DownBack = null;
  137. this.schbRememberPwd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.schbRememberPwd.ForeColor = System.Drawing.Color.Navy;
  139. this.schbRememberPwd.Location = new System.Drawing.Point(296, 67);
  140. this.schbRememberPwd.MouseBack = null;
  141. this.schbRememberPwd.Name = "schbRememberPwd";
  142. this.schbRememberPwd.NormlBack = null;
  143. this.schbRememberPwd.SelectedDownBack = null;
  144. this.schbRememberPwd.SelectedMouseBack = null;
  145. this.schbRememberPwd.SelectedNormlBack = null;
  146. this.schbRememberPwd.Size = new System.Drawing.Size(75, 21);
  147. this.schbRememberPwd.TabIndex = 15;
  148. this.schbRememberPwd.Text = "记住密码";
  149. this.schbRememberPwd.UseVisualStyleBackColor = false;
  150. this.schbRememberPwd.CheckedChanged += new System.EventHandler(this.schbRememberPwd_CheckedChanged);
  151. //
  152. // labelEx1
  153. //
  154. this.labelEx1.AutoSize = true;
  155. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  156. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.labelEx1.Location = new System.Drawing.Point(28, 20);
  158. this.labelEx1.Name = "labelEx1";
  159. this.labelEx1.Size = new System.Drawing.Size(74, 21);
  160. this.labelEx1.TabIndex = 18;
  161. this.labelEx1.Text = "登录帐号";
  162. //
  163. // labelEx2
  164. //
  165. this.labelEx2.AutoSize = true;
  166. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  167. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.labelEx2.Location = new System.Drawing.Point(29, 68);
  169. this.labelEx2.Name = "labelEx2";
  170. this.labelEx2.Size = new System.Drawing.Size(74, 21);
  171. this.labelEx2.TabIndex = 18;
  172. this.labelEx2.Text = "登录密码";
  173. //
  174. // frmLogin
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.ClientSize = new System.Drawing.Size(400, 260);
  179. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  180. this.IsMaximized = false;
  181. this.Name = "frmLogin";
  182. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  183. this.Text = "用户登录";
  184. this.TitleBgImageHeight = 60;
  185. this.plFormMainContent.ResumeLayout(false);
  186. this.plFormMainContent.PerformLayout();
  187. this.ResumeLayout(false);
  188. }
  189. #endregion
  190. protected internal OtherExpansion.SkinControl.SkinTextBox stxtPwd;
  191. protected internal OtherExpansion.SkinControl.SkinTextBox stxtUserName;
  192. protected internal OtherExpansion.SkinControl.SkinButtom sBtnLogin;
  193. private ComponentLibrary.LabelEx labelEx2;
  194. private ComponentLibrary.LabelEx labelEx1;
  195. protected internal OtherExpansion.SkinControl.SkinCheckBox schbRememberPwd;
  196. }
  197. }