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

147 lines
6.3 KiB
C#

namespace Payroll.UI
{
partial class frmEditUPDAttendance
{
/// <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(frmEditUPDAttendance));
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.Group10 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cmbTypes = new System.Windows.Forms.ComboBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.Group10.SuspendLayout();
this.SuspendLayout();
//
// 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);
this.btnCancel.Location = new System.Drawing.Point(325, 152);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 27);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "&Close";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOk
//
this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOk.Font = new System.Drawing.Font("Tahoma", 8.25F);
this.btnOk.Location = new System.Drawing.Point(244, 152);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 27);
this.btnOk.TabIndex = 4;
this.btnOk.Text = "&Save";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// Group10
//
this.Group10.Controls.Add(this.richTextBox1);
this.Group10.Controls.Add(this.label3);
this.Group10.Controls.Add(this.cmbTypes);
this.Group10.Controls.Add(this.label2);
this.Group10.Font = new System.Drawing.Font("Tahoma", 8.25F);
this.Group10.Location = new System.Drawing.Point(12, -1);
this.Group10.Name = "Group10";
this.Group10.Size = new System.Drawing.Size(390, 144);
this.Group10.TabIndex = 3;
this.Group10.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(49, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Remarks :";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(2, 21);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(102, 13);
this.label3.TabIndex = 7;
this.label3.Text = "Attendance Types :";
//
// cmbTypes
//
this.cmbTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbTypes.FormattingEnabled = true;
this.cmbTypes.Location = new System.Drawing.Point(110, 17);
this.cmbTypes.Name = "cmbTypes";
this.cmbTypes.Size = new System.Drawing.Size(274, 21);
this.cmbTypes.TabIndex = 8;
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(110, 48);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(274, 82);
this.richTextBox1.TabIndex = 9;
this.richTextBox1.Text = "";
//
// frmEditUPDAttendance
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(412, 185);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.Group10);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmEditUPDAttendance";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Edit Attendance";
this.Load += new System.EventHandler(this.frmEditUPDAttendance_Load);
this.Group10.ResumeLayout(false);
this.Group10.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.GroupBox Group10;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cmbTypes;
}
}