namespace StuMgmClient { partial class LoginForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm)); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.labForgetPassword = new System.Windows.Forms.LinkLabel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.lblHead = new System.Windows.Forms.Label(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.btnSubmit = new System.Windows.Forms.Button(); this.lblLogin = new System.Windows.Forms.Label(); this.panUserName = new System.Windows.Forms.Panel(); this.txtUserName = new System.Windows.Forms.TextBox(); this.picUserName = new System.Windows.Forms.PictureBox(); this.panPassWord = new System.Windows.Forms.Panel(); this.txtPassWord = new System.Windows.Forms.TextBox(); this.picPassWord = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.chkPassWord = new System.Windows.Forms.CheckBox(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.panUserName.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picUserName)).BeginInit(); this.panPassWord.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picPassWord)).BeginInit(); this.tableLayoutPanel4.SuspendLayout(); this.SuspendLayout(); // // toolTip1 // this.toolTip1.IsBalloon = true; // // labForgetPassword // this.labForgetPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.labForgetPassword.AutoSize = true; this.labForgetPassword.LinkColor = System.Drawing.Color.DodgerBlue; this.labForgetPassword.Location = new System.Drawing.Point(125, 12); this.labForgetPassword.Name = "labForgetPassword"; this.labForgetPassword.Size = new System.Drawing.Size(117, 15); this.labForgetPassword.TabIndex = 7; this.labForgetPassword.TabStop = true; this.labForgetPassword.Text = "忘记密码"; this.labForgetPassword.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.toolTip1.SetToolTip(this.labForgetPassword, "请联系教师!"); this.labForgetPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labForgetPassword_LinkClicked); // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel2.ColumnCount = 3; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.49695F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.39339F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 26.02263F)); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 1, 1); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 3; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(882, 599); this.tableLayoutPanel2.TabIndex = 3; // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.lblHead, 0, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(192, 92); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(456, 413); this.tableLayoutPanel1.TabIndex = 2; // // lblHead // this.lblHead.AutoSize = true; this.lblHead.BackColor = System.Drawing.Color.Transparent; this.lblHead.Dock = System.Windows.Forms.DockStyle.Fill; this.lblHead.Font = new System.Drawing.Font("幼圆", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblHead.ForeColor = System.Drawing.Color.WhiteSmoke; this.lblHead.Location = new System.Drawing.Point(3, 0); this.lblHead.Name = "lblHead"; this.lblHead.Size = new System.Drawing.Size(450, 41); this.lblHead.TabIndex = 1; this.lblHead.Text = "信 捷 电 气 管 理 系 统"; this.lblHead.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // tableLayoutPanel3 // this.tableLayoutPanel3.BackColor = System.Drawing.Color.WhiteSmoke; this.tableLayoutPanel3.ColumnCount = 1; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel3.Controls.Add(this.btnSubmit, 0, 4); this.tableLayoutPanel3.Controls.Add(this.lblLogin, 0, 0); this.tableLayoutPanel3.Controls.Add(this.panUserName, 0, 1); this.tableLayoutPanel3.Controls.Add(this.panPassWord, 0, 2); this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 3); this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 85); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 5; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F)); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F)); this.tableLayoutPanel3.Size = new System.Drawing.Size(450, 325); this.tableLayoutPanel3.TabIndex = 3; // // btnSubmit // this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnSubmit.BackColor = System.Drawing.Color.DodgerBlue; this.btnSubmit.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSubmit.ForeColor = System.Drawing.Color.Transparent; this.btnSubmit.Location = new System.Drawing.Point(96, 239); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(257, 56); this.btnSubmit.TabIndex = 1; this.btnSubmit.Text = "登 陆"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // lblLogin // this.lblLogin.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblLogin.AutoSize = true; this.lblLogin.Font = new System.Drawing.Font("幼圆", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLogin.ForeColor = System.Drawing.Color.DodgerBlue; this.lblLogin.Location = new System.Drawing.Point(161, 18); this.lblLogin.Name = "lblLogin"; this.lblLogin.Size = new System.Drawing.Size(128, 28); this.lblLogin.TabIndex = 0; this.lblLogin.Text = "用户登陆"; // // panUserName // this.panUserName.Anchor = System.Windows.Forms.AnchorStyles.None; this.panUserName.Controls.Add(this.txtUserName); this.panUserName.Controls.Add(this.picUserName); this.panUserName.Location = new System.Drawing.Point(102, 71); this.panUserName.Name = "panUserName"; this.panUserName.Size = new System.Drawing.Size(245, 35); this.panUserName.TabIndex = 4; // // txtUserName // this.txtUserName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtUserName.Location = new System.Drawing.Point(42, 2); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(196, 30); this.txtUserName.TabIndex = 3; this.txtUserName.Text = "1942"; this.txtUserName.WordWrap = false; // // picUserName // this.picUserName.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picUserName.BackgroundImage"))); this.picUserName.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.picUserName.Location = new System.Drawing.Point(3, 0); this.picUserName.Name = "picUserName"; this.picUserName.Size = new System.Drawing.Size(33, 35); this.picUserName.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picUserName.TabIndex = 2; this.picUserName.TabStop = false; // // panPassWord // this.panPassWord.Anchor = System.Windows.Forms.AnchorStyles.None; this.panPassWord.Controls.Add(this.txtPassWord); this.panPassWord.Controls.Add(this.picPassWord); this.panPassWord.Location = new System.Drawing.Point(102, 119); this.panPassWord.Name = "panPassWord"; this.panPassWord.Size = new System.Drawing.Size(245, 35); this.panPassWord.TabIndex = 5; // // txtPassWord // this.txtPassWord.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPassWord.Location = new System.Drawing.Point(42, 3); this.txtPassWord.Name = "txtPassWord"; this.txtPassWord.Size = new System.Drawing.Size(196, 30); this.txtPassWord.TabIndex = 4; this.txtPassWord.Text = "1"; this.txtPassWord.UseSystemPasswordChar = true; this.txtPassWord.WordWrap = false; // // picPassWord // this.picPassWord.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("picPassWord.BackgroundImage"))); this.picPassWord.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.picPassWord.Location = new System.Drawing.Point(3, 0); this.picPassWord.Name = "picPassWord"; this.picPassWord.Size = new System.Drawing.Size(33, 35); this.picPassWord.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picPassWord.TabIndex = 3; this.picPassWord.TabStop = false; // // tableLayoutPanel4 // this.tableLayoutPanel4.Anchor = System.Windows.Forms.AnchorStyles.None; this.tableLayoutPanel4.ColumnCount = 2; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Controls.Add(this.labForgetPassword, 1, 0); this.tableLayoutPanel4.Controls.Add(this.chkPassWord, 0, 0); this.tableLayoutPanel4.Location = new System.Drawing.Point(102, 165); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 1; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Size = new System.Drawing.Size(245, 39); this.tableLayoutPanel4.TabIndex = 6; // // chkPassWord // this.chkPassWord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.chkPassWord.AutoSize = true; this.chkPassWord.Location = new System.Drawing.Point(3, 10); this.chkPassWord.Name = "chkPassWord"; this.chkPassWord.Size = new System.Drawing.Size(116, 19); this.chkPassWord.TabIndex = 6; this.chkPassWord.Text = "记住密码"; this.chkPassWord.UseVisualStyleBackColor = true; this.chkPassWord.CheckedChanged += new System.EventHandler(this.chkPassWord_CheckedChanged); // // LoginForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(882, 599); this.Controls.Add(this.tableLayoutPanel2); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "LoginForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "信捷电气学员管理系统"; this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.panUserName.ResumeLayout(false); this.panUserName.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picUserName)).EndInit(); this.panPassWord.ResumeLayout(false); this.panPassWord.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picPassWord)).EndInit(); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label lblHead; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Button btnSubmit; private System.Windows.Forms.Label lblLogin; private System.Windows.Forms.Panel panUserName; private System.Windows.Forms.TextBox txtUserName; private System.Windows.Forms.PictureBox picUserName; private System.Windows.Forms.Panel panPassWord; private System.Windows.Forms.TextBox txtPassWord; private System.Windows.Forms.PictureBox picPassWord; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.LinkLabel labForgetPassword; private System.Windows.Forms.CheckBox chkPassWord; } }