📄 formsalarymanagement.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormSalaryManagement
{
/// <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.grdSalaryList = new System.Windows.Forms.DataGrid();
this.BtnOK = new System.Windows.Forms.Button();
this.btnSetting = new System.Windows.Forms.Button();
this.btnGroupbyDept = new System.Windows.Forms.Button();
this.btnHistoryQuery = new System.Windows.Forms.Button();
this.btnQueryEmp = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.grdSalaryList)).BeginInit();
this.SuspendLayout();
//
// grdSalaryList
//
this.grdSalaryList.CaptionText = "薪资列表";
this.grdSalaryList.DataMember = "";
this.grdSalaryList.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.grdSalaryList.Location = new System.Drawing.Point(28, 46);
this.grdSalaryList.Name = "grdSalaryList";
this.grdSalaryList.ReadOnly = true;
this.grdSalaryList.Size = new System.Drawing.Size(352, 378);
this.grdSalaryList.TabIndex = 9;
//
// BtnOK
//
this.BtnOK.Location = new System.Drawing.Point(265, 435);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(75, 23);
this.BtnOK.TabIndex = 7;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// btnSetting
//
this.btnSetting.Location = new System.Drawing.Point(28, 435);
this.btnSetting.Name = "btnSetting";
this.btnSetting.Size = new System.Drawing.Size(75, 23);
this.btnSetting.TabIndex = 8;
this.btnSetting.Text = "设定薪资";
this.btnSetting.UseVisualStyleBackColor = true;
this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click);
//
// btnGroupbyDept
//
this.btnGroupbyDept.Location = new System.Drawing.Point(220, 17);
this.btnGroupbyDept.Name = "btnGroupbyDept";
this.btnGroupbyDept.Size = new System.Drawing.Size(75, 23);
this.btnGroupbyDept.TabIndex = 5;
this.btnGroupbyDept.Text = "部门汇总";
this.btnGroupbyDept.UseVisualStyleBackColor = true;
this.btnGroupbyDept.Click += new System.EventHandler(this.btnGroupbyDept_Click);
//
// btnHistoryQuery
//
this.btnHistoryQuery.Location = new System.Drawing.Point(129, 17);
this.btnHistoryQuery.Name = "btnHistoryQuery";
this.btnHistoryQuery.Size = new System.Drawing.Size(75, 23);
this.btnHistoryQuery.TabIndex = 6;
this.btnHistoryQuery.Text = "历史查询";
this.btnHistoryQuery.UseVisualStyleBackColor = true;
//
// btnQueryEmp
//
this.btnQueryEmp.Location = new System.Drawing.Point(28, 17);
this.btnQueryEmp.Name = "btnQueryEmp";
this.btnQueryEmp.Size = new System.Drawing.Size(75, 23);
this.btnQueryEmp.TabIndex = 4;
this.btnQueryEmp.Text = "员工查询";
this.btnQueryEmp.UseVisualStyleBackColor = true;
this.btnQueryEmp.Click += new System.EventHandler(this.btnQueryEmp_Click);
//
// FormSalaryManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(417, 474);
this.Controls.Add(this.grdSalaryList);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.btnSetting);
this.Controls.Add(this.btnGroupbyDept);
this.Controls.Add(this.btnHistoryQuery);
this.Controls.Add(this.btnQueryEmp);
this.MaximizeBox = false;
this.Name = "FormSalaryManagement";
this.Text = "薪资管理";
this.Load += new System.EventHandler(this.FormSalaryManagement_Load);
((System.ComponentModel.ISupportInitialize)(this.grdSalaryList)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGrid grdSalaryList;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.Button btnSetting;
private System.Windows.Forms.Button btnGroupbyDept;
private System.Windows.Forms.Button btnHistoryQuery;
private System.Windows.Forms.Button btnQueryEmp;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -