📄 attendancemanagements.designer.cs
字号:
namespace BlueHill_Win_
{
partial class AttendanceManagements
{
/// <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.BtnToday = new System.Windows.Forms.Button();
this.BtnHistory = new System.Windows.Forms.Button();
this.BtnSetting = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.员工考勤表BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.blueHillManagementDataSet4 = new BlueHill_Win_.BlueHillManagementDataSet4();
this.blueHillManagementDataSet3 = new BlueHill_Win_.BlueHillManagementDataSet3();
this.查看员工考勤信息WinBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.查看员工考勤信息_Win_TableAdapter = new BlueHill_Win_.BlueHillManagementDataSet3TableAdapters.查看员工考勤信息_Win_TableAdapter();
this.员工考勤表TableAdapter = new BlueHill_Win_.BlueHillManagementDataSet4TableAdapters.员工考勤表TableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.员工考勤表BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.查看员工考勤信息WinBindingSource)).BeginInit();
this.SuspendLayout();
//
// BtnToday
//
this.BtnToday.Location = new System.Drawing.Point(21, 24);
this.BtnToday.Name = "BtnToday";
this.BtnToday.Size = new System.Drawing.Size(75, 23);
this.BtnToday.TabIndex = 0;
this.BtnToday.Text = "本日情况";
this.BtnToday.UseVisualStyleBackColor = true;
//
// BtnHistory
//
this.BtnHistory.Location = new System.Drawing.Point(102, 24);
this.BtnHistory.Name = "BtnHistory";
this.BtnHistory.Size = new System.Drawing.Size(75, 23);
this.BtnHistory.TabIndex = 0;
this.BtnHistory.Text = "历史查询";
this.BtnHistory.UseVisualStyleBackColor = true;
//
// BtnSetting
//
this.BtnSetting.Location = new System.Drawing.Point(183, 24);
this.BtnSetting.Name = "BtnSetting";
this.BtnSetting.Size = new System.Drawing.Size(75, 23);
this.BtnSetting.TabIndex = 0;
this.BtnSetting.Text = " 考勤设置";
this.BtnSetting.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(264, 24);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 0;
this.button4.Text = "导入";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(345, 24);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "返回";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// dataGrid1
//
this.dataGrid1.CaptionText = "考勤记录";
this.dataGrid1.DataMember = "";
this.dataGrid1.DataSource = this.员工考勤表BindingSource;
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(4, 53);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.ReadOnly = true;
this.dataGrid1.Size = new System.Drawing.Size(436, 269);
this.dataGrid1.TabIndex = 1;
//
// 员工考勤表BindingSource
//
this.员工考勤表BindingSource.DataMember = "员工考勤表";
this.员工考勤表BindingSource.DataSource = this.blueHillManagementDataSet4;
//
// blueHillManagementDataSet4
//
this.blueHillManagementDataSet4.DataSetName = "BlueHillManagementDataSet4";
this.blueHillManagementDataSet4.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// blueHillManagementDataSet3
//
this.blueHillManagementDataSet3.DataSetName = "BlueHillManagementDataSet3";
this.blueHillManagementDataSet3.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 查看员工考勤信息WinBindingSource
//
this.查看员工考勤信息WinBindingSource.DataMember = "查看员工考勤信息(Win)";
this.查看员工考勤信息WinBindingSource.DataSource = this.blueHillManagementDataSet3;
//
// 查看员工考勤信息_Win_TableAdapter
//
this.查看员工考勤信息_Win_TableAdapter.ClearBeforeFill = true;
//
// 员工考勤表TableAdapter
//
this.员工考勤表TableAdapter.ClearBeforeFill = true;
//
// AttendanceManagements
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 323);
this.Controls.Add(this.dataGrid1);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.button4);
this.Controls.Add(this.BtnSetting);
this.Controls.Add(this.BtnHistory);
this.Controls.Add(this.BtnToday);
this.MaximizeBox = false;
this.Name = "AttendanceManagements";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "考勤管理";
this.Load += new System.EventHandler(this.AttendanceManagements_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.员工考勤表BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.查看员工考勤信息WinBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button BtnToday;
private System.Windows.Forms.Button BtnHistory;
private System.Windows.Forms.Button BtnSetting;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.DataGrid dataGrid1;
private BlueHillManagementDataSet3 blueHillManagementDataSet3;
private System.Windows.Forms.BindingSource 查看员工考勤信息WinBindingSource;
private BlueHill_Win_.BlueHillManagementDataSet3TableAdapters.查看员工考勤信息_Win_TableAdapter 查看员工考勤信息_Win_TableAdapter;
private BlueHillManagementDataSet4 blueHillManagementDataSet4;
private System.Windows.Forms.BindingSource 员工考勤表BindingSource;
private BlueHill_Win_.BlueHillManagementDataSet4TableAdapters.员工考勤表TableAdapter 员工考勤表TableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -