CEL_Payroll/Payroll.UI/Payroll.UI/Bonus/fBonusPSalaryItem.Designer.cs
2025-08-06 14:31:52 +06:00

249 lines
11 KiB
C#

namespace Payroll.UI
{
partial class fBonusPSalaryItem
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fBonusPSalaryItem));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.numPercentage = new System.Windows.Forms.NumericUpDown();
this.numNoOfSalary = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.dtpToDate = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.dtpFromDate = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.cboSalaryComp = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numPercentage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numNoOfSalary)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.numPercentage);
this.groupBox1.Controls.Add(this.numNoOfSalary);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.dtpToDate);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.dtpFromDate);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.cboSalaryComp);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 41);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(368, 143);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Salary Component";
//
// numPercentage
//
this.numPercentage.DecimalPlaces = 2;
this.numPercentage.Location = new System.Drawing.Point(92, 109);
this.numPercentage.Maximum = new decimal(new int[] {
100000000,
0,
0,
0});
this.numPercentage.Name = "numPercentage";
this.numPercentage.Size = new System.Drawing.Size(99, 20);
this.numPercentage.TabIndex = 9;
this.numPercentage.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numPercentage.ThousandsSeparator = true;
//
// numNoOfSalary
//
this.numNoOfSalary.Location = new System.Drawing.Point(92, 82);
this.numNoOfSalary.Maximum = new decimal(new int[] {
100000000,
0,
0,
0});
this.numNoOfSalary.Name = "numNoOfSalary";
this.numNoOfSalary.Size = new System.Drawing.Size(99, 20);
this.numNoOfSalary.TabIndex = 7;
this.numNoOfSalary.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.numNoOfSalary.ThousandsSeparator = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(11, 112);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(58, 13);
this.label5.TabIndex = 8;
this.label5.Text = "Percent(%)";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 13);
this.label4.TabIndex = 6;
this.label4.Text = "No Of Salary";
//
// dtpToDate
//
this.dtpToDate.CustomFormat = "dd MMM yyyy";
this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpToDate.Location = new System.Drawing.Point(234, 52);
this.dtpToDate.Name = "dtpToDate";
this.dtpToDate.Size = new System.Drawing.Size(99, 20);
this.dtpToDate.TabIndex = 5;
this.dtpToDate.ValueChanged += new System.EventHandler(this.dtpToDate_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(197, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(20, 13);
this.label3.TabIndex = 4;
this.label3.Text = "To";
//
// dtpFromDate
//
this.dtpFromDate.CustomFormat = "dd MMM yyyy";
this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpFromDate.Location = new System.Drawing.Point(92, 52);
this.dtpFromDate.Name = "dtpFromDate";
this.dtpFromDate.Size = new System.Drawing.Size(99, 20);
this.dtpFromDate.TabIndex = 3;
this.dtpFromDate.ValueChanged += new System.EventHandler(this.dtpFromDate_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Month Range";
//
// cboSalaryComp
//
this.cboSalaryComp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSalaryComp.FormattingEnabled = true;
this.cboSalaryComp.Location = new System.Drawing.Point(92, 18);
this.cboSalaryComp.Name = "cboSalaryComp";
this.cboSalaryComp.Size = new System.Drawing.Size(241, 21);
this.cboSalaryComp.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(61, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Component";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnOK);
this.groupBox2.Controls.Add(this.btnClose);
this.groupBox2.Location = new System.Drawing.Point(14, 186);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(366, 42);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(200, 12);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 24);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "&Ok";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(281, 12);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 24);
this.btnClose.TabIndex = 1;
this.btnClose.Text = "&Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// fBonusPSalaryItem
//
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(400, 270);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fBonusPSalaryItem";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Bonus Salary Item";
this.Load += new System.EventHandler(this.fBonusPSalaryItem_Load);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numPercentage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numNoOfSalary)).EndInit();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dtpFromDate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cboSalaryComp;
private System.Windows.Forms.DateTimePicker dtpToDate;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.NumericUpDown numPercentage;
private System.Windows.Forms.NumericUpDown numNoOfSalary;
}
}