//namespace Tobacco.UserControls.CustomControl
//{
// partial class ctlCustomControl
// {
// ///
// /// Required designer variable.
// ///
// ///
// /// 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.lblText = new System.Windows.Forms.Label();
// // this.btnPick = new System.Windows.Forms.Button();
// // this.btnClear = new System.Windows.Forms.Button();
// // this.SuspendLayout();
// // //
// // // lblText
// // //
// // this.lblText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
// // | System.Windows.Forms.AnchorStyles.Right)));
// // this.lblText.BackColor = System.Drawing.SystemColors.Window;
// // this.lblText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
// // this.lblText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
// // this.lblText.Location = new System.Drawing.Point(1, 1);
// // this.lblText.Name = "lblText";
// // this.lblText.Size = new System.Drawing.Size(269, 20);
// // this.lblText.TabIndex = 0;
// // //
// // // btnPick
// // //
// // this.btnPick.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
// // this.btnPick.BackgroundImage = global::Tobacco.UserControls.Properties.Resource.Search;
// // this.btnPick.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
// // this.btnPick.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
// // this.btnPick.ForeColor = System.Drawing.SystemColors.Desktop;
// // this.btnPick.Location = new System.Drawing.Point(267, 1);
// // this.btnPick.Name = "btnPick";
// // this.btnPick.Size = new System.Drawing.Size(23, 20);
// // this.btnPick.TabIndex = 1;
// // this.btnPick.Text = "...";
// // this.btnPick.Click += new System.EventHandler(this.btnPick_Click);
// // //
// // // btnClear
// // //
// // this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
// // this.btnClear.Enabled = false;
// // this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
// // this.btnClear.ForeColor = System.Drawing.SystemColors.Desktop;
// // this.btnClear.Location = new System.Drawing.Point(296, 1);
// // this.btnClear.Name = "btnClear";
// // this.btnClear.Size = new System.Drawing.Size(54, 20);
// // this.btnClear.TabIndex = 2;
// // this.btnClear.Text = "Clear";
// // this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
// // //
// // // ctlCustomControl
// // //
// // this.BackColor = System.Drawing.Color.Transparent;
// // this.Controls.Add(this.btnClear);
// // this.Controls.Add(this.btnPick);
// // this.Controls.Add(this.lblText);
// // this.Name = "ctlCustomControl";
// // this.Size = new System.Drawing.Size(352, 22);
// // this.Resize += new System.EventHandler(this.ctlCustomBasicControl_Resize);
// // this.ResumeLayout(false);
// //}
// #endregion
// }
//}