📄 vacationmanagement.designer.cs
字号:
namespace BlueHill_Win_
{
partial class VacationManagement
{
/// <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.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.btnOK = new System.Windows.Forms.Button();
this.grdLeaveList = new System.Windows.Forms.DataGrid();
this.员工请假表BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.blueHillManagementDataSet2 = new BlueHill_Win_.BlueHillManagementDataSet2();
this.员工请假表TableAdapter = new BlueHill_Win_.BlueHillManagementDataSet2TableAdapters.员工请假表TableAdapter();
((System.ComponentModel.ISupportInitialize)(this.grdLeaveList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.员工请假表BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet2)).BeginInit();
this.SuspendLayout();
//
// BtnVacationSetting
//
this.BtnVacationSetting.Location = new System.Drawing.Point(380, 24);
this.BtnVacationSetting.Name = "BtnVacationSetting";
this.BtnVacationSetting.Size = new System.Drawing.Size(75, 23);
this.BtnVacationSetting.TabIndex = 5;
this.BtnVacationSetting.Text = "假期设置";
this.BtnVacationSetting.UseVisualStyleBackColor = true;
this.BtnVacationSetting.Click += new System.EventHandler(this.BtnVacationSetting_Click);
//
// btnQueryEmp
//
this.btnQueryEmp.Location = new System.Drawing.Point(299, 24);
this.btnQueryEmp.Name = "btnQueryEmp";
this.btnQueryEmp.Size = new System.Drawing.Size(75, 23);
this.btnQueryEmp.TabIndex = 6;
this.btnQueryEmp.Text = "员工汇总";
this.btnQueryEmp.UseVisualStyleBackColor = true;
this.btnQueryEmp.Click += new System.EventHandler(this.btnQueryEmp_Click);
//
// btnByGroup
//
this.btnByGroup.Location = new System.Drawing.Point(218, 24);
this.btnByGroup.Name = "btnByGroup";
this.btnByGroup.Size = new System.Drawing.Size(75, 23);
this.btnByGroup.TabIndex = 2;
this.btnByGroup.Text = "部门汇总";
this.btnByGroup.UseVisualStyleBackColor = true;
this.btnByGroup.Click += new System.EventHandler(this.btnByGroup_Click);
//
// btnCancelVacation
//
this.btnCancelVacation.Location = new System.Drawing.Point(137, 24);
this.btnCancelVacation.Name = "btnCancelVacation";
this.btnCancelVacation.Size = new System.Drawing.Size(75, 23);
this.btnCancelVacation.TabIndex = 3;
this.btnCancelVacation.Text = "撤销申请";
this.btnCancelVacation.UseVisualStyleBackColor = true;
this.btnCancelVacation.Click += new System.EventHandler(this.btnCancelVacation_Click);
//
// btnDeleteVacation
//
this.btnDeleteVacation.Location = new System.Drawing.Point(56, 24);
this.btnDeleteVacation.Name = "btnDeleteVacation";
this.btnDeleteVacation.Size = new System.Drawing.Size(75, 23);
this.btnDeleteVacation.TabIndex = 4;
this.btnDeleteVacation.Text = "删除纪录";
this.btnDeleteVacation.UseVisualStyleBackColor = true;
this.btnDeleteVacation.Click += new System.EventHandler(this.btnDeleteVacation_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(511, 24);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 5;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// grdLeaveList
//
this.grdLeaveList.CaptionText = "请假申请列表";
this.grdLeaveList.DataMember = "";
this.grdLeaveList.DataSource = this.员工请假表BindingSource;
this.grdLeaveList.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.grdLeaveList.Location = new System.Drawing.Point(7, 53);
this.grdLeaveList.Name = "grdLeaveList";
this.grdLeaveList.ReadOnly = true;
this.grdLeaveList.Size = new System.Drawing.Size(629, 368);
this.grdLeaveList.TabIndex = 7;
//
// 员工请假表BindingSource
//
this.员工请假表BindingSource.DataMember = "员工请假表";
this.员工请假表BindingSource.DataSource = this.blueHillManagementDataSet2;
//
// blueHillManagementDataSet2
//
this.blueHillManagementDataSet2.DataSetName = "BlueHillManagementDataSet2";
this.blueHillManagementDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 员工请假表TableAdapter
//
this.员工请假表TableAdapter.ClearBeforeFill = true;
//
// VacationManagement
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(642, 423);
this.Controls.Add(this.grdLeaveList);
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 = "VacationManagement";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "假期管理";
this.TopMost = true;
this.Load += new System.EventHandler(this.VacationManagement_Load);
((System.ComponentModel.ISupportInitialize)(this.grdLeaveList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.员工请假表BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet2)).EndInit();
this.ResumeLayout(false);
}
#endregion
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.Button btnOK;
private System.Windows.Forms.DataGrid grdLeaveList;
private BlueHillManagementDataSet2 blueHillManagementDataSet2;
private System.Windows.Forms.BindingSource 员工请假表BindingSource;
private BlueHill_Win_.BlueHillManagementDataSet2TableAdapters.员工请假表TableAdapter 员工请假表TableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -