CEL_Payroll/Payroll.Controls/CustomControls/ctlTraining.Designer.cs

71 lines
2.5 KiB
C#
Raw Normal View History

2024-09-17 14:30:13 +06:00
namespace Payroll.Controls
{
partial class ctlTraining
{
/// <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.txtTraining = new System.Windows.Forms.TextBox();
this.btnTrainingSearch = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtTraining
//
this.txtTraining.Location = new System.Drawing.Point(4, 4);
this.txtTraining.Name = "txtTraining";
this.txtTraining.Size = new System.Drawing.Size(301, 20);
this.txtTraining.TabIndex = 1;
//
// btnTrainingSearch
//
this.btnTrainingSearch.Location = new System.Drawing.Point(302, 2);
this.btnTrainingSearch.Name = "btnTrainingSearch";
this.btnTrainingSearch.Size = new System.Drawing.Size(25, 23);
this.btnTrainingSearch.TabIndex = 2;
this.btnTrainingSearch.Text = ".....";
this.btnTrainingSearch.UseVisualStyleBackColor = true;
this.btnTrainingSearch.Click += new System.EventHandler(this.btnTrainingSearch_Click);
//
// ctlTraining
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnTrainingSearch);
this.Controls.Add(this.txtTraining);
this.Name = "ctlTraining";
this.Size = new System.Drawing.Size(330, 28);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtTraining;
private System.Windows.Forms.Button btnTrainingSearch;
}
}