CEL_Payroll/Payroll.Report/UI/fIncometaxCertificate.Designer.cs

247 lines
12 KiB
C#
Raw Permalink Normal View History

2024-09-17 14:30:13 +06:00
namespace Payroll.Report
{
partial class fIncometaxCertificate
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel2 = new System.Windows.Forms.Panel();
this.btnClose = new System.Windows.Forms.Button();
this.btnPreview = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.cboFesicalYear = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.dgvDeduction = new System.Windows.Forms.DataGridView();
this.lblTotalDeduction = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ctlEmployee = new Payroll.Controls.CustomControls.ctlEmployee();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvDeduction)).BeginInit();
this.SuspendLayout();
//
// 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(12, 329);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(457, 48);
this.panel2.TabIndex = 4;
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnClose.Location = new System.Drawing.Point(369, 9);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 27);
this.btnClose.TabIndex = 1;
this.btnClose.Text = "&Close";
this.btnClose.UseVisualStyleBackColor = true;
//
// btnPreview
//
this.btnPreview.AutoEllipsis = true;
this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPreview.Location = new System.Drawing.Point(288, 9);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(75, 27);
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.lblTotalDeduction);
this.panel1.Controls.Add(this.label23);
this.panel1.Controls.Add(this.dgvDeduction);
this.panel1.Controls.Add(this.cboFesicalYear);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.ctlEmployee);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(457, 311);
this.panel1.TabIndex = 3;
//
// label1
//
this.label1.Location = new System.Drawing.Point(11, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(86, 23);
this.label1.TabIndex = 11;
this.label1.Text = "Select Employee";
//
// cboFesicalYear
//
this.cboFesicalYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFesicalYear.FormattingEnabled = true;
this.cboFesicalYear.Location = new System.Drawing.Point(106, 40);
this.cboFesicalYear.Name = "cboFesicalYear";
this.cboFesicalYear.Size = new System.Drawing.Size(335, 21);
this.cboFesicalYear.TabIndex = 13;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(50, 13);
this.label2.TabIndex = 12;
this.label2.Text = "Tax Year";
//
// dgvDeduction
//
this.dgvDeduction.AllowUserToAddRows = false;
this.dgvDeduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvDeduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2});
this.dgvDeduction.Location = new System.Drawing.Point(14, 67);
this.dgvDeduction.Name = "dgvDeduction";
this.dgvDeduction.RowHeadersVisible = false;
this.dgvDeduction.Size = new System.Drawing.Size(430, 206);
this.dgvDeduction.TabIndex = 14;
this.dgvDeduction.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDeduction_CellValueChanged);
//
// lblTotalDeduction
//
this.lblTotalDeduction.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblTotalDeduction.Location = new System.Drawing.Point(335, 281);
this.lblTotalDeduction.Name = "lblTotalDeduction";
this.lblTotalDeduction.Size = new System.Drawing.Size(109, 20);
this.lblTotalDeduction.TabIndex = 39;
this.lblTotalDeduction.Text = "0";
this.lblTotalDeduction.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label23.Location = new System.Drawing.Point(295, 285);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(34, 13);
this.label23.TabIndex = 38;
this.label23.Text = "Total ";
//
// dataGridViewTextBoxColumn1
//
dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle3;
this.dataGridViewTextBoxColumn1.HeaderText = "Items";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.Width = 180;
//
// dataGridViewTextBoxColumn2
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle4;
this.dataGridViewTextBoxColumn2.HeaderText = "Amount";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.Width = 200;
//
// ctlEmployee
//
this.ctlEmployee.EmployeeNo = "";
this.ctlEmployee.Grades = null;
this.ctlEmployee.Location = new System.Drawing.Point(103, 7);
this.ctlEmployee.Name = "ctlEmployee";
this.ctlEmployee.SelectedEmployee = null;
this.ctlEmployee.Size = new System.Drawing.Size(338, 27);
this.ctlEmployee.TabIndex = 0;
this.ctlEmployee.ItemChanged += new Payroll.Controls.CustomControls.ctlEmployee.ItemChangedEventHandeler(this.ctlEmployee_ItemChanged);
//
// Column1
//
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
this.Column1.HeaderText = "Items";
this.Column1.Name = "Column1";
this.Column1.Width = 200;
//
// Column2
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.Column2.DefaultCellStyle = dataGridViewCellStyle2;
this.Column2.HeaderText = "Amount";
this.Column2.Name = "Column2";
this.Column2.Width = 220;
//
// fIncometaxCertificate
//
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(480, 383);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fIncometaxCertificate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Incometax Certificate";
this.Load += new System.EventHandler(this.fIncometaxCertificate_Load);
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvDeduction)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnPreview;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private Controls.CustomControls.ctlEmployee ctlEmployee;
private System.Windows.Forms.ComboBox cboFesicalYear;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridView dgvDeduction;
private System.Windows.Forms.Label lblTotalDeduction;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
}
}