📄 loginform.cs
字号:
this.pictureBox2.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(4, 0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(21, 26);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox2.TabIndex = 2;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(4, 26);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// plLeft
//
this.plLeft.Controls.AddRange(new System.Windows.Forms.Control[] {
this.pictureBox8});
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.plLeft.Location = new System.Drawing.Point(0, 26);
this.plLeft.Name = "plLeft";
this.plLeft.Size = new System.Drawing.Size(4, 210);
this.plLeft.TabIndex = 22;
//
// pictureBox8
//
this.pictureBox8.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox8.BackgroundImage")));
this.pictureBox8.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(4, 210);
this.pictureBox8.TabIndex = 0;
this.pictureBox8.TabStop = false;
//
// plBotton
//
this.plBotton.Controls.AddRange(new System.Windows.Forms.Control[] {
this.pictureBox12,
this.pictureBox11,
this.pictureBox10});
this.plBotton.Dock = System.Windows.Forms.DockStyle.Bottom;
this.plBotton.Location = new System.Drawing.Point(0, 236);
this.plBotton.Name = "plBotton";
this.plBotton.Size = new System.Drawing.Size(296, 4);
this.plBotton.TabIndex = 21;
//
// pictureBox12
//
this.pictureBox12.Dock = System.Windows.Forms.DockStyle.Right;
this.pictureBox12.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox12.Image")));
this.pictureBox12.Location = new System.Drawing.Point(292, 0);
this.pictureBox12.Name = "pictureBox12";
this.pictureBox12.Size = new System.Drawing.Size(4, 4);
this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox12.TabIndex = 2;
this.pictureBox12.TabStop = false;
//
// pictureBox11
//
this.pictureBox11.BackgroundImage = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox11.BackgroundImage")));
this.pictureBox11.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox11.Location = new System.Drawing.Point(4, 0);
this.pictureBox11.Name = "pictureBox11";
this.pictureBox11.Size = new System.Drawing.Size(292, 4);
this.pictureBox11.TabIndex = 1;
this.pictureBox11.TabStop = false;
//
// pictureBox10
//
this.pictureBox10.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox10.Image = ((System.Drawing.Bitmap)(resources.GetObject("pictureBox10.Image")));
this.pictureBox10.Name = "pictureBox10";
this.pictureBox10.Size = new System.Drawing.Size(4, 4);
this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox10.TabIndex = 0;
this.pictureBox10.TabStop = false;
//
// tbtnAbout
//
this.tbtnAbout.ImageIndex = 1;
this.tbtnAbout.Text = "关于软件";
//
// tbtnHelp
//
this.tbtnHelp.ImageIndex = 0;
this.tbtnHelp.Text = "使用帮助";
this.tbtnHelp.ToolTipText = "系统管理";
//
// tbtnClose
//
this.tbtnClose.ImageIndex = 2;
this.tbtnClose.Text = "关闭窗口";
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel2.Controls.AddRange(new System.Windows.Forms.Control[] {
this.lbTitle});
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(4, 52);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(288, 24);
this.panel2.TabIndex = 26;
//
// lbTitle
//
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbTitle.ForeColor = System.Drawing.Color.MintCream;
this.lbTitle.Image = ((System.Drawing.Bitmap)(resources.GetObject("lbTitle.Image")));
this.lbTitle.Name = "lbTitle";
this.lbTitle.Size = new System.Drawing.Size(284, 20);
this.lbTitle.TabIndex = 4;
this.lbTitle.Text = "系统管理员登陆";
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel1
//
this.panel1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.toolBar1});
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(4, 26);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(288, 26);
this.panel1.TabIndex = 25;
//
// toolBar1
//
this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.tbtnHelp,
this.tbtnAbout,
this.tbtnClose});
this.toolBar1.Cursor = System.Windows.Forms.Cursors.Hand;
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(288, 25);
this.toolBar1.TabIndex = 2;
this.toolBar1.TabStop = true;
this.toolBar1.TextAlign = System.Windows.Forms.ToolBarTextAlign.Right;
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// panel3
//
this.panel3.Controls.AddRange(new System.Windows.Forms.Control[] {
this.btnPrv,
this.btnFirst,
this.txbUserPass,
this.txbUserName,
this.label2,
this.label1});
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(4, 78);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(288, 136);
this.panel3.TabIndex = 27;
//
// btnPrv
//
this.btnPrv.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left);
this.btnPrv.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnPrv.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnPrv.Image")));
this.btnPrv.Location = new System.Drawing.Point(128, 96);
this.btnPrv.Name = "btnPrv";
this.btnPrv.Size = new System.Drawing.Size(45, 18);
this.btnPrv.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnPrv.TabIndex = 12;
this.btnPrv.TabStop = false;
//
// btnFirst
//
this.btnFirst.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left);
this.btnFirst.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFirst.Image = ((System.Drawing.Bitmap)(resources.GetObject("btnFirst.Image")));
this.btnFirst.Location = new System.Drawing.Point(72, 96);
this.btnFirst.Name = "btnFirst";
this.btnFirst.Size = new System.Drawing.Size(45, 18);
this.btnFirst.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnFirst.TabIndex = 11;
this.btnFirst.TabStop = false;
//
// txbUserPass
//
this.txbUserPass.Location = new System.Drawing.Point(72, 64);
this.txbUserPass.Name = "txbUserPass";
this.txbUserPass.Size = new System.Drawing.Size(184, 21);
this.txbUserPass.TabIndex = 3;
this.txbUserPass.Text = "textBox2";
//
// txbUserName
//
this.txbUserName.Location = new System.Drawing.Point(72, 24);
this.txbUserName.Name = "txbUserName";
this.txbUserName.Size = new System.Drawing.Size(184, 21);
this.txbUserName.TabIndex = 2;
this.txbUserName.Text = "textBox1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(42, 14);
this.label2.TabIndex = 1;
this.label2.Text = "密 码";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 14);
this.label1.TabIndex = 0;
this.label1.Text = "登陆名";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel4
//
this.panel4.Controls.AddRange(new System.Windows.Forms.Control[] {
this.statusBar1});
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(4, 214);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(288, 22);
this.panel4.TabIndex = 30;
//
// statusBar1
//
this.statusBar1.Name = "statusBar1";
this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.statusBarPanel1,
this.statusBarPanel2,
this.statusBarPanel3});
this.statusBar1.ShowPanels = true;
this.statusBar1.Size = new System.Drawing.Size(288, 22);
this.statusBar1.TabIndex = 2;
//
// statusBarPanel1
//
this.statusBarPanel1.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarPanel1.Icon")));
this.statusBarPanel1.Width = 160;
//
// statusBarPanel2
//
this.statusBarPanel2.Icon = ((System.Drawing.Icon)(resources.GetObject("statusBarPanel2.Icon")));
this.statusBarPanel2.Width = 200;
//
// statusBarPanel3
//
this.statusBarPanel3.Width = 240;
//
// LoginForm
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(296, 240);
this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.panel3,
this.panel4,
this.panel5,
this.panel2,
this.panel1,
this.plRight,
this.plLeft,
this.plTop,
this.plBotton});
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "LoginForm";
this.Text = "LoginForm";
this.plRight.ResumeLayout(false);
this.plTop.ResumeLayout(false);
this.plLeft.ResumeLayout(false);
this.plBotton.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel3)).EndInit();
this.ResumeLayout(false);
}
#endregion
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -