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() { listView1 = new ListView(); toolStrip1 = new ToolStrip(); SuspendLayout(); // // listView1 // 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.TabIndex = 0; listView1.UseCompatibleStateImageBehavior = false; listView1.View = View.Details; // // 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"; ResumeLayout(false); PerformLayout(); } #endregion private ListView listView1; private ToolStrip toolStrip1; } }