169 lines
8.0 KiB
C#
169 lines
8.0 KiB
C#
namespace Payroll.Controls
|
|
{
|
|
partial class frmCustomBasic
|
|
{
|
|
/// <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 Windows Form 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.btnSelectAll = new System.Windows.Forms.Button();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.lvwItems = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.tvwItems = new System.Windows.Forms.TreeView();
|
|
this.lblTotal = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnSelectAll
|
|
//
|
|
this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnSelectAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnSelectAll.Location = new System.Drawing.Point(6, 14);
|
|
this.btnSelectAll.Name = "btnSelectAll";
|
|
this.btnSelectAll.Size = new System.Drawing.Size(75, 29);
|
|
this.btnSelectAll.TabIndex = 4;
|
|
this.btnSelectAll.Text = "Select &All";
|
|
this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnOK.Location = new System.Drawing.Point(306, 14);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 29);
|
|
this.btnOK.TabIndex = 2;
|
|
this.btnOK.Text = "&OK";
|
|
this.btnOK.UseVisualStyleBackColor = false;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// lvwItems
|
|
//
|
|
this.lvwItems.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.lvwItems.CheckBoxes = true;
|
|
this.lvwItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1});
|
|
this.lvwItems.FullRowSelect = true;
|
|
this.lvwItems.GridLines = true;
|
|
this.lvwItems.Location = new System.Drawing.Point(12, 4);
|
|
this.lvwItems.Name = "lvwItems";
|
|
this.lvwItems.Size = new System.Drawing.Size(472, 390);
|
|
this.lvwItems.TabIndex = 9;
|
|
this.lvwItems.UseCompatibleStateImageBehavior = false;
|
|
this.lvwItems.View = System.Windows.Forms.View.Details;
|
|
this.lvwItems.DoubleClick += new System.EventHandler(this.lvwItems_DoubleClick);
|
|
this.lvwItems.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwItems_ColumnClick);
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "...";
|
|
this.columnHeader1.Width = 25;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.groupBox1.Controls.Add(this.btnSelectAll);
|
|
this.groupBox1.Controls.Add(this.btnClose);
|
|
this.groupBox1.Controls.Add(this.btnOK);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 422);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(472, 49);
|
|
this.groupBox1.TabIndex = 10;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Location = new System.Drawing.Point(391, 14);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 29);
|
|
this.btnClose.TabIndex = 1;
|
|
this.btnClose.Text = "&Close";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// tvwItems
|
|
//
|
|
this.tvwItems.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.tvwItems.Location = new System.Drawing.Point(13, 4);
|
|
this.tvwItems.Name = "tvwItems";
|
|
this.tvwItems.Size = new System.Drawing.Size(474, 391);
|
|
this.tvwItems.TabIndex = 12;
|
|
this.tvwItems.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvwItems_AfterCheck);
|
|
this.tvwItems.DoubleClick += new System.EventHandler(this.tvwItems_DoubleClick);
|
|
this.tvwItems.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwItems_AfterSelect);
|
|
//
|
|
// lblTotal
|
|
//
|
|
this.lblTotal.AutoSize = true;
|
|
this.lblTotal.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblTotal.Location = new System.Drawing.Point(12, 406);
|
|
this.lblTotal.Name = "lblTotal";
|
|
this.lblTotal.Size = new System.Drawing.Size(46, 13);
|
|
this.lblTotal.TabIndex = 13;
|
|
this.lblTotal.Text = "Total : 0";
|
|
//
|
|
// frmCustomBasic
|
|
//
|
|
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(498, 483);
|
|
this.Controls.Add(this.lblTotal);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.lvwItems);
|
|
this.Controls.Add(this.tvwItems);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmCustomBasic";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "CustomBasic";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnSelectAll;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.ListView lvwItems;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.TreeView tvwItems;
|
|
private System.Windows.Forms.Label lblTotal;
|
|
}
|
|
} |