📄 formdepartmentmanagement.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormDepartmentManagement
{
/// <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.btnAddDept = new System.Windows.Forms.Button();
this.btnDeleteDept = new System.Windows.Forms.Button();
this.btnDeptDetail = new System.Windows.Forms.Button();
this.btnQuit = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.tvDept = new System.Windows.Forms.TreeView();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
this.SuspendLayout();
//
// btnAddDept
//
this.btnAddDept.Location = new System.Drawing.Point(309, 173);
this.btnAddDept.Name = "btnAddDept";
this.btnAddDept.Size = new System.Drawing.Size(75, 23);
this.btnAddDept.TabIndex = 1;
this.btnAddDept.Text = "增加部门";
this.btnAddDept.UseVisualStyleBackColor = true;
this.btnAddDept.Click += new System.EventHandler(this.btnAddDept_Click);
//
// btnDeleteDept
//
this.btnDeleteDept.Location = new System.Drawing.Point(309, 217);
this.btnDeleteDept.Name = "btnDeleteDept";
this.btnDeleteDept.Size = new System.Drawing.Size(75, 23);
this.btnDeleteDept.TabIndex = 2;
this.btnDeleteDept.Text = "删除部门";
this.btnDeleteDept.UseVisualStyleBackColor = true;
this.btnDeleteDept.Click += new System.EventHandler(this.btnDeleteDept_Click);
//
// btnDeptDetail
//
this.btnDeptDetail.Location = new System.Drawing.Point(309, 260);
this.btnDeptDetail.Name = "btnDeptDetail";
this.btnDeptDetail.Size = new System.Drawing.Size(75, 23);
this.btnDeptDetail.TabIndex = 3;
this.btnDeptDetail.Text = "部门明细";
this.btnDeptDetail.UseVisualStyleBackColor = true;
this.btnDeptDetail.Click += new System.EventHandler(this.btnDeptDetinfo_Click);
//
// btnQuit
//
this.btnQuit.Location = new System.Drawing.Point(309, 304);
this.btnQuit.Name = "btnQuit";
this.btnQuit.Size = new System.Drawing.Size(75, 23);
this.btnQuit.TabIndex = 4;
this.btnQuit.Text = "退 出";
this.btnQuit.UseVisualStyleBackColor = true;
this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::HumanResourceManagement.Properties.Resources.png_1768;
this.pictureBox1.Location = new System.Drawing.Point(268, 173);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(24, 23);
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = global::HumanResourceManagement.Properties.Resources.png_1661;
this.pictureBox2.Location = new System.Drawing.Point(268, 217);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(24, 23);
this.pictureBox2.TabIndex = 6;
this.pictureBox2.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = global::HumanResourceManagement.Properties.Resources.png_1766;
this.pictureBox3.Location = new System.Drawing.Point(268, 260);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(24, 23);
this.pictureBox3.TabIndex = 7;
this.pictureBox3.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.Image = global::HumanResourceManagement.Properties.Resources.png_1220;
this.pictureBox4.Location = new System.Drawing.Point(268, 304);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(24, 23);
this.pictureBox4.TabIndex = 8;
this.pictureBox4.TabStop = false;
//
// tvDept
//
this.tvDept.Location = new System.Drawing.Point(22, 34);
this.tvDept.Name = "tvDept";
this.tvDept.Size = new System.Drawing.Size(211, 302);
this.tvDept.TabIndex = 9;
//
// FormDepartmentManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(412, 382);
this.Controls.Add(this.tvDept);
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btnQuit);
this.Controls.Add(this.btnDeptDetail);
this.Controls.Add(this.btnDeleteDept);
this.Controls.Add(this.btnAddDept);
this.MaximizeBox = false;
this.Name = "FormDepartmentManagement";
this.Text = "部门管理";
this.Load += new System.EventHandler(this.DeptManagement_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnAddDept;
private System.Windows.Forms.Button btnDeleteDept;
private System.Windows.Forms.Button btnDeptDetail;
private System.Windows.Forms.Button btnQuit;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.TreeView tvDept;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -