namespace Payroll.Controls.CustomControls
{
partial class frmCustomBasicControl
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnSearch = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tvwItems = new System.Windows.Forms.TreeView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.btnSelectAll = new System.Windows.Forms.Button();
this.lvwItems = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnSearch);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(7, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(502, 54);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// btnSearch
//
this.btnSearch.Location = new System.Drawing.Point(437, 17);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(61, 28);
this.btnSearch.TabIndex = 4;
this.btnSearch.Text = "Search";
this.btnSearch.UseVisualStyleBackColor = true;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(234, 18);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(198, 20);
this.textBox2.TabIndex = 3;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(51, 18);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(111, 20);
this.textBox1.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(166, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Description : ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Code : ";
//
// tvwItems
//
this.tvwItems.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tvwItems.Location = new System.Drawing.Point(7, 64);
this.tvwItems.Name = "tvwItems";
this.tvwItems.Size = new System.Drawing.Size(500, 389);
this.tvwItems.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnClose);
this.groupBox2.Controls.Add(this.btnOk);
this.groupBox2.Controls.Add(this.btnSelectAll);
this.groupBox2.Location = new System.Drawing.Point(6, 457);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(503, 46);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
//
// btnClose
//
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(422, 16);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 28);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "&Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(341, 16);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 28);
this.btnOk.TabIndex = 1;
this.btnOk.Text = "&Ok";
this.btnOk.UseVisualStyleBackColor = true;
//
// btnSelectAll
//
this.btnSelectAll.Location = new System.Drawing.Point(6, 16);
this.btnSelectAll.Name = "btnSelectAll";
this.btnSelectAll.Size = new System.Drawing.Size(75, 28);
this.btnSelectAll.TabIndex = 0;
this.btnSelectAll.Text = "Select &All";
this.btnSelectAll.UseVisualStyleBackColor = true;
//
// lvwItems
//
this.lvwItems.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvwItems.CheckBoxes = true;
this.lvwItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.lvwItems.GridLines = true;
this.lvwItems.Location = new System.Drawing.Point(7, 64);
this.lvwItems.Name = "lvwItems";
this.lvwItems.Size = new System.Drawing.Size(500, 389);
this.lvwItems.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.lvwItems.TabIndex = 3;
this.lvwItems.UseCompatibleStateImageBehavior = false;
this.lvwItems.View = System.Windows.Forms.View.Details;
this.lvwItems.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwItems_ColumnClick);
//
// columnHeader1
//
this.columnHeader1.Text = "...";
this.columnHeader1.Width = 30;
//
// frmCustomBasicControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(515, 510);
this.Controls.Add(this.lvwItems);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.tvwItems);
this.Controls.Add(this.groupBox1);
this.Name = "frmCustomBasicControl";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TreeView tvwItems;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnSelectAll;
private System.Windows.Forms.ListView lvwItems;
private System.Windows.Forms.ColumnHeader columnHeader1;
}
}