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

📄 formvacationsetting.designer.cs

📁 人事管理系统
💻 CS
字号:
namespace HumanResourceManagement
{
    partial class FormVacationSetting
    {
        /// <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.btnCancel = new System.Windows.Forms.Button();
            this.BtnOK = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label4 = new System.Windows.Forms.Label();
            this.addFVSid = new System.Windows.Forms.TextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.clbVacation = new System.Windows.Forms.CheckedListBox();
            this.dtpVacationDay = new System.Windows.Forms.DateTimePicker();
            this.BtnDelVaction = new System.Windows.Forms.Button();
            this.BtnAddVaction = new System.Windows.Forms.Button();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(340, 331);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 24;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
            // 
            // BtnOK
            // 
            this.BtnOK.Location = new System.Drawing.Point(235, 331);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Size = new System.Drawing.Size(75, 23);
            this.BtnOK.TabIndex = 23;
            this.BtnOK.Text = "确定";
            this.BtnOK.UseVisualStyleBackColor = true;
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.addFVSid);
            this.groupBox1.Controls.Add(this.pictureBox1);
            this.groupBox1.Controls.Add(this.checkBox1);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.clbVacation);
            this.groupBox1.Controls.Add(this.dtpVacationDay);
            this.groupBox1.Controls.Add(this.BtnDelVaction);
            this.groupBox1.Controls.Add(this.BtnAddVaction);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(440, 233);
            this.groupBox1.TabIndex = 22;
            this.groupBox1.TabStop = false;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(261, 109);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 26;
            this.label4.Text = "假期ID:";
            // 
            // addFVSid
            // 
            this.addFVSid.Location = new System.Drawing.Point(275, 124);
            this.addFVSid.Name = "addFVSid";
            this.addFVSid.Size = new System.Drawing.Size(100, 21);
            this.addFVSid.TabIndex = 25;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = global::HumanResourceManagement.Properties.Resources._009;
            this.pictureBox1.Location = new System.Drawing.Point(199, 23);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(56, 56);
            this.pictureBox1.TabIndex = 7;
            this.pictureBox1.TabStop = false;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(263, 168);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(72, 16);
            this.checkBox1.TabIndex = 6;
            this.checkBox1.Text = "国定假日";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(275, 71);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(128, 21);
            this.textBox1.TabIndex = 5;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(261, 56);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 4;
            this.label1.Text = "假期名称:";
            // 
            // clbVacation
            // 
            this.clbVacation.FormattingEnabled = true;
            this.clbVacation.Location = new System.Drawing.Point(6, 20);
            this.clbVacation.Name = "clbVacation";
            this.clbVacation.Size = new System.Drawing.Size(171, 196);
            this.clbVacation.TabIndex = 0;
            // 
            // dtpVacationDay
            // 
            this.dtpVacationDay.Location = new System.Drawing.Point(275, 23);
            this.dtpVacationDay.Name = "dtpVacationDay";
            this.dtpVacationDay.Size = new System.Drawing.Size(128, 21);
            this.dtpVacationDay.TabIndex = 3;
            // 
            // BtnDelVaction
            // 
            this.BtnDelVaction.Location = new System.Drawing.Point(328, 190);
            this.BtnDelVaction.Name = "BtnDelVaction";
            this.BtnDelVaction.Size = new System.Drawing.Size(75, 23);
            this.BtnDelVaction.TabIndex = 1;
            this.BtnDelVaction.Text = "删除假日";
            this.BtnDelVaction.UseVisualStyleBackColor = true;
            this.BtnDelVaction.Click += new System.EventHandler(this.BtnDelVaction_Click_1);
            // 
            // BtnAddVaction
            // 
            this.BtnAddVaction.Location = new System.Drawing.Point(223, 190);
            this.BtnAddVaction.Name = "BtnAddVaction";
            this.BtnAddVaction.Size = new System.Drawing.Size(75, 23);
            this.BtnAddVaction.TabIndex = 1;
            this.BtnAddVaction.Text = "增加假日";
            this.BtnAddVaction.UseVisualStyleBackColor = true;
            this.BtnAddVaction.Click += new System.EventHandler(this.btnAddVaction_Click);
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.Location = new System.Drawing.Point(305, 268);
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(110, 21);
            this.numericUpDown1.TabIndex = 19;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(61, 294);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(365, 12);
            this.label3.TabIndex = 21;
            this.label3.Text = "____________________________________________________________";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(223, 270);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 20;
            this.label2.Text = "年假天数:";
            // 
            // FormVacationSetting
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(464, 375);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.numericUpDown1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.MaximizeBox = false;
            this.Name = "FormVacationSetting";
            this.Text = "假期设置";
            this.Load += new System.EventHandler(this.FormVacationSetting_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button BtnOK;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.CheckedListBox clbVacation;
        private System.Windows.Forms.DateTimePicker dtpVacationDay;
        private System.Windows.Forms.Button BtnDelVaction;
        private System.Windows.Forms.Button BtnAddVaction;
        private System.Windows.Forms.NumericUpDown numericUpDown1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox addFVSid;
        private System.Windows.Forms.Label label4;
    }
}

⌨️ 快捷键说明

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