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

158 lines
6.8 KiB
C#
Raw Permalink Normal View History

2024-09-17 14:30:13 +06:00
namespace Payroll.Report
{
partial class frptUploadedComponent
{
/// <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.dtpToDate = new System.Windows.Forms.DateTimePicker();
this.lblTo = new System.Windows.Forms.Label();
this.lblFrom = new System.Windows.Forms.Label();
this.dtpFromDate = new System.Windows.Forms.DateTimePicker();
this.panel2 = new System.Windows.Forms.Panel();
this.btnClose = new System.Windows.Forms.Button();
this.btnPreview = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.dtpToDate);
this.panel1.Controls.Add(this.lblTo);
this.panel1.Controls.Add(this.lblFrom);
this.panel1.Controls.Add(this.dtpFromDate);
this.panel1.ForeColor = System.Drawing.SystemColors.ControlText;
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(518, 85);
this.panel1.TabIndex = 0;
//
// dtpToDate
//
this.dtpToDate.CustomFormat = "dd MMM yyyy";
this.dtpToDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpToDate.Location = new System.Drawing.Point(328, 30);
this.dtpToDate.Name = "dtpToDate";
this.dtpToDate.Size = new System.Drawing.Size(178, 20);
this.dtpToDate.TabIndex = 15;
//
// lblTo
//
this.lblTo.Location = new System.Drawing.Point(263, 29);
this.lblTo.Name = "lblTo";
this.lblTo.Size = new System.Drawing.Size(59, 21);
this.lblTo.TabIndex = 14;
this.lblTo.Text = "To Date";
this.lblTo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblFrom
//
this.lblFrom.Location = new System.Drawing.Point(3, 26);
this.lblFrom.Name = "lblFrom";
this.lblFrom.Size = new System.Drawing.Size(61, 21);
this.lblFrom.TabIndex = 12;
this.lblFrom.Text = "From Date";
this.lblFrom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// dtpFromDate
//
this.dtpFromDate.CustomFormat = "dd MMM yyyy";
this.dtpFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpFromDate.Location = new System.Drawing.Point(70, 27);
this.dtpFromDate.Name = "dtpFromDate";
this.dtpFromDate.Size = new System.Drawing.Size(178, 20);
this.dtpFromDate.TabIndex = 13;
//
// 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, 106);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(518, 48);
this.panel2.TabIndex = 0;
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnClose.Location = new System.Drawing.Point(432, 10);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 27);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "&Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnPreview
//
this.btnPreview.AutoEllipsis = true;
this.btnPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPreview.Location = new System.Drawing.Point(351, 10);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(75, 27);
this.btnPreview.TabIndex = 2;
this.btnPreview.Text = "&Preview";
this.btnPreview.UseVisualStyleBackColor = true;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// frptUploadedComponent
//
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(541, 164);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frptUploadedComponent";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "7.1.7.1";
this.Text = "Uploaded Component Report";
this.Load += new System.EventHandler(this.frptUploadedComponent_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnPreview;
private System.Windows.Forms.DateTimePicker dtpToDate;
private System.Windows.Forms.Label lblTo;
private System.Windows.Forms.Label lblFrom;
private System.Windows.Forms.DateTimePicker dtpFromDate;
}
}