📄 mainform.designer.cs
字号:
namespace AI_Life
{
partial class mainForm
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
this.mainPanel = new System.Windows.Forms.Panel();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.initializeMainToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pauseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.stopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.destroyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.steeringBehavioursToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.initializeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.behavioursToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fleeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.arriveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.wanderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pathFollowingToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.cohesionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.alignmentToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.separationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fCASToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cASToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fCSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mirroredToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.leaveTrailToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.identicalVehiclesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.identicalBehaviourToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.weightedSumToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.specialPathsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.numberOfVehiclesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.numberOfCars = new System.Windows.Forms.ToolStripTextBox();
this.neuralNetworksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.eStringsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.initializeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.populationSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textBoxPopulationSize = new System.Windows.Forms.ToolStripTextBox();
this.maxIterationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textBoxMaxIteration = new System.Windows.Forms.ToolStripTextBox();
this.elitismToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textBoxElitismRate = new System.Windows.Forms.ToolStripTextBox();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.textBoxMutationRate = new System.Windows.Forms.ToolStripTextBox();
this.menuBoxTargetString = new System.Windows.Forms.ToolStripMenuItem();
this.textBoxTargetString = new System.Windows.Forms.ToolStripTextBox();
this.geneticAlgorithmsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sheepsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.initializeToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.settingsToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.fastModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.landMinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.elitismToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.transferFunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sigmoidToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hardLimitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saturatingLinearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.positiveLinearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.noOfOrgToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textBoxNo = new System.Windows.Forms.ToolStripTextBox();
this.noOfFoodToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textBoxFood = new System.Windows.Forms.ToolStripTextBox();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.mainPanel.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// mainPanel
//
this.mainPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.mainPanel.BackColor = System.Drawing.Color.Black;
this.mainPanel.Controls.Add(this.listView1);
this.mainPanel.Location = new System.Drawing.Point(12, 35);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(597, 326);
this.mainPanel.TabIndex = 0;
this.mainPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.mainPanel_MouseClick);
//
// listView1
//
this.listView1.BackColor = System.Drawing.Color.White;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.listView1.Dock = System.Windows.Forms.DockStyle.Right;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listView1.Location = new System.Drawing.Point(352, 0);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(245, 326);
this.listView1.TabIndex = 4;
this.listView1.TabStop = false;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.Visible = false;
//
// columnHeader1
//
this.columnHeader1.Text = "Gen No.";
//
// columnHeader2
//
this.columnHeader2.Text = "Current Best";
this.columnHeader2.Width = 120;
//
// columnHeader3
//
this.columnHeader3.Text = "Error/Change";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.steeringBehavioursToolStripMenuItem,
this.neuralNetworksToolStripMenuItem,
this.geneticAlgorithmsToolStripMenuItem,
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(621, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.initializeMainToolStripMenuItem,
this.startToolStripMenuItem,
this.pauseToolStripMenuItem,
this.stopToolStripMenuItem,
this.destroyAllToolStripMenuItem,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// initializeMainToolStripMenuItem
//
this.initializeMainToolStripMenuItem.Name = "initializeMainToolStripMenuItem";
this.initializeMainToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.initializeMainToolStripMenuItem.Text = "Initialize Main";
this.initializeMainToolStripMenuItem.ToolTipText = "This will initialize the drawing surface for others to use.";
this.initializeMainToolStripMenuItem.Click += new System.EventHandler(this.initializeMainToolStripMenuItem_Click);
//
// startToolStripMenuItem
//
this.startToolStripMenuItem.Name = "startToolStripMenuItem";
this.startToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.startToolStripMenuItem.Text = "Start";
this.startToolStripMenuItem.Click += new System.EventHandler(this.startToolStripMenuItem_Click);
//
// pauseToolStripMenuItem
//
this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
this.pauseToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.pauseToolStripMenuItem.Text = "Pause";
this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
//
// stopToolStripMenuItem
//
this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
this.stopToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.stopToolStripMenuItem.Text = "Stop";
this.stopToolStripMenuItem.Click += new System.EventHandler(this.stopToolStripMenuItem_Click);
//
// destroyAllToolStripMenuItem
//
this.destroyAllToolStripMenuItem.Name = "destroyAllToolStripMenuItem";
this.destroyAllToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.destroyAllToolStripMenuItem.Text = "Destroy All";
this.destroyAllToolStripMenuItem.Click += new System.EventHandler(this.destroyAllToolStripMenuItem_Click);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -