CEL_Payroll/Payroll.UI/Payroll.UI/Attendance/fFixedWPlan.Designer.cs
2025-08-06 14:31:52 +06:00

336 lines
15 KiB
C#

namespace Payroll.UI
{
partial class fFixedWPlan
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fFixedWPlan));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboShift = new System.Windows.Forms.ComboBox();
this.lblshift = new System.Windows.Forms.Label();
this.cboWHoliday = new System.Windows.Forms.ComboBox();
this.btnRemove = new System.Windows.Forms.Button();
this.btnSearch = new System.Windows.Forms.Button();
this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cboGroup = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.lsvFixedWP = new System.Windows.Forms.ListView();
this.clnEmpNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clnEmpName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clnGroup = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clnHoliDay = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.clnShift = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.lblNoOfEmp = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboShift);
this.groupBox1.Controls.Add(this.lblshift);
this.groupBox1.Controls.Add(this.cboWHoliday);
this.groupBox1.Controls.Add(this.btnRemove);
this.groupBox1.Controls.Add(this.btnSearch);
this.groupBox1.Controls.Add(this.dtpStartDate);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.cboGroup);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 45);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(663, 85);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Search Criteria";
//
// cboShift
//
this.cboShift.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboShift.FormattingEnabled = true;
this.cboShift.Location = new System.Drawing.Point(530, 18);
this.cboShift.Name = "cboShift";
this.cboShift.Size = new System.Drawing.Size(118, 21);
this.cboShift.TabIndex = 7;
//
// lblshift
//
this.lblshift.AutoSize = true;
this.lblshift.Location = new System.Drawing.Point(492, 23);
this.lblshift.Name = "lblshift";
this.lblshift.Size = new System.Drawing.Size(28, 13);
this.lblshift.TabIndex = 6;
this.lblshift.Text = "Shift";
//
// cboWHoliday
//
this.cboWHoliday.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboWHoliday.FormattingEnabled = true;
this.cboWHoliday.Location = new System.Drawing.Point(335, 18);
this.cboWHoliday.Name = "cboWHoliday";
this.cboWHoliday.Size = new System.Drawing.Size(119, 21);
this.cboWHoliday.TabIndex = 3;
//
// btnRemove
//
this.btnRemove.Location = new System.Drawing.Point(573, 49);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(75, 27);
this.btnRemove.TabIndex = 2;
this.btnRemove.Text = "&Remove";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(495, 49);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(75, 27);
this.btnSearch.TabIndex = 1;
this.btnSearch.Text = "&Search";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// dtpStartDate
//
this.dtpStartDate.CustomFormat = "dd MMM yyyy";
this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpStartDate.Location = new System.Drawing.Point(78, 46);
this.dtpStartDate.Name = "dtpStartDate";
this.dtpStartDate.Size = new System.Drawing.Size(199, 20);
this.dtpStartDate.TabIndex = 5;
this.dtpStartDate.Visible = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 49);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Start Date";
this.label4.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(248, 23);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Weekly Holiday";
//
// cboGroup
//
this.cboGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboGroup.FormattingEnabled = true;
this.cboGroup.Location = new System.Drawing.Point(52, 18);
this.cboGroup.Name = "cboGroup";
this.cboGroup.Size = new System.Drawing.Size(164, 21);
this.cboGroup.TabIndex = 1;
this.cboGroup.SelectedIndexChanged += new System.EventHandler(this.cboGroup_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(36, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Group";
//
// lsvFixedWP
//
this.lsvFixedWP.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.clnEmpNo,
this.clnEmpName,
this.clnGroup,
this.clnHoliDay,
this.clnShift});
this.lsvFixedWP.FullRowSelect = true;
this.lsvFixedWP.GridLines = true;
this.lsvFixedWP.Location = new System.Drawing.Point(25, 155);
this.lsvFixedWP.MultiSelect = false;
this.lsvFixedWP.Name = "lsvFixedWP";
this.lsvFixedWP.Size = new System.Drawing.Size(635, 303);
this.lsvFixedWP.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.lsvFixedWP.TabIndex = 3;
this.lsvFixedWP.UseCompatibleStateImageBehavior = false;
this.lsvFixedWP.View = System.Windows.Forms.View.Details;
this.lsvFixedWP.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsvFixedWP_ColumnClick);
//
// clnEmpNo
//
this.clnEmpNo.Text = "EmpNo";
this.clnEmpNo.Width = 115;
//
// clnEmpName
//
this.clnEmpName.Text = "EmpName";
this.clnEmpName.Width = 190;
//
// clnGroup
//
this.clnGroup.Text = "Group";
this.clnGroup.Width = 150;
//
// clnHoliDay
//
this.clnHoliDay.Text = "Weekly Holiday";
this.clnHoliDay.Width = 90;
//
// clnShift
//
this.clnShift.Text = "Shift";
this.clnShift.Width = 80;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnClose);
this.groupBox2.Controls.Add(this.btnSave);
this.groupBox2.Location = new System.Drawing.Point(12, 492);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(663, 48);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(573, 11);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 31);
this.btnClose.TabIndex = 1;
this.btnClose.Text = "&Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(495, 11);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 31);
this.btnSave.TabIndex = 0;
this.btnSave.Tag = "btnSave";
this.btnSave.Text = "&Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 335);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(93, 13);
this.label2.TabIndex = 4;
this.label2.Text = "No. Of Employee :";
//
// lblNoOfEmp
//
this.lblNoOfEmp.AutoSize = true;
this.lblNoOfEmp.Location = new System.Drawing.Point(109, 335);
this.lblNoOfEmp.Name = "lblNoOfEmp";
this.lblNoOfEmp.Size = new System.Drawing.Size(0, 13);
this.lblNoOfEmp.TabIndex = 5;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.lblNoOfEmp);
this.groupBox3.Location = new System.Drawing.Point(12, 136);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(663, 357);
this.groupBox3.TabIndex = 7;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Employee List";
//
// fFixedWPlan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(687, 573);
this.Controls.Add(this.lsvFixedWP);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fFixedWPlan";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " Fixed Work Plans";
this.Load += new System.EventHandler(this.fFixedWPlan_Load);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.Controls.SetChildIndex(this.groupBox3, 0);
this.Controls.SetChildIndex(this.lsvFixedWP, 0);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox cboGroup;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboWHoliday;
private System.Windows.Forms.ListView lsvFixedWP;
private System.Windows.Forms.ColumnHeader clnEmpNo;
private System.Windows.Forms.ColumnHeader clnEmpName;
private System.Windows.Forms.ColumnHeader clnHoliDay;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnRemove;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.ColumnHeader clnGroup;
private System.Windows.Forms.DateTimePicker dtpStartDate;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cboShift;
private System.Windows.Forms.Label lblshift;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblNoOfEmp;
private System.Windows.Forms.ColumnHeader clnShift;
private System.Windows.Forms.GroupBox groupBox3;
}
}