98 lines
4.5 KiB
C#
98 lines
4.5 KiB
C#
namespace Payroll.Controls
|
|
{
|
|
partial class ctlCustomControl2
|
|
{
|
|
/// <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.btnClear = new System.Windows.Forms.Button();
|
|
this.btnPick = 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.Enabled = false;
|
|
this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnClear.ForeColor = System.Drawing.SystemColors.Desktop;
|
|
this.btnClear.Location = new System.Drawing.Point(295, 0);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(55, 20);
|
|
this.btnClear.TabIndex = 5;
|
|
this.btnClear.Text = "Clear";
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// btnPick
|
|
//
|
|
this.btnPick.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
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(273, 0);
|
|
this.btnPick.Name = "btnPick";
|
|
this.btnPick.Size = new System.Drawing.Size(23, 20);
|
|
this.btnPick.TabIndex = 4;
|
|
this.btnPick.TabStop = false;
|
|
this.btnPick.Text = "...";
|
|
this.btnPick.Click += new System.EventHandler(this.btnPick_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.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(0, 0);
|
|
this.lblText.Name = "lblText";
|
|
this.lblText.Size = new System.Drawing.Size(273, 20);
|
|
this.lblText.TabIndex = 3;
|
|
this.lblText.TextChanged += new System.EventHandler(this.lblText_TextChanged);
|
|
this.lblText.Click += new System.EventHandler(this.lblText_Click);
|
|
//
|
|
// ctlCustomControl2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.btnClear);
|
|
this.Controls.Add(this.btnPick);
|
|
this.Controls.Add(this.lblText);
|
|
this.Name = "ctlCustomControl2";
|
|
this.Size = new System.Drawing.Size(350, 20);
|
|
this.Resize += new System.EventHandler(this.ctlCustomControl2_Resize);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnClear;
|
|
private System.Windows.Forms.Button btnPick;
|
|
private System.Windows.Forms.Label lblText;
|
|
}
|
|
}
|