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

133 lines
5.9 KiB
C#

namespace Payroll.Report
{
partial class EERSReport
{
/// <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.btnExport = new System.Windows.Forms.Button();
this.btnGenerate = new System.Windows.Forms.Button();
this.btnPreview = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.btnExport);
this.panel1.Controls.Add(this.btnGenerate);
this.panel1.Controls.Add(this.btnPreview);
this.panel1.Location = new System.Drawing.Point(2, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(354, 47);
this.panel1.TabIndex = 0;
//
// btnExport
//
this.btnExport.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExport.Location = new System.Drawing.Point(248, 11);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(75, 23);
this.btnExport.TabIndex = 2;
this.btnExport.Text = "Export";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// btnGenerate
//
this.btnGenerate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnGenerate.Location = new System.Drawing.Point(127, 11);
this.btnGenerate.Name = "btnGenerate";
this.btnGenerate.Size = new System.Drawing.Size(75, 23);
this.btnGenerate.TabIndex = 1;
this.btnGenerate.Text = "Import";
this.btnGenerate.UseVisualStyleBackColor = true;
this.btnGenerate.Visible = false;
this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
//
// btnPreview
//
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(10, 11);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(75, 23);
this.btnPreview.TabIndex = 0;
this.btnPreview.Text = "Preview";
this.btnPreview.UseVisualStyleBackColor = true;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// btnClose
//
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(249, 8);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 1;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// panel2
//
this.panel2.Controls.Add(this.btnClose);
this.panel2.Location = new System.Drawing.Point(2, 56);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(354, 34);
this.panel2.TabIndex = 1;
//
// EERSReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(357, 95);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EERSReport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "EERS";
this.Load += new System.EventHandler(this.EERSReport_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Button btnGenerate;
private System.Windows.Forms.Button btnPreview;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Panel panel2;
}
}