namespace Payroll.Controls.CustomControls
{
partial class fSearchDisciplineAction
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.lvwItems = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dtpToDate = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.dtpFromDate = new System.Windows.Forms.DateTimePicker();
this.btnSearch = new System.Windows.Forms.Button();
this.txtCode = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// lvwItems
//
this.lvwItems.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvwItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.lvwItems.FullRowSelect = true;
this.lvwItems.GridLines = true;
this.lvwItems.Location = new System.Drawing.Point(21, 127);
this.lvwItems.MultiSelect = false;
this.lvwItems.Name = "lvwItems";
this.lvwItems.Size = new System.Drawing.Size(500, 366);
this.lvwItems.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.lvwItems.TabIndex = 4;
this.lvwItems.UseCompatibleStateImageBehavior = false;
this.lvwItems.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Code";
this.columnHeader1.Width = 120;
//
// columnHeader2
//
this.columnHeader2.Text = "Note";
this.columnHeader2.Width = 180;
//
// columnHeader3
//
this.columnHeader3.Text = "Complain Date";
this.columnHeader3.Width = 180;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dtpToDate);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.dtpFromDate);
this.groupBox1.Controls.Add(this.btnSearch);
this.groupBox1.Controls.Add(this.txtCode);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(21, -3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(502, 110);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
//
// dtpToDate
//
this.dtpToDate.CustomFormat = "dd MMM yyyy";
this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpToDate.Location = new System.Drawing.Point(251, 75);
this.dtpToDate.Name = "dtpToDate";
this.dtpToDate.Size = new System.Drawing.Size(128, 20);
this.dtpToDate.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(199, 78);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(26, 13);
this.label3.TabIndex = 6;
this.label3.Text = "And";
//
// dtpFromDate
//
this.dtpFromDate.CustomFormat = "dd MMM yyyy";
this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpFromDate.Location = new System.Drawing.Point(46, 75);
this.dtpFromDate.Name = "dtpFromDate";
this.dtpFromDate.Size = new System.Drawing.Size(128, 20);
this.dtpFromDate.TabIndex = 5;
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(425, 69);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(67, 28);
this.btnSearch.TabIndex = 4;
this.btnSearch.Text = "Search";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(46, 18);
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(333, 20);
this.txtCode.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 52);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(139, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Complain Date (Between) : ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Code : ";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnClose);
this.groupBox2.Controls.Add(this.btnOk);
this.groupBox2.Location = new System.Drawing.Point(21, 494);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(503, 46);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(422, 16);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 28);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "&Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(341, 16);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 28);
this.btnOk.TabIndex = 1;
this.btnOk.Text = "&Ok";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// fSearchDisciplineAction
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(545, 550);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.lvwItems);
this.Name = "fSearchDisciplineAction";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Search Disciplinary Action";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView lvwItems;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DateTimePicker dtpFromDate;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.TextBox txtCode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dtpToDate;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnOk;
}
}