namespace Payroll.Controls.CustomControls { partial class ctlApprovedRequisitionPicker { /// /// 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.btnClear = new System.Windows.Forms.Button(); this.btnSearch = new System.Windows.Forms.Button(); this.lblText = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnClear // this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnClear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.btnClear.Location = new System.Drawing.Point(253, 0); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(54, 20); this.btnClear.TabIndex = 3; this.btnClear.Text = "Clear"; this.btnClear.UseVisualStyleBackColor = true; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // btnSearch // this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSearch.Location = new System.Drawing.Point(228, 0); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(23, 20); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "---"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // 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.Color.White; this.lblText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblText.Location = new System.Drawing.Point(5, 0); this.lblText.Name = "lblText"; this.lblText.Size = new System.Drawing.Size(222, 20); this.lblText.TabIndex = 2; // // ctlApprovedRequisitionPicker // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnClear); this.Controls.Add(this.btnSearch); this.Controls.Add(this.lblText); this.Name = "ctlApprovedRequisitionPicker"; this.Size = new System.Drawing.Size(313, 21); this.Resize += new System.EventHandler(this.ctlApprovedRequisitionPicker_Resize); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnClear; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Label lblText; } }