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

📄 insertemployee.designer.cs

📁 教师管理系统,登陆上去后可以在系统中对教师资料等等做管理
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.addressTxt.Name = "addressTxt";
            this.addressTxt.Size = new System.Drawing.Size(269, 21);
            this.addressTxt.TabIndex = 2;
            // 
            // 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(18, 186);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(75, 14);
            this.label8.TabIndex = 3;
            this.label8.Text = "家庭地址:";
            // 
            // zhiweiTxt
            // 
            this.zhiweiTxt.Location = new System.Drawing.Point(286, 47);
            this.zhiweiTxt.Name = "zhiweiTxt";
            this.zhiweiTxt.Size = new System.Drawing.Size(102, 21);
            this.zhiweiTxt.TabIndex = 2;
            // 
            // 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(235, 51);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(45, 14);
            this.label9.TabIndex = 3;
            this.label9.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(235, 75);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(45, 14);
            this.label10.TabIndex = 3;
            this.label10.Text = "职称:";
            // 
            // zhichengCombox
            // 
            this.zhichengCombox.FormattingEnabled = true;
            this.zhichengCombox.Items.AddRange(new object[] {
            "无",
            "初级",
            "中级",
            "高级"});
            this.zhichengCombox.Location = new System.Drawing.Point(296, 74);
            this.zhichengCombox.Name = "zhichengCombox";
            this.zhichengCombox.Size = new System.Drawing.Size(84, 20);
            this.zhichengCombox.TabIndex = 4;
            this.zhichengCombox.Text = "初级";
            // 
            // departmentIDCombo
            // 
            this.departmentIDCombo.FormattingEnabled = true;
            this.departmentIDCombo.Location = new System.Drawing.Point(108, 80);
            this.departmentIDCombo.Name = "departmentIDCombo";
            this.departmentIDCombo.Size = new System.Drawing.Size(111, 20);
            this.departmentIDCombo.TabIndex = 5;
            // 
            // xueliCombo
            // 
            this.xueliCombo.FormattingEnabled = true;
            this.xueliCombo.Items.AddRange(new object[] {
            "高中",
            "中专",
            "大专",
            "本科",
            "硕士",
            "博士"});
            this.xueliCombo.Location = new System.Drawing.Point(108, 111);
            this.xueliCombo.Name = "xueliCombo";
            this.xueliCombo.Size = new System.Drawing.Size(63, 20);
            this.xueliCombo.TabIndex = 6;
            this.xueliCombo.Text = "高中";
            // 
            // sexCombo
            // 
            this.sexCombo.FormattingEnabled = true;
            this.sexCombo.Location = new System.Drawing.Point(317, 111);
            this.sexCombo.Name = "sexCombo";
            this.sexCombo.Size = new System.Drawing.Size(63, 20);
            this.sexCombo.TabIndex = 7;
            // 
            // 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(240, 218);
            this.saveButton.Name = "saveButton";
            this.saveButton.Size = new System.Drawing.Size(64, 32);
            this.saveButton.TabIndex = 8;
            this.saveButton.Text = "保存";
            this.saveButton.UseVisualStyleBackColor = true;
            // 
            // 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(143, 218);
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.Size = new System.Drawing.Size(66, 32);
            this.cancelButton.TabIndex = 8;
            this.cancelButton.Text = "取消";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // insertEmployee
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(393, 262);
            this.Controls.Add(this.cancelButton);
            this.Controls.Add(this.saveButton);
            this.Controls.Add(this.sexCombo);
            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.label7);
            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 = "insertEmployee";
            this.Text = "insertEmployee";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

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

⌨️ 快捷键说明

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