namespace UI.Winforms.Prsn828 { partial class Settings { /// /// 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.Tabs = new System.Windows.Forms.TabControl(); this.Robots = new System.Windows.Forms.TabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.SpeciesList = new System.Windows.Forms.ListView(); this.Species = new System.Windows.Forms.ColumnHeader(); this.SelectAll = new System.Windows.Forms.Button(); this.RemoveSpecies = new System.Windows.Forms.Button(); this.AddSpecies = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.PopulationLabel = new System.Windows.Forms.Label(); this.SpeciesMutations = new System.Windows.Forms.Button(); this.EnergyLabel = new System.Windows.Forms.Label(); this.ChooseColor = new System.Windows.Forms.Button(); this.PopulationChooser = new System.Windows.Forms.NumericUpDown(); this.EnergyChooser = new System.Windows.Forms.NumericUpDown(); this.SpeciesProperties = new System.Windows.Forms.CheckedListBox(); this.World = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.HeightText = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.WidthText = new System.Windows.Forms.TextBox(); this.Costs = new System.Windows.Forms.TabPage(); this.Mutations = new System.Windows.Forms.TabPage(); this.MutationMultiplier = new System.Windows.Forms.TrackBar(); this.MutationRateMultiplierLabel = new System.Windows.Forms.Label(); this.Physics = new System.Windows.Forms.TabPage(); this.Recording = new System.Windows.Forms.TabPage(); this.Internet = new System.Windows.Forms.TabPage(); this.OpenSpecies = new System.Windows.Forms.OpenFileDialog(); this.SpeciesColorChooser = new System.Windows.Forms.ColorDialog(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.asNewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.SaveSettings = new System.Windows.Forms.SaveFileDialog(); this.LoadSettings = new System.Windows.Forms.OpenFileDialog(); this.Tabs.SuspendLayout(); this.Robots.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.PopulationChooser)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.EnergyChooser)).BeginInit(); this.World.SuspendLayout(); this.groupBox1.SuspendLayout(); this.Mutations.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.MutationMultiplier)).BeginInit(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // Tabs // this.Tabs.Controls.Add(this.Robots); this.Tabs.Controls.Add(this.World); this.Tabs.Controls.Add(this.Costs); this.Tabs.Controls.Add(this.Mutations); this.Tabs.Controls.Add(this.Physics); this.Tabs.Controls.Add(this.Recording); this.Tabs.Controls.Add(this.Internet); this.Tabs.Dock = System.Windows.Forms.DockStyle.Fill; this.Tabs.Location = new System.Drawing.Point(0, 24); this.Tabs.Name = "Tabs"; this.Tabs.SelectedIndex = 0; this.Tabs.Size = new System.Drawing.Size(684, 465); this.Tabs.TabIndex = 0; // // Robots // this.Robots.Controls.Add(this.splitContainer1); this.Robots.Location = new System.Drawing.Point(4, 22); this.Robots.Name = "Robots"; this.Robots.Padding = new System.Windows.Forms.Padding(3); this.Robots.Size = new System.Drawing.Size(676, 439); this.Robots.TabIndex = 0; this.Robots.Text = "Robots"; this.Robots.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 3); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.panel1); this.splitContainer1.Panel2.Controls.Add(this.SpeciesProperties); this.splitContainer1.Panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel2_Paint); this.splitContainer1.Size = new System.Drawing.Size(670, 433); this.splitContainer1.SplitterDistance = 223; this.splitContainer1.TabIndex = 0; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.SpeciesList); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.SelectAll); this.splitContainer2.Panel2.Controls.Add(this.RemoveSpecies); this.splitContainer2.Panel2.Controls.Add(this.AddSpecies); this.splitContainer2.Size = new System.Drawing.Size(223, 433); this.splitContainer2.SplitterDistance = 360; this.splitContainer2.TabIndex = 0; // // SpeciesList // this.SpeciesList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.Species}); this.SpeciesList.Dock = System.Windows.Forms.DockStyle.Fill; this.SpeciesList.Location = new System.Drawing.Point(0, 0); this.SpeciesList.Name = "SpeciesList"; this.SpeciesList.ShowGroups = false; this.SpeciesList.Size = new System.Drawing.Size(223, 360); this.SpeciesList.TabIndex = 0; this.SpeciesList.UseCompatibleStateImageBehavior = false; this.SpeciesList.View = System.Windows.Forms.View.Tile; this.SpeciesList.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.SpeciesList_ItemSelectionChanged); // // Species // this.Species.Text = "Species"; // // SelectAll // this.SelectAll.Dock = System.Windows.Forms.DockStyle.Top; this.SelectAll.Location = new System.Drawing.Point(0, 46); this.SelectAll.Name = "SelectAll"; this.SelectAll.Size = new System.Drawing.Size(223, 23); this.SelectAll.TabIndex = 2; this.SelectAll.Text = "SelectAll"; this.SelectAll.UseVisualStyleBackColor = true; this.SelectAll.Click += new System.EventHandler(this.SelectAll_Click); // // RemoveSpecies // this.RemoveSpecies.Dock = System.Windows.Forms.DockStyle.Top; this.RemoveSpecies.Location = new System.Drawing.Point(0, 23); this.RemoveSpecies.Name = "RemoveSpecies"; this.RemoveSpecies.Size = new System.Drawing.Size(223, 23); this.RemoveSpecies.TabIndex = 1; this.RemoveSpecies.Text = "RemoveSpecies"; this.RemoveSpecies.UseVisualStyleBackColor = true; this.RemoveSpecies.Click += new System.EventHandler(this.RemoveSpecies_Click); // // AddSpecies // this.AddSpecies.Dock = System.Windows.Forms.DockStyle.Top; this.AddSpecies.Location = new System.Drawing.Point(0, 0); this.AddSpecies.Name = "AddSpecies"; this.AddSpecies.Size = new System.Drawing.Size(223, 23); this.AddSpecies.TabIndex = 0; this.AddSpecies.Text = "AddSpecies"; this.AddSpecies.UseVisualStyleBackColor = true; this.AddSpecies.Click += new System.EventHandler(this.AddSpecies_Click); // // panel1 // this.panel1.Controls.Add(this.PopulationLabel); this.panel1.Controls.Add(this.SpeciesMutations); this.panel1.Controls.Add(this.EnergyLabel); this.panel1.Controls.Add(this.ChooseColor); this.panel1.Controls.Add(this.PopulationChooser); this.panel1.Controls.Add(this.EnergyChooser); this.panel1.Location = new System.Drawing.Point(3, 364); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(237, 68); this.panel1.TabIndex = 7; // // PopulationLabel // this.PopulationLabel.AutoSize = true; this.PopulationLabel.Location = new System.Drawing.Point(3, 5); this.PopulationLabel.Name = "PopulationLabel"; this.PopulationLabel.Size = new System.Drawing.Size(57, 13); this.PopulationLabel.TabIndex = 5; this.PopulationLabel.Text = "Population"; // // SpeciesMutations // this.SpeciesMutations.Location = new System.Drawing.Point(100, 43); this.SpeciesMutations.Name = "SpeciesMutations"; this.SpeciesMutations.Size = new System.Drawing.Size(99, 23); this.SpeciesMutations.TabIndex = 4; this.SpeciesMutations.Text = "Mutations"; this.SpeciesMutations.UseVisualStyleBackColor = true; this.SpeciesMutations.Click += new System.EventHandler(this.SpeciesMutations_Click); // // EnergyLabel // this.EnergyLabel.AutoSize = true; this.EnergyLabel.Location = new System.Drawing.Point(3, 25); this.EnergyLabel.Name = "EnergyLabel"; this.EnergyLabel.Size = new System.Drawing.Size(40, 13); this.EnergyLabel.TabIndex = 6; this.EnergyLabel.Text = "Energy"; // // ChooseColor // this.ChooseColor.Location = new System.Drawing.Point(-1, 43); this.ChooseColor.Name = "ChooseColor"; this.ChooseColor.Size = new System.Drawing.Size(102, 23); this.ChooseColor.TabIndex = 1; this.ChooseColor.Text = "Choose Color"; this.ChooseColor.UseVisualStyleBackColor = true; this.ChooseColor.Click += new System.EventHandler(this.ChooseColor_Click); // // PopulationChooser // this.PopulationChooser.Increment = new decimal(new int[] { 10, 0, 0, 0}); this.PopulationChooser.Location = new System.Drawing.Point(77, 3); this.PopulationChooser.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.PopulationChooser.Name = "PopulationChooser"; this.PopulationChooser.Size = new System.Drawing.Size(120, 20); this.PopulationChooser.TabIndex = 2; this.PopulationChooser.Value = new decimal(new int[] { 10, 0, 0, 0}); this.PopulationChooser.ValueChanged += new System.EventHandler(this.PopulationChooser_ValueChanged); // // EnergyChooser // this.EnergyChooser.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.EnergyChooser.Location = new System.Drawing.Point(77, 23); this.EnergyChooser.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.EnergyChooser.Name = "EnergyChooser"; this.EnergyChooser.Size = new System.Drawing.Size(120, 20); this.EnergyChooser.TabIndex = 3; this.EnergyChooser.Value = new decimal(new int[] { 10, 0, 0, 0}); this.EnergyChooser.ValueChanged += new System.EventHandler(this.EnergyChooser_ValueChanged); // // SpeciesProperties // this.SpeciesProperties.CheckOnClick = true; this.SpeciesProperties.Dock = System.Windows.Forms.DockStyle.Right; this.SpeciesProperties.FormattingEnabled = true; this.SpeciesProperties.Items.AddRange(new object[] { "Vegitable", "Disable Mutations", "Disable Movement", "Disable DNA execution", "Disable Vision", "Disable Asexual Reproduction", "Disable Sexual Reproduction"}); this.SpeciesProperties.Location = new System.Drawing.Point(246, 0); this.SpeciesProperties.Name = "SpeciesProperties"; this.SpeciesProperties.Size = new System.Drawing.Size(197, 424); this.SpeciesProperties.TabIndex = 0; this.SpeciesProperties.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.SpeciesProperties_ItemCheck); // // World // this.World.Controls.Add(this.groupBox1); this.World.Location = new System.Drawing.Point(4, 22); this.World.Name = "World"; this.World.Padding = new System.Windows.Forms.Padding(3); this.World.Size = new System.Drawing.Size(676, 439); this.World.TabIndex = 1; this.World.Text = "World"; this.World.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.HeightText); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.WidthText); this.groupBox1.Location = new System.Drawing.Point(8, 6); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(153, 71); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Simulation Size"; // // HeightText // this.HeightText.Location = new System.Drawing.Point(47, 13); this.HeightText.Name = "HeightText"; this.HeightText.Size = new System.Drawing.Size(100, 20); this.HeightText.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(38, 13); this.label1.TabIndex = 2; this.label1.Text = "Height"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 13); this.label2.TabIndex = 3; this.label2.Text = "Width"; // // WidthText // this.WidthText.Location = new System.Drawing.Point(47, 39); this.WidthText.Name = "WidthText"; this.WidthText.Size = new System.Drawing.Size(100, 20); this.WidthText.TabIndex = 1; // // Costs // this.Costs.Location = new System.Drawing.Point(4, 22); this.Costs.Name = "Costs"; this.Costs.Padding = new System.Windows.Forms.Padding(3); this.Costs.Size = new System.Drawing.Size(676, 439); this.Costs.TabIndex = 2; this.Costs.Text = "Costs"; this.Costs.UseVisualStyleBackColor = true; // // Mutations // this.Mutations.Controls.Add(this.MutationMultiplier); this.Mutations.Controls.Add(this.MutationRateMultiplierLabel); this.Mutations.Location = new System.Drawing.Point(4, 22); this.Mutations.Name = "Mutations"; this.Mutations.Padding = new System.Windows.Forms.Padding(3); this.Mutations.Size = new System.Drawing.Size(676, 439); this.Mutations.TabIndex = 3; this.Mutations.Text = "Mutations"; this.Mutations.UseVisualStyleBackColor = true; // // MutationMultiplier // this.MutationMultiplier.Dock = System.Windows.Forms.DockStyle.Top; this.MutationMultiplier.Location = new System.Drawing.Point(3, 16); this.MutationMultiplier.Name = "MutationMultiplier"; this.MutationMultiplier.Size = new System.Drawing.Size(670, 45); this.MutationMultiplier.TabIndex = 1; this.MutationMultiplier.Value = 1; this.MutationMultiplier.Scroll += new System.EventHandler(this.MutationMultiplier_Scroll); // // MutationRateMultiplierLabel // this.MutationRateMultiplierLabel.AutoSize = true; this.MutationRateMultiplierLabel.Dock = System.Windows.Forms.DockStyle.Top; this.MutationRateMultiplierLabel.Location = new System.Drawing.Point(3, 3); this.MutationRateMultiplierLabel.Name = "MutationRateMultiplierLabel"; this.MutationRateMultiplierLabel.Size = new System.Drawing.Size(118, 13); this.MutationRateMultiplierLabel.TabIndex = 0; this.MutationRateMultiplierLabel.Text = "Mutation Rate Multiplier"; // // Physics // this.Physics.Location = new System.Drawing.Point(4, 22); this.Physics.Name = "Physics"; this.Physics.Padding = new System.Windows.Forms.Padding(3); this.Physics.Size = new System.Drawing.Size(676, 439); this.Physics.TabIndex = 4; this.Physics.Text = "Physics"; this.Physics.UseVisualStyleBackColor = true; // // Recording // this.Recording.Location = new System.Drawing.Point(4, 22); this.Recording.Name = "Recording"; this.Recording.Padding = new System.Windows.Forms.Padding(3); this.Recording.Size = new System.Drawing.Size(676, 439); this.Recording.TabIndex = 5; this.Recording.Text = "Recording"; this.Recording.UseVisualStyleBackColor = true; // // Internet // this.Internet.Location = new System.Drawing.Point(4, 22); this.Internet.Name = "Internet"; this.Internet.Padding = new System.Windows.Forms.Padding(3); this.Internet.Size = new System.Drawing.Size(676, 439); this.Internet.TabIndex = 6; this.Internet.Text = "Internet"; this.Internet.UseVisualStyleBackColor = true; // // OpenSpecies // this.OpenSpecies.FileName = "OpenSpecies"; this.OpenSpecies.Multiselect = true; this.OpenSpecies.ReadOnlyChecked = true; this.OpenSpecies.Title = "Select DNA File(s) To Use"; // // 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(684, 24); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveToolStripMenuItem, this.loadToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20); this.fileToolStripMenuItem.Text = "File"; // // saveToolStripMenuItem // this.saveToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.asNewToolStripMenuItem}); this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(109, 22); this.saveToolStripMenuItem.Text = "Save"; // // asNewToolStripMenuItem // this.asNewToolStripMenuItem.Name = "asNewToolStripMenuItem"; this.asNewToolStripMenuItem.Size = new System.Drawing.Size(121, 22); this.asNewToolStripMenuItem.Text = "As New"; this.asNewToolStripMenuItem.Click += new System.EventHandler(this.asNewToolStripMenuItem_Click); // // loadToolStripMenuItem // this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; this.loadToolStripMenuItem.Size = new System.Drawing.Size(109, 22); this.loadToolStripMenuItem.Text = "Load"; this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); // // Settings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange; this.ClientSize = new System.Drawing.Size(684, 489); this.Controls.Add(this.Tabs); this.Controls.Add(this.menuStrip1); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip1; this.Name = "Settings"; this.Text = "Settings"; this.Tabs.ResumeLayout(false); this.Robots.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); this.splitContainer2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.PopulationChooser)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.EnergyChooser)).EndInit(); this.World.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.Mutations.ResumeLayout(false); this.Mutations.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.MutationMultiplier)).EndInit(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TabControl Tabs; private System.Windows.Forms.TabPage Robots; private System.Windows.Forms.TabPage World; private System.Windows.Forms.TabPage Costs; private System.Windows.Forms.TabPage Mutations; private System.Windows.Forms.TabPage Physics; private System.Windows.Forms.TabPage Recording; private System.Windows.Forms.TabPage Internet; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.ListView SpeciesList; private System.Windows.Forms.ColumnHeader Species; private System.Windows.Forms.Button RemoveSpecies; private System.Windows.Forms.Button AddSpecies; private System.Windows.Forms.Button SelectAll; private System.Windows.Forms.Label MutationRateMultiplierLabel; private System.Windows.Forms.TrackBar MutationMultiplier; private System.Windows.Forms.OpenFileDialog OpenSpecies; private System.Windows.Forms.CheckedListBox SpeciesProperties; private System.Windows.Forms.Button ChooseColor; private System.Windows.Forms.Label EnergyLabel; private System.Windows.Forms.Label PopulationLabel; private System.Windows.Forms.Button SpeciesMutations; private System.Windows.Forms.NumericUpDown EnergyChooser; private System.Windows.Forms.NumericUpDown PopulationChooser; private System.Windows.Forms.ColorDialog SpeciesColorChooser; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox HeightText; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox WidthText; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem asNewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem; private System.Windows.Forms.SaveFileDialog SaveSettings; private System.Windows.Forms.OpenFileDialog LoadSettings; } }