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

📄 setholiyday.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace 人事管理
{
    partial class setholiyday
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label2 = new System.Windows.Forms.Label();
            this.numholidaybox = new System.Windows.Forms.NumericUpDown();
            this.deleteholidaybtn = new System.Windows.Forms.Button();
            this.addholidaybtn = new System.Windows.Forms.Button();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.holidaynamebox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.setholidaybox = new System.Windows.Forms.CheckedListBox();
            this.yestbtn = new System.Windows.Forms.Button();
            this.outbtn = new System.Windows.Forms.Button();
            this.datebox = new System.Windows.Forms.DateTimePicker();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numholidaybox)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.datebox);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.numholidaybox);
            this.groupBox1.Controls.Add(this.deleteholidaybtn);
            this.groupBox1.Controls.Add(this.addholidaybtn);
            this.groupBox1.Controls.Add(this.checkBox1);
            this.groupBox1.Controls.Add(this.holidaynamebox);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.setholidaybox);
            this.groupBox1.Location = new System.Drawing.Point(12, 7);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(487, 342);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(300, 277);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 8;
            this.label2.Text = "年假天数:";
            // 
            // numholidaybox
            // 
            this.numholidaybox.Location = new System.Drawing.Point(382, 275);
            this.numholidaybox.Name = "numholidaybox";
            this.numholidaybox.Size = new System.Drawing.Size(63, 21);
            this.numholidaybox.TabIndex = 7;
            // 
            // deleteholidaybtn
            // 
            this.deleteholidaybtn.Location = new System.Drawing.Point(300, 226);
            this.deleteholidaybtn.Name = "deleteholidaybtn";
            this.deleteholidaybtn.Size = new System.Drawing.Size(75, 23);
            this.deleteholidaybtn.TabIndex = 6;
            this.deleteholidaybtn.Text = "删除假日";
            this.deleteholidaybtn.UseVisualStyleBackColor = true;
            this.deleteholidaybtn.Click += new System.EventHandler(this.deleteholidaybtn_Click);
            // 
            // addholidaybtn
            // 
            this.addholidaybtn.Location = new System.Drawing.Point(300, 182);
            this.addholidaybtn.Name = "addholidaybtn";
            this.addholidaybtn.Size = new System.Drawing.Size(75, 23);
            this.addholidaybtn.TabIndex = 5;
            this.addholidaybtn.Text = "增加假日";
            this.addholidaybtn.UseVisualStyleBackColor = true;
            this.addholidaybtn.Click += new System.EventHandler(this.addholidaybtn_Click);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(300, 140);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(72, 16);
            this.checkBox1.TabIndex = 4;
            this.checkBox1.Text = "国定假期";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // holidaynamebox
            // 
            this.holidaynamebox.Location = new System.Drawing.Point(300, 101);
            this.holidaynamebox.Name = "holidaynamebox";
            this.holidaynamebox.Size = new System.Drawing.Size(145, 21);
            this.holidaynamebox.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(298, 86);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 2;
            this.label1.Text = "假期名称:";
            // 
            // setholidaybox
            // 
            this.setholidaybox.FormattingEnabled = true;
            this.setholidaybox.Location = new System.Drawing.Point(18, 20);
            this.setholidaybox.Name = "setholidaybox";
            this.setholidaybox.Size = new System.Drawing.Size(211, 308);
            this.setholidaybox.TabIndex = 0;
            // 
            // yestbtn
            // 
            this.yestbtn.Location = new System.Drawing.Point(509, 260);
            this.yestbtn.Name = "yestbtn";
            this.yestbtn.Size = new System.Drawing.Size(75, 23);
            this.yestbtn.TabIndex = 1;
            this.yestbtn.Text = "确定";
            this.yestbtn.UseVisualStyleBackColor = true;
            this.yestbtn.Click += new System.EventHandler(this.yestbtn_Click);
            // 
            // outbtn
            // 
            this.outbtn.Location = new System.Drawing.Point(509, 325);
            this.outbtn.Name = "outbtn";
            this.outbtn.Size = new System.Drawing.Size(75, 23);
            this.outbtn.TabIndex = 2;
            this.outbtn.Text = "取消";
            this.outbtn.UseVisualStyleBackColor = true;
            this.outbtn.Click += new System.EventHandler(this.outbtn_Click);
            // 
            // datebox
            // 
            this.datebox.Location = new System.Drawing.Point(300, 38);
            this.datebox.Name = "datebox";
            this.datebox.Size = new System.Drawing.Size(145, 21);
            this.datebox.TabIndex = 10;
            // 
            // setholiyday
            // 
            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.outbtn);
            this.Controls.Add(this.yestbtn);
            this.Controls.Add(this.groupBox1);
            this.MaximizeBox = false;
            this.Name = "setholiyday";
            this.Text = "假期设置";
            this.Load += new System.EventHandler(this.setholiyday_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numholidaybox)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckedListBox setholidaybox;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.TextBox holidaynamebox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.NumericUpDown numholidaybox;
        private System.Windows.Forms.Button deleteholidaybtn;
        private System.Windows.Forms.Button addholidaybtn;
        private System.Windows.Forms.Button yestbtn;
        private System.Windows.Forms.Button outbtn;
        private System.Windows.Forms.DateTimePicker datebox;
    }
}

⌨️ 快捷键说明

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