⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form_main.designer.cs

📁 .net 2005 c# 完整的门禁考勤系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace AttendManager
{
    partial class Form_Main
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.用户管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.重新登录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.退出EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.员工信息管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.管理员员工信息AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.查询员工信息QToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除员工信息DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.查询员工信息QToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.考勤管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置日期时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置出勤时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.记录出入时间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.考期查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.考勤报表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.周报表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.月报表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.系统说明ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.StatusLabel_tip = new System.Windows.Forms.ToolStripStatusLabel();
            this.StatusLabel_user = new System.Windows.Forms.ToolStripStatusLabel();
            this.StatusLabel_usertype = new System.Windows.Forms.ToolStripStatusLabel();
            this.StatusLabel_LoginTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1,
            this.员工信息管理ToolStripMenuItem,
            this.考勤管理ToolStripMenuItem,
            this.考勤报表ToolStripMenuItem,
            this.帮助ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(792, 24);
            this.menuStrip1.TabIndex = 1;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.用户管理ToolStripMenuItem,
            this.修改密码ToolStripMenuItem,
            this.重新登录ToolStripMenuItem,
            this.toolStripMenuItem2,
            this.退出EToolStripMenuItem});
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(81, 20);
            this.toolStripMenuItem1.Text = "系统管理(&F)";
            // 
            // 用户管理ToolStripMenuItem
            // 
            this.用户管理ToolStripMenuItem.Name = "用户管理ToolStripMenuItem";
            this.用户管理ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.用户管理ToolStripMenuItem.Text = "用户管理(&U)";
            this.用户管理ToolStripMenuItem.Click += new System.EventHandler(this.用户管理ToolStripMenuItem_Click);
            // 
            // 修改密码ToolStripMenuItem
            // 
            this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
            this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.修改密码ToolStripMenuItem.Text = "修改密码(&P)";
            this.修改密码ToolStripMenuItem.Click += new System.EventHandler(this.修改密码ToolStripMenuItem_Click);
            // 
            // 重新登录ToolStripMenuItem
            // 
            this.重新登录ToolStripMenuItem.Name = "重新登录ToolStripMenuItem";
            this.重新登录ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.重新登录ToolStripMenuItem.Text = "重新登录(&R)";
            this.重新登录ToolStripMenuItem.Click += new System.EventHandler(this.重新登录ToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(149, 6);
            // 
            // 退出EToolStripMenuItem
            // 
            this.退出EToolStripMenuItem.Name = "退出EToolStripMenuItem";
            this.退出EToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.退出EToolStripMenuItem.Text = "退出(&X)";
            this.退出EToolStripMenuItem.Click += new System.EventHandler(this.退出EToolStripMenuItem_Click);
            // 
            // 员工信息管理ToolStripMenuItem
            // 
            this.员工信息管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.管理员员工信息AToolStripMenuItem,
            this.查询员工信息QToolStripMenuItem,
            this.删除员工信息DToolStripMenuItem,
            this.查询员工信息QToolStripMenuItem1});
            this.员工信息管理ToolStripMenuItem.Name = "员工信息管理ToolStripMenuItem";
            this.员工信息管理ToolStripMenuItem.Size = new System.Drawing.Size(105, 20);
            this.员工信息管理ToolStripMenuItem.Text = "员工信息管理(&Y)";
            // 
            // 管理员员工信息AToolStripMenuItem
            // 
            this.管理员员工信息AToolStripMenuItem.Name = "管理员员工信息AToolStripMenuItem";
            this.管理员员工信息AToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.管理员员工信息AToolStripMenuItem.Text = "管理员工信息(&A)";
            this.管理员员工信息AToolStripMenuItem.Click += new System.EventHandler(this.管理员员工信息AToolStripMenuItem_Click);
            // 
            // 查询员工信息QToolStripMenuItem
            // 
            this.查询员工信息QToolStripMenuItem.Name = "查询员工信息QToolStripMenuItem";
            this.查询员工信息QToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.查询员工信息QToolStripMenuItem.Text = "修改员工信息(&E)";
            // 
            // 删除员工信息DToolStripMenuItem
            // 
            this.删除员工信息DToolStripMenuItem.Name = "删除员工信息DToolStripMenuItem";
            this.删除员工信息DToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
            this.删除员工信息DToolStripMenuItem.Text = "删除员工信息(&D)";
            // 
            // 查询员工信息QToolStripMenuItem1
            // 
            this.查询员工信息QToolStripMenuItem1.Name = "查询员工信息QToolStripMenuItem1";
            this.查询员工信息QToolStripMenuItem1.Size = new System.Drawing.Size(162, 22);
            this.查询员工信息QToolStripMenuItem1.Text = "查询员工信息(&Q)";
            // 
            // 考勤管理ToolStripMenuItem
            // 
            this.考勤管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.设置日期时间ToolStripMenuItem,
            this.设置出勤时间ToolStripMenuItem,
            this.记录出入时间ToolStripMenuItem,
            this.考期查询ToolStripMenuItem});
            this.考勤管理ToolStripMenuItem.Name = "考勤管理ToolStripMenuItem";
            this.考勤管理ToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
            this.考勤管理ToolStripMenuItem.Text = "考勤管理(&K)";
            // 
            // 设置日期时间ToolStripMenuItem
            // 
            this.设置日期时间ToolStripMenuItem.Name = "设置日期时间ToolStripMenuItem";
            this.设置日期时间ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.设置日期时间ToolStripMenuItem.Text = "设置日期时间";
            // 
            // 设置出勤时间ToolStripMenuItem
            // 
            this.设置出勤时间ToolStripMenuItem.Name = "设置出勤时间ToolStripMenuItem";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -