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

📄 formattendancemanagement.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace HumanResourceManagement
{
    partial class FormAttendanceManagement
    {
        /// <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.grdAttendance = new System.Windows.Forms.DataGrid();
            this.btnOK = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.BtnSetting = new System.Windows.Forms.Button();
            this.btnHistory = new System.Windows.Forms.Button();
            this.btnToday = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.grdAttendance)).BeginInit();
            this.SuspendLayout();
            // 
            // grdAttendance
            // 
            this.grdAttendance.CaptionText = "考勤记录";
            this.grdAttendance.DataMember = "";
            this.grdAttendance.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.grdAttendance.Location = new System.Drawing.Point(16, 63);
            this.grdAttendance.Name = "grdAttendance";
            this.grdAttendance.ReadOnly = true;
            this.grdAttendance.Size = new System.Drawing.Size(436, 269);
            this.grdAttendance.TabIndex = 13;
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(368, 355);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 11;
            this.btnOK.Text = "确定";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(344, 22);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 12;
            this.button4.Text = "导入";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // BtnSetting
            // 
            this.BtnSetting.Location = new System.Drawing.Point(235, 22);
            this.BtnSetting.Name = "BtnSetting";
            this.BtnSetting.Size = new System.Drawing.Size(75, 23);
            this.BtnSetting.TabIndex = 8;
            this.BtnSetting.Text = " 考勤设置";
            this.BtnSetting.UseVisualStyleBackColor = true;
            this.BtnSetting.Click += new System.EventHandler(this.btnSetting_Click);
            // 
            // btnHistory
            // 
            this.btnHistory.Location = new System.Drawing.Point(125, 22);
            this.btnHistory.Name = "btnHistory";
            this.btnHistory.Size = new System.Drawing.Size(75, 23);
            this.btnHistory.TabIndex = 9;
            this.btnHistory.Text = "历史查询";
            this.btnHistory.UseVisualStyleBackColor = true;
            this.btnHistory.Click += new System.EventHandler(this.btnHistory_Click);
            // 
            // btnToday
            // 
            this.btnToday.Location = new System.Drawing.Point(16, 22);
            this.btnToday.Name = "btnToday";
            this.btnToday.Size = new System.Drawing.Size(75, 23);
            this.btnToday.TabIndex = 10;
            this.btnToday.Text = "本日情况";
            this.btnToday.UseVisualStyleBackColor = true;
            this.btnToday.Click += new System.EventHandler(this.btnToday_Click);
            // 
            // FormAttendanceManagement
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(465, 391);
            this.Controls.Add(this.grdAttendance);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.BtnSetting);
            this.Controls.Add(this.btnHistory);
            this.Controls.Add(this.btnToday);
            this.MaximizeBox = false;
            this.Name = "FormAttendanceManagement";
            this.Text = "考勤管理";
            this.Click += new System.EventHandler(this.btnOK_Click);
            this.Load += new System.EventHandler(this.FormAttendanceManagement_Load);
            ((System.ComponentModel.ISupportInitialize)(this.grdAttendance)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGrid grdAttendance;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button BtnSetting;
        private System.Windows.Forms.Button btnHistory;
        private System.Windows.Forms.Button btnToday;
    }
}

⌨️ 快捷键说明

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