CEL_Payroll/Payroll.Report/Attendence/UI/fReports.Designer.cs
2024-09-17 14:30:13 +06:00

218 lines
9.8 KiB
C#

namespace Payroll.Report
{
partial class fReports
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btnDailyAbsent = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.btnMonthlyDetail = new System.Windows.Forms.Button();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.btnDailyInOut = new System.Windows.Forms.Button();
this.btnMonthlyAttnReport = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnPreview = new System.Windows.Forms.Button();
this.dtpToDate = new System.Windows.Forms.DateTimePicker();
this.dtpFromDate = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.ctlEmployee = new Payroll.Controls.CustomControls.ctlEmployee();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// btnDailyAbsent
//
this.btnDailyAbsent.Location = new System.Drawing.Point(0, 19);
this.btnDailyAbsent.Name = "btnDailyAbsent";
this.btnDailyAbsent.Size = new System.Drawing.Size(130, 28);
this.btnDailyAbsent.TabIndex = 4;
this.btnDailyAbsent.Text = "&Daily Absent";
this.btnDailyAbsent.UseVisualStyleBackColor = true;
this.btnDailyAbsent.Visible = false;
this.btnDailyAbsent.Click += new System.EventHandler(this.btnDailyAbsent_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 13);
this.label3.TabIndex = 70;
this.label3.Text = "Employee";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(10, 43);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(30, 13);
this.label8.TabIndex = 68;
this.label8.Text = "From";
//
// btnMonthlyDetail
//
this.btnMonthlyDetail.Location = new System.Drawing.Point(122, 19);
this.btnMonthlyDetail.Name = "btnMonthlyDetail";
this.btnMonthlyDetail.Size = new System.Drawing.Size(130, 28);
this.btnMonthlyDetail.TabIndex = 5;
this.btnMonthlyDetail.Text = "Monthly Detail ";
this.btnMonthlyDetail.UseVisualStyleBackColor = true;
this.btnMonthlyDetail.Visible = false;
this.btnMonthlyDetail.Click += new System.EventHandler(this.btnMonthlyDetail_Click);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.btnMonthlyDetail);
this.groupBox5.Controls.Add(this.btnDailyAbsent);
this.groupBox5.Controls.Add(this.btnDailyInOut);
this.groupBox5.Controls.Add(this.btnMonthlyAttnReport);
this.groupBox5.Controls.Add(this.btnClose);
this.groupBox5.Controls.Add(this.btnPreview);
this.groupBox5.Location = new System.Drawing.Point(8, 80);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(461, 68);
this.groupBox5.TabIndex = 3;
this.groupBox5.TabStop = false;
//
// btnDailyInOut
//
this.btnDailyInOut.Location = new System.Drawing.Point(136, 10);
this.btnDailyInOut.Name = "btnDailyInOut";
this.btnDailyInOut.Size = new System.Drawing.Size(75, 28);
this.btnDailyInOut.TabIndex = 1;
this.btnDailyInOut.Text = "&Daily In-Out";
this.btnDailyInOut.UseVisualStyleBackColor = true;
this.btnDailyInOut.Visible = false;
this.btnDailyInOut.Click += new System.EventHandler(this.btnDailyInOut_Click);
//
// btnMonthlyAttnReport
//
this.btnMonthlyAttnReport.Location = new System.Drawing.Point(0, 10);
this.btnMonthlyAttnReport.Name = "btnMonthlyAttnReport";
this.btnMonthlyAttnReport.Size = new System.Drawing.Size(130, 28);
this.btnMonthlyAttnReport.TabIndex = 0;
this.btnMonthlyAttnReport.Text = "&MonthlyAttnReport";
this.btnMonthlyAttnReport.UseVisualStyleBackColor = true;
this.btnMonthlyAttnReport.Visible = false;
this.btnMonthlyAttnReport.Click += new System.EventHandler(this.btnMonthlyAttnReport_Click);
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(375, 19);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 28);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "&Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnPreview
//
this.btnPreview.Location = new System.Drawing.Point(294, 19);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(75, 28);
this.btnPreview.TabIndex = 2;
this.btnPreview.Text = "&Preview";
this.btnPreview.UseVisualStyleBackColor = true;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// dtpToDate
//
this.dtpToDate.CustomFormat = "dd MMM yyyy";
this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpToDate.Location = new System.Drawing.Point(254, 41);
this.dtpToDate.Name = "dtpToDate";
this.dtpToDate.Size = new System.Drawing.Size(143, 20);
this.dtpToDate.TabIndex = 2;
//
// dtpFromDate
//
this.dtpFromDate.CustomFormat = "dd MMM yyyy";
this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpFromDate.Location = new System.Drawing.Point(67, 41);
this.dtpFromDate.Name = "dtpFromDate";
this.dtpFromDate.Size = new System.Drawing.Size(146, 20);
this.dtpFromDate.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(226, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(20, 13);
this.label2.TabIndex = 69;
this.label2.Text = "To";
//
// ctlEmployee
//
this.ctlEmployee.EmployeeNo = "";
this.ctlEmployee.Grades = null;
this.ctlEmployee.Location = new System.Drawing.Point(63, 3);
this.ctlEmployee.Name = "ctlEmployee";
this.ctlEmployee.SelectedEmployee = null;
this.ctlEmployee.Size = new System.Drawing.Size(335, 27);
this.ctlEmployee.TabIndex = 0;
//
// fReports
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(475, 156);
this.Controls.Add(this.label3);
this.Controls.Add(this.label8);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.dtpToDate);
this.Controls.Add(this.dtpFromDate);
this.Controls.Add(this.label2);
this.Controls.Add(this.ctlEmployee);
this.Name = "fReports";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Reports";
this.groupBox5.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnDailyAbsent;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btnMonthlyDetail;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button btnDailyInOut;
private System.Windows.Forms.Button btnMonthlyAttnReport;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnPreview;
private System.Windows.Forms.DateTimePicker dtpToDate;
private System.Windows.Forms.DateTimePicker dtpFromDate;
private System.Windows.Forms.Label label2;
private Payroll.Controls.CustomControls.ctlEmployee ctlEmployee;
}
}