CEL_Payroll/Payroll.Report/UI/fDeptWiseHeadCount.Designer.cs
2024-09-17 14:30:13 +06:00

149 lines
6.5 KiB
C#

namespace Payroll.Report
{
partial class fDeptWiseHeadCount
{
/// <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.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.rdoDivision = new System.Windows.Forms.RadioButton();
this.rdoDepartment = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
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, 75);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(329, 49);
this.panel2.TabIndex = 3;
//
// btnClose
//
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(241, 9);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 31);
this.btnClose.TabIndex = 1;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
//
// btnPreview
//
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(150, 9);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(75, 31);
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.label1);
this.panel1.Controls.Add(this.rdoDepartment);
this.panel1.Controls.Add(this.rdoDivision);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(329, 56);
this.panel1.TabIndex = 2;
//
// rdoDivision
//
this.rdoDivision.AutoSize = true;
this.rdoDivision.Checked = true;
this.rdoDivision.Location = new System.Drawing.Point(125, 17);
this.rdoDivision.Name = "rdoDivision";
this.rdoDivision.Size = new System.Drawing.Size(62, 17);
this.rdoDivision.TabIndex = 0;
this.rdoDivision.TabStop = true;
this.rdoDivision.Text = "Division";
this.rdoDivision.UseVisualStyleBackColor = true;
//
// rdoDepartment
//
this.rdoDepartment.AutoSize = true;
this.rdoDepartment.Location = new System.Drawing.Point(222, 17);
this.rdoDepartment.Name = "rdoDepartment";
this.rdoDepartment.Size = new System.Drawing.Size(80, 17);
this.rdoDepartment.TabIndex = 1;
this.rdoDepartment.Text = "Department";
this.rdoDepartment.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Select Option:";
//
// fDeptWiseHeadCount
//
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(353, 137);
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 = "fDeptWiseHeadCount";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Division/Department Wise Head Count";
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
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 System.Windows.Forms.RadioButton rdoDepartment;
private System.Windows.Forms.RadioButton rdoDivision;
}
}