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

📄 updateemp.designer.cs

📁 教师管理系统,登陆上去后可以在系统中对教师资料等等做管理
💻 CS
字号:
namespace rsgl
{
    partial class updateEmp
    {
        /// <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.cancelButton = new System.Windows.Forms.Button();
            this.saveButton = new System.Windows.Forms.Button();
            this.xueliCombo = new System.Windows.Forms.ComboBox();
            this.departmentIDCombo = new System.Windows.Forms.ComboBox();
            this.zhichengCombox = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.zhiweiTxt = new System.Windows.Forms.TextBox();
            this.addressTxt = new System.Windows.Forms.TextBox();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.ageTxt = new System.Windows.Forms.TextBox();
            this.emailTxt = new System.Windows.Forms.TextBox();
            this.employeeNameTxt = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.employeeIDTxt = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // cancelButton
            // 
            this.cancelButton.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cancelButton.Location = new System.Drawing.Point(162, 215);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(66, 32);
            this.cancelButton.TabIndex = 31;
            this.cancelButton.Text = "取消";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // saveButton
            // 
            this.saveButton.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.saveButton.Location = new System.Drawing.Point(259, 215);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(64, 32);
            this.saveButton.TabIndex = 32;
            this.saveButton.Text = "保存";
            this.saveButton.UseVisualStyleBackColor = true;
            // 
            // xueliCombo
            // 
            this.xueliCombo.FormattingEnabled = true;
            this.xueliCombo.Items.AddRange(new object[] {
            "高中",
            "中专",
            "大专",
            "本科",
            "硕士",
            "博士"});
            this.xueliCombo.Location = new System.Drawing.Point(127, 108);
            this.xueliCombo.Name = "xueliCombo";
            this.xueliCombo.Size = new System.Drawing.Size(63, 20);
            this.xueliCombo.TabIndex = 29;
            this.xueliCombo.Text = "高中";
            // 
            // departmentIDCombo
            // 
            this.departmentIDCombo.FormattingEnabled = true;
            this.departmentIDCombo.Location = new System.Drawing.Point(127, 77);
            this.departmentIDCombo.Name = "departmentIDCombo";
            this.departmentIDCombo.Size = new System.Drawing.Size(111, 20);
            this.departmentIDCombo.TabIndex = 28;
            // 
            // zhichengCombox
            // 
            this.zhichengCombox.FormattingEnabled = true;
            this.zhichengCombox.Items.AddRange(new object[] {
            "无",
            "初级",
            "中级",
            "高级"});
            this.zhichengCombox.Location = new System.Drawing.Point(346, 107);
            this.zhichengCombox.Name = "zhichengCombox";
            this.zhichengCombox.Size = new System.Drawing.Size(72, 20);
            this.zhichengCombox.TabIndex = 27;
            this.zhichengCombox.Text = "初级";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(34, 81);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(75, 14);
            this.label4.TabIndex = 23;
            this.label4.Text = "部门编号:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(34, 54);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(75, 14);
            this.label3.TabIndex = 22;
            this.label3.Text = "员工姓名:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.Location = new System.Drawing.Point(295, 111);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(45, 14);
            this.label10.TabIndex = 21;
            this.label10.Text = "职称:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.Location = new System.Drawing.Point(258, 81);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(45, 14);
            this.label9.TabIndex = 26;
            this.label9.Text = "职位:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(37, 183);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(75, 14);
            this.label8.TabIndex = 25;
            this.label8.Text = "家庭地址:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.Location = new System.Drawing.Point(196, 110);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(45, 14);
            this.label6.TabIndex = 18;
            this.label6.Text = "年龄:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(34, 147);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(75, 14);
            this.label5.TabIndex = 19;
            this.label5.Text = "电子邮箱:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(34, 110);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(45, 14);
            this.label2.TabIndex = 20;
            this.label2.Text = "学历:";
            // 
            // zhiweiTxt
            // 
            this.zhiweiTxt.Location = new System.Drawing.Point(309, 74);
            this.zhiweiTxt.Name = "zhiweiTxt";
            this.zhiweiTxt.Size = new System.Drawing.Size(102, 21);
            this.zhiweiTxt.TabIndex = 13;
            // 
            // addressTxt
            // 
            this.addressTxt.Location = new System.Drawing.Point(127, 176);
            this.addressTxt.Name = "addressTxt";
            this.addressTxt.Size = new System.Drawing.Size(291, 21);
            this.addressTxt.TabIndex = 12;
            // 
            // textBox10
            // 
            this.textBox10.Location = new System.Drawing.Point(130, 176);
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new System.Drawing.Size(111, 21);
            this.textBox10.TabIndex = 11;
            // 
            // ageTxt
            // 
            this.ageTxt.Location = new System.Drawing.Point(247, 107);
            this.ageTxt.Name = "ageTxt";
            this.ageTxt.Size = new System.Drawing.Size(49, 21);
            this.ageTxt.TabIndex = 14;
            // 
            // emailTxt
            // 
            this.emailTxt.Location = new System.Drawing.Point(127, 140);
            this.emailTxt.Name = "emailTxt";
            this.emailTxt.Size = new System.Drawing.Size(291, 21);
            this.emailTxt.TabIndex = 17;
            // 
            // employeeNameTxt
            // 
            this.employeeNameTxt.Location = new System.Drawing.Point(127, 47);
            this.employeeNameTxt.Name = "employeeNameTxt";
            this.employeeNameTxt.Size = new System.Drawing.Size(111, 21);
            this.employeeNameTxt.TabIndex = 16;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(127, 140);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(111, 21);
            this.textBox1.TabIndex = 15;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(34, 27);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(75, 14);
            this.label1.TabIndex = 10;
            this.label1.Text = "员工编号:";
            // 
            // employeeIDTxt
            // 
            this.employeeIDTxt.Location = new System.Drawing.Point(127, 20);
            this.employeeIDTxt.Name = "employeeIDTxt";
            this.employeeIDTxt.Size = new System.Drawing.Size(111, 21);
            this.employeeIDTxt.TabIndex = 9;
            // 
            // updateEmp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(440, 267);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.saveButton);
            this.Controls.Add(this.xueliCombo);
            this.Controls.Add(this.departmentIDCombo);
            this.Controls.Add(this.zhichengCombox);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.zhiweiTxt);
            this.Controls.Add(this.addressTxt);
            this.Controls.Add(this.textBox10);
            this.Controls.Add(this.ageTxt);
            this.Controls.Add(this.emailTxt);
            this.Controls.Add(this.employeeNameTxt);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.employeeIDTxt);
            this.Name = "updateEmp";
            this.Text = "updateEmp";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button cancelButton;
        private System.Windows.Forms.Button saveButton;
        private System.Windows.Forms.ComboBox xueliCombo;
        private System.Windows.Forms.ComboBox departmentIDCombo;
        private System.Windows.Forms.ComboBox zhichengCombox;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox zhiweiTxt;
        private System.Windows.Forms.TextBox addressTxt;
        private System.Windows.Forms.TextBox textBox10;
        private System.Windows.Forms.TextBox ageTxt;
        private System.Windows.Forms.TextBox emailTxt;
        private System.Windows.Forms.TextBox employeeNameTxt;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox employeeIDTxt;
    }
}

⌨️ 快捷键说明

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