141 lines
6.1 KiB
C#
141 lines
6.1 KiB
C#
|
namespace Payroll.Controls.CustomControls
|
|||
|
{
|
|||
|
partial class ctlEmployee2
|
|||
|
{
|
|||
|
/// <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 Component 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.txtCode = new System.Windows.Forms.TextBox();
|
|||
|
this.btnPeek = new System.Windows.Forms.Button();
|
|||
|
this.lblName = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.lblDesignation = new System.Windows.Forms.Label();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// txtCode
|
|||
|
//
|
|||
|
this.txtCode.Location = new System.Drawing.Point(25, 7);
|
|||
|
this.txtCode.Name = "txtCode";
|
|||
|
this.txtCode.Size = new System.Drawing.Size(92, 20);
|
|||
|
this.txtCode.TabIndex = 3;
|
|||
|
//
|
|||
|
// btnPeek
|
|||
|
//
|
|||
|
this.btnPeek.Location = new System.Drawing.Point(123, 6);
|
|||
|
this.btnPeek.Name = "btnPeek";
|
|||
|
this.btnPeek.Size = new System.Drawing.Size(33, 23);
|
|||
|
this.btnPeek.TabIndex = 4;
|
|||
|
this.btnPeek.Text = "...";
|
|||
|
this.btnPeek.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// lblName
|
|||
|
//
|
|||
|
this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.lblName.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
this.lblName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.lblName.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|||
|
this.lblName.Location = new System.Drawing.Point(231, 8);
|
|||
|
this.lblName.Name = "lblName";
|
|||
|
this.lblName.Size = new System.Drawing.Size(292, 20);
|
|||
|
this.lblName.TabIndex = 12;
|
|||
|
this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|||
|
this.label4.Location = new System.Drawing.Point(162, 6);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(41, 20);
|
|||
|
this.label4.TabIndex = 9;
|
|||
|
this.label4.Text = "Name";
|
|||
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblDesignation
|
|||
|
//
|
|||
|
this.lblDesignation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.lblDesignation.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
this.lblDesignation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.lblDesignation.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|||
|
this.lblDesignation.Location = new System.Drawing.Point(231, 30);
|
|||
|
this.lblDesignation.Name = "lblDesignation";
|
|||
|
this.lblDesignation.Size = new System.Drawing.Size(292, 20);
|
|||
|
this.lblDesignation.TabIndex = 11;
|
|||
|
this.lblDesignation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|||
|
this.label1.Location = new System.Drawing.Point(162, 28);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(63, 20);
|
|||
|
this.label1.TabIndex = 10;
|
|||
|
this.label1.Text = "Designation";
|
|||
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F);
|
|||
|
this.label5.Location = new System.Drawing.Point(-1, 6);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(24, 20);
|
|||
|
this.label5.TabIndex = 13;
|
|||
|
this.label5.Text = "ID";
|
|||
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// ctlEmployee2
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.Controls.Add(this.label5);
|
|||
|
this.Controls.Add(this.lblName);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.lblDesignation);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.txtCode);
|
|||
|
this.Controls.Add(this.btnPeek);
|
|||
|
this.Name = "ctlEmployee2";
|
|||
|
this.Size = new System.Drawing.Size(582, 64);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TextBox txtCode;
|
|||
|
private System.Windows.Forms.Button btnPeek;
|
|||
|
private System.Windows.Forms.Label lblName;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label lblDesignation;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
}
|
|||
|
}
|