📄 frmoperatedept.designer.cs
字号:
namespace HumanManage.HumanManage
{
partial class FrmOperateDept
{
/// <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.btnSave = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.txtAddDept = new DevComponents.DotNetBar.Controls.TextBoxX();
this.lblTip = new DevComponents.DotNetBar.LabelX();
this.SuspendLayout();
//
// btnSave
//
this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSave.Location = new System.Drawing.Point(63, 97);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 21);
this.btnSave.TabIndex = 0;
this.btnSave.Text = "保存";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnExit.Location = new System.Drawing.Point(172, 97);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 21);
this.btnExit.TabIndex = 1;
this.btnExit.Text = "取消";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// labelX1
//
this.labelX1.Location = new System.Drawing.Point(42, 38);
this.labelX1.Name = "labelX1";
this.labelX1.Size = new System.Drawing.Size(75, 21);
this.labelX1.TabIndex = 2;
this.labelX1.Text = "部门名称:";
//
// labelX2
//
this.labelX2.Location = new System.Drawing.Point(12, 11);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(89, 21);
this.labelX2.TabIndex = 3;
this.labelX2.Text = "公司部门设置";
//
// txtAddDept
//
//
//
//
this.txtAddDept.Border.Class = "TextBoxBorder";
this.txtAddDept.Location = new System.Drawing.Point(107, 38);
this.txtAddDept.Name = "txtAddDept";
this.txtAddDept.Size = new System.Drawing.Size(142, 18);
this.txtAddDept.TabIndex = 4;
//
// lblTip
//
this.lblTip.ForeColor = System.Drawing.Color.Red;
this.lblTip.Location = new System.Drawing.Point(42, 68);
this.lblTip.Name = "lblTip";
this.lblTip.Size = new System.Drawing.Size(205, 23);
this.lblTip.TabIndex = 5;
//
// FrmOperateDept
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(312, 149);
this.Controls.Add(this.lblTip);
this.Controls.Add(this.txtAddDept);
this.Controls.Add(this.labelX2);
this.Controls.Add(this.labelX1);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSave);
this.Name = "FrmOperateDept";
this.Text = "添加部门";
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.ButtonX btnSave;
private DevComponents.DotNetBar.ButtonX btnExit;
private DevComponents.DotNetBar.LabelX labelX1;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.Controls.TextBoxX txtAddDept;
private DevComponents.DotNetBar.LabelX lblTip;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -