📄 formvacationmanagement.designer.cs
字号:
namespace HumanResourceManagement
{
partial class FormVacationManagement
{
/// <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.btnOK = new System.Windows.Forms.Button();
this.BtnVacationSetting = new System.Windows.Forms.Button();
this.btnQueryEmp = new System.Windows.Forms.Button();
this.btnByGroup = new System.Windows.Forms.Button();
this.btnCancelVacation = new System.Windows.Forms.Button();
this.btnDeleteVacation = new System.Windows.Forms.Button();
this.grdEmployee = new System.Windows.Forms.DataGrid();
((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).BeginInit();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(445, 429);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 18;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// BtnVacationSetting
//
this.BtnVacationSetting.Location = new System.Drawing.Point(444, 26);
this.BtnVacationSetting.Name = "BtnVacationSetting";
this.BtnVacationSetting.Size = new System.Drawing.Size(75, 23);
this.BtnVacationSetting.TabIndex = 19;
this.BtnVacationSetting.Text = "假期设置";
this.BtnVacationSetting.UseVisualStyleBackColor = true;
this.BtnVacationSetting.Click += new System.EventHandler(this.BtnVacationSetting_Click);
//
// btnQueryEmp
//
this.btnQueryEmp.Location = new System.Drawing.Point(336, 26);
this.btnQueryEmp.Name = "btnQueryEmp";
this.btnQueryEmp.Size = new System.Drawing.Size(75, 23);
this.btnQueryEmp.TabIndex = 20;
this.btnQueryEmp.Text = "员工汇总";
this.btnQueryEmp.UseVisualStyleBackColor = true;
this.btnQueryEmp.Click += new System.EventHandler(this.btnQueryEmp_Click);
//
// btnByGroup
//
this.btnByGroup.Location = new System.Drawing.Point(228, 26);
this.btnByGroup.Name = "btnByGroup";
this.btnByGroup.Size = new System.Drawing.Size(75, 23);
this.btnByGroup.TabIndex = 15;
this.btnByGroup.Text = "部门汇总";
this.btnByGroup.UseVisualStyleBackColor = true;
this.btnByGroup.Click += new System.EventHandler(this.btnByGroup_Click);
//
// btnCancelVacation
//
this.btnCancelVacation.Location = new System.Drawing.Point(120, 26);
this.btnCancelVacation.Name = "btnCancelVacation";
this.btnCancelVacation.Size = new System.Drawing.Size(75, 23);
this.btnCancelVacation.TabIndex = 16;
this.btnCancelVacation.Text = "撤销申请";
this.btnCancelVacation.UseVisualStyleBackColor = true;
//
// btnDeleteVacation
//
this.btnDeleteVacation.Location = new System.Drawing.Point(12, 26);
this.btnDeleteVacation.Name = "btnDeleteVacation";
this.btnDeleteVacation.Size = new System.Drawing.Size(75, 23);
this.btnDeleteVacation.TabIndex = 17;
this.btnDeleteVacation.Text = "删除纪录";
this.btnDeleteVacation.UseVisualStyleBackColor = true;
this.btnDeleteVacation.Click += new System.EventHandler(this.btnDeleteVacation_Click);
//
// grdEmployee
//
this.grdEmployee.CaptionText = "请假申请列表";
this.grdEmployee.DataMember = "";
this.grdEmployee.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.grdEmployee.Location = new System.Drawing.Point(13, 70);
this.grdEmployee.Name = "grdEmployee";
this.grdEmployee.Size = new System.Drawing.Size(526, 333);
this.grdEmployee.TabIndex = 21;
//
// FormVacationManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(578, 458);
this.Controls.Add(this.grdEmployee);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.BtnVacationSetting);
this.Controls.Add(this.btnQueryEmp);
this.Controls.Add(this.btnByGroup);
this.Controls.Add(this.btnCancelVacation);
this.Controls.Add(this.btnDeleteVacation);
this.MaximizeBox = false;
this.Name = "FormVacationManagement";
this.Text = "假期管理";
this.Load += new System.EventHandler(this.FormVacationManagement_Load);
((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button BtnVacationSetting;
private System.Windows.Forms.Button btnQueryEmp;
private System.Windows.Forms.Button btnByGroup;
private System.Windows.Forms.Button btnCancelVacation;
private System.Windows.Forms.Button btnDeleteVacation;
private System.Windows.Forms.DataGrid grdEmployee;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -