namespace Payroll.Controls { partial class ctlTraining { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }