📄 formadddepartment.designer.cs
字号:
this.btnOK.TabIndex = 8;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cbDepartment);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.txtDeptDescription);
this.groupBox2.Controls.Add(this.txtManagerID);
this.groupBox2.Controls.Add(this.pictureBox3);
this.groupBox2.Controls.Add(this.pictureBox4);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(38, 143);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(418, 199);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "部门信息:";
//
// cbDepartment
//
this.cbDepartment.FormattingEnabled = true;
this.cbDepartment.Location = new System.Drawing.Point(291, 153);
this.cbDepartment.Name = "cbDepartment";
this.cbDepartment.Size = new System.Drawing.Size(83, 20);
this.cbDepartment.TabIndex = 35;
this.cbDepartment.SelectedIndexChanged += new System.EventHandler(this.cbDepartment_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(76, 156);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 4;
this.label4.Text = "经理:";
//
// txtDeptDescription
//
this.txtDeptDescription.Location = new System.Drawing.Point(147, 34);
this.txtDeptDescription.Multiline = true;
this.txtDeptDescription.Name = "txtDeptDescription";
this.txtDeptDescription.Size = new System.Drawing.Size(227, 94);
this.txtDeptDescription.TabIndex = 3;
//
// txtManagerID
//
this.txtManagerID.Location = new System.Drawing.Point(146, 153);
this.txtManagerID.Name = "txtManagerID";
this.txtManagerID.Size = new System.Drawing.Size(128, 21);
this.txtManagerID.TabIndex = 5;
//
// pictureBox3
//
this.pictureBox3.Image = global::HumanResourceManagement.Properties.Resources._001;
this.pictureBox3.Location = new System.Drawing.Point(15, 128);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(45, 46);
this.pictureBox3.TabIndex = 2;
this.pictureBox3.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Image = global::HumanResourceManagement.Properties.Resources._004;
this.pictureBox4.Location = new System.Drawing.Point(10, 20);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(50, 45);
this.pictureBox4.TabIndex = 2;
this.pictureBox4.TabStop = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(76, 37);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 1;
this.label5.Text = "部门描述:";
//
// txtDeptName
//
this.txtDeptName.Location = new System.Drawing.Point(170, 47);
this.txtDeptName.Name = "txtDeptName";
this.txtDeptName.Size = new System.Drawing.Size(163, 21);
this.txtDeptName.TabIndex = 6;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(88, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 5;
this.label6.Text = "部门名称:";
//
// pictureBox5
//
this.pictureBox5.Image = global::HumanResourceManagement.Properties.Resources._005;
this.pictureBox5.Location = new System.Drawing.Point(31, 21);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(51, 47);
this.pictureBox5.TabIndex = 10;
this.pictureBox5.TabStop = false;
//
// texDeptID
//
this.texDeptID.Location = new System.Drawing.Point(170, 83);
this.texDeptID.Name = "texDeptID";
this.texDeptID.Size = new System.Drawing.Size(142, 21);
this.texDeptID.TabIndex = 11;
//
// DeptID
//
this.DeptID.AutoSize = true;
this.DeptID.Location = new System.Drawing.Point(88, 87);
this.DeptID.Name = "DeptID";
this.DeptID.Size = new System.Drawing.Size(53, 12);
this.DeptID.TabIndex = 12;
this.DeptID.Text = "部门ID:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(327, 87);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(83, 12);
this.label8.TabIndex = 13;
this.label8.Text = "类似“ 101 ”";
//
// FormAddDepartment
//
this.ClientSize = new System.Drawing.Size(497, 432);
this.Controls.Add(this.label8);
this.Controls.Add(this.DeptID);
this.Controls.Add(this.texDeptID);
this.Controls.Add(this.pictureBox5);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.txtDeptName);
this.Controls.Add(this.label6);
this.MaximizeBox = false;
this.Name = "FormAddDepartment";
this.Text = "创建部门";
this.Load += new System.EventHandler(this.FormAddDepartment_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtManagerID;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtDeptDescription;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtDeptName;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.ComboBox cbDepartment;
private System.Windows.Forms.TextBox texDeptID;
private System.Windows.Forms.Label DeptID;
private System.Windows.Forms.Label label8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -