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

212 lines
10 KiB
C#

namespace Payroll.UI
{
partial class fLeaveProcess
{
/// <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(fLeaveProcess));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.lblProcessdes = new System.Windows.Forms.Label();
this.lblEmployee = new System.Windows.Forms.Label();
this.pbSalary = new System.Windows.Forms.ProgressBar();
this.cboLeaveYear = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnSave = new System.Windows.Forms.Button();
this.btnUndo = new System.Windows.Forms.Button();
this.btnProcess = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lblProcessdes);
this.groupBox1.Controls.Add(this.lblEmployee);
this.groupBox1.Controls.Add(this.pbSalary);
this.groupBox1.Controls.Add(this.cboLeaveYear);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.groupBox1.Location = new System.Drawing.Point(14, 44);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(352, 144);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// lblProcessdes
//
this.lblProcessdes.BackColor = System.Drawing.Color.Gainsboro;
this.lblProcessdes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblProcessdes.Location = new System.Drawing.Point(9, 69);
this.lblProcessdes.Name = "lblProcessdes";
this.lblProcessdes.Size = new System.Drawing.Size(336, 43);
this.lblProcessdes.TabIndex = 5;
this.lblProcessdes.Text = "Process Description";
this.lblProcessdes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblEmployee
//
this.lblEmployee.BackColor = System.Drawing.Color.Gainsboro;
this.lblEmployee.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEmployee.Location = new System.Drawing.Point(9, 47);
this.lblEmployee.Name = "lblEmployee";
this.lblEmployee.Size = new System.Drawing.Size(336, 20);
this.lblEmployee.TabIndex = 4;
this.lblEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pbSalary
//
this.pbSalary.Location = new System.Drawing.Point(8, 115);
this.pbSalary.Name = "pbSalary";
this.pbSalary.Size = new System.Drawing.Size(337, 23);
this.pbSalary.TabIndex = 3;
//
// cboLeaveYear
//
this.cboLeaveYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboLeaveYear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cboLeaveYear.FormattingEnabled = true;
this.cboLeaveYear.Location = new System.Drawing.Point(90, 15);
this.cboLeaveYear.Name = "cboLeaveYear";
this.cboLeaveYear.Size = new System.Drawing.Size(255, 21);
this.cboLeaveYear.TabIndex = 1;
//
// label10
//
this.label10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(9, 19);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(78, 13);
this.label10.TabIndex = 0;
this.label10.Text = "Leave Year";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancel.Location = new System.Drawing.Point(270, 10);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 27);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "&Close";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnSave);
this.groupBox2.Controls.Add(this.btnUndo);
this.groupBox2.Controls.Add(this.btnProcess);
this.groupBox2.Controls.Add(this.btnCancel);
this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.groupBox2.Location = new System.Drawing.Point(14, 188);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(352, 43);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// btnSave
//
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.Location = new System.Drawing.Point(27, 10);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 27);
this.btnSave.TabIndex = 0;
this.btnSave.Tag = "btnSave";
this.btnSave.Text = "&Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnUndo
//
this.btnUndo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnUndo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnUndo.Location = new System.Drawing.Point(108, 10);
this.btnUndo.Name = "btnUndo";
this.btnUndo.Size = new System.Drawing.Size(75, 27);
this.btnUndo.TabIndex = 1;
this.btnUndo.Tag = "btnUndo";
this.btnUndo.Text = "&Undo";
this.btnUndo.UseVisualStyleBackColor = true;
this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
//
// btnProcess
//
this.btnProcess.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnProcess.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnProcess.Location = new System.Drawing.Point(189, 10);
this.btnProcess.Name = "btnProcess";
this.btnProcess.Size = new System.Drawing.Size(75, 27);
this.btnProcess.TabIndex = 2;
this.btnProcess.Tag = "btnProcess";
this.btnProcess.Text = "&Process";
this.btnProcess.UseVisualStyleBackColor = true;
this.btnProcess.Click += new System.EventHandler(this.btnProcess_Click);
//
// fLeaveProcess
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(375, 265);
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 = "fLeaveProcess";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "7.1.5";
this.Text = "Leave Process";
this.Load += new System.EventHandler(this.fLeaveProcess_Load);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cboLeaveYear;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnProcess;
private System.Windows.Forms.Button btnUndo;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ProgressBar pbSalary;
private System.Windows.Forms.Label lblProcessdes;
private System.Windows.Forms.Label lblEmployee;
}
}