📄 add.designer.cs
字号:
namespace renshiguanli
{
partial class Add
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Add));
this.textBox_name = new System.Windows.Forms.TextBox();
this.textBox_loginname = new System.Windows.Forms.TextBox();
this.textBox_password = new System.Windows.Forms.TextBox();
this.textBox_onboard = new System.Windows.Forms.TextBox();
this.textBox_mail = new System.Windows.Forms.TextBox();
this.textBox_salary = new System.Windows.Forms.TextBox();
this.numericUpDown_level = new System.Windows.Forms.NumericUpDown();
this.groupBox_pic = new System.Windows.Forms.GroupBox();
this.btn_pic = new System.Windows.Forms.Button();
this.picBox_pic = new System.Windows.Forms.PictureBox();
this.textBox_title = new System.Windows.Forms.TextBox();
this.textBox_phone = new System.Windows.Forms.TextBox();
this.button_ok = new System.Windows.Forms.Button();
this.button_cancle = new System.Windows.Forms.Button();
this.label_name = new System.Windows.Forms.Label();
this.label_loginname = new System.Windows.Forms.Label();
this.label_password = new System.Windows.Forms.Label();
this.label_birth = new System.Windows.Forms.Label();
this.label_mail = new System.Windows.Forms.Label();
this.label_salary = new System.Windows.Forms.Label();
this.label_level = new System.Windows.Forms.Label();
this.label_job = new System.Windows.Forms.Label();
this.label_phone = new System.Windows.Forms.Label();
this.comboBox_department = new System.Windows.Forms.ComboBox();
this.label_department = new System.Windows.Forms.Label();
this.picBox_phone = new System.Windows.Forms.PictureBox();
this.picBox_password = new System.Windows.Forms.PictureBox();
this.picBox_mail = new System.Windows.Forms.PictureBox();
this.picBox_department = new System.Windows.Forms.PictureBox();
this.picBox_salary = new System.Windows.Forms.PictureBox();
this.picBox_name = new System.Windows.Forms.PictureBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown_level)).BeginInit();
this.groupBox_pic.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picBox_pic)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_phone)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_password)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_mail)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_department)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_salary)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBox_name)).BeginInit();
this.SuspendLayout();
//
// textBox_name
//
this.textBox_name.Location = new System.Drawing.Point(133, 17);
this.textBox_name.Name = "textBox_name";
this.textBox_name.Size = new System.Drawing.Size(85, 21);
this.textBox_name.TabIndex = 0;
//
// textBox_loginname
//
this.textBox_loginname.Location = new System.Drawing.Point(133, 54);
this.textBox_loginname.Name = "textBox_loginname";
this.textBox_loginname.Size = new System.Drawing.Size(85, 21);
this.textBox_loginname.TabIndex = 1;
//
// textBox_password
//
this.textBox_password.Location = new System.Drawing.Point(133, 92);
this.textBox_password.Name = "textBox_password";
this.textBox_password.Size = new System.Drawing.Size(85, 21);
this.textBox_password.TabIndex = 2;
//
// textBox_onboard
//
this.textBox_onboard.Location = new System.Drawing.Point(133, 130);
this.textBox_onboard.Name = "textBox_onboard";
this.textBox_onboard.Size = new System.Drawing.Size(85, 21);
this.textBox_onboard.TabIndex = 3;
this.textBox_onboard.Enter += new System.EventHandler(this.textBox_onboard_Enter);
//
// textBox_mail
//
this.textBox_mail.Location = new System.Drawing.Point(133, 167);
this.textBox_mail.Name = "textBox_mail";
this.textBox_mail.Size = new System.Drawing.Size(85, 21);
this.textBox_mail.TabIndex = 4;
//
// textBox_salary
//
this.textBox_salary.Location = new System.Drawing.Point(133, 242);
this.textBox_salary.Name = "textBox_salary";
this.textBox_salary.Size = new System.Drawing.Size(85, 21);
this.textBox_salary.TabIndex = 5;
//
// numericUpDown_level
//
this.numericUpDown_level.Location = new System.Drawing.Point(133, 280);
this.numericUpDown_level.Name = "numericUpDown_level";
this.numericUpDown_level.ReadOnly = true;
this.numericUpDown_level.Size = new System.Drawing.Size(85, 21);
this.numericUpDown_level.TabIndex = 7;
//
// groupBox_pic
//
this.groupBox_pic.Controls.Add(this.btn_pic);
this.groupBox_pic.Controls.Add(this.picBox_pic);
this.groupBox_pic.Location = new System.Drawing.Point(263, 30);
this.groupBox_pic.Name = "groupBox_pic";
this.groupBox_pic.Size = new System.Drawing.Size(133, 179);
this.groupBox_pic.TabIndex = 8;
this.groupBox_pic.TabStop = false;
this.groupBox_pic.Text = "照片";
//
// btn_pic
//
this.btn_pic.Location = new System.Drawing.Point(27, 150);
this.btn_pic.Name = "btn_pic";
this.btn_pic.Size = new System.Drawing.Size(75, 23);
this.btn_pic.TabIndex = 1;
this.btn_pic.Text = "上传照片";
this.btn_pic.UseVisualStyleBackColor = true;
this.btn_pic.Click += new System.EventHandler(this.btn_pic_Click);
//
// picBox_pic
//
this.picBox_pic.Image = ((System.Drawing.Image)(resources.GetObject("picBox_pic.Image")));
this.picBox_pic.Location = new System.Drawing.Point(19, 20);
this.picBox_pic.Name = "picBox_pic";
this.picBox_pic.Size = new System.Drawing.Size(100, 120);
this.picBox_pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picBox_pic.TabIndex = 0;
this.picBox_pic.TabStop = false;
//
// textBox_title
//
this.textBox_title.Location = new System.Drawing.Point(326, 233);
this.textBox_title.Name = "textBox_title";
this.textBox_title.Size = new System.Drawing.Size(85, 21);
this.textBox_title.TabIndex = 9;
//
// textBox_phone
//
this.textBox_phone.Location = new System.Drawing.Point(326, 270);
this.textBox_phone.Name = "textBox_phone";
this.textBox_phone.Size = new System.Drawing.Size(85, 21);
this.textBox_phone.TabIndex = 10;
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(224, 320);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 30);
this.button_ok.TabIndex = 12;
this.button_ok.Text = "新建";
this.button_ok.UseVisualStyleBackColor = true;
this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
//
// button_cancle
//
this.button_cancle.Location = new System.Drawing.Point(326, 320);
this.button_cancle.Name = "button_cancle";
this.button_cancle.Size = new System.Drawing.Size(75, 30);
this.button_cancle.TabIndex = 13;
this.button_cancle.Text = "取消";
this.button_cancle.UseVisualStyleBackColor = true;
this.button_cancle.Click += new System.EventHandler(this.button_cancle_Click);
//
// label_name
//
this.label_name.AutoSize = true;
this.label_name.Location = new System.Drawing.Point(58, 20);
this.label_name.Name = "label_name";
this.label_name.Size = new System.Drawing.Size(29, 12);
this.label_name.TabIndex = 14;
this.label_name.Text = "姓名";
//
// label_loginname
//
this.label_loginname.AutoSize = true;
this.label_loginname.Location = new System.Drawing.Point(58, 57);
this.label_loginname.Name = "label_loginname";
this.label_loginname.Size = new System.Drawing.Size(41, 12);
this.label_loginname.TabIndex = 15;
this.label_loginname.Text = "登录名";
//
// label_password
//
this.label_password.AutoSize = true;
this.label_password.Location = new System.Drawing.Point(58, 95);
this.label_password.Name = "label_password";
this.label_password.Size = new System.Drawing.Size(29, 12);
this.label_password.TabIndex = 16;
this.label_password.Text = "密码";
//
// label_birth
//
this.label_birth.AutoSize = true;
this.label_birth.Location = new System.Drawing.Point(58, 133);
this.label_birth.Name = "label_birth";
this.label_birth.Size = new System.Drawing.Size(53, 12);
this.label_birth.TabIndex = 17;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -