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

📄 workmanege.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace 人事管理
{
    partial class workmanege
    {
        /// <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.todaybtn = new System.Windows.Forms.Button();
            this.selecthistrybtn = new System.Windows.Forms.Button();
            this.setbtn = new System.Windows.Forms.Button();
            this.setinbtn = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.worklistview = new System.Windows.Forms.DataGridView();
            this.yesbtn = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.worklistview)).BeginInit();
            this.SuspendLayout();
            // 
            // todaybtn
            // 
            this.todaybtn.Location = new System.Drawing.Point(12, 35);
            this.todaybtn.Name = "todaybtn";
            this.todaybtn.Size = new System.Drawing.Size(75, 23);
            this.todaybtn.TabIndex = 0;
            this.todaybtn.Text = "本日情况";
            this.todaybtn.UseVisualStyleBackColor = true;
            this.todaybtn.Click += new System.EventHandler(this.todaybtn_Click);
            // 
            // selecthistrybtn
            // 
            this.selecthistrybtn.Location = new System.Drawing.Point(105, 35);
            this.selecthistrybtn.Name = "selecthistrybtn";
            this.selecthistrybtn.Size = new System.Drawing.Size(75, 23);
            this.selecthistrybtn.TabIndex = 1;
            this.selecthistrybtn.Text = "历史查询";
            this.selecthistrybtn.UseVisualStyleBackColor = true;
            this.selecthistrybtn.Click += new System.EventHandler(this.selecthistrybtn_Click);
            // 
            // setbtn
            // 
            this.setbtn.Location = new System.Drawing.Point(202, 35);
            this.setbtn.Name = "setbtn";
            this.setbtn.Size = new System.Drawing.Size(75, 23);
            this.setbtn.TabIndex = 2;
            this.setbtn.Text = "考勤设置";
            this.setbtn.UseVisualStyleBackColor = true;
            this.setbtn.Click += new System.EventHandler(this.setbtn_Click);
            // 
            // setinbtn
            // 
            this.setinbtn.Location = new System.Drawing.Point(305, 35);
            this.setinbtn.Name = "setinbtn";
            this.setinbtn.Size = new System.Drawing.Size(75, 23);
            this.setinbtn.TabIndex = 3;
            this.setinbtn.Text = "取消";
            this.setinbtn.UseVisualStyleBackColor = true;
            this.setinbtn.Click += new System.EventHandler(this.setinbtn_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.worklistview);
            this.groupBox1.Location = new System.Drawing.Point(12, 64);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(368, 270);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "考勤记录";
            // 
            // worklistview
            // 
            this.worklistview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.worklistview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.worklistview.Location = new System.Drawing.Point(3, 17);
            this.worklistview.Name = "worklistview";
            this.worklistview.RowTemplate.Height = 23;
            this.worklistview.Size = new System.Drawing.Size(362, 250);
            this.worklistview.TabIndex = 0;
            // 
            // yesbtn
            // 
            this.yesbtn.Location = new System.Drawing.Point(299, 337);
            this.yesbtn.Name = "yesbtn";
            this.yesbtn.Size = new System.Drawing.Size(75, 23);
            this.yesbtn.TabIndex = 5;
            this.yesbtn.Text = "确定";
            this.yesbtn.UseVisualStyleBackColor = true;
            this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
            // 
            // workmanege
            // 
            this.ClientSize = new System.Drawing.Size(392, 366);
            this.Controls.Add(this.yesbtn);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.setinbtn);
            this.Controls.Add(this.setbtn);
            this.Controls.Add(this.selecthistrybtn);
            this.Controls.Add(this.todaybtn);
            this.MaximizeBox = false;
            this.Name = "workmanege";
            this.Text = "考勤管理";
            this.Load += new System.EventHandler(this.workmanege_Load);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.worklistview)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button todaybtn;
        private System.Windows.Forms.Button selecthistrybtn;
        private System.Windows.Forms.Button setbtn;
        private System.Windows.Forms.Button setinbtn;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView worklistview;
        private System.Windows.Forms.Button yesbtn;
    }
}

⌨️ 快捷键说明

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