namespace UI.Winforms
{
partial class PreferencesForm
{
///
/// 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()
{
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Display");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Network");
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Sound");
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Resources");
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Auto Save");
System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Recording");
System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Application", new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2,
treeNode3,
treeNode4,
treeNode5,
treeNode6});
System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Species");
System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Mutations");
System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Physics");
System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Energy Input");
System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Energy Costs");
System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("League");
System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("Simulation", new System.Windows.Forms.TreeNode[] {
treeNode8,
treeNode9,
treeNode10,
treeNode11,
treeNode12,
treeNode13});
this.OkButton = new System.Windows.Forms.Button();
this.ApplyButton = new System.Windows.Forms.Button();
this.LoadButton = new System.Windows.Forms.Button();
this.SaveButton = new System.Windows.Forms.Button();
this.CloseButton = new System.Windows.Forms.Button();
this.SetDefaultsButton = new System.Windows.Forms.Button();
this.PanelOfBurden = new System.Windows.Forms.Panel();
this.PanelOfProclaiming = new System.Windows.Forms.Panel();
this.SettingPageLabel = new System.Windows.Forms.Label();
this.TreeOfKnowledge = new System.Windows.Forms.TreeView();
this.PanelOfVersatility = new System.Windows.Forms.Panel();
this.PanelOfBurden.SuspendLayout();
this.PanelOfProclaiming.SuspendLayout();
this.SuspendLayout();
//
// OkButton
//
this.OkButton.Location = new System.Drawing.Point(416, 379);
this.OkButton.Name = "OkButton";
this.OkButton.Size = new System.Drawing.Size(75, 26);
this.OkButton.TabIndex = 1;
this.OkButton.Text = "Ok";
this.OkButton.UseVisualStyleBackColor = true;
this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
//
// ApplyButton
//
this.ApplyButton.Location = new System.Drawing.Point(497, 379);
this.ApplyButton.Name = "ApplyButton";
this.ApplyButton.Size = new System.Drawing.Size(75, 26);
this.ApplyButton.TabIndex = 2;
this.ApplyButton.Text = "Apply";
this.ApplyButton.UseVisualStyleBackColor = true;
this.ApplyButton.Click += new System.EventHandler(this.ApplyButton_Click);
//
// LoadButton
//
this.LoadButton.Location = new System.Drawing.Point(12, 379);
this.LoadButton.Name = "LoadButton";
this.LoadButton.Size = new System.Drawing.Size(75, 26);
this.LoadButton.TabIndex = 6;
this.LoadButton.Text = "Load";
this.LoadButton.UseVisualStyleBackColor = true;
//
// SaveButton
//
this.SaveButton.Location = new System.Drawing.Point(93, 379);
this.SaveButton.Name = "SaveButton";
this.SaveButton.Size = new System.Drawing.Size(75, 26);
this.SaveButton.TabIndex = 5;
this.SaveButton.Text = "Save";
this.SaveButton.UseVisualStyleBackColor = true;
//
// CloseButton
//
this.CloseButton.Location = new System.Drawing.Point(578, 379);
this.CloseButton.Name = "CloseButton";
this.CloseButton.Size = new System.Drawing.Size(75, 26);
this.CloseButton.TabIndex = 7;
this.CloseButton.Text = "Cancel";
this.CloseButton.UseVisualStyleBackColor = true;
this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
//
// SetDefaultsButton
//
this.SetDefaultsButton.Location = new System.Drawing.Point(174, 379);
this.SetDefaultsButton.Name = "SetDefaultsButton";
this.SetDefaultsButton.Size = new System.Drawing.Size(75, 26);
this.SetDefaultsButton.TabIndex = 9;
this.SetDefaultsButton.Text = "Defaults";
this.SetDefaultsButton.UseVisualStyleBackColor = true;
//
// PanelOfBurden
//
this.PanelOfBurden.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.PanelOfBurden.Controls.Add(this.PanelOfVersatility);
this.PanelOfBurden.Controls.Add(this.PanelOfProclaiming);
this.PanelOfBurden.Location = new System.Drawing.Point(174, 12);
this.PanelOfBurden.Name = "PanelOfBurden";
this.PanelOfBurden.Size = new System.Drawing.Size(479, 355);
this.PanelOfBurden.TabIndex = 11;
//
// PanelOfProclaiming
//
this.PanelOfProclaiming.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PanelOfProclaiming.Controls.Add(this.SettingPageLabel);
this.PanelOfProclaiming.Location = new System.Drawing.Point(3, 3);
this.PanelOfProclaiming.Name = "PanelOfProclaiming";
this.PanelOfProclaiming.Size = new System.Drawing.Size(471, 26);
this.PanelOfProclaiming.TabIndex = 1;
//
// SettingPageLabel
//
this.SettingPageLabel.BackColor = System.Drawing.SystemColors.ControlDark;
this.SettingPageLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.SettingPageLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.SettingPageLabel.ForeColor = System.Drawing.Color.White;
this.SettingPageLabel.Location = new System.Drawing.Point(0, 0);
this.SettingPageLabel.Margin = new System.Windows.Forms.Padding(3);
this.SettingPageLabel.Name = "SettingPageLabel";
this.SettingPageLabel.Padding = new System.Windows.Forms.Padding(3);
this.SettingPageLabel.Size = new System.Drawing.Size(471, 26);
this.SettingPageLabel.TabIndex = 0;
this.SettingPageLabel.Text = "label1";
this.SettingPageLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// TreeOfKnowledge
//
this.TreeOfKnowledge.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TreeOfKnowledge.HideSelection = false;
this.TreeOfKnowledge.Location = new System.Drawing.Point(12, 12);
this.TreeOfKnowledge.Name = "TreeOfKnowledge";
treeNode1.Name = "Node9";
treeNode1.Text = "Display";
treeNode2.Name = "Node10";
treeNode2.Text = "Network";
treeNode3.Name = "Node13";
treeNode3.Text = "Sound";
treeNode4.Name = "Node4";
treeNode4.Text = "Resources";
treeNode5.Name = "Node12";
treeNode5.Text = "Auto Save";
treeNode6.Name = "Node3";
treeNode6.Text = "Recording";
treeNode7.Name = "Node8";
treeNode7.Text = "Application";
treeNode8.Name = "Node1";
treeNode8.Text = "Species";
treeNode9.Name = "Node2";
treeNode9.Text = "Mutations";
treeNode10.Name = "Node5";
treeNode10.Text = "Physics";
treeNode11.Name = "Node6";
treeNode11.Text = "Energy Input";
treeNode12.Name = "Node11";
treeNode12.Text = "Energy Costs";
treeNode13.Name = "Node0";
treeNode13.Text = "League";
treeNode14.Name = "Node1";
treeNode14.Text = "Simulation";
this.TreeOfKnowledge.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode7,
treeNode14});
this.TreeOfKnowledge.ShowRootLines = false;
this.TreeOfKnowledge.Size = new System.Drawing.Size(156, 355);
this.TreeOfKnowledge.TabIndex = 12;
this.TreeOfKnowledge.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// PanelOfVersatility
//
this.PanelOfVersatility.Location = new System.Drawing.Point(3, 35);
this.PanelOfVersatility.Name = "PanelOfVersatility";
this.PanelOfVersatility.Size = new System.Drawing.Size(471, 315);
this.PanelOfVersatility.TabIndex = 2;
//
// Settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(665, 415);
this.Controls.Add(this.TreeOfKnowledge);
this.Controls.Add(this.PanelOfBurden);
this.Controls.Add(this.SetDefaultsButton);
this.Controls.Add(this.CloseButton);
this.Controls.Add(this.LoadButton);
this.Controls.Add(this.SaveButton);
this.Controls.Add(this.ApplyButton);
this.Controls.Add(this.OkButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "Settings";
this.Text = "Program Preferences";
this.PanelOfBurden.ResumeLayout(false);
this.PanelOfProclaiming.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button OkButton;
private System.Windows.Forms.Button ApplyButton;
private System.Windows.Forms.Button LoadButton;
private System.Windows.Forms.Button SaveButton;
private System.Windows.Forms.Button CloseButton;
private System.Windows.Forms.Button SetDefaultsButton;
private System.Windows.Forms.Panel PanelOfBurden;
private System.Windows.Forms.TreeView TreeOfKnowledge;
private System.Windows.Forms.Panel PanelOfProclaiming;
private System.Windows.Forms.Label SettingPageLabel;
private System.Windows.Forms.Panel PanelOfVersatility;
}
}