namespace TaskExplorer
{
partial class Form1
{
///
/// 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.taskTree = new System.Windows.Forms.ListView();
this.newTaskName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.taskPreReqs = new System.Windows.Forms.ListView();
this.taskIncludes = new System.Windows.Forms.ListView();
this.goalTree = new System.Windows.Forms.TreeView();
this.newGoalName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// taskTree
//
this.taskTree.CheckBoxes = true;
this.taskTree.Location = new System.Drawing.Point(216, 45);
this.taskTree.MultiSelect = false;
this.taskTree.Name = "taskTree";
this.taskTree.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.taskTree.Size = new System.Drawing.Size(204, 183);
this.taskTree.TabIndex = 2;
this.taskTree.UseCompatibleStateImageBehavior = false;
this.taskTree.View = System.Windows.Forms.View.List;
this.taskTree.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.taskTree_ItemChecked);
this.taskTree.SelectedIndexChanged += new System.EventHandler(this.taskTree_SelectedIndexChanged);
this.taskTree.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.taskTree_ItemDrag);
//
// newTaskName
//
this.newTaskName.Location = new System.Drawing.Point(216, 234);
this.newTaskName.Name = "newTaskName";
this.newTaskName.Size = new System.Drawing.Size(162, 20);
this.newTaskName.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(216, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(36, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Tasks";
//
// button2
//
this.button2.Location = new System.Drawing.Point(384, 231);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(36, 23);
this.button2.TabIndex = 7;
this.button2.Text = "Add";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(623, 24);
this.menuStrip1.TabIndex = 8;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openToolStripMenuItem,
this.saveAsToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Text = "File";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
this.openToolStripMenuItem.Text = "Open";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
this.saveAsToolStripMenuItem.Text = "Save As";
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(424, 29);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 13);
this.label3.TabIndex = 10;
this.label3.Text = "Task";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(427, 45);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(121, 13);
this.label4.TabIndex = 11;
this.label4.Text = "Requires before Starting";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(426, 120);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 13);
this.label5.TabIndex = 12;
this.label5.Text = "Includes";
//
// taskPreReqs
//
this.taskPreReqs.Location = new System.Drawing.Point(427, 61);
this.taskPreReqs.Name = "taskPreReqs";
this.taskPreReqs.Size = new System.Drawing.Size(184, 56);
this.taskPreReqs.TabIndex = 9;
this.taskPreReqs.UseCompatibleStateImageBehavior = false;
this.taskPreReqs.View = System.Windows.Forms.View.List;
//
// taskIncludes
//
this.taskIncludes.Location = new System.Drawing.Point(427, 137);
this.taskIncludes.Name = "taskIncludes";
this.taskIncludes.Size = new System.Drawing.Size(184, 56);
this.taskIncludes.TabIndex = 13;
this.taskIncludes.UseCompatibleStateImageBehavior = false;
this.taskIncludes.View = System.Windows.Forms.View.List;
//
// goalTree
//
this.goalTree.AllowDrop = true;
this.goalTree.Enabled = false;
this.goalTree.Location = new System.Drawing.Point(13, 45);
this.goalTree.Name = "goalTree";
this.goalTree.Size = new System.Drawing.Size(197, 183);
this.goalTree.TabIndex = 0;
this.goalTree.DragDrop += new System.Windows.Forms.DragEventHandler(this.goalTree_DragDrop);
this.goalTree.DragEnter += new System.Windows.Forms.DragEventHandler(this.goalTree_DragEnter);
//
// newGoalName
//
this.newGoalName.Enabled = false;
this.newGoalName.Location = new System.Drawing.Point(13, 234);
this.newGoalName.Name = "newGoalName";
this.newGoalName.Size = new System.Drawing.Size(154, 20);
this.newGoalName.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Enabled = false;
this.label1.Location = new System.Drawing.Point(12, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Goals";
//
// button1
//
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(173, 234);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(36, 23);
this.button1.TabIndex = 6;
this.button1.Text = "Add";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 278);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(623, 22);
this.statusStrip1.TabIndex = 14;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(577, 17);
this.toolStripStatusLabel1.Spring = true;
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(623, 300);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.taskIncludes);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.taskPreReqs);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.newTaskName);
this.Controls.Add(this.taskTree);
this.Controls.Add(this.newGoalName);
this.Controls.Add(this.goalTree);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "Task Explorer $Id$";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView taskTree;
private System.Windows.Forms.TextBox newTaskName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ListView taskPreReqs;
private System.Windows.Forms.ListView taskIncludes;
private System.Windows.Forms.TreeView goalTree;
private System.Windows.Forms.TextBox newGoalName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
}
}