Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

318 рядки
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.linkLabel1 = 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. // linkLabel1
  61. //
  62. this.linkLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  63. this.linkLabel1.AutoSize = true;
  64. this.linkLabel1.LinkColor = System.Drawing.Color.DodgerBlue;
  65. this.linkLabel1.Location = new System.Drawing.Point(125, 12);
  66. this.linkLabel1.Name = "linkLabel1";
  67. this.linkLabel1.Size = new System.Drawing.Size(117, 15);
  68. this.linkLabel1.TabIndex = 7;
  69. this.linkLabel1.TabStop = true;
  70. this.linkLabel1.Text = "忘记密码";
  71. this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  72. this.toolTip1.SetToolTip(this.linkLabel1, "请联系教师!");
  73. //
  74. // tableLayoutPanel2
  75. //
  76. this.tableLayoutPanel2.AutoSize = true;
  77. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  78. this.tableLayoutPanel2.ColumnCount = 3;
  79. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.49695F));
  80. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.39339F));
  81. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26.02263F));
  82. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 1, 1);
  83. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  85. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  86. this.tableLayoutPanel2.RowCount = 3;
  87. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  88. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
  89. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  90. this.tableLayoutPanel2.Size = new System.Drawing.Size(882, 599);
  91. this.tableLayoutPanel2.TabIndex = 3;
  92. //
  93. // tableLayoutPanel1
  94. //
  95. this.tableLayoutPanel1.AutoSize = true;
  96. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  97. this.tableLayoutPanel1.ColumnCount = 1;
  98. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  99. this.tableLayoutPanel1.Controls.Add(this.lblHead, 0, 0);
  100. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2);
  101. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.tableLayoutPanel1.Location = new System.Drawing.Point(192, 92);
  103. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  104. this.tableLayoutPanel1.RowCount = 3;
  105. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  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, 80F));
  108. this.tableLayoutPanel1.Size = new System.Drawing.Size(456, 413);
  109. this.tableLayoutPanel1.TabIndex = 2;
  110. //
  111. // lblHead
  112. //
  113. this.lblHead.AutoSize = true;
  114. this.lblHead.BackColor = System.Drawing.Color.Transparent;
  115. this.lblHead.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.lblHead.Font = new System.Drawing.Font("幼圆", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.lblHead.ForeColor = System.Drawing.Color.WhiteSmoke;
  118. this.lblHead.Location = new System.Drawing.Point(3, 0);
  119. this.lblHead.Name = "lblHead";
  120. this.lblHead.Size = new System.Drawing.Size(450, 41);
  121. this.lblHead.TabIndex = 1;
  122. this.lblHead.Text = "信 捷 电 气 管 理 系 统";
  123. this.lblHead.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  124. //
  125. // tableLayoutPanel3
  126. //
  127. this.tableLayoutPanel3.BackColor = System.Drawing.Color.WhiteSmoke;
  128. this.tableLayoutPanel3.ColumnCount = 1;
  129. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  130. this.tableLayoutPanel3.Controls.Add(this.btnSubmit, 0, 4);
  131. this.tableLayoutPanel3.Controls.Add(this.lblLogin, 0, 0);
  132. this.tableLayoutPanel3.Controls.Add(this.panUserName, 0, 1);
  133. this.tableLayoutPanel3.Controls.Add(this.panPassWord, 0, 2);
  134. this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 3);
  135. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 85);
  137. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  138. this.tableLayoutPanel3.RowCount = 5;
  139. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  140. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  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, 35F));
  144. this.tableLayoutPanel3.Size = new System.Drawing.Size(450, 325);
  145. this.tableLayoutPanel3.TabIndex = 3;
  146. //
  147. // btnSubmit
  148. //
  149. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  150. this.btnSubmit.BackColor = System.Drawing.Color.DodgerBlue;
  151. this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btnSubmit.ForeColor = System.Drawing.Color.Transparent;
  153. this.btnSubmit.Location = new System.Drawing.Point(96, 239);
  154. this.btnSubmit.Name = "btnSubmit";
  155. this.btnSubmit.Size = new System.Drawing.Size(257, 56);
  156. this.btnSubmit.TabIndex = 1;
  157. this.btnSubmit.Text = "登 陆";
  158. this.btnSubmit.UseVisualStyleBackColor = false;
  159. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  160. //
  161. // lblLogin
  162. //
  163. this.lblLogin.Anchor = System.Windows.Forms.AnchorStyles.None;
  164. this.lblLogin.AutoSize = true;
  165. this.lblLogin.Font = new System.Drawing.Font("幼圆", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.lblLogin.ForeColor = System.Drawing.Color.DodgerBlue;
  167. this.lblLogin.Location = new System.Drawing.Point(161, 18);
  168. this.lblLogin.Name = "lblLogin";
  169. this.lblLogin.Size = new System.Drawing.Size(128, 28);
  170. this.lblLogin.TabIndex = 0;
  171. this.lblLogin.Text = "用户登陆";
  172. //
  173. // panUserName
  174. //
  175. this.panUserName.Anchor = System.Windows.Forms.AnchorStyles.None;
  176. this.panUserName.Controls.Add(this.txtUserName);
  177. this.panUserName.Controls.Add(this.picUserName);
  178. this.panUserName.Location = new System.Drawing.Point(102, 71);
  179. this.panUserName.Name = "panUserName";
  180. this.panUserName.Size = new System.Drawing.Size(245, 35);
  181. this.panUserName.TabIndex = 4;
  182. //
  183. // txtUserName
  184. //
  185. this.txtUserName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.txtUserName.Location = new System.Drawing.Point(42, 2);
  187. this.txtUserName.Name = "txtUserName";
  188. this.txtUserName.Size = new System.Drawing.Size(196, 30);
  189. this.txtUserName.TabIndex = 3;
  190. this.txtUserName.WordWrap = false;
  191. //
  192. // picUserName
  193. //
  194. this.picUserName.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picUserName.BackgroundImage")));
  195. this.picUserName.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  196. this.picUserName.Location = new System.Drawing.Point(3, 0);
  197. this.picUserName.Name = "picUserName";
  198. this.picUserName.Size = new System.Drawing.Size(33, 35);
  199. this.picUserName.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  200. this.picUserName.TabIndex = 2;
  201. this.picUserName.TabStop = false;
  202. //
  203. // panPassWord
  204. //
  205. this.panPassWord.Anchor = System.Windows.Forms.AnchorStyles.None;
  206. this.panPassWord.Controls.Add(this.txtPassWord);
  207. this.panPassWord.Controls.Add(this.picPassWord);
  208. this.panPassWord.Location = new System.Drawing.Point(102, 119);
  209. this.panPassWord.Name = "panPassWord";
  210. this.panPassWord.Size = new System.Drawing.Size(245, 35);
  211. this.panPassWord.TabIndex = 5;
  212. //
  213. // txtPassWord
  214. //
  215. this.txtPassWord.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.txtPassWord.Location = new System.Drawing.Point(42, 3);
  217. this.txtPassWord.Name = "txtPassWord";
  218. this.txtPassWord.Size = new System.Drawing.Size(196, 30);
  219. this.txtPassWord.TabIndex = 4;
  220. this.txtPassWord.UseSystemPasswordChar = true;
  221. this.txtPassWord.WordWrap = false;
  222. //
  223. // picPassWord
  224. //
  225. this.picPassWord.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picPassWord.BackgroundImage")));
  226. this.picPassWord.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  227. this.picPassWord.Location = new System.Drawing.Point(3, 0);
  228. this.picPassWord.Name = "picPassWord";
  229. this.picPassWord.Size = new System.Drawing.Size(33, 35);
  230. this.picPassWord.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  231. this.picPassWord.TabIndex = 3;
  232. this.picPassWord.TabStop = false;
  233. //
  234. // tableLayoutPanel4
  235. //
  236. this.tableLayoutPanel4.Anchor = System.Windows.Forms.AnchorStyles.None;
  237. this.tableLayoutPanel4.ColumnCount = 2;
  238. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  239. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  240. this.tableLayoutPanel4.Controls.Add(this.linkLabel1, 1, 0);
  241. this.tableLayoutPanel4.Controls.Add(this.chkPassWord, 0, 0);
  242. this.tableLayoutPanel4.Location = new System.Drawing.Point(102, 165);
  243. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  244. this.tableLayoutPanel4.RowCount = 1;
  245. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  246. this.tableLayoutPanel4.Size = new System.Drawing.Size(245, 39);
  247. this.tableLayoutPanel4.TabIndex = 6;
  248. //
  249. // chkPassWord
  250. //
  251. this.chkPassWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  252. this.chkPassWord.AutoSize = true;
  253. this.chkPassWord.Location = new System.Drawing.Point(3, 10);
  254. this.chkPassWord.Name = "chkPassWord";
  255. this.chkPassWord.Size = new System.Drawing.Size(116, 19);
  256. this.chkPassWord.TabIndex = 6;
  257. this.chkPassWord.Text = "记住密码";
  258. this.chkPassWord.UseVisualStyleBackColor = true;
  259. //
  260. // LoginForm
  261. //
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  263. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  264. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  265. this.ClientSize = new System.Drawing.Size(882, 599);
  266. this.Controls.Add(this.tableLayoutPanel2);
  267. this.DoubleBuffered = true;
  268. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  269. this.MaximizeBox = false;
  270. this.Name = "LoginForm";
  271. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  272. this.Text = "信捷电气学员管理系统";
  273. this.Load += new System.EventHandler(this.LoginForm_Load);
  274. this.tableLayoutPanel2.ResumeLayout(false);
  275. this.tableLayoutPanel2.PerformLayout();
  276. this.tableLayoutPanel1.ResumeLayout(false);
  277. this.tableLayoutPanel1.PerformLayout();
  278. this.tableLayoutPanel3.ResumeLayout(false);
  279. this.tableLayoutPanel3.PerformLayout();
  280. this.panUserName.ResumeLayout(false);
  281. this.panUserName.PerformLayout();
  282. ((System.ComponentModel.ISupportInitialize)(this.picUserName)).EndInit();
  283. this.panPassWord.ResumeLayout(false);
  284. this.panPassWord.PerformLayout();
  285. ((System.ComponentModel.ISupportInitialize)(this.picPassWord)).EndInit();
  286. this.tableLayoutPanel4.ResumeLayout(false);
  287. this.tableLayoutPanel4.PerformLayout();
  288. this.ResumeLayout(false);
  289. this.PerformLayout();
  290. }
  291. #endregion
  292. private System.Windows.Forms.ToolTip toolTip1;
  293. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  294. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  295. private System.Windows.Forms.Label lblHead;
  296. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  297. private System.Windows.Forms.Button btnSubmit;
  298. private System.Windows.Forms.Label lblLogin;
  299. private System.Windows.Forms.Panel panUserName;
  300. private System.Windows.Forms.TextBox txtUserName;
  301. private System.Windows.Forms.PictureBox picUserName;
  302. private System.Windows.Forms.Panel panPassWord;
  303. private System.Windows.Forms.TextBox txtPassWord;
  304. private System.Windows.Forms.PictureBox picPassWord;
  305. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  306. private System.Windows.Forms.LinkLabel linkLabel1;
  307. private System.Windows.Forms.CheckBox chkPassWord;
  308. }
  309. }