You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

321 line
18 KiB

  1. namespace StuMgmClient
  2. {
  3. partial class LoginForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
  30. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  31. this.labForgetPassword = new System.Windows.Forms.LinkLabel();
  32. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  33. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  34. this.lblHead = new System.Windows.Forms.Label();
  35. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  36. this.btnSubmit = new System.Windows.Forms.Button();
  37. this.lblLogin = new System.Windows.Forms.Label();
  38. this.panUserName = new System.Windows.Forms.Panel();
  39. this.txtUserName = new System.Windows.Forms.TextBox();
  40. this.picUserName = new System.Windows.Forms.PictureBox();
  41. this.panPassWord = new System.Windows.Forms.Panel();
  42. this.txtPassWord = new System.Windows.Forms.TextBox();
  43. this.picPassWord = new System.Windows.Forms.PictureBox();
  44. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  45. this.chkPassWord = new System.Windows.Forms.CheckBox();
  46. this.tableLayoutPanel2.SuspendLayout();
  47. this.tableLayoutPanel1.SuspendLayout();
  48. this.tableLayoutPanel3.SuspendLayout();
  49. this.panUserName.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.picUserName)).BeginInit();
  51. this.panPassWord.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.picPassWord)).BeginInit();
  53. this.tableLayoutPanel4.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // toolTip1
  57. //
  58. this.toolTip1.IsBalloon = true;
  59. //
  60. // labForgetPassword
  61. //
  62. this.labForgetPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  63. this.labForgetPassword.AutoSize = true;
  64. this.labForgetPassword.LinkColor = System.Drawing.Color.DodgerBlue;
  65. this.labForgetPassword.Location = new System.Drawing.Point(125, 12);
  66. this.labForgetPassword.Name = "labForgetPassword";
  67. this.labForgetPassword.Size = new System.Drawing.Size(117, 15);
  68. this.labForgetPassword.TabIndex = 7;
  69. this.labForgetPassword.TabStop = true;
  70. this.labForgetPassword.Text = "忘记密码";
  71. this.labForgetPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  72. this.toolTip1.SetToolTip(this.labForgetPassword, "请联系教师!");
  73. this.labForgetPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labForgetPassword_LinkClicked);
  74. //
  75. // tableLayoutPanel2
  76. //
  77. this.tableLayoutPanel2.AutoSize = true;
  78. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  79. this.tableLayoutPanel2.ColumnCount = 3;
  80. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.49695F));
  81. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.39339F));
  82. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26.02263F));
  83. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 1, 1);
  84. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  86. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  87. this.tableLayoutPanel2.RowCount = 3;
  88. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  89. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
  90. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  91. this.tableLayoutPanel2.Size = new System.Drawing.Size(882, 599);
  92. this.tableLayoutPanel2.TabIndex = 3;
  93. //
  94. // tableLayoutPanel1
  95. //
  96. this.tableLayoutPanel1.AutoSize = true;
  97. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  98. this.tableLayoutPanel1.ColumnCount = 1;
  99. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  100. this.tableLayoutPanel1.Controls.Add(this.lblHead, 0, 0);
  101. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
  102. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  103. this.tableLayoutPanel1.Location = new System.Drawing.Point(192, 92);
  104. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  105. this.tableLayoutPanel1.RowCount = 3;
  106. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  107. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  108. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
  109. this.tableLayoutPanel1.Size = new System.Drawing.Size(456, 413);
  110. this.tableLayoutPanel1.TabIndex = 2;
  111. //
  112. // lblHead
  113. //
  114. this.lblHead.AutoSize = true;
  115. this.lblHead.BackColor = System.Drawing.Color.Transparent;
  116. this.lblHead.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.lblHead.Font = new System.Drawing.Font("幼圆", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.lblHead.ForeColor = System.Drawing.Color.WhiteSmoke;
  119. this.lblHead.Location = new System.Drawing.Point(3, 0);
  120. this.lblHead.Name = "lblHead";
  121. this.lblHead.Size = new System.Drawing.Size(450, 41);
  122. this.lblHead.TabIndex = 1;
  123. this.lblHead.Text = "信 捷 电 气 管 理 系 统";
  124. this.lblHead.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  125. //
  126. // tableLayoutPanel3
  127. //
  128. this.tableLayoutPanel3.BackColor = System.Drawing.Color.WhiteSmoke;
  129. this.tableLayoutPanel3.ColumnCount = 1;
  130. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  131. this.tableLayoutPanel3.Controls.Add(this.btnSubmit, 0, 4);
  132. this.tableLayoutPanel3.Controls.Add(this.lblLogin, 0, 0);
  133. this.tableLayoutPanel3.Controls.Add(this.panUserName, 0, 1);
  134. this.tableLayoutPanel3.Controls.Add(this.panPassWord, 0, 2);
  135. this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 3);
  136. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 85);
  138. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  139. this.tableLayoutPanel3.RowCount = 5;
  140. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  141. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  142. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  143. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  144. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
  145. this.tableLayoutPanel3.Size = new System.Drawing.Size(450, 325);
  146. this.tableLayoutPanel3.TabIndex = 3;
  147. //
  148. // btnSubmit
  149. //
  150. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  151. this.btnSubmit.BackColor = System.Drawing.Color.DodgerBlue;
  152. this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.btnSubmit.ForeColor = System.Drawing.Color.Transparent;
  154. this.btnSubmit.Location = new System.Drawing.Point(96, 239);
  155. this.btnSubmit.Name = "btnSubmit";
  156. this.btnSubmit.Size = new System.Drawing.Size(257, 56);
  157. this.btnSubmit.TabIndex = 1;
  158. this.btnSubmit.Text = "登 陆";
  159. this.btnSubmit.UseVisualStyleBackColor = false;
  160. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  161. //
  162. // lblLogin
  163. //
  164. this.lblLogin.Anchor = System.Windows.Forms.AnchorStyles.None;
  165. this.lblLogin.AutoSize = true;
  166. this.lblLogin.Font = new System.Drawing.Font("幼圆", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.lblLogin.ForeColor = System.Drawing.Color.DodgerBlue;
  168. this.lblLogin.Location = new System.Drawing.Point(161, 18);
  169. this.lblLogin.Name = "lblLogin";
  170. this.lblLogin.Size = new System.Drawing.Size(128, 28);
  171. this.lblLogin.TabIndex = 0;
  172. this.lblLogin.Text = "用户登陆";
  173. //
  174. // panUserName
  175. //
  176. this.panUserName.Anchor = System.Windows.Forms.AnchorStyles.None;
  177. this.panUserName.Controls.Add(this.txtUserName);
  178. this.panUserName.Controls.Add(this.picUserName);
  179. this.panUserName.Location = new System.Drawing.Point(102, 71);
  180. this.panUserName.Name = "panUserName";
  181. this.panUserName.Size = new System.Drawing.Size(245, 35);
  182. this.panUserName.TabIndex = 4;
  183. //
  184. // txtUserName
  185. //
  186. this.txtUserName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.txtUserName.Location = new System.Drawing.Point(42, 2);
  188. this.txtUserName.Name = "txtUserName";
  189. this.txtUserName.Size = new System.Drawing.Size(196, 30);
  190. this.txtUserName.TabIndex = 3;
  191. this.txtUserName.Text = "1942";
  192. this.txtUserName.WordWrap = false;
  193. //
  194. // picUserName
  195. //
  196. this.picUserName.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picUserName.BackgroundImage")));
  197. this.picUserName.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  198. this.picUserName.Location = new System.Drawing.Point(3, 0);
  199. this.picUserName.Name = "picUserName";
  200. this.picUserName.Size = new System.Drawing.Size(33, 35);
  201. this.picUserName.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  202. this.picUserName.TabIndex = 2;
  203. this.picUserName.TabStop = false;
  204. //
  205. // panPassWord
  206. //
  207. this.panPassWord.Anchor = System.Windows.Forms.AnchorStyles.None;
  208. this.panPassWord.Controls.Add(this.txtPassWord);
  209. this.panPassWord.Controls.Add(this.picPassWord);
  210. this.panPassWord.Location = new System.Drawing.Point(102, 119);
  211. this.panPassWord.Name = "panPassWord";
  212. this.panPassWord.Size = new System.Drawing.Size(245, 35);
  213. this.panPassWord.TabIndex = 5;
  214. //
  215. // txtPassWord
  216. //
  217. this.txtPassWord.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.txtPassWord.Location = new System.Drawing.Point(42, 3);
  219. this.txtPassWord.Name = "txtPassWord";
  220. this.txtPassWord.Size = new System.Drawing.Size(196, 30);
  221. this.txtPassWord.TabIndex = 4;
  222. this.txtPassWord.Text = "1";
  223. this.txtPassWord.UseSystemPasswordChar = true;
  224. this.txtPassWord.WordWrap = false;
  225. //
  226. // picPassWord
  227. //
  228. this.picPassWord.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picPassWord.BackgroundImage")));
  229. this.picPassWord.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  230. this.picPassWord.Location = new System.Drawing.Point(3, 0);
  231. this.picPassWord.Name = "picPassWord";
  232. this.picPassWord.Size = new System.Drawing.Size(33, 35);
  233. this.picPassWord.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  234. this.picPassWord.TabIndex = 3;
  235. this.picPassWord.TabStop = false;
  236. //
  237. // tableLayoutPanel4
  238. //
  239. this.tableLayoutPanel4.Anchor = System.Windows.Forms.AnchorStyles.None;
  240. this.tableLayoutPanel4.ColumnCount = 2;
  241. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  242. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  243. this.tableLayoutPanel4.Controls.Add(this.labForgetPassword, 1, 0);
  244. this.tableLayoutPanel4.Controls.Add(this.chkPassWord, 0, 0);
  245. this.tableLayoutPanel4.Location = new System.Drawing.Point(102, 165);
  246. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  247. this.tableLayoutPanel4.RowCount = 1;
  248. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  249. this.tableLayoutPanel4.Size = new System.Drawing.Size(245, 39);
  250. this.tableLayoutPanel4.TabIndex = 6;
  251. //
  252. // chkPassWord
  253. //
  254. this.chkPassWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  255. this.chkPassWord.AutoSize = true;
  256. this.chkPassWord.Location = new System.Drawing.Point(3, 10);
  257. this.chkPassWord.Name = "chkPassWord";
  258. this.chkPassWord.Size = new System.Drawing.Size(116, 19);
  259. this.chkPassWord.TabIndex = 6;
  260. this.chkPassWord.Text = "记住密码";
  261. this.chkPassWord.UseVisualStyleBackColor = true;
  262. this.chkPassWord.CheckedChanged += new System.EventHandler(this.chkPassWord_CheckedChanged);
  263. //
  264. // LoginForm
  265. //
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  267. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  268. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  269. this.ClientSize = new System.Drawing.Size(882, 599);
  270. this.Controls.Add(this.tableLayoutPanel2);
  271. this.DoubleBuffered = true;
  272. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  273. this.MaximizeBox = false;
  274. this.Name = "LoginForm";
  275. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  276. this.Text = "信捷电气学员管理系统";
  277. this.tableLayoutPanel2.ResumeLayout(false);
  278. this.tableLayoutPanel2.PerformLayout();
  279. this.tableLayoutPanel1.ResumeLayout(false);
  280. this.tableLayoutPanel1.PerformLayout();
  281. this.tableLayoutPanel3.ResumeLayout(false);
  282. this.tableLayoutPanel3.PerformLayout();
  283. this.panUserName.ResumeLayout(false);
  284. this.panUserName.PerformLayout();
  285. ((System.ComponentModel.ISupportInitialize)(this.picUserName)).EndInit();
  286. this.panPassWord.ResumeLayout(false);
  287. this.panPassWord.PerformLayout();
  288. ((System.ComponentModel.ISupportInitialize)(this.picPassWord)).EndInit();
  289. this.tableLayoutPanel4.ResumeLayout(false);
  290. this.tableLayoutPanel4.PerformLayout();
  291. this.ResumeLayout(false);
  292. this.PerformLayout();
  293. }
  294. #endregion
  295. private System.Windows.Forms.ToolTip toolTip1;
  296. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  297. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  298. private System.Windows.Forms.Label lblHead;
  299. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  300. private System.Windows.Forms.Button btnSubmit;
  301. private System.Windows.Forms.Label lblLogin;
  302. private System.Windows.Forms.Panel panUserName;
  303. private System.Windows.Forms.TextBox txtUserName;
  304. private System.Windows.Forms.PictureBox picUserName;
  305. private System.Windows.Forms.Panel panPassWord;
  306. private System.Windows.Forms.TextBox txtPassWord;
  307. private System.Windows.Forms.PictureBox picPassWord;
  308. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  309. private System.Windows.Forms.LinkLabel labForgetPassword;
  310. private System.Windows.Forms.CheckBox chkPassWord;
  311. }
  312. }