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

📄 frmgoorback.designer.cs

📁 简单的人事管理系统,通过不断改进可以成为一个通用的管理系统
💻 CS
字号:
namespace HumanManage.EmpInfor
{
    partial class FrmGoOrBack
    {
        /// <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.btnGo = new DevComponents.DotNetBar.ButtonX();
            this.btnBack = new DevComponents.DotNetBar.ButtonX();
            this.txtIdGoBack = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.lblHint = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.lblDate = new DevComponents.DotNetBar.LabelX();
            this.skinGoBack = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.dateTimeNow = new System.Windows.Forms.DateTimePicker();
            this.SuspendLayout();
            // 
            // btnGo
            // 
            this.btnGo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnGo.Location = new System.Drawing.Point(68, 144);
            this.btnGo.Name = "btnGo";
            this.btnGo.Size = new System.Drawing.Size(75, 23);
            this.btnGo.TabIndex = 0;
            this.btnGo.Text = "上班";
            this.btnGo.Click += new System.EventHandler(this.btnGO_Click);
            // 
            // btnBack
            // 
            this.btnBack.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnBack.Location = new System.Drawing.Point(194, 144);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(75, 23);
            this.btnBack.TabIndex = 1;
            this.btnBack.Text = "下班";
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // txtIdGoBack
            // 
            // 
            // 
            // 
            this.txtIdGoBack.Border.Class = "TextBoxBorder";
            this.txtIdGoBack.ForeColor = System.Drawing.Color.Blue;
            this.txtIdGoBack.Location = new System.Drawing.Point(169, 90);
            this.txtIdGoBack.Name = "txtIdGoBack";
            this.txtIdGoBack.Size = new System.Drawing.Size(100, 20);
            this.txtIdGoBack.TabIndex = 2;
            // 
            // labelX1
            // 
            this.labelX1.Location = new System.Drawing.Point(68, 90);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(95, 23);
            this.labelX1.TabIndex = 3;
            this.labelX1.Text = "请输入员工编号";
            // 
            // lblHint
            // 
            this.lblHint.ForeColor = System.Drawing.Color.Red;
            this.lblHint.Location = new System.Drawing.Point(68, 184);
            this.lblHint.Name = "lblHint";
            this.lblHint.Size = new System.Drawing.Size(201, 23);
            this.lblHint.TabIndex = 4;
            // 
            // labelX2
            // 
            this.labelX2.Location = new System.Drawing.Point(34, 46);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(60, 23);
            this.labelX2.TabIndex = 6;
            this.labelX2.Text = "现在时间";
            this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // lblDate
            // 
            this.lblDate.Location = new System.Drawing.Point(222, 43);
            this.lblDate.Name = "lblDate";
            this.lblDate.Size = new System.Drawing.Size(81, 23);
            this.lblDate.TabIndex = 9;
            // 
            // skinGoBack
            // 
            this.skinGoBack.SerialNumber = "";
            this.skinGoBack.SkinFile = null;
            // 
            // labelX3
            // 
            this.labelX3.ForeColor = System.Drawing.Color.Red;
            this.labelX3.Location = new System.Drawing.Point(34, 12);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(304, 23);
            this.labelX3.TabIndex = 10;
            this.labelX3.Text = "注意:上午8:00上班,下午17:00下班";
            // 
            // dateTimeNow
            // 
            this.dateTimeNow.Location = new System.Drawing.Point(100, 46);
            this.dateTimeNow.Name = "dateTimeNow";
            this.dateTimeNow.Size = new System.Drawing.Size(116, 20);
            this.dateTimeNow.TabIndex = 11;
            // 
            // FrmGoOrBack
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(350, 229);
            this.Controls.Add(this.dateTimeNow);
            this.Controls.Add(this.labelX3);
            this.Controls.Add(this.lblDate);
            this.Controls.Add(this.labelX2);
            this.Controls.Add(this.lblHint);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.txtIdGoBack);
            this.Controls.Add(this.btnBack);
            this.Controls.Add(this.btnGo);
            this.Name = "FrmGoOrBack";
            this.Text = "员工签到/签离";
            this.Load += new System.EventHandler(this.FrmGoOrBack_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.ButtonX btnGo;
        private DevComponents.DotNetBar.ButtonX btnBack;
        private DevComponents.DotNetBar.Controls.TextBoxX txtIdGoBack;
        private DevComponents.DotNetBar.LabelX labelX1;
        private DevComponents.DotNetBar.LabelX lblHint;
        private DevComponents.DotNetBar.LabelX labelX2;
        private DevComponents.DotNetBar.LabelX lblDate;
        private Sunisoft.IrisSkin.SkinEngine skinGoBack;
        private DevComponents.DotNetBar.LabelX labelX3;
        private System.Windows.Forms.DateTimePicker dateTimeNow;
    }
}

⌨️ 快捷键说明

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