📄 newemployee.designer.cs
字号:
namespace BlueHill_Win_
{
partial class NewEmployee
{
/// <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.buttonUploadPhoto = new System.Windows.Forms.Button();
this.numLevel = new System.Windows.Forms.NumericUpDown();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnNewEmployee = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.pictureBox9 = new System.Windows.Forms.PictureBox();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label11 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.numLevel)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// buttonUploadPhoto
//
this.buttonUploadPhoto.Location = new System.Drawing.Point(45, 168);
this.buttonUploadPhoto.Name = "buttonUploadPhoto";
this.buttonUploadPhoto.Size = new System.Drawing.Size(75, 23);
this.buttonUploadPhoto.TabIndex = 4;
this.buttonUploadPhoto.Text = "上传照片";
this.buttonUploadPhoto.UseVisualStyleBackColor = true;
this.buttonUploadPhoto.Click += new System.EventHandler(this.buttonUploadPhoto_Click);
//
// numLevel
//
this.numLevel.Location = new System.Drawing.Point(159, 349);
this.numLevel.Name = "numLevel";
this.numLevel.ReadOnly = true;
this.numLevel.Size = new System.Drawing.Size(100, 21);
this.numLevel.TabIndex = 31;
this.numLevel.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(159, 252);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(100, 20);
this.comboBox1.TabIndex = 30;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(501, 391);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 27;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnNewEmployee
//
this.btnNewEmployee.Location = new System.Drawing.Point(351, 391);
this.btnNewEmployee.Name = "btnNewEmployee";
this.btnNewEmployee.Size = new System.Drawing.Size(75, 23);
this.btnNewEmployee.TabIndex = 28;
this.btnNewEmployee.Text = "新建";
this.btnNewEmployee.UseVisualStyleBackColor = true;
this.btnNewEmployee.Click += new System.EventHandler(this.btnNewEmployee_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.buttonUploadPhoto);
this.groupBox1.Location = new System.Drawing.Point(402, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(171, 207);
this.groupBox1.TabIndex = 29;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "照片";
//
// pictureBox1
//
this.pictureBox1.ErrorImage = global::BlueHill_Win_.Properties.Resources._158x158_1;
this.pictureBox1.InitialImage = global::BlueHill_Win_.Properties.Resources._80;
this.pictureBox1.Location = new System.Drawing.Point(31, 27);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(100, 125);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(87, 388);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(84, 16);
this.checkBox1.TabIndex = 26;
this.checkBox1.Text = "打印报到单";
this.checkBox1.UseVisualStyleBackColor = true;
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(402, 349);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(100, 21);
this.textBox7.TabIndex = 21;
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(402, 303);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(100, 21);
this.textBox6.TabIndex = 20;
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(159, 303);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(100, 21);
this.textBox5.TabIndex = 25;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(159, 209);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(100, 21);
this.textBox4.TabIndex = 24;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(159, 122);
this.textBox3.Name = "textBox3";
this.textBox3.PasswordChar = '*';
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 23;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(159, 76);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 18;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(159, 30);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 19;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(355, 353);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(41, 12);
this.label10.TabIndex = 11;
this.label10.Text = "电话:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(73, 216);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 12;
this.label5.Text = "电子邮件:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(73, 167);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 10;
this.label4.Text = "报到日期:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(97, 125);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -