namespace Payroll.Report { partial class FSReport { /// /// 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.btnClose = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.btnPreview = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.txtBatchNumber = new System.Windows.Forms.TextBox(); this.rdoBatchNumber = new System.Windows.Forms.RadioButton(); this.rdoDiscontinueDate = new System.Windows.Forms.RadioButton(); this.rdoSettleDate = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dtpTo = new System.Windows.Forms.DateTimePicker(); this.dtpFrom = new System.Windows.Forms.DateTimePicker(); this.btnRefresh = new System.Windows.Forms.Button(); this.lvwFss = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // btnClose // this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Location = new System.Drawing.Point(14, 363); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 28); this.btnClose.TabIndex = 0; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.btnClose); this.panel2.Controls.Add(this.btnPreview); this.panel2.Location = new System.Drawing.Point(676, 9); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(104, 401); this.panel2.TabIndex = 1; // // btnPreview // this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPreview.Location = new System.Drawing.Point(14, 5); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(75, 28); this.btnPreview.TabIndex = 0; this.btnPreview.Text = "Preview"; this.btnPreview.UseVisualStyleBackColor = true; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.txtBatchNumber); this.panel1.Controls.Add(this.rdoBatchNumber); this.panel1.Controls.Add(this.rdoDiscontinueDate); this.panel1.Controls.Add(this.rdoSettleDate); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.dtpTo); this.panel1.Controls.Add(this.dtpFrom); this.panel1.Controls.Add(this.btnRefresh); this.panel1.Controls.Add(this.lvwFss); this.panel1.Location = new System.Drawing.Point(12, 9); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(658, 401); this.panel1.TabIndex = 2; // // txtBatchNumber // this.txtBatchNumber.Location = new System.Drawing.Point(325, 59); this.txtBatchNumber.Name = "txtBatchNumber"; this.txtBatchNumber.Size = new System.Drawing.Size(134, 20); this.txtBatchNumber.TabIndex = 6; // // rdoBatchNumber // this.rdoBatchNumber.AutoSize = true; this.rdoBatchNumber.Location = new System.Drawing.Point(16, 57); this.rdoBatchNumber.Name = "rdoBatchNumber"; this.rdoBatchNumber.Size = new System.Drawing.Size(145, 17); this.rdoBatchNumber.TabIndex = 5; this.rdoBatchNumber.Text = "Search By Batch Number"; this.rdoBatchNumber.UseVisualStyleBackColor = true; this.rdoBatchNumber.CheckedChanged += new System.EventHandler(this.rdoBatchNumber_CheckedChanged); // // rdoDiscontinueDate // this.rdoDiscontinueDate.AutoSize = true; this.rdoDiscontinueDate.Location = new System.Drawing.Point(16, 32); this.rdoDiscontinueDate.Name = "rdoDiscontinueDate"; this.rdoDiscontinueDate.Size = new System.Drawing.Size(159, 17); this.rdoDiscontinueDate.TabIndex = 5; this.rdoDiscontinueDate.Text = "Search By Discontinue Date"; this.rdoDiscontinueDate.UseVisualStyleBackColor = true; this.rdoDiscontinueDate.CheckedChanged += new System.EventHandler(this.rdoDiscontinueDate_CheckedChanged); // // rdoSettleDate // this.rdoSettleDate.AutoSize = true; this.rdoSettleDate.Location = new System.Drawing.Point(16, 9); this.rdoSettleDate.Name = "rdoSettleDate"; this.rdoSettleDate.Size = new System.Drawing.Size(153, 17); this.rdoSettleDate.TabIndex = 5; this.rdoSettleDate.Text = "Search By Settlement Date"; this.rdoSettleDate.UseVisualStyleBackColor = true; this.rdoSettleDate.CheckedChanged += new System.EventHandler(this.rdoSettleDate_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(244, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 13); this.label2.TabIndex = 2; this.label2.Text = "To Date"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(244, 62); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 13); this.label3.TabIndex = 0; this.label3.Text = "Batch Number"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(244, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 13); this.label1.TabIndex = 0; this.label1.Text = "From Date"; // // dtpTo // this.dtpTo.CustomFormat = "dd MMM yyyy"; this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpTo.Location = new System.Drawing.Point(325, 33); this.dtpTo.Name = "dtpTo"; this.dtpTo.Size = new System.Drawing.Size(135, 20); this.dtpTo.TabIndex = 2; // // dtpFrom // this.dtpFrom.CustomFormat = "dd MMM yyyy"; this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpFrom.Location = new System.Drawing.Point(324, 6); this.dtpFrom.Name = "dtpFrom"; this.dtpFrom.Size = new System.Drawing.Size(135, 20); this.dtpFrom.TabIndex = 1; // // btnRefresh // this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRefresh.Location = new System.Drawing.Point(572, 6); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 27); this.btnRefresh.TabIndex = 3; this.btnRefresh.Text = "Search"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // lvwFss // this.lvwFss.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4}); this.lvwFss.FullRowSelect = true; this.lvwFss.GridLines = true; this.lvwFss.Location = new System.Drawing.Point(6, 84); this.lvwFss.Name = "lvwFss"; this.lvwFss.Size = new System.Drawing.Size(641, 307); this.lvwFss.Sorting = System.Windows.Forms.SortOrder.Ascending; this.lvwFss.TabIndex = 4; this.lvwFss.UseCompatibleStateImageBehavior = false; this.lvwFss.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Emplyee ID"; this.columnHeader1.Width = 120; // // columnHeader2 // this.columnHeader2.Text = "Name"; this.columnHeader2.Width = 270; // // columnHeader3 // this.columnHeader3.Text = "Setlement Date"; this.columnHeader3.Width = 120; // // columnHeader4 // this.columnHeader4.Text = "Discontinue Date"; this.columnHeader4.Width = 120; // // FSReport // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(786, 418); this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); this.Name = "FSReport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Final Settlement Report"; this.Load += new System.EventHandler(this.FSReport_Load); this.panel2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button btnPreview; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox txtBatchNumber; private System.Windows.Forms.RadioButton rdoBatchNumber; private System.Windows.Forms.RadioButton rdoDiscontinueDate; private System.Windows.Forms.RadioButton rdoSettleDate; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.DateTimePicker dtpTo; private System.Windows.Forms.DateTimePicker dtpFrom; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.ListView lvwFss; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; } }