975 lines
46 KiB
C#
975 lines
46 KiB
C#
namespace Payroll.UI
|
|
{
|
|
partial class fSearchEmployee
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.lblCostCenters = new System.Windows.Forms.Label();
|
|
this.lblDesignation = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.cboGender = new System.Windows.Forms.ComboBox();
|
|
this.txtTEmp = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.txtFEmp = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.chkIA = new System.Windows.Forms.CheckBox();
|
|
this.chknotCardAssgn = new System.Windows.Forms.CheckBox();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.chkCardAssgn = new System.Windows.Forms.CheckBox();
|
|
this.chknotexpaxt = new System.Windows.Forms.CheckBox();
|
|
this.chknotOTEligibility = new System.Windows.Forms.CheckBox();
|
|
this.chknoEmpPF = new System.Windows.Forms.CheckBox();
|
|
this.chknotEmpConfirm = new System.Windows.Forms.CheckBox();
|
|
this.chknotLive = new System.Windows.Forms.CheckBox();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.chkExpat = new System.Windows.Forms.CheckBox();
|
|
this.chkOTEligibility = new System.Windows.Forms.CheckBox();
|
|
this.chkEmpPF = new System.Windows.Forms.CheckBox();
|
|
this.chkEmpConfirm = new System.Windows.Forms.CheckBox();
|
|
this.chkLive = new System.Windows.Forms.CheckBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.txtSearch = new System.Windows.Forms.TextBox();
|
|
this.btnResetAll = new System.Windows.Forms.Button();
|
|
this.btnFind = new System.Windows.Forms.Button();
|
|
this.lsvEmployee = new System.Windows.Forms.ListView();
|
|
this.clnName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.clnEmpNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.clnDepartment = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.clnGrade = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.btnSelectAll = new System.Windows.Forms.Button();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.lblTotSearched = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dtpFromDate = new System.Windows.Forms.DateTimePicker();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.dtpToDate = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpChkBox = new System.Windows.Forms.CheckBox();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.txtNationalID = new System.Windows.Forms.TextBox();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.txtEmpNo = new System.Windows.Forms.TextBox();
|
|
this.ctlReligion = new Payroll.Controls.ctlCustomControl();
|
|
this.ctlCostCenter = new Payroll.Controls.ctlCustomControl();
|
|
this.ctlDesignation = new Payroll.Controls.ctlCustomControl();
|
|
this.ctlGrade = new Payroll.Controls.ctlCustomControl();
|
|
this.ctlLocation = new Payroll.Controls.ctlCustomControl();
|
|
this.ctlCategory = new Payroll.Controls.ctlCustomControl();
|
|
this.ctlDepartment = new Payroll.Controls.ctlCustomControl();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.ctlReligion);
|
|
this.groupBox1.Controls.Add(this.ctlCostCenter);
|
|
this.groupBox1.Controls.Add(this.ctlDesignation);
|
|
this.groupBox1.Controls.Add(this.lblCostCenters);
|
|
this.groupBox1.Controls.Add(this.lblDesignation);
|
|
this.groupBox1.Controls.Add(this.txtName);
|
|
this.groupBox1.Controls.Add(this.ctlGrade);
|
|
this.groupBox1.Controls.Add(this.cboGender);
|
|
this.groupBox1.Controls.Add(this.ctlLocation);
|
|
this.groupBox1.Controls.Add(this.txtTEmp);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.txtFEmp);
|
|
this.groupBox1.Controls.Add(this.ctlCategory);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.ctlDepartment);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(673, 185);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Search Condition";
|
|
//
|
|
// lblCostCenters
|
|
//
|
|
this.lblCostCenters.AutoSize = true;
|
|
this.lblCostCenters.Location = new System.Drawing.Point(373, 17);
|
|
this.lblCostCenters.Name = "lblCostCenters";
|
|
this.lblCostCenters.Size = new System.Drawing.Size(62, 13);
|
|
this.lblCostCenters.TabIndex = 42;
|
|
this.lblCostCenters.Text = "Cost-Center";
|
|
//
|
|
// lblDesignation
|
|
//
|
|
this.lblDesignation.AutoSize = true;
|
|
this.lblDesignation.Location = new System.Drawing.Point(11, 72);
|
|
this.lblDesignation.Name = "lblDesignation";
|
|
this.lblDesignation.Size = new System.Drawing.Size(63, 13);
|
|
this.lblDesignation.TabIndex = 40;
|
|
this.lblDesignation.Text = "Designation";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(450, 158);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(211, 20);
|
|
this.txtName.TabIndex = 20;
|
|
//
|
|
// cboGender
|
|
//
|
|
this.cboGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboGender.FormattingEnabled = true;
|
|
this.cboGender.Items.AddRange(new object[] {
|
|
"Regardless",
|
|
"Male",
|
|
"Female"});
|
|
this.cboGender.Location = new System.Drawing.Point(450, 43);
|
|
this.cboGender.Name = "cboGender";
|
|
this.cboGender.Size = new System.Drawing.Size(211, 21);
|
|
this.cboGender.TabIndex = 18;
|
|
//
|
|
// txtTEmp
|
|
//
|
|
this.txtTEmp.Location = new System.Drawing.Point(247, 161);
|
|
this.txtTEmp.Name = "txtTEmp";
|
|
this.txtTEmp.Size = new System.Drawing.Size(95, 20);
|
|
this.txtTEmp.TabIndex = 15;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(214, 165);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(30, 13);
|
|
this.label10.TabIndex = 14;
|
|
this.label10.Text = "Upto";
|
|
//
|
|
// txtFEmp
|
|
//
|
|
this.txtFEmp.Location = new System.Drawing.Point(113, 159);
|
|
this.txtFEmp.Name = "txtFEmp";
|
|
this.txtFEmp.Size = new System.Drawing.Size(92, 20);
|
|
this.txtFEmp.TabIndex = 13;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(11, 16);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(49, 13);
|
|
this.label9.TabIndex = 10;
|
|
this.label9.Text = "Category";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(12, 134);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(48, 13);
|
|
this.label8.TabIndex = 9;
|
|
this.label8.Text = "Location";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(373, 162);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(73, 13);
|
|
this.label7.TabIndex = 8;
|
|
this.label7.Text = "Name (Partial)";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(373, 75);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(36, 13);
|
|
this.label6.TabIndex = 7;
|
|
this.label6.Text = "Grade";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(373, 49);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(42, 13);
|
|
this.label5.TabIndex = 6;
|
|
this.label5.Text = "Gender";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(11, 45);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(45, 13);
|
|
this.label4.TabIndex = 5;
|
|
this.label4.Text = "Religion";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(11, 162);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(99, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Employee No. From";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(11, 102);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(62, 13);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Department";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label24);
|
|
this.groupBox2.Controls.Add(this.chkIA);
|
|
this.groupBox2.Controls.Add(this.chknotCardAssgn);
|
|
this.groupBox2.Controls.Add(this.label21);
|
|
this.groupBox2.Controls.Add(this.chkCardAssgn);
|
|
this.groupBox2.Controls.Add(this.chknotexpaxt);
|
|
this.groupBox2.Controls.Add(this.chknotOTEligibility);
|
|
this.groupBox2.Controls.Add(this.chknoEmpPF);
|
|
this.groupBox2.Controls.Add(this.chknotEmpConfirm);
|
|
this.groupBox2.Controls.Add(this.chknotLive);
|
|
this.groupBox2.Controls.Add(this.label20);
|
|
this.groupBox2.Controls.Add(this.label19);
|
|
this.groupBox2.Controls.Add(this.label18);
|
|
this.groupBox2.Controls.Add(this.label17);
|
|
this.groupBox2.Controls.Add(this.label15);
|
|
this.groupBox2.Controls.Add(this.label14);
|
|
this.groupBox2.Controls.Add(this.label13);
|
|
this.groupBox2.Controls.Add(this.chkExpat);
|
|
this.groupBox2.Controls.Add(this.chkOTEligibility);
|
|
this.groupBox2.Controls.Add(this.chkEmpPF);
|
|
this.groupBox2.Controls.Add(this.chkEmpConfirm);
|
|
this.groupBox2.Controls.Add(this.chkLive);
|
|
this.groupBox2.Location = new System.Drawing.Point(691, 4);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(175, 184);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Employee";
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Location = new System.Drawing.Point(7, 149);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(42, 13);
|
|
this.label24.TabIndex = 40;
|
|
this.label24.Text = "Mobility";
|
|
//
|
|
// chkIA
|
|
//
|
|
this.chkIA.AutoSize = true;
|
|
this.chkIA.Location = new System.Drawing.Point(115, 149);
|
|
this.chkIA.Name = "chkIA";
|
|
this.chkIA.Size = new System.Drawing.Size(15, 14);
|
|
this.chkIA.TabIndex = 39;
|
|
this.chkIA.UseVisualStyleBackColor = true;
|
|
this.chkIA.CheckedChanged += new System.EventHandler(this.chkIA_CheckedChanged);
|
|
//
|
|
// chknotCardAssgn
|
|
//
|
|
this.chknotCardAssgn.AutoSize = true;
|
|
this.chknotCardAssgn.Location = new System.Drawing.Point(150, 127);
|
|
this.chknotCardAssgn.Name = "chknotCardAssgn";
|
|
this.chknotCardAssgn.Size = new System.Drawing.Size(15, 14);
|
|
this.chknotCardAssgn.TabIndex = 38;
|
|
this.chknotCardAssgn.UseVisualStyleBackColor = true;
|
|
this.chknotCardAssgn.CheckedChanged += new System.EventHandler(this.chknotCardAssgn_CheckedChanged);
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(7, 127);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(98, 13);
|
|
this.label21.TabIndex = 37;
|
|
this.label21.Text = "Access Card Assig.";
|
|
//
|
|
// chkCardAssgn
|
|
//
|
|
this.chkCardAssgn.AutoSize = true;
|
|
this.chkCardAssgn.Location = new System.Drawing.Point(115, 128);
|
|
this.chkCardAssgn.Name = "chkCardAssgn";
|
|
this.chkCardAssgn.Size = new System.Drawing.Size(15, 14);
|
|
this.chkCardAssgn.TabIndex = 36;
|
|
this.chkCardAssgn.UseVisualStyleBackColor = true;
|
|
this.chkCardAssgn.CheckedChanged += new System.EventHandler(this.chkCardAssgn_CheckedChanged);
|
|
//
|
|
// chknotexpaxt
|
|
//
|
|
this.chknotexpaxt.AutoSize = true;
|
|
this.chknotexpaxt.Location = new System.Drawing.Point(150, 108);
|
|
this.chknotexpaxt.Name = "chknotexpaxt";
|
|
this.chknotexpaxt.Size = new System.Drawing.Size(15, 14);
|
|
this.chknotexpaxt.TabIndex = 34;
|
|
this.chknotexpaxt.UseVisualStyleBackColor = true;
|
|
this.chknotexpaxt.CheckedChanged += new System.EventHandler(this.chknotexpaxt_CheckedChanged);
|
|
//
|
|
// chknotOTEligibility
|
|
//
|
|
this.chknotOTEligibility.AutoSize = true;
|
|
this.chknotOTEligibility.Location = new System.Drawing.Point(150, 88);
|
|
this.chknotOTEligibility.Name = "chknotOTEligibility";
|
|
this.chknotOTEligibility.Size = new System.Drawing.Size(15, 14);
|
|
this.chknotOTEligibility.TabIndex = 33;
|
|
this.chknotOTEligibility.UseVisualStyleBackColor = true;
|
|
this.chknotOTEligibility.CheckedChanged += new System.EventHandler(this.chknotOTEligibility_CheckedChanged);
|
|
//
|
|
// chknoEmpPF
|
|
//
|
|
this.chknoEmpPF.AutoSize = true;
|
|
this.chknoEmpPF.Location = new System.Drawing.Point(150, 68);
|
|
this.chknoEmpPF.Name = "chknoEmpPF";
|
|
this.chknoEmpPF.Size = new System.Drawing.Size(15, 14);
|
|
this.chknoEmpPF.TabIndex = 35;
|
|
this.chknoEmpPF.UseVisualStyleBackColor = true;
|
|
this.chknoEmpPF.CheckedChanged += new System.EventHandler(this.chknoEmpPF_CheckedChanged);
|
|
//
|
|
// chknotEmpConfirm
|
|
//
|
|
this.chknotEmpConfirm.AutoSize = true;
|
|
this.chknotEmpConfirm.Location = new System.Drawing.Point(150, 48);
|
|
this.chknotEmpConfirm.Name = "chknotEmpConfirm";
|
|
this.chknotEmpConfirm.Size = new System.Drawing.Size(15, 14);
|
|
this.chknotEmpConfirm.TabIndex = 32;
|
|
this.chknotEmpConfirm.UseVisualStyleBackColor = true;
|
|
this.chknotEmpConfirm.CheckedChanged += new System.EventHandler(this.chknotEmpConfirm_CheckedChanged);
|
|
//
|
|
// chknotLive
|
|
//
|
|
this.chknotLive.AutoSize = true;
|
|
this.chknotLive.Location = new System.Drawing.Point(150, 30);
|
|
this.chknotLive.Name = "chknotLive";
|
|
this.chknotLive.Size = new System.Drawing.Size(15, 14);
|
|
this.chknotLive.TabIndex = 30;
|
|
this.chknotLive.UseVisualStyleBackColor = true;
|
|
this.chknotLive.CheckedChanged += new System.EventHandler(this.chknotLive_CheckedChanged);
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(7, 108);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(54, 13);
|
|
this.label20.TabIndex = 29;
|
|
this.label20.Text = "Expatriate";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(7, 88);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(62, 13);
|
|
this.label19.TabIndex = 28;
|
|
this.label19.Text = "OT Eligiblity";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(7, 68);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(61, 13);
|
|
this.label18.TabIndex = 27;
|
|
this.label18.Text = "PF Member";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(7, 48);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(54, 13);
|
|
this.label17.TabIndex = 26;
|
|
this.label17.Text = "Confirmed";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(7, 29);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(27, 13);
|
|
this.label15.TabIndex = 24;
|
|
this.label15.Text = "Live";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(147, 9);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(23, 13);
|
|
this.label14.TabIndex = 23;
|
|
this.label14.Text = "NO";
|
|
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(109, 9);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(28, 13);
|
|
this.label13.TabIndex = 22;
|
|
this.label13.Text = "YES";
|
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// chkExpat
|
|
//
|
|
this.chkExpat.AutoSize = true;
|
|
this.chkExpat.Location = new System.Drawing.Point(115, 109);
|
|
this.chkExpat.Name = "chkExpat";
|
|
this.chkExpat.Size = new System.Drawing.Size(15, 14);
|
|
this.chkExpat.TabIndex = 2;
|
|
this.chkExpat.UseVisualStyleBackColor = true;
|
|
this.chkExpat.CheckedChanged += new System.EventHandler(this.chkExpat_CheckedChanged);
|
|
//
|
|
// chkOTEligibility
|
|
//
|
|
this.chkOTEligibility.AutoSize = true;
|
|
this.chkOTEligibility.Location = new System.Drawing.Point(114, 89);
|
|
this.chkOTEligibility.Name = "chkOTEligibility";
|
|
this.chkOTEligibility.Size = new System.Drawing.Size(15, 14);
|
|
this.chkOTEligibility.TabIndex = 2;
|
|
this.chkOTEligibility.UseVisualStyleBackColor = true;
|
|
this.chkOTEligibility.CheckedChanged += new System.EventHandler(this.chkOTEligibility_CheckedChanged);
|
|
//
|
|
// chkEmpPF
|
|
//
|
|
this.chkEmpPF.AutoSize = true;
|
|
this.chkEmpPF.Location = new System.Drawing.Point(114, 69);
|
|
this.chkEmpPF.Name = "chkEmpPF";
|
|
this.chkEmpPF.Size = new System.Drawing.Size(15, 14);
|
|
this.chkEmpPF.TabIndex = 3;
|
|
this.chkEmpPF.UseVisualStyleBackColor = true;
|
|
this.chkEmpPF.CheckedChanged += new System.EventHandler(this.chkEmpPF_CheckedChanged);
|
|
//
|
|
// chkEmpConfirm
|
|
//
|
|
this.chkEmpConfirm.AutoSize = true;
|
|
this.chkEmpConfirm.Location = new System.Drawing.Point(114, 49);
|
|
this.chkEmpConfirm.Name = "chkEmpConfirm";
|
|
this.chkEmpConfirm.Size = new System.Drawing.Size(15, 14);
|
|
this.chkEmpConfirm.TabIndex = 2;
|
|
this.chkEmpConfirm.UseVisualStyleBackColor = true;
|
|
this.chkEmpConfirm.CheckedChanged += new System.EventHandler(this.chkEmpConfirm_CheckedChanged);
|
|
//
|
|
// chkLive
|
|
//
|
|
this.chkLive.AutoSize = true;
|
|
this.chkLive.Checked = true;
|
|
this.chkLive.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chkLive.Location = new System.Drawing.Point(114, 29);
|
|
this.chkLive.Name = "chkLive";
|
|
this.chkLive.Size = new System.Drawing.Size(15, 14);
|
|
this.chkLive.TabIndex = 0;
|
|
this.chkLive.UseVisualStyleBackColor = true;
|
|
this.chkLive.CheckedChanged += new System.EventHandler(this.chkLive_CheckedChanged);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(16, 200);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(168, 13);
|
|
this.label11.TabIndex = 2;
|
|
this.label11.Text = "Track Employee By Employee No.";
|
|
//
|
|
// txtSearch
|
|
//
|
|
this.txtSearch.Location = new System.Drawing.Point(191, 194);
|
|
this.txtSearch.Name = "txtSearch";
|
|
this.txtSearch.Size = new System.Drawing.Size(267, 20);
|
|
this.txtSearch.TabIndex = 3;
|
|
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
|
|
this.txtSearch.Leave += new System.EventHandler(this.txtSearch_Leave);
|
|
//
|
|
// btnResetAll
|
|
//
|
|
this.btnResetAll.Location = new System.Drawing.Point(780, 218);
|
|
this.btnResetAll.Name = "btnResetAll";
|
|
this.btnResetAll.Size = new System.Drawing.Size(82, 24);
|
|
this.btnResetAll.TabIndex = 4;
|
|
this.btnResetAll.Text = "&Reset All";
|
|
this.btnResetAll.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnFind
|
|
//
|
|
this.btnFind.Location = new System.Drawing.Point(780, 191);
|
|
this.btnFind.Name = "btnFind";
|
|
this.btnFind.Size = new System.Drawing.Size(82, 24);
|
|
this.btnFind.TabIndex = 5;
|
|
this.btnFind.Text = "&Find";
|
|
this.btnFind.UseVisualStyleBackColor = true;
|
|
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
|
|
//
|
|
// lsvEmployee
|
|
//
|
|
this.lsvEmployee.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.clnName,
|
|
this.clnEmpNo,
|
|
this.clnDepartment,
|
|
this.clnGrade});
|
|
this.lsvEmployee.FullRowSelect = true;
|
|
this.lsvEmployee.GridLines = true;
|
|
this.lsvEmployee.Location = new System.Drawing.Point(12, 247);
|
|
this.lsvEmployee.Name = "lsvEmployee";
|
|
this.lsvEmployee.Size = new System.Drawing.Size(854, 341);
|
|
this.lsvEmployee.TabIndex = 6;
|
|
this.lsvEmployee.UseCompatibleStateImageBehavior = false;
|
|
this.lsvEmployee.View = System.Windows.Forms.View.Details;
|
|
this.lsvEmployee.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lsvEmployee_ColumnClick);
|
|
this.lsvEmployee.DoubleClick += new System.EventHandler(this.lsvEmployee_DoubleClick);
|
|
//
|
|
// clnName
|
|
//
|
|
this.clnName.Text = "Name";
|
|
this.clnName.Width = 250;
|
|
//
|
|
// clnEmpNo
|
|
//
|
|
this.clnEmpNo.Text = "Employee No";
|
|
this.clnEmpNo.Width = 200;
|
|
//
|
|
// clnDepartment
|
|
//
|
|
this.clnDepartment.Text = "Department";
|
|
this.clnDepartment.Width = 180;
|
|
//
|
|
// clnGrade
|
|
//
|
|
this.clnGrade.Text = "Grade";
|
|
this.clnGrade.Width = 200;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.btnSelectAll);
|
|
this.groupBox3.Controls.Add(this.btnOK);
|
|
this.groupBox3.Controls.Add(this.btnClose);
|
|
this.groupBox3.Controls.Add(this.lblTotSearched);
|
|
this.groupBox3.Controls.Add(this.label12);
|
|
this.groupBox3.Location = new System.Drawing.Point(12, 588);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(854, 48);
|
|
this.groupBox3.TabIndex = 7;
|
|
this.groupBox3.TabStop = false;
|
|
//
|
|
// btnSelectAll
|
|
//
|
|
this.btnSelectAll.Location = new System.Drawing.Point(0, 13);
|
|
this.btnSelectAll.Name = "btnSelectAll";
|
|
this.btnSelectAll.Size = new System.Drawing.Size(75, 28);
|
|
this.btnSelectAll.TabIndex = 22;
|
|
this.btnSelectAll.Text = "&Select All";
|
|
this.btnSelectAll.UseVisualStyleBackColor = true;
|
|
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(694, 15);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 28);
|
|
this.btnOK.TabIndex = 20;
|
|
this.btnOK.Text = "&OK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.Location = new System.Drawing.Point(775, 15);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 28);
|
|
this.btnClose.TabIndex = 21;
|
|
this.btnClose.Text = "&Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblTotSearched
|
|
//
|
|
this.lblTotSearched.AutoSize = true;
|
|
this.lblTotSearched.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTotSearched.Location = new System.Drawing.Point(295, 23);
|
|
this.lblTotSearched.Name = "lblTotSearched";
|
|
this.lblTotSearched.Size = new System.Drawing.Size(14, 13);
|
|
this.lblTotSearched.TabIndex = 1;
|
|
this.lblTotSearched.Text = "0";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(127, 23);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(162, 13);
|
|
this.label12.TabIndex = 0;
|
|
this.label12.Text = "Number of Employees Searched:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(15, 225);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(66, 13);
|
|
this.label2.TabIndex = 8;
|
|
this.label2.Text = "Joining From";
|
|
//
|
|
// dtpFromDate
|
|
//
|
|
this.dtpFromDate.CustomFormat = "dd MMM yyyy";
|
|
this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpFromDate.Location = new System.Drawing.Point(209, 218);
|
|
this.dtpFromDate.Name = "dtpFromDate";
|
|
this.dtpFromDate.Size = new System.Drawing.Size(92, 20);
|
|
this.dtpFromDate.TabIndex = 9;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(317, 222);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(20, 13);
|
|
this.label16.TabIndex = 10;
|
|
this.label16.Text = "To";
|
|
//
|
|
// dtpToDate
|
|
//
|
|
this.dtpToDate.CustomFormat = "dd MMM yyyy";
|
|
this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpToDate.Location = new System.Drawing.Point(346, 219);
|
|
this.dtpToDate.Name = "dtpToDate";
|
|
this.dtpToDate.Size = new System.Drawing.Size(112, 20);
|
|
this.dtpToDate.TabIndex = 11;
|
|
//
|
|
// dtpChkBox
|
|
//
|
|
this.dtpChkBox.AutoSize = true;
|
|
this.dtpChkBox.Location = new System.Drawing.Point(190, 220);
|
|
this.dtpChkBox.Name = "dtpChkBox";
|
|
this.dtpChkBox.Size = new System.Drawing.Size(15, 14);
|
|
this.dtpChkBox.TabIndex = 12;
|
|
this.dtpChkBox.UseVisualStyleBackColor = true;
|
|
this.dtpChkBox.CheckedChanged += new System.EventHandler(this.dtpChkBox_CheckedChanged);
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(468, 198);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(60, 13);
|
|
this.label22.TabIndex = 13;
|
|
this.label22.Text = "National ID";
|
|
//
|
|
// txtNationalID
|
|
//
|
|
this.txtNationalID.Location = new System.Drawing.Point(539, 194);
|
|
this.txtNationalID.Name = "txtNationalID";
|
|
this.txtNationalID.Size = new System.Drawing.Size(221, 20);
|
|
this.txtNationalID.TabIndex = 14;
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(468, 222);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(72, 13);
|
|
this.label23.TabIndex = 15;
|
|
this.label23.Text = "Employee IDs";
|
|
//
|
|
// txtEmpNo
|
|
//
|
|
this.txtEmpNo.Location = new System.Drawing.Point(540, 220);
|
|
this.txtEmpNo.Name = "txtEmpNo";
|
|
this.txtEmpNo.Size = new System.Drawing.Size(220, 20);
|
|
this.txtEmpNo.TabIndex = 16;
|
|
//
|
|
// ctlReligion
|
|
//
|
|
this.ctlReligion.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctlReligion.ChildPropertyName = null;
|
|
this.ctlReligion.ControlType = Payroll.BO.EnumCustomBasicControlType.ListView;
|
|
this.ctlReligion.CustomSearchString = null;
|
|
this.ctlReligion.LastLevel = -1;
|
|
this.ctlReligion.Location = new System.Drawing.Point(113, 43);
|
|
this.ctlReligion.MHTire = 0;
|
|
this.ctlReligion.MultipleSelection = false;
|
|
this.ctlReligion.Name = "ctlReligion";
|
|
this.ctlReligion.OutputType = Payroll.BO.EnumCustomBasicControl.Religion;
|
|
this.ctlReligion.PickerCaption = null;
|
|
this.ctlReligion.PickerHeadLine = "";
|
|
this.ctlReligion.SelectedIDs = null;
|
|
this.ctlReligion.Size = new System.Drawing.Size(229, 23);
|
|
this.ctlReligion.TabIndex = 45;
|
|
//
|
|
// ctlCostCenter
|
|
//
|
|
this.ctlCostCenter.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctlCostCenter.ChildPropertyName = "PickerChilds";
|
|
this.ctlCostCenter.ControlType = Payroll.BO.EnumCustomBasicControlType.TreeView;
|
|
this.ctlCostCenter.CustomSearchString = null;
|
|
this.ctlCostCenter.LastLevel = -1;
|
|
this.ctlCostCenter.Location = new System.Drawing.Point(450, 14);
|
|
this.ctlCostCenter.MHTire = 0;
|
|
this.ctlCostCenter.MultipleSelection = true;
|
|
this.ctlCostCenter.Name = "ctlCostCenter";
|
|
this.ctlCostCenter.OutputType = Payroll.BO.EnumCustomBasicControl.CostCenter;
|
|
this.ctlCostCenter.PickerCaption = "Cost-Center";
|
|
this.ctlCostCenter.PickerHeadLine = "";
|
|
this.ctlCostCenter.SelectedIDs = null;
|
|
this.ctlCostCenter.Size = new System.Drawing.Size(211, 24);
|
|
this.ctlCostCenter.TabIndex = 44;
|
|
//
|
|
// ctlDesignation
|
|
//
|
|
this.ctlDesignation.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctlDesignation.ChildPropertyName = null;
|
|
this.ctlDesignation.ControlType = Payroll.BO.EnumCustomBasicControlType.ListView;
|
|
this.ctlDesignation.CustomSearchString = null;
|
|
this.ctlDesignation.LastLevel = -1;
|
|
this.ctlDesignation.Location = new System.Drawing.Point(113, 69);
|
|
this.ctlDesignation.MHTire = 0;
|
|
this.ctlDesignation.MultipleSelection = true;
|
|
this.ctlDesignation.Name = "ctlDesignation";
|
|
this.ctlDesignation.OutputType = Payroll.BO.EnumCustomBasicControl.Designation;
|
|
this.ctlDesignation.PickerCaption = "Designation";
|
|
this.ctlDesignation.PickerHeadLine = "";
|
|
this.ctlDesignation.SelectedIDs = null;
|
|
this.ctlDesignation.Size = new System.Drawing.Size(229, 24);
|
|
this.ctlDesignation.TabIndex = 43;
|
|
//
|
|
// ctlGrade
|
|
//
|
|
this.ctlGrade.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctlGrade.ChildPropertyName = null;
|
|
this.ctlGrade.ControlType = Payroll.BO.EnumCustomBasicControlType.ListView;
|
|
this.ctlGrade.CustomSearchString = null;
|
|
this.ctlGrade.LastLevel = -1;
|
|
this.ctlGrade.Location = new System.Drawing.Point(450, 70);
|
|
this.ctlGrade.MHTire = 0;
|
|
this.ctlGrade.MultipleSelection = true;
|
|
this.ctlGrade.Name = "ctlGrade";
|
|
this.ctlGrade.OutputType = Payroll.BO.EnumCustomBasicControl.Grade;
|
|
this.ctlGrade.PickerCaption = "Grade";
|
|
this.ctlGrade.PickerHeadLine = "";
|
|
this.ctlGrade.SelectedIDs = null;
|
|
this.ctlGrade.Size = new System.Drawing.Size(211, 24);
|
|
this.ctlGrade.TabIndex = 19;
|
|
//
|
|
// ctlLocation
|
|
//
|
|
this.ctlLocation.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctlLocation.ChildPropertyName = "PickerChilds";
|
|
this.ctlLocation.ControlType = Payroll.BO.EnumCustomBasicControlType.TreeView;
|
|
this.ctlLocation.CustomSearchString = null;
|
|
this.ctlLocation.LastLevel = -1;
|
|
this.ctlLocation.Location = new System.Drawing.Point(113, 129);
|
|
this.ctlLocation.MHTire = 0;
|
|
this.ctlLocation.MultipleSelection = true;
|
|
this.ctlLocation.Name = "ctlLocation";
|
|
this.ctlLocation.OutputType = Payroll.BO.EnumCustomBasicControl.Location;
|
|
this.ctlLocation.PickerCaption = "Location";
|
|
this.ctlLocation.PickerHeadLine = "";
|
|
this.ctlLocation.SelectedIDs = null;
|
|
this.ctlLocation.Size = new System.Drawing.Size(548, 23);
|
|
this.ctlLocation.TabIndex = 17;
|
|
//
|
|
// ctlCategory
|
|
//
|
|
this.ctlCategory.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctlCategory.ChildPropertyName = null;
|
|
this.ctlCategory.ControlType = Payroll.BO.EnumCustomBasicControlType.ListView;
|
|
this.ctlCategory.CustomSearchString = null;
|
|
this.ctlCategory.LastLevel = -1;
|
|
this.ctlCategory.Location = new System.Drawing.Point(113, 15);
|
|
this.ctlCategory.MHTire = 0;
|
|
this.ctlCategory.MultipleSelection = true;
|
|
this.ctlCategory.Name = "ctlCategory";
|
|
this.ctlCategory.OutputType = Payroll.BO.EnumCustomBasicControl.Category;
|
|
this.ctlCategory.PickerCaption = "Category";
|
|
this.ctlCategory.PickerHeadLine = "";
|
|
this.ctlCategory.SelectedIDs = null;
|
|
this.ctlCategory.Size = new System.Drawing.Size(229, 23);
|
|
this.ctlCategory.TabIndex = 11;
|
|
//
|
|
// ctlDepartment
|
|
//
|
|
this.ctlDepartment.BackColor = System.Drawing.Color.Transparent;
|
|
this.ctlDepartment.ChildPropertyName = "PickerChilds";
|
|
this.ctlDepartment.ControlType = Payroll.BO.EnumCustomBasicControlType.TreeView;
|
|
this.ctlDepartment.CustomSearchString = null;
|
|
this.ctlDepartment.LastLevel = -1;
|
|
this.ctlDepartment.Location = new System.Drawing.Point(113, 100);
|
|
this.ctlDepartment.MHTire = 0;
|
|
this.ctlDepartment.MultipleSelection = true;
|
|
this.ctlDepartment.Name = "ctlDepartment";
|
|
this.ctlDepartment.OutputType = Payroll.BO.EnumCustomBasicControl.Department;
|
|
this.ctlDepartment.PickerCaption = "Department";
|
|
this.ctlDepartment.PickerHeadLine = "";
|
|
this.ctlDepartment.SelectedIDs = null;
|
|
this.ctlDepartment.Size = new System.Drawing.Size(548, 23);
|
|
this.ctlDepartment.TabIndex = 0;
|
|
//
|
|
// fSearchEmployee
|
|
//
|
|
this.AcceptButton = this.btnFind;
|
|
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(876, 641);
|
|
this.Controls.Add(this.txtEmpNo);
|
|
this.Controls.Add(this.label23);
|
|
this.Controls.Add(this.txtNationalID);
|
|
this.Controls.Add(this.label22);
|
|
this.Controls.Add(this.dtpChkBox);
|
|
this.Controls.Add(this.dtpToDate);
|
|
this.Controls.Add(this.label16);
|
|
this.Controls.Add(this.dtpFromDate);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.lsvEmployee);
|
|
this.Controls.Add(this.btnFind);
|
|
this.Controls.Add(this.btnResetAll);
|
|
this.Controls.Add(this.txtSearch);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.MaximizeBox = false;
|
|
this.Name = "fSearchEmployee";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Employee Searching";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private Payroll.Controls.ctlCustomControl ctlDepartment;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private Payroll.Controls.ctlCustomControl ctlCategory;
|
|
private System.Windows.Forms.ComboBox cboGender;
|
|
private Payroll.Controls.ctlCustomControl ctlLocation;
|
|
private System.Windows.Forms.TextBox txtTEmp;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox txtFEmp;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private Payroll.Controls.ctlCustomControl ctlGrade;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.CheckBox chkExpat;
|
|
private System.Windows.Forms.CheckBox chkOTEligibility;
|
|
private System.Windows.Forms.CheckBox chkEmpPF;
|
|
private System.Windows.Forms.CheckBox chkEmpConfirm;
|
|
private System.Windows.Forms.CheckBox chkLive;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox txtSearch;
|
|
private System.Windows.Forms.Button btnResetAll;
|
|
private System.Windows.Forms.Button btnFind;
|
|
private System.Windows.Forms.ListView lsvEmployee;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Label lblTotSearched;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Button btnSelectAll;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.ColumnHeader clnName;
|
|
private System.Windows.Forms.ColumnHeader clnEmpNo;
|
|
private System.Windows.Forms.ColumnHeader clnDepartment;
|
|
private System.Windows.Forms.ColumnHeader clnGrade;
|
|
//private Microsoft.VisualBasic.PowerPacks.ShapeContainer shapeContainer1;
|
|
//private Microsoft.VisualBasic.PowerPacks.LineShape lineShape2;
|
|
//private Microsoft.VisualBasic.PowerPacks.LineShape lineShape1;
|
|
//private Microsoft.VisualBasic.PowerPacks.LineShape lineShape3;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.CheckBox chknotexpaxt;
|
|
private System.Windows.Forms.CheckBox chknotOTEligibility;
|
|
private System.Windows.Forms.CheckBox chknoEmpPF;
|
|
private System.Windows.Forms.CheckBox chknotEmpConfirm;
|
|
private System.Windows.Forms.CheckBox chknotLive;
|
|
private System.Windows.Forms.CheckBox chknotCardAssgn;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.CheckBox chkCardAssgn;
|
|
private System.Windows.Forms.Label lblCostCenters;
|
|
private System.Windows.Forms.Label lblDesignation;
|
|
private Payroll.Controls.ctlCustomControl ctlDesignation;
|
|
private Payroll.Controls.ctlCustomControl ctlCostCenter;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DateTimePicker dtpFromDate;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.DateTimePicker dtpToDate;
|
|
private System.Windows.Forms.CheckBox dtpChkBox;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.TextBox txtNationalID;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.TextBox txtEmpNo;
|
|
private Payroll.Controls.ctlCustomControl ctlReligion;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.CheckBox chkIA;
|
|
}
|
|
} |