📄 deptmanagement.designer.cs
字号:
namespace BlueHill_Win_
{
partial class DeptManagement
{
/// <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.tvDept = new System.Windows.Forms.TreeView();
this.btnQuit = new System.Windows.Forms.Button();
this.btnDeptDetinfo = new System.Windows.Forms.Button();
this.btnDeleteDept = new System.Windows.Forms.Button();
this.btnAddDept = new System.Windows.Forms.Button();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// tvDept
//
this.tvDept.Location = new System.Drawing.Point(12, 9);
this.tvDept.Name = "tvDept";
this.tvDept.Size = new System.Drawing.Size(260, 310);
this.tvDept.TabIndex = 6;
//
// btnQuit
//
this.btnQuit.Location = new System.Drawing.Point(368, 281);
this.btnQuit.Name = "btnQuit";
this.btnQuit.Size = new System.Drawing.Size(75, 23);
this.btnQuit.TabIndex = 5;
this.btnQuit.Text = "退出";
this.btnQuit.UseVisualStyleBackColor = true;
this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
//
// btnDeptDetinfo
//
this.btnDeptDetinfo.Location = new System.Drawing.Point(368, 222);
this.btnDeptDetinfo.Name = "btnDeptDetinfo";
this.btnDeptDetinfo.Size = new System.Drawing.Size(75, 23);
this.btnDeptDetinfo.TabIndex = 4;
this.btnDeptDetinfo.Text = "部门明细";
this.btnDeptDetinfo.UseVisualStyleBackColor = true;
this.btnDeptDetinfo.Click += new System.EventHandler(this.btnDeptDetinfo_Click);
//
// btnDeleteDept
//
this.btnDeleteDept.Location = new System.Drawing.Point(368, 165);
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);
//
// btnAddDept
//
this.btnAddDept.Location = new System.Drawing.Point(368, 104);
this.btnAddDept.Name = "btnAddDept";
this.btnAddDept.Size = new System.Drawing.Size(75, 23);
this.btnAddDept.TabIndex = 3;
this.btnAddDept.Text = "增加部门";
this.btnAddDept.UseVisualStyleBackColor = true;
this.btnAddDept.Click += new System.EventHandler(this.btnAddDept_Click);
//
// pictureBox4
//
this.pictureBox4.Image = global::BlueHill_Win_.Properties.Resources.png_1766;
this.pictureBox4.Location = new System.Drawing.Point(319, 220);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(25, 25);
this.pictureBox4.TabIndex = 7;
this.pictureBox4.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = global::BlueHill_Win_.Properties.Resources.png_1768;
this.pictureBox3.Location = new System.Drawing.Point(319, 104);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(25, 25);
this.pictureBox3.TabIndex = 7;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = global::BlueHill_Win_.Properties.Resources.png_1661;
this.pictureBox2.Location = new System.Drawing.Point(319, 163);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(25, 25);
this.pictureBox2.TabIndex = 7;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::BlueHill_Win_.Properties.Resources.png_1220;
this.pictureBox1.Location = new System.Drawing.Point(319, 279);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(25, 25);
this.pictureBox1.TabIndex = 7;
this.pictureBox1.TabStop = false;
//
// DeptManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(472, 323);
this.Controls.Add(this.pictureBox4);
this.Controls.Add(this.pictureBox3);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.tvDept);
this.Controls.Add(this.btnQuit);
this.Controls.Add(this.btnDeptDetinfo);
this.Controls.Add(this.btnDeleteDept);
this.Controls.Add(this.btnAddDept);
this.Name = "DeptManagement";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "部门管理";
this.Load += new System.EventHandler(this.DeptManagement_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TreeView tvDept;
private System.Windows.Forms.Button btnQuit;
private System.Windows.Forms.Button btnDeptDetinfo;
private System.Windows.Forms.Button btnDeleteDept;
private System.Windows.Forms.Button btnAddDept;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -