135 lines
5.9 KiB
C#
135 lines
5.9 KiB
C#
|
namespace Payroll.Report
|
|||
|
{
|
|||
|
partial class fMonthlyPFAmount
|
|||
|
{
|
|||
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.lblFromDate = new System.Windows.Forms.Label();
|
|||
|
this.dtpSalaryMonth = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
this.btnClose = new System.Windows.Forms.Button();
|
|||
|
this.btnPreview = new System.Windows.Forms.Button();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
this.panel2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.panel1.Controls.Add(this.lblFromDate);
|
|||
|
this.panel1.Controls.Add(this.dtpSalaryMonth);
|
|||
|
this.panel1.Location = new System.Drawing.Point(5, 3);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(276, 47);
|
|||
|
this.panel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// lblFromDate
|
|||
|
//
|
|||
|
this.lblFromDate.AutoSize = true;
|
|||
|
this.lblFromDate.Location = new System.Drawing.Point(8, 16);
|
|||
|
this.lblFromDate.Name = "lblFromDate";
|
|||
|
this.lblFromDate.Size = new System.Drawing.Size(43, 13);
|
|||
|
this.lblFromDate.TabIndex = 1;
|
|||
|
this.lblFromDate.Text = "Month :";
|
|||
|
//
|
|||
|
// dtpSalaryMonth
|
|||
|
//
|
|||
|
this.dtpSalaryMonth.CustomFormat = "MMM yyyy";
|
|||
|
this.dtpSalaryMonth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
this.dtpSalaryMonth.Location = new System.Drawing.Point(56, 13);
|
|||
|
this.dtpSalaryMonth.Name = "dtpSalaryMonth";
|
|||
|
this.dtpSalaryMonth.Size = new System.Drawing.Size(111, 20);
|
|||
|
this.dtpSalaryMonth.TabIndex = 0;
|
|||
|
//
|
|||
|
// 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(5, 57);
|
|||
|
this.panel2.Name = "panel2";
|
|||
|
this.panel2.Size = new System.Drawing.Size(276, 46);
|
|||
|
this.panel2.TabIndex = 1;
|
|||
|
//
|
|||
|
// btnClose
|
|||
|
//
|
|||
|
this.btnClose.BackColor = System.Drawing.Color.LightBlue;
|
|||
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btnClose.Location = new System.Drawing.Point(193, 8);
|
|||
|
this.btnClose.Name = "btnClose";
|
|||
|
this.btnClose.Size = new System.Drawing.Size(75, 29);
|
|||
|
this.btnClose.TabIndex = 1;
|
|||
|
this.btnClose.Text = "Cancel";
|
|||
|
this.btnClose.UseVisualStyleBackColor = false;
|
|||
|
//
|
|||
|
// btnPreview
|
|||
|
//
|
|||
|
this.btnPreview.BackColor = System.Drawing.Color.LightBlue;
|
|||
|
this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btnPreview.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btnPreview.Location = new System.Drawing.Point(6, 8);
|
|||
|
this.btnPreview.Name = "btnPreview";
|
|||
|
this.btnPreview.Size = new System.Drawing.Size(75, 29);
|
|||
|
this.btnPreview.TabIndex = 0;
|
|||
|
this.btnPreview.Text = "Preview";
|
|||
|
this.btnPreview.UseVisualStyleBackColor = false;
|
|||
|
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
|
|||
|
//
|
|||
|
// fMonthlyPFAmount
|
|||
|
//
|
|||
|
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(284, 109);
|
|||
|
this.Controls.Add(this.panel2);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "fMonthlyPFAmount";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Monthly PF Amount";
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.panel1.PerformLayout();
|
|||
|
this.panel2.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.Label lblFromDate;
|
|||
|
private System.Windows.Forms.DateTimePicker dtpSalaryMonth;
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.Button btnPreview;
|
|||
|
private System.Windows.Forms.Button btnClose;
|
|||
|
}
|
|||
|
}
|