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

📄 frmaddemp.designer.cs

📁 简单的人事管理系统,通过不断改进可以成为一个通用的管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.lblID1.Location = new System.Drawing.Point(18, 54);
            this.lblID1.Name = "lblID1";
            this.lblID1.Size = new System.Drawing.Size(68, 18);
            this.lblID1.TabIndex = 102;
            this.lblID1.Text = "员工编号:";
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSave.Location = new System.Drawing.Point(348, 620);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(65, 23);
            this.btnSave.TabIndex = 103;
            this.btnSave.Text = "保存";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnGoBack
            // 
            this.btnGoBack.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnGoBack.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnGoBack.Location = new System.Drawing.Point(448, 620);
            this.btnGoBack.Name = "btnGoBack";
            this.btnGoBack.Size = new System.Drawing.Size(65, 23);
            this.btnGoBack.TabIndex = 104;
            this.btnGoBack.Text = "取消";
            this.btnGoBack.Click += new System.EventHandler(this.btnGoBack_Click);
            // 
            // lblEmpId
            // 
            this.lblEmpId.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblEmpId.ForeColor = System.Drawing.Color.Blue;
            this.lblEmpId.Location = new System.Drawing.Point(84, 54);
            this.lblEmpId.Name = "lblEmpId";
            this.lblEmpId.Size = new System.Drawing.Size(75, 18);
            this.lblEmpId.TabIndex = 107;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.BackColor = System.Drawing.Color.Transparent;
            this.checkBox1.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.checkBox1.Location = new System.Drawing.Point(194, 55);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(78, 17);
            this.checkBox1.TabIndex = 182;
            this.checkBox1.Text = "自动编号";
            this.checkBox1.UseVisualStyleBackColor = false;
            this.checkBox1.Visible = false;
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.linkLabel1.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.linkLabel1.Location = new System.Drawing.Point(278, 56);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(59, 13);
            this.linkLabel1.TabIndex = 183;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "编号设置";
            this.linkLabel1.Visible = false;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnSetId);
            this.panel1.Controls.Add(this.txtLong);
            this.panel1.Controls.Add(this.txtTop);
            this.panel1.Controls.Add(this.labelX4);
            this.panel1.Controls.Add(this.labelX3);
            this.panel1.Location = new System.Drawing.Point(363, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(198, 28);
            this.panel1.TabIndex = 184;
            this.panel1.Visible = false;
            // 
            // btnSetId
            // 
            this.btnSetId.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSetId.Location = new System.Drawing.Point(154, 3);
            this.btnSetId.Name = "btnSetId";
            this.btnSetId.Size = new System.Drawing.Size(40, 21);
            this.btnSetId.TabIndex = 4;
            this.btnSetId.Text = "确定";
            // 
            // txtLong
            // 
            this.txtLong.Location = new System.Drawing.Point(120, 3);
            this.txtLong.Name = "txtLong";
            this.txtLong.Size = new System.Drawing.Size(30, 21);
            this.txtLong.TabIndex = 3;
            this.txtLong.Text = "12";
            // 
            // txtTop
            // 
            this.txtTop.Location = new System.Drawing.Point(37, 3);
            this.txtTop.Name = "txtTop";
            this.txtTop.Size = new System.Drawing.Size(42, 21);
            this.txtTop.TabIndex = 2;
            this.txtTop.Text = "ADFGD";
            // 
            // labelX4
            // 
            this.labelX4.Location = new System.Drawing.Point(85, 3);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(31, 21);
            this.labelX4.TabIndex = 1;
            this.labelX4.Text = "长度";
            // 
            // labelX3
            // 
            this.labelX3.Location = new System.Drawing.Point(3, 3);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(32, 21);
            this.labelX3.TabIndex = 0;
            this.labelX3.Text = "前缀";
            // 
            // linkLabel2
            // 
            this.linkLabel2.AutoSize = true;
            this.linkLabel2.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.linkLabel2.Location = new System.Drawing.Point(402, 56);
            this.linkLabel2.Name = "linkLabel2";
            this.linkLabel2.Size = new System.Drawing.Size(46, 13);
            this.linkLabel2.TabIndex = 184;
            this.linkLabel2.TabStop = true;
            this.linkLabel2.Text = "贴照片";
            // 
            // linkLabel3
            // 
            this.linkLabel3.AutoSize = true;
            this.linkLabel3.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.linkLabel3.Location = new System.Drawing.Point(499, 56);
            this.linkLabel3.Name = "linkLabel3";
            this.linkLabel3.Size = new System.Drawing.Size(46, 13);
            this.linkLabel3.TabIndex = 185;
            this.linkLabel3.TabStop = true;
            this.linkLabel3.Text = "删照片";
            // 
            // lblCase
            // 
            this.lblCase.ForeColor = System.Drawing.Color.Red;
            this.lblCase.Location = new System.Drawing.Point(12, 621);
            this.lblCase.Name = "lblCase";
            this.lblCase.Size = new System.Drawing.Size(325, 21);
            this.lblCase.TabIndex = 186;
            // 
            // FrmAddEmp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(563, 646);
            this.Controls.Add(this.lblCase);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.linkLabel3);
            this.Controls.Add(this.linkLabel2);
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.lblEmpId);
            this.Controls.Add(this.btnGoBack);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.lblID1);
            this.Name = "FrmAddEmp";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "用户基本信息-〖新增〗";
            this.Load += new System.EventHandler(this.FrmAddEmp_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAddEmp_FormClosing);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private DevComponents.DotNetBar.LabelX labelX1;
        private System.Windows.Forms.GroupBox groupBox1;
        private DevComponents.DotNetBar.LabelX lblName;
        private DevComponents.DotNetBar.LabelX lblBirthday;
        private DevComponents.DotNetBar.LabelX lblNameId;
        private DevComponents.DotNetBar.LabelX lblPlace;
        private DevComponents.DotNetBar.LabelX lblPhone;
        private DevComponents.DotNetBar.LabelX lblNation;
        private DevComponents.DotNetBar.LabelX lblEmail;
        private DevComponents.DotNetBar.LabelX lblAddress;
        private DevComponents.DotNetBar.LabelX lblSex;
        private DevComponents.DotNetBar.LabelX lblMarriage;
        private DevComponents.DotNetBar.LabelX lblFace;
        private DevComponents.DotNetBar.LabelX lblID1;
        private DevComponents.DotNetBar.LabelX labelX39;
        private DevComponents.DotNetBar.LabelX labelX43;
        private DevComponents.DotNetBar.LabelX labelX34;
        private DevComponents.DotNetBar.LabelX labelX36;
        private DevComponents.DotNetBar.LabelX labelX37;
        private DevComponents.DotNetBar.LabelX labelX38;
        private DevComponents.DotNetBar.LabelX labelX33;
        private DevComponents.DotNetBar.LabelX labelX31;
        private DevComponents.DotNetBar.LabelX labelX30;
        private DevComponents.DotNetBar.LabelX labelX29;
        private DevComponents.DotNetBar.Controls.TextBoxX txtName;
        private System.Windows.Forms.DateTimePicker dtpBirthday;
        private System.Windows.Forms.ComboBox cmbMarrige;
        private System.Windows.Forms.DateTimePicker dtpDateWork;
        private System.Windows.Forms.ComboBox cmbSex;
        private System.Windows.Forms.ComboBox cmbStudyExper;
        private System.Windows.Forms.ComboBox cmbPlace;
        private System.Windows.Forms.ComboBox cmbNation;
        private System.Windows.Forms.ComboBox cmbFace;
        private System.Windows.Forms.ComboBox cmbSpecialty;
        private System.Windows.Forms.PictureBox pictureBox1;
        private DevComponents.DotNetBar.Controls.TextBoxX txtSchool;
        private DevComponents.DotNetBar.Controls.TextBoxX txtAddress;
        private DevComponents.DotNetBar.Controls.TextBoxX txtEmail;
        private DevComponents.DotNetBar.Controls.TextBoxX txtNameId;
        private DevComponents.DotNetBar.Controls.TextBoxX txtPay;
        private System.Windows.Forms.ComboBox cmbPost;
        private DevComponents.DotNetBar.Controls.TextBoxX txtWorkId;
        private System.Windows.Forms.DateTimePicker dtpStartDate;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DateTimePicker dtpEndDate;
        private DevComponents.DotNetBar.Controls.TextBoxX txtPhone;
        private System.Windows.Forms.ComboBox cmbJop;
        private System.Windows.Forms.ComboBox cmbDept;
        private DevComponents.DotNetBar.ButtonX btnSave;
        private DevComponents.DotNetBar.ButtonX btnGoBack;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label26;
        private System.Windows.Forms.Label label27;
        private DevComponents.DotNetBar.LabelX lblEmpId;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.LinkLabel linkLabel1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.TextBox txtTop;
        private DevComponents.DotNetBar.LabelX labelX4;
        private DevComponents.DotNetBar.LabelX labelX3;
        private System.Windows.Forms.TextBox txtLong;
        private DevComponents.DotNetBar.ButtonX btnSetId;
        private System.Windows.Forms.LinkLabel linkLabel2;
        private System.Windows.Forms.LinkLabel linkLabel3;
        private System.Windows.Forms.TextBox txtExperience;
        private System.Windows.Forms.TextBox txtRemark;
        private DevComponents.DotNetBar.LabelX lblCase;
    }
}

⌨️ 快捷键说明

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