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

248 lines
12 KiB
C#

namespace Payroll.UI
{
partial class fUploadAttendanceData
{
/// <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(fUploadAttendanceData));
this.pnlDataPreParation = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnBrowse = new System.Windows.Forms.Button();
this.txtFileName = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnUpload = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.pnlErrList = new System.Windows.Forms.Panel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lblSecondPart = new System.Windows.Forms.Label();
this.lblFirstPart = new System.Windows.Forms.Label();
this.lblErrorText = new System.Windows.Forms.LinkLabel();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.pnlDataPreParation.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.pnlErrList.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// pnlDataPreParation
//
this.pnlDataPreParation.Controls.Add(this.groupBox1);
this.pnlDataPreParation.Location = new System.Drawing.Point(3, 2);
this.pnlDataPreParation.Name = "pnlDataPreParation";
this.pnlDataPreParation.Size = new System.Drawing.Size(644, 87);
this.pnlDataPreParation.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.btnBrowse);
this.groupBox1.Controls.Add(this.txtFileName);
this.groupBox1.Location = new System.Drawing.Point(6, 9);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(630, 75);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Upload Data";
//
// btnBrowse
//
this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnBrowse.Location = new System.Drawing.Point(549, 30);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(75, 27);
this.btnBrowse.TabIndex = 1;
this.btnBrowse.Text = "&Browse";
this.btnBrowse.UseVisualStyleBackColor = true;
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
//
// txtFileName
//
this.txtFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtFileName.BackColor = System.Drawing.SystemColors.Info;
this.txtFileName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtFileName.Location = new System.Drawing.Point(11, 32);
this.txtFileName.Name = "txtFileName";
this.txtFileName.ReadOnly = true;
this.txtFileName.Size = new System.Drawing.Size(532, 22);
this.txtFileName.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.btnUpload);
this.groupBox2.Controls.Add(this.btnClose);
this.groupBox2.Controls.Add(this.btnSave);
this.groupBox2.Location = new System.Drawing.Point(9, 93);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(630, 55);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
//
// btnUpload
//
this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnUpload.Location = new System.Drawing.Point(387, 17);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(75, 27);
this.btnUpload.TabIndex = 0;
this.btnUpload.Text = "&Upload";
this.btnUpload.UseVisualStyleBackColor = true;
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(549, 17);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 27);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "&Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(468, 17);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 27);
this.btnSave.TabIndex = 1;
this.btnSave.Tag = "btnSave";
this.btnSave.Text = "&Save";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// pnlErrList
//
this.pnlErrList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlErrList.Controls.Add(this.groupBox3);
this.pnlErrList.Location = new System.Drawing.Point(3, 1);
this.pnlErrList.Name = "pnlErrList";
this.pnlErrList.Size = new System.Drawing.Size(644, 88);
this.pnlErrList.TabIndex = 3;
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.lblSecondPart);
this.groupBox3.Controls.Add(this.lblFirstPart);
this.groupBox3.Controls.Add(this.lblErrorText);
this.groupBox3.Location = new System.Drawing.Point(6, 9);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(630, 76);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Status";
//
// lblSecondPart
//
this.lblSecondPart.AutoSize = true;
this.lblSecondPart.Location = new System.Drawing.Point(390, 32);
this.lblSecondPart.Name = "lblSecondPart";
this.lblSecondPart.Size = new System.Drawing.Size(59, 13);
this.lblSecondPart.TabIndex = 2;
this.lblSecondPart.Text = "to preview.";
//
// lblFirstPart
//
this.lblFirstPart.AutoSize = true;
this.lblFirstPart.Location = new System.Drawing.Point(167, 32);
this.lblFirstPart.Name = "lblFirstPart";
this.lblFirstPart.Size = new System.Drawing.Size(171, 13);
this.lblFirstPart.TabIndex = 0;
this.lblFirstPart.Text = "The uploaded file have some error.";
//
// lblErrorText
//
this.lblErrorText.AutoSize = true;
this.lblErrorText.Location = new System.Drawing.Point(335, 32);
this.lblErrorText.Name = "lblErrorText";
this.lblErrorText.Size = new System.Drawing.Size(56, 13);
this.lblErrorText.TabIndex = 1;
this.lblErrorText.TabStop = true;
this.lblErrorText.Text = "Click Here";
this.lblErrorText.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblErrorText_LinkClicked);
//
// openFileDialog
//
this.openFileDialog.FileName = "openFileDialog";
//
// fUploadAttendanceData
//
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(650, 155);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.pnlDataPreParation);
this.Controls.Add(this.pnlErrList);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "fUploadAttendanceData";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Upload Attendance Raw Data";
this.Load += new System.EventHandler(this.fUploadAttendanceData_Load);
this.pnlDataPreParation.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.pnlErrList.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlDataPreParation;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnUpload;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnBrowse;
private System.Windows.Forms.TextBox txtFileName;
private System.Windows.Forms.Panel pnlErrList;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.LinkLabel lblErrorText;
private System.Windows.Forms.Label lblSecondPart;
private System.Windows.Forms.Label lblFirstPart;
private System.Windows.Forms.OpenFileDialog openFileDialog;
}
}