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

📄 formaddtitle.designer.cs

📁 数据库开发与实例(1+1混合数据库开发实例丛书)人事管理系统的源代码
💻 CS
字号:
using System.Data;
namespace HRMan.HROper
{
    partial class FormAddTitle
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private DataTable dt = new DataTable();
        private string titleID = string.Empty;
        /// <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(FormAddTitle));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.Emp_txt = new System.Windows.Forms.TextBox();
            this.Remarks_txt = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.EmpJob_cb = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.Stopemptime_dtp = new System.Windows.Forms.DateTimePicker();
            this.label6 = new System.Windows.Forms.Label();
            this.Emptiem_dtp = new System.Windows.Forms.DateTimePicker();
            this.label5 = new System.Windows.Forms.Label();
            this.Type_cb = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.Title_cb = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.Name_txt = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.No_cb = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.Emp_txt);
            this.groupBox1.Controls.Add(this.Remarks_txt);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.EmpJob_cb);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.Stopemptime_dtp);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.Emptiem_dtp);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.Type_cb);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.Title_cb);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.Name_txt);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.No_cb);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(377, 201);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "职称信息";
            // 
            // Emp_txt
            // 
            this.Emp_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Emp_txt.Location = new System.Drawing.Point(69, 103);
            this.Emp_txt.Name = "Emp_txt";
            this.Emp_txt.Size = new System.Drawing.Size(100, 21);
            this.Emp_txt.TabIndex = 38;
            // 
            // Remarks_txt
            // 
            this.Remarks_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Remarks_txt.Location = new System.Drawing.Point(69, 135);
            this.Remarks_txt.Multiline = true;
            this.Remarks_txt.Name = "Remarks_txt";
            this.Remarks_txt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.Remarks_txt.Size = new System.Drawing.Size(298, 59);
            this.Remarks_txt.TabIndex = 37;
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(13, 135);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(57, 16);
            this.label9.TabIndex = 36;
            this.label9.Text = "备    注";
            // 
            // EmpJob_cb
            // 
            this.EmpJob_cb.BackColor = System.Drawing.SystemColors.Info;
            this.EmpJob_cb.Location = new System.Drawing.Point(267, 103);
            this.EmpJob_cb.Name = "EmpJob_cb";
            this.EmpJob_cb.Size = new System.Drawing.Size(100, 20);
            this.EmpJob_cb.TabIndex = 35;
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(205, 103);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(56, 16);
            this.label8.TabIndex = 34;
            this.label8.Text = "聘用职务";
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(13, 106);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(56, 16);
            this.label7.TabIndex = 33;
            this.label7.Text = "聘用单位";
            // 
            // Stopemptime_dtp
            // 
            this.Stopemptime_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.Stopemptime_dtp.Location = new System.Drawing.Point(267, 75);
            this.Stopemptime_dtp.Name = "Stopemptime_dtp";
            this.Stopemptime_dtp.Size = new System.Drawing.Size(100, 21);
            this.Stopemptime_dtp.TabIndex = 32;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(205, 79);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(56, 16);
            this.label6.TabIndex = 31;
            this.label6.Text = "截止时间";
            // 
            // Emptiem_dtp
            // 
            this.Emptiem_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.Emptiem_dtp.Location = new System.Drawing.Point(69, 75);
            this.Emptiem_dtp.Name = "Emptiem_dtp";
            this.Emptiem_dtp.Size = new System.Drawing.Size(100, 21);
            this.Emptiem_dtp.TabIndex = 30;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(13, 79);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(56, 16);
            this.label5.TabIndex = 29;
            this.label5.Text = "取得时间";
            // 
            // Type_cb
            // 
            this.Type_cb.BackColor = System.Drawing.SystemColors.Info;
            this.Type_cb.Items.AddRange(new object[] {
            "考试",
            "评定"});
            this.Type_cb.Location = new System.Drawing.Point(267, 49);
            this.Type_cb.Name = "Type_cb";
            this.Type_cb.Size = new System.Drawing.Size(100, 20);
            this.Type_cb.TabIndex = 28;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(205, 53);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(56, 16);
            this.label4.TabIndex = 27;
            this.label4.Text = "取得方式";
            // 
            // Title_cb
            // 
            this.Title_cb.BackColor = System.Drawing.SystemColors.Info;
            this.Title_cb.Location = new System.Drawing.Point(69, 49);
            this.Title_cb.Name = "Title_cb";
            this.Title_cb.Size = new System.Drawing.Size(100, 20);
            this.Title_cb.TabIndex = 26;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(13, 55);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(56, 16);
            this.label3.TabIndex = 25;
            this.label3.Text = "评定职称";
            // 
            // Name_txt
            // 
            this.Name_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Name_txt.Enabled = false;
            this.Name_txt.Location = new System.Drawing.Point(267, 22);
            this.Name_txt.Name = "Name_txt";
            this.Name_txt.Size = new System.Drawing.Size(100, 21);
            this.Name_txt.TabIndex = 24;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(205, 27);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(56, 16);
            this.label2.TabIndex = 23;
            this.label2.Text = "员工姓名";
            // 
            // No_cb
            // 
            this.No_cb.BackColor = System.Drawing.SystemColors.Info;
            this.No_cb.Location = new System.Drawing.Point(69, 23);
            this.No_cb.Name = "No_cb";
            this.No_cb.Size = new System.Drawing.Size(100, 20);
            this.No_cb.TabIndex = 22;
            this.No_cb.SelectedIndexChanged += new System.EventHandler(this.No_cb_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(13, 28);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 16);
            this.label1.TabIndex = 21;
            this.label1.Text = "员工编号";
            // 
            // button2
            // 
            this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
            this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.Location = new System.Drawing.Point(236, 231);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 21;
            this.button2.Text = "取消";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button1.Location = new System.Drawing.Point(81, 231);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 20;
            this.button1.Text = "确定";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // FormAddTitle
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(393, 263);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormAddTitle";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormAddTitle_FormClosed);
            this.Load += new System.EventHandler(this.FormAddTitle_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox Emp_txt;
        private System.Windows.Forms.TextBox Remarks_txt;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.ComboBox EmpJob_cb;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.DateTimePicker Stopemptime_dtp;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.DateTimePicker Emptiem_dtp;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox Type_cb;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ComboBox Title_cb;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox Name_txt;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox No_cb;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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