📄 formdepinfo.designer.cs
字号:
namespace HRMan.SysOper
{
partial class FormDepInfo
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
public string departID = string.Empty;
public static FormDepInfo departinfo;
/// <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(FormDepInfo));
this.treeView1 = new System.Windows.Forms.TreeView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripRefresh = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripUpdate = new System.Windows.Forms.ToolStripButton();
this.toolStripDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripExit = new System.Windows.Forms.ToolStripButton();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.BackColor = System.Drawing.SystemColors.Info;
this.treeView1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.treeView1.Location = new System.Drawing.Point(0, 28);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(239, 266);
this.treeView1.TabIndex = 7;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "");
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripRefresh,
this.toolStripButton2,
this.toolStripAdd,
this.toolStripUpdate,
this.toolStripDelete,
this.toolStripSeparator1,
this.toolStripExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(239, 36);
this.toolStrip1.TabIndex = 11;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripRefresh
//
this.toolStripRefresh.Image = ((System.Drawing.Image)(resources.GetObject("toolStripRefresh.Image")));
this.toolStripRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripRefresh.Name = "toolStripRefresh";
this.toolStripRefresh.Size = new System.Drawing.Size(35, 33);
this.toolStripRefresh.Text = "刷新";
this.toolStripRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripRefresh.Click += new System.EventHandler(this.toolStripRefresh_Click);
//
// toolStripButton2
//
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(6, 36);
//
// toolStripAdd
//
this.toolStripAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripAdd.Image")));
this.toolStripAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripAdd.Name = "toolStripAdd";
this.toolStripAdd.Size = new System.Drawing.Size(35, 33);
this.toolStripAdd.Text = "添加";
this.toolStripAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripAdd.Click += new System.EventHandler(this.toolStripAdd_Click);
//
// toolStripUpdate
//
this.toolStripUpdate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripUpdate.Image")));
this.toolStripUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripUpdate.Name = "toolStripUpdate";
this.toolStripUpdate.Size = new System.Drawing.Size(35, 33);
this.toolStripUpdate.Text = "修改";
this.toolStripUpdate.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripUpdate.Click += new System.EventHandler(this.toolStripUpdate_Click);
//
// toolStripDelete
//
this.toolStripDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDelete.Image")));
this.toolStripDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDelete.Name = "toolStripDelete";
this.toolStripDelete.Size = new System.Drawing.Size(35, 33);
this.toolStripDelete.Text = "删除";
this.toolStripDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripDelete.Click += new System.EventHandler(this.toolStripDelete_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 36);
//
// toolStripExit
//
this.toolStripExit.Image = ((System.Drawing.Image)(resources.GetObject("toolStripExit.Image")));
this.toolStripExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripExit.Name = "toolStripExit";
this.toolStripExit.Size = new System.Drawing.Size(35, 33);
this.toolStripExit.Text = "退出";
this.toolStripExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripExit.Click += new System.EventHandler(this.toolStripExit_Click);
//
// FormDepInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(239, 294);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.treeView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormDepInfo";
this.Text = "部门设置";
this.Load += new System.EventHandler(this.FormDepInfo_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripRefresh;
private System.Windows.Forms.ToolStripButton toolStripAdd;
private System.Windows.Forms.ToolStripButton toolStripUpdate;
private System.Windows.Forms.ToolStripSeparator toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolStripExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -