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

📄 holiydaymanege.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace 人事管理
{
    partial class holiydaymanege
    {
        /// <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.groupBox2 = new System.Windows.Forms.GroupBox();
            this.leaveview = new System.Windows.Forms.DataGridView();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.holidaysetbtn = new System.Windows.Forms.Button();
            this.mainworkerbtn = new System.Windows.Forms.Button();
            this.mainbranchbtn = new System.Windows.Forms.Button();
            this.rebtn = new System.Windows.Forms.Button();
            this.deletebtn = new System.Windows.Forms.Button();
            this.yesbtn = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.leaveview)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.leaveview);
            this.groupBox2.Location = new System.Drawing.Point(12, 81);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(624, 273);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "请假申请列表";
            // 
            // leaveview
            // 
            this.leaveview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.leaveview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.leaveview.Location = new System.Drawing.Point(3, 17);
            this.leaveview.Name = "leaveview";
            this.leaveview.RowTemplate.Height = 23;
            this.leaveview.Size = new System.Drawing.Size(618, 253);
            this.leaveview.TabIndex = 0;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.holidaysetbtn);
            this.groupBox1.Controls.Add(this.mainworkerbtn);
            this.groupBox1.Controls.Add(this.mainbranchbtn);
            this.groupBox1.Controls.Add(this.rebtn);
            this.groupBox1.Controls.Add(this.deletebtn);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(621, 54);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "假期操作";
            // 
            // holidaysetbtn
            // 
            this.holidaysetbtn.Location = new System.Drawing.Point(433, 20);
            this.holidaysetbtn.Name = "holidaysetbtn";
            this.holidaysetbtn.Size = new System.Drawing.Size(75, 23);
            this.holidaysetbtn.TabIndex = 4;
            this.holidaysetbtn.Text = "假期设置";
            this.holidaysetbtn.UseVisualStyleBackColor = true;
            this.holidaysetbtn.Click += new System.EventHandler(this.holidaysetbtn_Click);
            // 
            // mainworkerbtn
            // 
            this.mainworkerbtn.Location = new System.Drawing.Point(333, 20);
            this.mainworkerbtn.Name = "mainworkerbtn";
            this.mainworkerbtn.Size = new System.Drawing.Size(75, 23);
            this.mainworkerbtn.TabIndex = 3;
            this.mainworkerbtn.Text = "员工总汇";
            this.mainworkerbtn.UseVisualStyleBackColor = true;
            this.mainworkerbtn.Click += new System.EventHandler(this.mainworkerbtn_Click);
            // 
            // mainbranchbtn
            // 
            this.mainbranchbtn.Location = new System.Drawing.Point(233, 20);
            this.mainbranchbtn.Name = "mainbranchbtn";
            this.mainbranchbtn.Size = new System.Drawing.Size(75, 23);
            this.mainbranchbtn.TabIndex = 2;
            this.mainbranchbtn.Text = "部门总汇";
            this.mainbranchbtn.UseVisualStyleBackColor = true;
            this.mainbranchbtn.Click += new System.EventHandler(this.mainbranchbtn_Click);
            // 
            // rebtn
            // 
            this.rebtn.Location = new System.Drawing.Point(131, 20);
            this.rebtn.Name = "rebtn";
            this.rebtn.Size = new System.Drawing.Size(75, 23);
            this.rebtn.TabIndex = 1;
            this.rebtn.Text = "撤销申请";
            this.rebtn.UseVisualStyleBackColor = true;
            this.rebtn.Click += new System.EventHandler(this.rebtn_Click);
            // 
            // deletebtn
            // 
            this.deletebtn.Location = new System.Drawing.Point(35, 20);
            this.deletebtn.Name = "deletebtn";
            this.deletebtn.Size = new System.Drawing.Size(75, 23);
            this.deletebtn.TabIndex = 0;
            this.deletebtn.Text = "删除记录";
            this.deletebtn.UseVisualStyleBackColor = true;
            this.deletebtn.Click += new System.EventHandler(this.deletebtn_Click);
            // 
            // yesbtn
            // 
            this.yesbtn.Location = new System.Drawing.Point(502, 360);
            this.yesbtn.Name = "yesbtn";
            this.yesbtn.Size = new System.Drawing.Size(75, 23);
            this.yesbtn.TabIndex = 4;
            this.yesbtn.Text = "确定";
            this.yesbtn.UseVisualStyleBackColor = true;
            this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(529, 20);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 5;
            this.button1.Text = "取消";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // holiydaymanege
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(648, 390);
            this.Controls.Add(this.yesbtn);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.MaximizeBox = false;
            this.Name = "holiydaymanege";
            this.Text = "假期管理";
            this.Load += new System.EventHandler(this.holiydaymanege_Load);
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.leaveview)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.DataGridView leaveview;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button holidaysetbtn;
        private System.Windows.Forms.Button mainworkerbtn;
        private System.Windows.Forms.Button mainbranchbtn;
        private System.Windows.Forms.Button rebtn;
        private System.Windows.Forms.Button deletebtn;
        private System.Windows.Forms.Button yesbtn;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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