📄 frmbasicinfo.designer.cs
字号:
namespace HumanManage.SystemSet
{
partial class FrmBasicInfo
{
/// <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.components = new System.ComponentModel.Container();
this.tabControl = new DevComponents.DotNetBar.TabControl();
this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
this.treeDept = new System.Windows.Forms.TreeView();
this.tabItemDept = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
this.treeJop = new System.Windows.Forms.TreeView();
this.tabItemJop = new DevComponents.DotNetBar.TabItem(this.components);
this.btnAdd = new DevComponents.DotNetBar.ButtonX();
this.btnEdit = new DevComponents.DotNetBar.ButtonX();
this.btnDel = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
this.tabControl.SuspendLayout();
this.tabControlPanel1.SuspendLayout();
this.tabControlPanel2.SuspendLayout();
this.SuspendLayout();
//
// tabControl
//
this.tabControl.CanReorderTabs = true;
this.tabControl.Controls.Add(this.tabControlPanel2);
this.tabControl.Controls.Add(this.tabControlPanel1);
this.tabControl.Location = new System.Drawing.Point(3, 2);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
this.tabControl.SelectedTabIndex = 1;
this.tabControl.Size = new System.Drawing.Size(274, 463);
this.tabControl.TabIndex = 0;
this.tabControl.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
this.tabControl.Tabs.Add(this.tabItemDept);
this.tabControl.Tabs.Add(this.tabItemJop);
this.tabControl.Text = "tabControl1";
//
// tabControlPanel1
//
this.tabControlPanel1.Controls.Add(this.treeDept);
this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
this.tabControlPanel1.Name = "tabControlPanel1";
this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel1.Size = new System.Drawing.Size(274, 437);
this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(183)))), ((int)(((byte)(224)))));
this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(239)))), ((int)(((byte)(248)))));
this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel1.Style.GradientAngle = 90;
this.tabControlPanel1.TabIndex = 1;
this.tabControlPanel1.TabItem = this.tabItemDept;
//
// treeDept
//
this.treeDept.Location = new System.Drawing.Point(4, 0);
this.treeDept.Name = "treeDept";
this.treeDept.Size = new System.Drawing.Size(266, 437);
this.treeDept.TabIndex = 0;
this.treeDept.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeDept_AfterSelect);
//
// tabItemDept
//
this.tabItemDept.AttachedControl = this.tabControlPanel1;
this.tabItemDept.Name = "tabItemDept";
this.tabItemDept.Text = "部门";
//
// tabControlPanel2
//
this.tabControlPanel2.Controls.Add(this.treeJop);
this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
this.tabControlPanel2.Name = "tabControlPanel2";
this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel2.Size = new System.Drawing.Size(274, 437);
this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(183)))), ((int)(((byte)(224)))));
this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(239)))), ((int)(((byte)(248)))));
this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel2.Style.GradientAngle = 90;
this.tabControlPanel2.TabIndex = 2;
this.tabControlPanel2.TabItem = this.tabItemJop;
//
// treeJop
//
this.treeJop.Location = new System.Drawing.Point(3, -1);
this.treeJop.Name = "treeJop";
this.treeJop.Size = new System.Drawing.Size(266, 437);
this.treeJop.TabIndex = 1;
this.treeJop.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeJop_AfterSelect);
//
// tabItemJop
//
this.tabItemJop.AttachedControl = this.tabControlPanel2;
this.tabItemJop.Name = "tabItemJop";
this.tabItemJop.Text = "职位";
//
// btnAdd
//
this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAdd.Location = new System.Drawing.Point(306, 126);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 21);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "添加";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnEdit
//
this.btnEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnEdit.Location = new System.Drawing.Point(306, 189);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(75, 21);
this.btnEdit.TabIndex = 2;
this.btnEdit.Text = "编辑";
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnDel
//
this.btnDel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnDel.Location = new System.Drawing.Point(306, 253);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(75, 21);
this.btnDel.TabIndex = 3;
this.btnDel.Text = "删除";
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnExit
//
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnExit.Location = new System.Drawing.Point(306, 317);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 21);
this.btnExit.TabIndex = 4;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// FrmBasicInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(405, 464);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnDel);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.tabControl);
this.Name = "FrmBasicInfo";
this.Text = " 基础信息设置";
this.Load += new System.EventHandler(this.FrmBasicInfo_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBasicInfo_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
this.tabControl.ResumeLayout(false);
this.tabControlPanel1.ResumeLayout(false);
this.tabControlPanel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.TabControl tabControl;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
private DevComponents.DotNetBar.TabItem tabItemJop;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
private DevComponents.DotNetBar.TabItem tabItemDept;
private System.Windows.Forms.TreeView treeDept;
private DevComponents.DotNetBar.ButtonX btnAdd;
private DevComponents.DotNetBar.ButtonX btnEdit;
private DevComponents.DotNetBar.ButtonX btnDel;
private DevComponents.DotNetBar.ButtonX btnExit;
private System.Windows.Forms.TreeView treeJop;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -