826 lines
39 KiB
C#
826 lines
39 KiB
C#
|
using Payroll.Controls;
|
|||
|
namespace Payroll.Report
|
|||
|
{
|
|||
|
partial class fReportSearch
|
|||
|
{
|
|||
|
/// <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.btnSearch = new System.Windows.Forms.Button();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|||
|
this.rdbGrade = new System.Windows.Forms.RadioButton();
|
|||
|
this.lblSelected = new System.Windows.Forms.Label();
|
|||
|
this.lblTotal = new System.Windows.Forms.Label();
|
|||
|
this.label14 = new System.Windows.Forms.Label();
|
|||
|
this.label13 = new System.Windows.Forms.Label();
|
|||
|
this.lsvEmployee = new System.Windows.Forms.ListView();
|
|||
|
this.colName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.colEmpNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.btnProcessCodeClear = new System.Windows.Forms.Button();
|
|||
|
this.cboProcessID = new System.Windows.Forms.ComboBox();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.txtEmpNo = new System.Windows.Forms.TextBox();
|
|||
|
this.label23 = new System.Windows.Forms.Label();
|
|||
|
this.dtpfromDate = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.cboBonus = new System.Windows.Forms.ComboBox();
|
|||
|
this.lblCostCenters = new System.Windows.Forms.Label();
|
|||
|
this.lblDesignation = new System.Windows.Forms.Label();
|
|||
|
this.label15 = new System.Windows.Forms.Label();
|
|||
|
this.lblItem = new System.Windows.Forms.Label();
|
|||
|
this.cboItem = new System.Windows.Forms.ComboBox();
|
|||
|
this.dtpTodate = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.lblTodate = new System.Windows.Forms.Label();
|
|||
|
this.cboBranch = new System.Windows.Forms.ComboBox();
|
|||
|
this.cboBank = new System.Windows.Forms.ComboBox();
|
|||
|
this.label19 = new System.Windows.Forms.Label();
|
|||
|
this.label12 = new System.Windows.Forms.Label();
|
|||
|
this.lblFromDate = new System.Windows.Forms.Label();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
this.label22 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label11 = new System.Windows.Forms.Label();
|
|||
|
this.cboGender = new System.Windows.Forms.ComboBox();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.label8 = 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.label1 = new System.Windows.Forms.Label();
|
|||
|
this.btnSelectAll = new System.Windows.Forms.Button();
|
|||
|
this.btnPreview = new System.Windows.Forms.Button();
|
|||
|
this.btnCLose = new System.Windows.Forms.Button();
|
|||
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|||
|
this.btnExport = new System.Windows.Forms.Button();
|
|||
|
this.ctlDesignation = new Payroll.Controls.ctlCustomControl();
|
|||
|
this.ctlCostCenter = new Payroll.Controls.ctlCustomControl();
|
|||
|
this.ctlEmployee = new Payroll.Controls.CustomControls.ctlEmployee();
|
|||
|
this.ctlGrade = new Payroll.Controls.ctlCustomControl();
|
|||
|
this.ctlLocation = new Payroll.Controls.ctlCustomControl();
|
|||
|
this.ctlReligion = new Payroll.Controls.ctlCustomControl();
|
|||
|
this.ctlCategory = new Payroll.Controls.ctlCustomControl();
|
|||
|
this.ctlDepartment = new Payroll.Controls.ctlCustomControl();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
this.groupBox2.SuspendLayout();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
this.groupBox3.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// btnSearch
|
|||
|
//
|
|||
|
this.btnSearch.Location = new System.Drawing.Point(563, 412);
|
|||
|
this.btnSearch.Name = "btnSearch";
|
|||
|
this.btnSearch.Size = new System.Drawing.Size(75, 27);
|
|||
|
this.btnSearch.TabIndex = 3;
|
|||
|
this.btnSearch.Text = "&Search";
|
|||
|
this.btnSearch.UseVisualStyleBackColor = true;
|
|||
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.panel1.Controls.Add(this.groupBox2);
|
|||
|
this.panel1.Controls.Add(this.lblSelected);
|
|||
|
this.panel1.Controls.Add(this.lblTotal);
|
|||
|
this.panel1.Controls.Add(this.label14);
|
|||
|
this.panel1.Controls.Add(this.label13);
|
|||
|
this.panel1.Controls.Add(this.lsvEmployee);
|
|||
|
this.panel1.Controls.Add(this.groupBox1);
|
|||
|
this.panel1.Controls.Add(this.btnSelectAll);
|
|||
|
this.panel1.Controls.Add(this.btnSearch);
|
|||
|
this.panel1.Location = new System.Drawing.Point(12, 12);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(894, 467);
|
|||
|
this.panel1.TabIndex = 4;
|
|||
|
//
|
|||
|
// groupBox2
|
|||
|
//
|
|||
|
this.groupBox2.Controls.Add(this.rdbGrade);
|
|||
|
this.groupBox2.Location = new System.Drawing.Point(11, 425);
|
|||
|
this.groupBox2.Name = "groupBox2";
|
|||
|
this.groupBox2.Size = new System.Drawing.Size(515, 37);
|
|||
|
this.groupBox2.TabIndex = 9;
|
|||
|
this.groupBox2.TabStop = false;
|
|||
|
this.groupBox2.Text = "Group ";
|
|||
|
this.groupBox2.Visible = false;
|
|||
|
//
|
|||
|
// rdbGrade
|
|||
|
//
|
|||
|
this.rdbGrade.AutoSize = true;
|
|||
|
this.rdbGrade.Location = new System.Drawing.Point(56, 12);
|
|||
|
this.rdbGrade.Name = "rdbGrade";
|
|||
|
this.rdbGrade.Size = new System.Drawing.Size(54, 17);
|
|||
|
this.rdbGrade.TabIndex = 0;
|
|||
|
this.rdbGrade.TabStop = true;
|
|||
|
this.rdbGrade.Text = "Grade";
|
|||
|
this.rdbGrade.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// lblSelected
|
|||
|
//
|
|||
|
this.lblSelected.AutoSize = true;
|
|||
|
this.lblSelected.Location = new System.Drawing.Point(855, 420);
|
|||
|
this.lblSelected.Name = "lblSelected";
|
|||
|
this.lblSelected.Size = new System.Drawing.Size(13, 13);
|
|||
|
this.lblSelected.TabIndex = 8;
|
|||
|
this.lblSelected.Text = "0";
|
|||
|
this.lblSelected.Visible = false;
|
|||
|
//
|
|||
|
// lblTotal
|
|||
|
//
|
|||
|
this.lblTotal.AutoSize = true;
|
|||
|
this.lblTotal.Location = new System.Drawing.Point(762, 420);
|
|||
|
this.lblTotal.Name = "lblTotal";
|
|||
|
this.lblTotal.Size = new System.Drawing.Size(13, 13);
|
|||
|
this.lblTotal.TabIndex = 8;
|
|||
|
this.lblTotal.Text = "0";
|
|||
|
//
|
|||
|
// label14
|
|||
|
//
|
|||
|
this.label14.AutoSize = true;
|
|||
|
this.label14.Location = new System.Drawing.Point(800, 420);
|
|||
|
this.label14.Name = "label14";
|
|||
|
this.label14.Size = new System.Drawing.Size(49, 13);
|
|||
|
this.label14.TabIndex = 7;
|
|||
|
this.label14.Text = "Selected";
|
|||
|
this.label14.Visible = false;
|
|||
|
//
|
|||
|
// label13
|
|||
|
//
|
|||
|
this.label13.AutoSize = true;
|
|||
|
this.label13.Location = new System.Drawing.Point(725, 420);
|
|||
|
this.label13.Name = "label13";
|
|||
|
this.label13.Size = new System.Drawing.Size(31, 13);
|
|||
|
this.label13.TabIndex = 7;
|
|||
|
this.label13.Text = "Total";
|
|||
|
//
|
|||
|
// lsvEmployee
|
|||
|
//
|
|||
|
this.lsvEmployee.CheckBoxes = true;
|
|||
|
this.lsvEmployee.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|||
|
this.colName,
|
|||
|
this.colEmpNo});
|
|||
|
this.lsvEmployee.FullRowSelect = true;
|
|||
|
this.lsvEmployee.GridLines = true;
|
|||
|
this.lsvEmployee.Location = new System.Drawing.Point(644, 12);
|
|||
|
this.lsvEmployee.Name = "lsvEmployee";
|
|||
|
this.lsvEmployee.Size = new System.Drawing.Size(242, 394);
|
|||
|
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);
|
|||
|
//
|
|||
|
// colName
|
|||
|
//
|
|||
|
this.colName.Text = "Name";
|
|||
|
this.colName.Width = 160;
|
|||
|
//
|
|||
|
// colEmpNo
|
|||
|
//
|
|||
|
this.colEmpNo.Text = "Emp No";
|
|||
|
this.colEmpNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.btnProcessCodeClear);
|
|||
|
this.groupBox1.Controls.Add(this.cboProcessID);
|
|||
|
this.groupBox1.Controls.Add(this.label2);
|
|||
|
this.groupBox1.Controls.Add(this.txtEmpNo);
|
|||
|
this.groupBox1.Controls.Add(this.label23);
|
|||
|
this.groupBox1.Controls.Add(this.dtpfromDate);
|
|||
|
this.groupBox1.Controls.Add(this.cboBonus);
|
|||
|
this.groupBox1.Controls.Add(this.ctlDesignation);
|
|||
|
this.groupBox1.Controls.Add(this.ctlCostCenter);
|
|||
|
this.groupBox1.Controls.Add(this.lblCostCenters);
|
|||
|
this.groupBox1.Controls.Add(this.lblDesignation);
|
|||
|
this.groupBox1.Controls.Add(this.label15);
|
|||
|
this.groupBox1.Controls.Add(this.lblItem);
|
|||
|
this.groupBox1.Controls.Add(this.cboItem);
|
|||
|
this.groupBox1.Controls.Add(this.dtpTodate);
|
|||
|
this.groupBox1.Controls.Add(this.lblTodate);
|
|||
|
this.groupBox1.Controls.Add(this.cboBranch);
|
|||
|
this.groupBox1.Controls.Add(this.cboBank);
|
|||
|
this.groupBox1.Controls.Add(this.label19);
|
|||
|
this.groupBox1.Controls.Add(this.ctlEmployee);
|
|||
|
this.groupBox1.Controls.Add(this.label12);
|
|||
|
this.groupBox1.Controls.Add(this.lblFromDate);
|
|||
|
this.groupBox1.Controls.Add(this.label7);
|
|||
|
this.groupBox1.Controls.Add(this.label22);
|
|||
|
this.groupBox1.Controls.Add(this.label3);
|
|||
|
this.groupBox1.Controls.Add(this.label11);
|
|||
|
this.groupBox1.Controls.Add(this.ctlGrade);
|
|||
|
this.groupBox1.Controls.Add(this.cboGender);
|
|||
|
this.groupBox1.Controls.Add(this.ctlLocation);
|
|||
|
this.groupBox1.Controls.Add(this.ctlReligion);
|
|||
|
this.groupBox1.Controls.Add(this.ctlCategory);
|
|||
|
this.groupBox1.Controls.Add(this.label9);
|
|||
|
this.groupBox1.Controls.Add(this.label8);
|
|||
|
this.groupBox1.Controls.Add(this.label6);
|
|||
|
this.groupBox1.Controls.Add(this.label5);
|
|||
|
this.groupBox1.Controls.Add(this.label4);
|
|||
|
this.groupBox1.Controls.Add(this.label1);
|
|||
|
this.groupBox1.Controls.Add(this.ctlDepartment);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(11, 4);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(627, 402);
|
|||
|
this.groupBox1.TabIndex = 4;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
this.groupBox1.Text = "Search Condition";
|
|||
|
//
|
|||
|
// btnProcessCodeClear
|
|||
|
//
|
|||
|
this.btnProcessCodeClear.Location = new System.Drawing.Point(328, 284);
|
|||
|
this.btnProcessCodeClear.Name = "btnProcessCodeClear";
|
|||
|
this.btnProcessCodeClear.Size = new System.Drawing.Size(39, 23);
|
|||
|
this.btnProcessCodeClear.TabIndex = 53;
|
|||
|
this.btnProcessCodeClear.Text = "Clear";
|
|||
|
this.btnProcessCodeClear.UseVisualStyleBackColor = true;
|
|||
|
this.btnProcessCodeClear.Click += new System.EventHandler(this.btnProcessCodeClear_Click);
|
|||
|
//
|
|||
|
// cboProcessID
|
|||
|
//
|
|||
|
this.cboProcessID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboProcessID.FormattingEnabled = true;
|
|||
|
this.cboProcessID.Location = new System.Drawing.Point(101, 285);
|
|||
|
this.cboProcessID.Name = "cboProcessID";
|
|||
|
this.cboProcessID.Size = new System.Drawing.Size(229, 21);
|
|||
|
this.cboProcessID.TabIndex = 52;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(12, 293);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(59, 13);
|
|||
|
this.label2.TabIndex = 51;
|
|||
|
this.label2.Text = "Process ID";
|
|||
|
//
|
|||
|
// txtEmpNo
|
|||
|
//
|
|||
|
this.txtEmpNo.Location = new System.Drawing.Point(105, 357);
|
|||
|
this.txtEmpNo.Multiline = true;
|
|||
|
this.txtEmpNo.Name = "txtEmpNo";
|
|||
|
this.txtEmpNo.Size = new System.Drawing.Size(503, 37);
|
|||
|
this.txtEmpNo.TabIndex = 50;
|
|||
|
//
|
|||
|
// label23
|
|||
|
//
|
|||
|
this.label23.AutoSize = true;
|
|||
|
this.label23.Location = new System.Drawing.Point(12, 360);
|
|||
|
this.label23.Name = "label23";
|
|||
|
this.label23.Size = new System.Drawing.Size(72, 13);
|
|||
|
this.label23.TabIndex = 49;
|
|||
|
this.label23.Text = "Employee IDs";
|
|||
|
//
|
|||
|
// dtpfromDate
|
|||
|
//
|
|||
|
this.dtpfromDate.CustomFormat = "dd MMM yyyy";
|
|||
|
this.dtpfromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
this.dtpfromDate.Location = new System.Drawing.Point(78, 48);
|
|||
|
this.dtpfromDate.Name = "dtpfromDate";
|
|||
|
this.dtpfromDate.Size = new System.Drawing.Size(111, 20);
|
|||
|
this.dtpfromDate.TabIndex = 48;
|
|||
|
this.dtpfromDate.Visible = false;
|
|||
|
this.dtpfromDate.ValueChanged += new System.EventHandler(this.dtpfromDate_ValueChanged);
|
|||
|
this.dtpfromDate.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dtpfromDate_KeyDown);
|
|||
|
this.dtpfromDate.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dtpfromDate_KeyUp);
|
|||
|
//
|
|||
|
// cboBonus
|
|||
|
//
|
|||
|
this.cboBonus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboBonus.FormattingEnabled = true;
|
|||
|
this.cboBonus.Location = new System.Drawing.Point(402, 91);
|
|||
|
this.cboBonus.Name = "cboBonus";
|
|||
|
this.cboBonus.Size = new System.Drawing.Size(208, 21);
|
|||
|
this.cboBonus.TabIndex = 47;
|
|||
|
//
|
|||
|
// lblCostCenters
|
|||
|
//
|
|||
|
this.lblCostCenters.AutoSize = true;
|
|||
|
this.lblCostCenters.Location = new System.Drawing.Point(339, 261);
|
|||
|
this.lblCostCenters.Name = "lblCostCenters";
|
|||
|
this.lblCostCenters.Size = new System.Drawing.Size(59, 13);
|
|||
|
this.lblCostCenters.TabIndex = 39;
|
|||
|
this.lblCostCenters.Text = "CostCenter";
|
|||
|
//
|
|||
|
// lblDesignation
|
|||
|
//
|
|||
|
this.lblDesignation.AutoSize = true;
|
|||
|
this.lblDesignation.Location = new System.Drawing.Point(12, 261);
|
|||
|
this.lblDesignation.Name = "lblDesignation";
|
|||
|
this.lblDesignation.Size = new System.Drawing.Size(63, 13);
|
|||
|
this.lblDesignation.TabIndex = 37;
|
|||
|
this.lblDesignation.Text = "Designation";
|
|||
|
//
|
|||
|
// label15
|
|||
|
//
|
|||
|
this.label15.AutoSize = true;
|
|||
|
this.label15.Location = new System.Drawing.Point(16, 71);
|
|||
|
this.label15.Name = "label15";
|
|||
|
this.label15.Size = new System.Drawing.Size(595, 13);
|
|||
|
this.label15.TabIndex = 36;
|
|||
|
this.label15.Text = "_________________________________________________________________________________" +
|
|||
|
"_________________";
|
|||
|
//
|
|||
|
// lblItem
|
|||
|
//
|
|||
|
this.lblItem.AutoSize = true;
|
|||
|
this.lblItem.Location = new System.Drawing.Point(19, 95);
|
|||
|
this.lblItem.Name = "lblItem";
|
|||
|
this.lblItem.Size = new System.Drawing.Size(27, 13);
|
|||
|
this.lblItem.TabIndex = 35;
|
|||
|
this.lblItem.Text = "Item";
|
|||
|
//
|
|||
|
// cboItem
|
|||
|
//
|
|||
|
this.cboItem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboItem.FormattingEnabled = true;
|
|||
|
this.cboItem.Location = new System.Drawing.Point(101, 92);
|
|||
|
this.cboItem.Name = "cboItem";
|
|||
|
this.cboItem.Size = new System.Drawing.Size(288, 21);
|
|||
|
this.cboItem.TabIndex = 34;
|
|||
|
this.cboItem.SelectedIndexChanged += new System.EventHandler(this.cboItem_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// dtpTodate
|
|||
|
//
|
|||
|
this.dtpTodate.CustomFormat = "dd MMM yyyy";
|
|||
|
this.dtpTodate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
this.dtpTodate.Location = new System.Drawing.Point(255, 48);
|
|||
|
this.dtpTodate.Name = "dtpTodate";
|
|||
|
this.dtpTodate.Size = new System.Drawing.Size(111, 20);
|
|||
|
this.dtpTodate.TabIndex = 33;
|
|||
|
this.dtpTodate.Visible = false;
|
|||
|
this.dtpTodate.ValueChanged += new System.EventHandler(this.dtpTodate_ValueChanged);
|
|||
|
//
|
|||
|
// lblTodate
|
|||
|
//
|
|||
|
this.lblTodate.AutoSize = true;
|
|||
|
this.lblTodate.Location = new System.Drawing.Point(203, 52);
|
|||
|
this.lblTodate.Name = "lblTodate";
|
|||
|
this.lblTodate.Size = new System.Drawing.Size(46, 13);
|
|||
|
this.lblTodate.TabIndex = 32;
|
|||
|
this.lblTodate.Text = "To Date";
|
|||
|
this.lblTodate.Visible = false;
|
|||
|
//
|
|||
|
// cboBranch
|
|||
|
//
|
|||
|
this.cboBranch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboBranch.FormattingEnabled = true;
|
|||
|
this.cboBranch.Items.AddRange(new object[] {
|
|||
|
"Regardless",
|
|||
|
"Male",
|
|||
|
"Female"});
|
|||
|
this.cboBranch.Location = new System.Drawing.Point(402, 163);
|
|||
|
this.cboBranch.Name = "cboBranch";
|
|||
|
this.cboBranch.Size = new System.Drawing.Size(211, 21);
|
|||
|
this.cboBranch.TabIndex = 31;
|
|||
|
//
|
|||
|
// cboBank
|
|||
|
//
|
|||
|
this.cboBank.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|||
|
this.cboBank.FormattingEnabled = true;
|
|||
|
this.cboBank.Items.AddRange(new object[] {
|
|||
|
"Regardless",
|
|||
|
"Male",
|
|||
|
"Female"});
|
|||
|
this.cboBank.Location = new System.Drawing.Point(402, 135);
|
|||
|
this.cboBank.Name = "cboBank";
|
|||
|
this.cboBank.Size = new System.Drawing.Size(211, 21);
|
|||
|
this.cboBank.TabIndex = 31;
|
|||
|
this.cboBank.SelectedIndexChanged += new System.EventHandler(this.cboBank_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// label19
|
|||
|
//
|
|||
|
this.label19.AutoSize = true;
|
|||
|
this.label19.Location = new System.Drawing.Point(12, 331);
|
|||
|
this.label19.Name = "label19";
|
|||
|
this.label19.Size = new System.Drawing.Size(53, 13);
|
|||
|
this.label19.TabIndex = 30;
|
|||
|
this.label19.Text = "Employee";
|
|||
|
//
|
|||
|
// label12
|
|||
|
//
|
|||
|
this.label12.AutoSize = true;
|
|||
|
this.label12.Location = new System.Drawing.Point(18, 300);
|
|||
|
this.label12.Name = "label12";
|
|||
|
this.label12.Size = new System.Drawing.Size(595, 13);
|
|||
|
this.label12.TabIndex = 27;
|
|||
|
this.label12.Text = "_________________________________________________________________________________" +
|
|||
|
"_________________";
|
|||
|
//
|
|||
|
// lblFromDate
|
|||
|
//
|
|||
|
this.lblFromDate.AutoSize = true;
|
|||
|
this.lblFromDate.Location = new System.Drawing.Point(16, 52);
|
|||
|
this.lblFromDate.Name = "lblFromDate";
|
|||
|
this.lblFromDate.Size = new System.Drawing.Size(56, 13);
|
|||
|
this.lblFromDate.TabIndex = 25;
|
|||
|
this.lblFromDate.Text = "From Date";
|
|||
|
this.lblFromDate.Visible = false;
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Location = new System.Drawing.Point(15, 17);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(595, 13);
|
|||
|
this.label7.TabIndex = 24;
|
|||
|
this.label7.Text = "_________________________________________________________________________________" +
|
|||
|
"_________________";
|
|||
|
//
|
|||
|
// label22
|
|||
|
//
|
|||
|
this.label22.AutoSize = true;
|
|||
|
this.label22.Location = new System.Drawing.Point(339, 169);
|
|||
|
this.label22.Name = "label22";
|
|||
|
this.label22.Size = new System.Drawing.Size(41, 13);
|
|||
|
this.label22.TabIndex = 23;
|
|||
|
this.label22.Text = "Branch";
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(339, 138);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(32, 13);
|
|||
|
this.label3.TabIndex = 23;
|
|||
|
this.label3.Text = "Bank";
|
|||
|
//
|
|||
|
// label11
|
|||
|
//
|
|||
|
this.label11.AutoSize = true;
|
|||
|
this.label11.Location = new System.Drawing.Point(15, 113);
|
|||
|
this.label11.Name = "label11";
|
|||
|
this.label11.Size = new System.Drawing.Size(595, 13);
|
|||
|
this.label11.TabIndex = 21;
|
|||
|
this.label11.Text = "_________________________________________________________________________________" +
|
|||
|
"_________________";
|
|||
|
//
|
|||
|
// 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(101, 226);
|
|||
|
this.cboGender.Name = "cboGender";
|
|||
|
this.cboGender.Size = new System.Drawing.Size(229, 21);
|
|||
|
this.cboGender.TabIndex = 18;
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.Location = new System.Drawing.Point(12, 141);
|
|||
|
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(339, 197);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(48, 13);
|
|||
|
this.label8.TabIndex = 9;
|
|||
|
this.label8.Text = "Location";
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Location = new System.Drawing.Point(339, 229);
|
|||
|
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(12, 229);
|
|||
|
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(12, 194);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(45, 13);
|
|||
|
this.label4.TabIndex = 5;
|
|||
|
this.label4.Text = "Religion";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(12, 169);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(62, 13);
|
|||
|
this.label1.TabIndex = 2;
|
|||
|
this.label1.Text = "Department";
|
|||
|
//
|
|||
|
// btnSelectAll
|
|||
|
//
|
|||
|
this.btnSelectAll.Location = new System.Drawing.Point(647, 412);
|
|||
|
this.btnSelectAll.Name = "btnSelectAll";
|
|||
|
this.btnSelectAll.Size = new System.Drawing.Size(75, 27);
|
|||
|
this.btnSelectAll.TabIndex = 3;
|
|||
|
this.btnSelectAll.Text = "&Select All";
|
|||
|
this.btnSelectAll.UseVisualStyleBackColor = true;
|
|||
|
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
|
|||
|
//
|
|||
|
// btnPreview
|
|||
|
//
|
|||
|
this.btnPreview.Location = new System.Drawing.Point(15, 14);
|
|||
|
this.btnPreview.Name = "btnPreview";
|
|||
|
this.btnPreview.Size = new System.Drawing.Size(75, 27);
|
|||
|
this.btnPreview.TabIndex = 9;
|
|||
|
this.btnPreview.Text = "&Preview";
|
|||
|
this.btnPreview.UseVisualStyleBackColor = true;
|
|||
|
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
|
|||
|
//
|
|||
|
// btnCLose
|
|||
|
//
|
|||
|
this.btnCLose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.btnCLose.Location = new System.Drawing.Point(815, 14);
|
|||
|
this.btnCLose.Name = "btnCLose";
|
|||
|
this.btnCLose.Size = new System.Drawing.Size(75, 27);
|
|||
|
this.btnCLose.TabIndex = 9;
|
|||
|
this.btnCLose.Text = "&Close";
|
|||
|
this.btnCLose.UseVisualStyleBackColor = true;
|
|||
|
this.btnCLose.Click += new System.EventHandler(this.btnCLose_Click);
|
|||
|
//
|
|||
|
// groupBox3
|
|||
|
//
|
|||
|
this.groupBox3.Controls.Add(this.btnCLose);
|
|||
|
this.groupBox3.Controls.Add(this.btnExport);
|
|||
|
this.groupBox3.Controls.Add(this.btnPreview);
|
|||
|
this.groupBox3.Location = new System.Drawing.Point(9, 485);
|
|||
|
this.groupBox3.Name = "groupBox3";
|
|||
|
this.groupBox3.Size = new System.Drawing.Size(897, 48);
|
|||
|
this.groupBox3.TabIndex = 28;
|
|||
|
this.groupBox3.TabStop = false;
|
|||
|
//
|
|||
|
// btnExport
|
|||
|
//
|
|||
|
this.btnExport.Location = new System.Drawing.Point(96, 15);
|
|||
|
this.btnExport.Name = "btnExport";
|
|||
|
this.btnExport.Size = new System.Drawing.Size(75, 27);
|
|||
|
this.btnExport.TabIndex = 9;
|
|||
|
this.btnExport.Text = "&Export";
|
|||
|
this.btnExport.UseVisualStyleBackColor = true;
|
|||
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click_1);
|
|||
|
//
|
|||
|
// 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(101, 255);
|
|||
|
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 = 46;
|
|||
|
//
|
|||
|
// 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(402, 255);
|
|||
|
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 = 45;
|
|||
|
//
|
|||
|
// ctlEmployee
|
|||
|
//
|
|||
|
this.ctlEmployee.EmployeeNo = "";
|
|||
|
this.ctlEmployee.Grades = null;
|
|||
|
this.ctlEmployee.Location = new System.Drawing.Point(101, 324);
|
|||
|
this.ctlEmployee.Name = "ctlEmployee";
|
|||
|
this.ctlEmployee.SelectedEmployee = null;
|
|||
|
this.ctlEmployee.Size = new System.Drawing.Size(507, 27);
|
|||
|
this.ctlEmployee.TabIndex = 28;
|
|||
|
//
|
|||
|
// 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(402, 223);
|
|||
|
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(402, 192);
|
|||
|
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(211, 23);
|
|||
|
this.ctlLocation.TabIndex = 17;
|
|||
|
//
|
|||
|
// 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(101, 192);
|
|||
|
this.ctlReligion.MHTire = 0;
|
|||
|
this.ctlReligion.MultipleSelection = true;
|
|||
|
this.ctlReligion.Name = "ctlReligion";
|
|||
|
this.ctlReligion.OutputType = Payroll.BO.EnumCustomBasicControl.Religion;
|
|||
|
this.ctlReligion.PickerCaption = "Religion";
|
|||
|
this.ctlReligion.PickerHeadLine = "";
|
|||
|
this.ctlReligion.SelectedIDs = null;
|
|||
|
this.ctlReligion.Size = new System.Drawing.Size(229, 24);
|
|||
|
this.ctlReligion.TabIndex = 12;
|
|||
|
//
|
|||
|
// 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(101, 134);
|
|||
|
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(101, 163);
|
|||
|
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(229, 23);
|
|||
|
this.ctlDepartment.TabIndex = 0;
|
|||
|
//
|
|||
|
// fReportSearch
|
|||
|
//
|
|||
|
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(918, 545);
|
|||
|
this.Controls.Add(this.groupBox3);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.KeyPreview = true;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "fReportSearch";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Search Report";
|
|||
|
this.Load += new System.EventHandler(this.fReportSearch_Load);
|
|||
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.fReportSearch_KeyDown);
|
|||
|
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.fReportSearch_KeyPress);
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.panel1.PerformLayout();
|
|||
|
this.groupBox2.ResumeLayout(false);
|
|||
|
this.groupBox2.PerformLayout();
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox1.PerformLayout();
|
|||
|
this.groupBox3.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Button btnSearch;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private System.Windows.Forms.Label label12;
|
|||
|
private System.Windows.Forms.Label lblFromDate;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label11;
|
|||
|
private ctlCustomControl ctlGrade;
|
|||
|
private System.Windows.Forms.ComboBox cboGender;
|
|||
|
private ctlCustomControl ctlLocation;
|
|||
|
private ctlCustomControl ctlReligion;
|
|||
|
private ctlCustomControl ctlCategory;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private ctlCustomControl ctlDepartment;
|
|||
|
private System.Windows.Forms.ListView lsvEmployee;
|
|||
|
private System.Windows.Forms.ColumnHeader colName;
|
|||
|
private System.Windows.Forms.ColumnHeader colEmpNo;
|
|||
|
private System.Windows.Forms.Button btnSelectAll;
|
|||
|
private System.Windows.Forms.Label label14;
|
|||
|
private System.Windows.Forms.Label label13;
|
|||
|
private System.Windows.Forms.Label lblSelected;
|
|||
|
private System.Windows.Forms.Label lblTotal;
|
|||
|
private System.Windows.Forms.Button btnPreview;
|
|||
|
private System.Windows.Forms.Button btnCLose;
|
|||
|
private System.Windows.Forms.GroupBox groupBox3;
|
|||
|
private Payroll.Controls.CustomControls.ctlEmployee ctlEmployee;
|
|||
|
private System.Windows.Forms.Label label19;
|
|||
|
private System.Windows.Forms.ComboBox cboBranch;
|
|||
|
private System.Windows.Forms.ComboBox cboBank;
|
|||
|
private System.Windows.Forms.Label label22;
|
|||
|
private System.Windows.Forms.DateTimePicker dtpTodate;
|
|||
|
private System.Windows.Forms.Label lblTodate;
|
|||
|
private System.Windows.Forms.ComboBox cboItem;
|
|||
|
private System.Windows.Forms.Label lblItem;
|
|||
|
private System.Windows.Forms.GroupBox groupBox2;
|
|||
|
private System.Windows.Forms.RadioButton rdbGrade;
|
|||
|
private System.Windows.Forms.Label label15;
|
|||
|
private System.Windows.Forms.Label lblDesignation;
|
|||
|
private System.Windows.Forms.Label lblCostCenters;
|
|||
|
private ctlCustomControl ctlCostCenter;
|
|||
|
private ctlCustomControl ctlDesignation;
|
|||
|
private System.Windows.Forms.ComboBox cboBonus;
|
|||
|
private System.Windows.Forms.DateTimePicker dtpfromDate;
|
|||
|
private System.Windows.Forms.TextBox txtEmpNo;
|
|||
|
private System.Windows.Forms.Label label23;
|
|||
|
private System.Windows.Forms.Button btnExport;
|
|||
|
private System.Windows.Forms.ComboBox cboProcessID;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Button btnProcessCodeClear;
|
|||
|
|
|||
|
}
|
|||
|
}
|