namespace Voile.DockContents
{
partial class DockTaskList
{
///
/// 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()
{
components = new System.ComponentModel.Container();
listView1 = new ListView();
columnHeader1 = new ColumnHeader();
imageList1 = new ImageList(components);
toolStrip1 = new ToolStrip();
SuspendLayout();
//
// listView1
//
listView1.Columns.AddRange(new ColumnHeader[] { columnHeader1 });
listView1.Dock = DockStyle.Fill;
listView1.GridLines = true;
listView1.Location = new Point(0, 0);
listView1.MultiSelect = false;
listView1.Name = "listView1";
listView1.Size = new Size(800, 450);
listView1.SmallImageList = imageList1;
listView1.TabIndex = 0;
listView1.UseCompatibleStateImageBehavior = false;
listView1.View = View.Details;
listView1.SelectedIndexChanged += listView1_SelectedIndexChanged;
//
// imageList1
//
imageList1.ColorDepth = ColorDepth.Depth32Bit;
imageList1.ImageSize = new Size(16, 16);
imageList1.TransparentColor = Color.Transparent;
//
// toolStrip1
//
toolStrip1.Location = new Point(0, 0);
toolStrip1.Name = "toolStrip1";
toolStrip1.Size = new Size(800, 25);
toolStrip1.TabIndex = 1;
toolStrip1.Text = "toolStrip1";
//
// DockTaskList
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(toolStrip1);
Controls.Add(listView1);
Name = "DockTaskList";
Text = "DockTaskList";
Resize += DockTaskList_Resize;
ResumeLayout(false);
PerformLayout();
}
#endregion
private ImageList imageList1;
private ToolStrip toolStrip1;
internal ListView listView1;
private ColumnHeader columnHeader1;
}
}