voile/Voile/DockContents/DockTaskList.Designer.cs
2026-01-09 00:17:11 +01:00

73 lines
2.3 KiB
C#

namespace Voile.DockContents
{
partial class DockTaskList
{
/// <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()
{
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;
}
}