frmLogin.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. namespace LYFZ.ERPCloudClient
  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.stxtUserName = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  30. this.waterTextBox1 = new LYFZ.OtherExpansion.SkinControl.WaterTextBox();
  31. this.stxtPwd = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  32. this.schbRememberPwd = new LYFZ.OtherExpansion.SkinControl.SkinCheckBox();
  33. this.slblMsgInfo = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  34. this.sMenuStripId = new LYFZ.OtherExpansion.SkinControl.SkinContextMenuStrip();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.textBoxPwd = new System.Windows.Forms.TextBox();
  37. this.sBtnLogin = new LYFZ.ComponentLibrary.ButtonExpand();
  38. this.spalHead = new LYFZ.OtherExpansion.SkinControl.SkinPanel();
  39. this.panel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // btnAppFormMenu
  43. //
  44. this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
  45. this.btnAppFormMenu.Location = new System.Drawing.Point(344, 0);
  46. //
  47. // btnAppFormMaximize
  48. //
  49. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  50. this.btnAppFormMaximize.IsCustomBackImg = true;
  51. this.btnAppFormMaximize.Location = new System.Drawing.Point(321, 0);
  52. //
  53. // btnAppFormExit
  54. //
  55. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  56. this.btnAppFormExit.Location = new System.Drawing.Point(398, 0);
  57. //
  58. // btnAppFormMinimize
  59. //
  60. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  61. this.btnAppFormMinimize.Location = new System.Drawing.Point(371, 0);
  62. //
  63. // stxtUserName
  64. //
  65. this.stxtUserName.BackColor = System.Drawing.Color.Transparent;
  66. this.stxtUserName.Icon = global::LYFZ.ERPCloudClient.Properties.Resources.login_inputbtn_normal;
  67. this.stxtUserName.IconIsButton = true;
  68. this.stxtUserName.IsPasswordChat = '\0';
  69. this.stxtUserName.IsSystemPasswordChar = false;
  70. this.stxtUserName.Lines = new string[0];
  71. this.stxtUserName.Location = new System.Drawing.Point(133, 20);
  72. this.stxtUserName.Margin = new System.Windows.Forms.Padding(0);
  73. this.stxtUserName.MaxLength = 32767;
  74. this.stxtUserName.MinimumSize = new System.Drawing.Size(0, 28);
  75. this.stxtUserName.MouseBack = null;
  76. this.stxtUserName.Multiline = false;
  77. this.stxtUserName.Name = "stxtUserName";
  78. this.stxtUserName.NormlBack = global::LYFZ.ERPCloudClient.Properties.Resources.frameBorderEffect_normalDraw;
  79. this.stxtUserName.Padding = new System.Windows.Forms.Padding(5, 5, 28, 5);
  80. this.stxtUserName.ReadOnly = false;
  81. this.stxtUserName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  82. this.stxtUserName.Size = new System.Drawing.Size(160, 28);
  83. this.stxtUserName.TabIndex = 1;
  84. this.stxtUserName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  85. this.stxtUserName.WaterColor = System.Drawing.Color.DarkGray;
  86. this.stxtUserName.WaterText = "请输入登录帐号";
  87. this.stxtUserName.WordWrap = true;
  88. this.stxtUserName.IconClick += new System.EventHandler(this.stxtUserName_IconClick);
  89. //
  90. // waterTextBox1
  91. //
  92. this.waterTextBox1.Location = new System.Drawing.Point(0, 0);
  93. this.waterTextBox1.Name = "waterTextBox1";
  94. this.waterTextBox1.Size = new System.Drawing.Size(100, 21);
  95. this.waterTextBox1.TabIndex = 0;
  96. this.waterTextBox1.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  97. this.waterTextBox1.WaterText = "";
  98. //
  99. // stxtPwd
  100. //
  101. this.stxtPwd.BackColor = System.Drawing.Color.Transparent;
  102. this.stxtPwd.Icon = global::LYFZ.ERPCloudClient.Properties.Resources.imgRjp_BackgroundImage;
  103. this.stxtPwd.IconIsButton = true;
  104. this.stxtPwd.IsPasswordChat = '●';
  105. this.stxtPwd.IsSystemPasswordChar = true;
  106. this.stxtPwd.Lines = new string[0];
  107. this.stxtPwd.Location = new System.Drawing.Point(133, 63);
  108. this.stxtPwd.Margin = new System.Windows.Forms.Padding(0);
  109. this.stxtPwd.MaxLength = 32767;
  110. this.stxtPwd.MinimumSize = new System.Drawing.Size(0, 28);
  111. this.stxtPwd.MouseBack = null;
  112. this.stxtPwd.Multiline = false;
  113. this.stxtPwd.Name = "stxtPwd";
  114. this.stxtPwd.NormlBack = global::LYFZ.ERPCloudClient.Properties.Resources.frameBorderEffect_normalDraw;
  115. this.stxtPwd.Padding = new System.Windows.Forms.Padding(5, 5, 28, 5);
  116. this.stxtPwd.ReadOnly = true;
  117. this.stxtPwd.ScrollBars = System.Windows.Forms.ScrollBars.None;
  118. this.stxtPwd.Size = new System.Drawing.Size(160, 28);
  119. this.stxtPwd.TabIndex = 4;
  120. this.stxtPwd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  121. this.stxtPwd.WaterColor = System.Drawing.Color.DarkGray;
  122. this.stxtPwd.WaterText = "请输入登录密码";
  123. this.stxtPwd.WordWrap = true;
  124. this.stxtPwd.IconClick += new System.EventHandler(this.stxtPwd_IconClick);
  125. //
  126. // schbRememberPwd
  127. //
  128. this.schbRememberPwd.AutoSize = true;
  129. this.schbRememberPwd.BackColor = System.Drawing.Color.Transparent;
  130. this.schbRememberPwd.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  131. this.schbRememberPwd.DownBack = null;
  132. this.schbRememberPwd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  133. this.schbRememberPwd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(101)))), ((int)(((byte)(101)))));
  134. this.schbRememberPwd.Location = new System.Drawing.Point(135, 107);
  135. this.schbRememberPwd.MouseBack = null;
  136. this.schbRememberPwd.Name = "schbRememberPwd";
  137. this.schbRememberPwd.NormlBack = null;
  138. this.schbRememberPwd.SelectedDownBack = null;
  139. this.schbRememberPwd.SelectedMouseBack = null;
  140. this.schbRememberPwd.SelectedNormlBack = null;
  141. this.schbRememberPwd.Size = new System.Drawing.Size(75, 21);
  142. this.schbRememberPwd.TabIndex = 4;
  143. this.schbRememberPwd.Text = "记住密码";
  144. this.schbRememberPwd.UseVisualStyleBackColor = false;
  145. //
  146. // slblMsgInfo
  147. //
  148. this.slblMsgInfo.BackColor = System.Drawing.Color.Transparent;
  149. this.slblMsgInfo.BorderColor = System.Drawing.Color.White;
  150. this.slblMsgInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
  151. this.slblMsgInfo.Font = new System.Drawing.Font("微软雅黑", 8F);
  152. this.slblMsgInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(101)))), ((int)(((byte)(101)))));
  153. this.slblMsgInfo.Location = new System.Drawing.Point(0, 155);
  154. this.slblMsgInfo.Name = "slblMsgInfo";
  155. this.slblMsgInfo.Size = new System.Drawing.Size(430, 23);
  156. this.slblMsgInfo.TabIndex = 13;
  157. this.slblMsgInfo.Text = " 广东省惠州市利亚方舟科技有限公司.网址: WWW.LYFZ.NET[版本号:{$}]";
  158. this.slblMsgInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  159. //
  160. // sMenuStripId
  161. //
  162. this.sMenuStripId.Arrow = System.Drawing.Color.Black;
  163. this.sMenuStripId.AutoSize = false;
  164. this.sMenuStripId.Back = System.Drawing.Color.White;
  165. this.sMenuStripId.BackRadius = 4;
  166. this.sMenuStripId.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
  167. this.sMenuStripId.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
  168. this.sMenuStripId.Fore = System.Drawing.Color.Black;
  169. this.sMenuStripId.HoverFore = System.Drawing.Color.White;
  170. this.sMenuStripId.ImageScalingSize = new System.Drawing.Size(40, 40);
  171. this.sMenuStripId.ItemAnamorphosis = false;
  172. this.sMenuStripId.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  173. this.sMenuStripId.ItemBorderShow = false;
  174. this.sMenuStripId.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  175. this.sMenuStripId.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  176. this.sMenuStripId.ItemRadius = 4;
  177. this.sMenuStripId.ItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
  178. this.sMenuStripId.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  179. this.sMenuStripId.Name = "sMenuStripId";
  180. this.sMenuStripId.RadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  181. this.sMenuStripId.Size = new System.Drawing.Size(160, 4);
  182. this.sMenuStripId.TitleAnamorphosis = false;
  183. this.sMenuStripId.TitleColor = System.Drawing.Color.White;
  184. this.sMenuStripId.TitleRadius = 4;
  185. this.sMenuStripId.TitleRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
  186. this.sMenuStripId.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.sMenuStripId_Closing);
  187. //
  188. // panel1
  189. //
  190. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(242)))), ((int)(((byte)(250)))));
  191. this.panel1.Controls.Add(this.textBoxPwd);
  192. this.panel1.Controls.Add(this.sBtnLogin);
  193. this.panel1.Controls.Add(this.spalHead);
  194. this.panel1.Controls.Add(this.stxtUserName);
  195. this.panel1.Controls.Add(this.schbRememberPwd);
  196. this.panel1.Controls.Add(this.stxtPwd);
  197. this.panel1.Controls.Add(this.slblMsgInfo);
  198. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  199. this.panel1.Location = new System.Drawing.Point(0, 182);
  200. this.panel1.Name = "panel1";
  201. this.panel1.Size = new System.Drawing.Size(430, 178);
  202. this.panel1.TabIndex = 0;
  203. //
  204. // textBoxPwd
  205. //
  206. this.textBoxPwd.BorderStyle = System.Windows.Forms.BorderStyle.None;
  207. this.textBoxPwd.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.textBoxPwd.Location = new System.Drawing.Point(137, 68);
  209. this.textBoxPwd.Name = "textBoxPwd";
  210. this.textBoxPwd.PasswordChar = '*';
  211. this.textBoxPwd.Size = new System.Drawing.Size(131, 19);
  212. this.textBoxPwd.TabIndex = 2;
  213. //
  214. // sBtnLogin
  215. //
  216. this.sBtnLogin.BackColor = System.Drawing.Color.Transparent;
  217. this.sBtnLogin.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("sBtnLogin.BackImg")));
  218. this.sBtnLogin.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  219. this.sBtnLogin.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  220. this.sBtnLogin.ForeColor = System.Drawing.Color.White;
  221. this.sBtnLogin.IsCustomBackImg = true;
  222. this.sBtnLogin.IsShowText = true;
  223. this.sBtnLogin.Location = new System.Drawing.Point(306, 20);
  224. this.sBtnLogin.Name = "sBtnLogin";
  225. this.sBtnLogin.Size = new System.Drawing.Size(110, 110);
  226. this.sBtnLogin.TabIndex = 3;
  227. this.sBtnLogin.Text = " 登 录";
  228. this.sBtnLogin.UseVisualStyleBackColor = false;
  229. this.sBtnLogin.Click += new System.EventHandler(this.sBtnLogin_Click);
  230. //
  231. // spalHead
  232. //
  233. this.spalHead.BackColor = System.Drawing.Color.White;
  234. this.spalHead.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  235. this.spalHead.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  236. this.spalHead.DownBack = null;
  237. this.spalHead.Location = new System.Drawing.Point(15, 20);
  238. this.spalHead.MouseBack = null;
  239. this.spalHead.Name = "spalHead";
  240. this.spalHead.NormlBack = null;
  241. this.spalHead.Radius = 5;
  242. this.spalHead.Size = new System.Drawing.Size(110, 110);
  243. this.spalHead.TabIndex = 0;
  244. //
  245. // frmLogin
  246. //
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  248. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(242)))), ((int)(((byte)(250)))));
  249. this.BackgroundImage = global::LYFZ.ERPCloudClient.Properties.Resources.YF;
  250. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  251. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  252. this.BottomBgImageHeight = 0;
  253. this.ClientSize = new System.Drawing.Size(430, 360);
  254. this.ContextMenuStrip = this.sMenuStripId;
  255. this.Controls.Add(this.panel1);
  256. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  257. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  258. this.ImeMode = System.Windows.Forms.ImeMode.On;
  259. this.IsMaximized = false;
  260. this.IsShowBtnFormMenu = true;
  261. this.IsShowIcon = false;
  262. this.IsShowTitle = false;
  263. this.MaximizeBox = false;
  264. this.Name = "frmLogin";
  265. this.ShowBorder = false;
  266. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  267. this.Text = "系统登录";
  268. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  269. this.TitleBgImageHeight = 0;
  270. this.Load += new System.EventHandler(this.frmLogin_Load);
  271. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  272. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  273. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  274. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  275. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  276. this.Controls.SetChildIndex(this.panel1, 0);
  277. this.panel1.ResumeLayout(false);
  278. this.panel1.PerformLayout();
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private OtherExpansion.SkinControl.WaterTextBox waterTextBox1;
  283. protected internal OtherExpansion.SkinControl.SkinTextBox stxtUserName;
  284. protected internal OtherExpansion.SkinControl.SkinTextBox stxtPwd;
  285. protected internal OtherExpansion.SkinControl.SkinCheckBox schbRememberPwd;
  286. protected internal OtherExpansion.SkinControl.SkinLabel slblMsgInfo;
  287. protected internal OtherExpansion.SkinControl.SkinContextMenuStrip sMenuStripId;
  288. private System.Windows.Forms.Panel panel1;
  289. protected internal OtherExpansion.SkinControl.SkinPanel spalHead;
  290. public System.Windows.Forms.TextBox textBoxPwd;
  291. public ComponentLibrary.ButtonExpand sBtnLogin;
  292. }
  293. }