📄 form_main.designer.cs
字号:
this.设置出勤时间ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.设置出勤时间ToolStripMenuItem.Text = "设置出勤时间";
//
// 记录出入时间ToolStripMenuItem
//
this.记录出入时间ToolStripMenuItem.Name = "记录出入时间ToolStripMenuItem";
this.记录出入时间ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.记录出入时间ToolStripMenuItem.Text = "记录出入时间";
//
// 考期查询ToolStripMenuItem
//
this.考期查询ToolStripMenuItem.Name = "考期查询ToolStripMenuItem";
this.考期查询ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.考期查询ToolStripMenuItem.Text = "考期查询";
//
// 考勤报表ToolStripMenuItem
//
this.考勤报表ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.周报表ToolStripMenuItem,
this.月报表ToolStripMenuItem});
this.考勤报表ToolStripMenuItem.Name = "考勤报表ToolStripMenuItem";
this.考勤报表ToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
this.考勤报表ToolStripMenuItem.Text = "考勤报表(&P)";
//
// 周报表ToolStripMenuItem
//
this.周报表ToolStripMenuItem.Name = "周报表ToolStripMenuItem";
this.周报表ToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.周报表ToolStripMenuItem.Text = "周报表";
//
// 月报表ToolStripMenuItem
//
this.月报表ToolStripMenuItem.Name = "月报表ToolStripMenuItem";
this.月报表ToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.月报表ToolStripMenuItem.Text = "月报表";
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系统说明ToolStripMenuItem,
this.toolStripMenuItem3,
this.关于ToolStripMenuItem});
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
this.帮助ToolStripMenuItem.Text = "帮助(&H)";
//
// 系统说明ToolStripMenuItem
//
this.系统说明ToolStripMenuItem.Name = "系统说明ToolStripMenuItem";
this.系统说明ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.系统说明ToolStripMenuItem.Text = "系统说明";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.StatusLabel_tip,
this.StatusLabel_user,
this.StatusLabel_usertype,
this.StatusLabel_LoginTime});
this.statusStrip1.Location = new System.Drawing.Point(0, 544);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(792, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// StatusLabel_tip
//
this.StatusLabel_tip.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.StatusLabel_tip.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
this.StatusLabel_tip.Name = "StatusLabel_tip";
this.StatusLabel_tip.Size = new System.Drawing.Size(155, 17);
this.StatusLabel_tip.Text = "欢迎进入门禁考勤管理系统";
//
// StatusLabel_user
//
this.StatusLabel_user.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.StatusLabel_user.Name = "StatusLabel_user";
this.StatusLabel_user.Size = new System.Drawing.Size(47, 17);
this.StatusLabel_user.Text = "用户:";
//
// StatusLabel_usertype
//
this.StatusLabel_usertype.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.StatusLabel_usertype.Name = "StatusLabel_usertype";
this.StatusLabel_usertype.Size = new System.Drawing.Size(113, 17);
this.StatusLabel_usertype.Text = "toolStripStatusLabel1";
//
// StatusLabel_LoginTime
//
this.StatusLabel_LoginTime.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.StatusLabel_LoginTime.Name = "StatusLabel_LoginTime";
this.StatusLabel_LoginTime.Size = new System.Drawing.Size(113, 17);
this.StatusLabel_LoginTime.Text = "toolStripStatusLabel1";
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(149, 6);
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.关于ToolStripMenuItem.Text = "关于...";
this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
//
// Form_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 566);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.Cursor = System.Windows.Forms.Cursors.Arrow;
this.IsMdiContainer = true;
this.KeyPreview = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "门禁考勤管理系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Form_Main_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 用户管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改密码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 重新登录ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem 退出EToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 员工信息管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 管理员员工信息AToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 查询员工信息QToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除员工信息DToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 考勤管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 考勤报表ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 查询员工信息QToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 设置日期时间ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 设置出勤时间ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 记录出入时间ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 考期查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 周报表ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 月报表ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 系统说明ToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel StatusLabel_tip;
private System.Windows.Forms.ToolStripStatusLabel StatusLabel_user;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ToolStripStatusLabel StatusLabel_usertype;
private System.Windows.Forms.ToolStripStatusLabel StatusLabel_LoginTime;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -