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

📄 addworkmanege.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace 人事管理
{
    partial class addworkmanege
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(addworkmanege));
            this.branchbtn = new System.Windows.Forms.Button();
            this.selectworkerbtn = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.addworkview = new System.Windows.Forms.DataGridView();
            this.yesbtn = new System.Windows.Forms.Button();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.addworkview)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.SuspendLayout();
            // 
            // branchbtn
            // 
            this.branchbtn.Location = new System.Drawing.Point(103, 21);
            this.branchbtn.Name = "branchbtn";
            this.branchbtn.Size = new System.Drawing.Size(75, 23);
            this.branchbtn.TabIndex = 0;
            this.branchbtn.Text = "部门汇总";
            this.branchbtn.UseVisualStyleBackColor = true;
            this.branchbtn.Click += new System.EventHandler(this.branchbtn_Click);
            // 
            // selectworkerbtn
            // 
            this.selectworkerbtn.Location = new System.Drawing.Point(212, 21);
            this.selectworkerbtn.Name = "selectworkerbtn";
            this.selectworkerbtn.Size = new System.Drawing.Size(75, 23);
            this.selectworkerbtn.TabIndex = 1;
            this.selectworkerbtn.Text = "员工查询";
            this.selectworkerbtn.UseVisualStyleBackColor = true;
            this.selectworkerbtn.Click += new System.EventHandler(this.selectworkerbtn_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.addworkview);
            this.groupBox1.Location = new System.Drawing.Point(28, 61);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(538, 265);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "加班列表";
            // 
            // addworkview
            // 
            this.addworkview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.addworkview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.addworkview.Location = new System.Drawing.Point(3, 17);
            this.addworkview.Name = "addworkview";
            this.addworkview.RowTemplate.Height = 23;
            this.addworkview.Size = new System.Drawing.Size(532, 245);
            this.addworkview.TabIndex = 0;
            // 
            // yesbtn
            // 
            this.yesbtn.Location = new System.Drawing.Point(491, 332);
            this.yesbtn.Name = "yesbtn";
            this.yesbtn.Size = new System.Drawing.Size(75, 23);
            this.yesbtn.TabIndex = 3;
            this.yesbtn.Text = "确定";
            this.yesbtn.UseVisualStyleBackColor = true;
            this.yesbtn.Click += new System.EventHandler(this.yesbtn_Click);
            // 
            // pictureBox2
            // 
            this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
            this.pictureBox2.Location = new System.Drawing.Point(31, 12);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(45, 41);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox2.TabIndex = 9;
            this.pictureBox2.TabStop = false;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(319, 21);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 10;
            this.button1.Text = "取消";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // addworkmanege
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 366);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.yesbtn);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.selectworkerbtn);
            this.Controls.Add(this.branchbtn);
            this.MaximizeBox = false;
            this.Name = "addworkmanege";
            this.Text = "加班管理";
            this.Load += new System.EventHandler(this.addworkmanege_Load);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.addworkview)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button branchbtn;
        private System.Windows.Forms.Button selectworkerbtn;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView addworkview;
        private System.Windows.Forms.Button yesbtn;
        private System.Windows.Forms.PictureBox pictureBox2;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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