📄 mainform.designer.cs
字号:
//
// steeringBehavioursToolStripMenuItem
//
this.steeringBehavioursToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.initializeToolStripMenuItem,
this.behavioursToolStripMenuItem,
this.settingsToolStripMenuItem});
this.steeringBehavioursToolStripMenuItem.Name = "steeringBehavioursToolStripMenuItem";
this.steeringBehavioursToolStripMenuItem.Size = new System.Drawing.Size(115, 20);
this.steeringBehavioursToolStripMenuItem.Text = "Steering Behaviours";
//
// initializeToolStripMenuItem
//
this.initializeToolStripMenuItem.Name = "initializeToolStripMenuItem";
this.initializeToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.initializeToolStripMenuItem.Text = "Initialize";
this.initializeToolStripMenuItem.ToolTipText = "Use it to initialize the Steering Behaviour objects with the parameters specified" +
" and start the simulation.";
this.initializeToolStripMenuItem.Click += new System.EventHandler(this.initializeToolStripMenuItem_Click);
//
// behavioursToolStripMenuItem
//
this.behavioursToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aToolStripMenuItem,
this.fleeToolStripMenuItem1,
this.arriveToolStripMenuItem1,
this.wanderToolStripMenuItem,
this.pathFollowingToolStripMenuItem1,
this.cohesionToolStripMenuItem,
this.alignmentToolStripMenuItem,
this.separationToolStripMenuItem,
this.cFToolStripMenuItem,
this.fCASToolStripMenuItem,
this.cASToolStripMenuItem,
this.fCSToolStripMenuItem,
this.cSToolStripMenuItem,
this.cAToolStripMenuItem,
this.noneToolStripMenuItem});
this.behavioursToolStripMenuItem.Name = "behavioursToolStripMenuItem";
this.behavioursToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.behavioursToolStripMenuItem.Text = "Behaviours";
//
// aToolStripMenuItem
//
this.aToolStripMenuItem.Name = "aToolStripMenuItem";
this.aToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.aToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.aToolStripMenuItem.Text = "Seek";
this.aToolStripMenuItem.ToolTipText = "This will make vehicles move closer to the target, without any breaking force.";
this.aToolStripMenuItem.Click += new System.EventHandler(this.aToolStripMenuItem_Click);
//
// fleeToolStripMenuItem1
//
this.fleeToolStripMenuItem1.Name = "fleeToolStripMenuItem1";
this.fleeToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
this.fleeToolStripMenuItem1.Size = new System.Drawing.Size(205, 22);
this.fleeToolStripMenuItem1.Text = "Flee";
this.fleeToolStripMenuItem1.ToolTipText = "This will make vehicles run away from the specified target.";
this.fleeToolStripMenuItem1.Click += new System.EventHandler(this.fleeToolStripMenuItem1_Click);
//
// arriveToolStripMenuItem1
//
this.arriveToolStripMenuItem1.Name = "arriveToolStripMenuItem1";
this.arriveToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
this.arriveToolStripMenuItem1.Size = new System.Drawing.Size(205, 22);
this.arriveToolStripMenuItem1.Text = "Arrive";
this.arriveToolStripMenuItem1.ToolTipText = "This will make vehicles gradually stop on target.";
this.arriveToolStripMenuItem1.Click += new System.EventHandler(this.arriveToolStripMenuItem1_Click);
//
// wanderToolStripMenuItem
//
this.wanderToolStripMenuItem.Name = "wanderToolStripMenuItem";
this.wanderToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
this.wanderToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.wanderToolStripMenuItem.Text = "Wander";
this.wanderToolStripMenuItem.ToolTipText = "Random movement. He\'s probably gone mad, or maybe thinking about something!";
this.wanderToolStripMenuItem.Click += new System.EventHandler(this.wanderToolStripMenuItem_Click);
//
// pathFollowingToolStripMenuItem1
//
this.pathFollowingToolStripMenuItem1.Name = "pathFollowingToolStripMenuItem1";
this.pathFollowingToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
this.pathFollowingToolStripMenuItem1.Size = new System.Drawing.Size(205, 22);
this.pathFollowingToolStripMenuItem1.Text = "Path Following";
this.pathFollowingToolStripMenuItem1.ToolTipText = "Direct your vehicle to follow a particular path. Used for patrolling and stuff. U" +
"se Settings->Paths->New Path to get a new path.";
this.pathFollowingToolStripMenuItem1.Click += new System.EventHandler(this.pathFollowingToolStripMenuItem1_Click);
//
// cohesionToolStripMenuItem
//
this.cohesionToolStripMenuItem.Name = "cohesionToolStripMenuItem";
this.cohesionToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.C)));
this.cohesionToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.cohesionToolStripMenuItem.Text = "Cohesion";
this.cohesionToolStripMenuItem.ToolTipText = "This makes them come closer to each other with no sense of overlapping.";
this.cohesionToolStripMenuItem.Click += new System.EventHandler(this.cohesionToolStripMenuItem_Click);
//
// alignmentToolStripMenuItem
//
this.alignmentToolStripMenuItem.Name = "alignmentToolStripMenuItem";
this.alignmentToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.A)));
this.alignmentToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.alignmentToolStripMenuItem.Text = "Alignment";
this.alignmentToolStripMenuItem.ToolTipText = "This makes them match direction. Like birds.";
this.alignmentToolStripMenuItem.Click += new System.EventHandler(this.alignmentToolStripMenuItem_Click);
//
// separationToolStripMenuItem
//
this.separationToolStripMenuItem.Name = "separationToolStripMenuItem";
this.separationToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.S)));
this.separationToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.separationToolStripMenuItem.Text = "Separation";
this.separationToolStripMenuItem.ToolTipText = "With this they demand some private space.";
this.separationToolStripMenuItem.Click += new System.EventHandler(this.separationToolStripMenuItem_Click);
//
// cFToolStripMenuItem
//
this.cFToolStripMenuItem.Name = "cFToolStripMenuItem";
this.cFToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.cFToolStripMenuItem.Text = "CF";
this.cFToolStripMenuItem.ToolTipText = "This is a combination of both Cohesion and Flee forces.";
this.cFToolStripMenuItem.Click += new System.EventHandler(this.cFToolStripMenuItem_Click);
//
// fCASToolStripMenuItem
//
this.fCASToolStripMenuItem.Name = "fCASToolStripMenuItem";
this.fCASToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.F)));
this.fCASToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.fCASToolStripMenuItem.Text = "FCAS";
this.fCASToolStripMenuItem.ToolTipText = "This is a combination of Flee, Cohesion, Alignment and Seperation forces.";
this.fCASToolStripMenuItem.Click += new System.EventHandler(this.fCASToolStripMenuItem_Click);
//
// cASToolStripMenuItem
//
this.cASToolStripMenuItem.Name = "cASToolStripMenuItem";
this.cASToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.cASToolStripMenuItem.Text = "CAS";
this.cASToolStripMenuItem.ToolTipText = "This is a combination of Cohesion, Alignment and Seperation forces.";
this.cASToolStripMenuItem.Click += new System.EventHandler(this.cASToolStripMenuItem_Click);
//
// fCSToolStripMenuItem
//
this.fCSToolStripMenuItem.Name = "fCSToolStripMenuItem";
this.fCSToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.fCSToolStripMenuItem.Text = "FCS";
this.fCSToolStripMenuItem.ToolTipText = "This is a combination of Flee, Cohesion and Seperation forces.";
this.fCSToolStripMenuItem.Click += new System.EventHandler(this.fCSToolStripMenuItem_Click);
//
// cSToolStripMenuItem
//
this.cSToolStripMenuItem.Name = "cSToolStripMenuItem";
this.cSToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.cSToolStripMenuItem.Text = "CS";
this.cSToolStripMenuItem.ToolTipText = "This is a combination of Cohesion and Seperation forces.";
this.cSToolStripMenuItem.Click += new System.EventHandler(this.cSToolStripMenuItem_Click);
//
// cAToolStripMenuItem
//
this.cAToolStripMenuItem.Name = "cAToolStripMenuItem";
this.cAToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.cAToolStripMenuItem.Text = "CA";
this.cAToolStripMenuItem.ToolTipText = "This is a combination of Cohesion and Alignment forces.";
this.cAToolStripMenuItem.Click += new System.EventHandler(this.cAToolStripMenuItem_Click);
//
// noneToolStripMenuItem
//
this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
this.noneToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.noneToolStripMenuItem.Size = new System.Drawing.Size(205, 22);
this.noneToolStripMenuItem.Text = "None";
this.noneToolStripMenuItem.ToolTipText = "Apply no force. Newton\'s first law!";
this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
//
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mirroredToolStripMenuItem,
this.leaveTrailToolStripMenuItem,
this.identicalVehiclesToolStripMenuItem,
this.identicalBehaviourToolStripMenuItem,
this.weightedSumToolStripMenuItem,
this.pathToolStripMenuItem,
this.numberOfVehiclesToolStripMenuItem});
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.settingsToolStripMenuItem.Text = "Settings";
//
// mirroredToolStripMenuItem
//
this.mirroredToolStripMenuItem.CheckOnClick = true;
this.mirroredToolStripMenuItem.Name = "mirroredToolStripMenuItem";
this.mirroredToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.M)));
this.mirroredToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
this.mirroredToolStripMenuItem.Text = "Mirrored";
this.mirroredToolStripMenuItem.ToolTipText = "Make wall perfectly elastic or toroidal.";
this.mirroredToolStripMenuItem.Click += new System.EventHandler(this.mirroredToolStripMenuItem_Click);
//
// leaveTrailToolStripMenuItem
//
this.leaveTrailToolStripMenuItem.CheckOnClick = true;
this.leaveTrailToolStripMenuItem.Name = "leaveTrailToolStripMenuItem";
this.leaveTrailToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.L)));
this.leaveTrailToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
this.leaveTrailToolStripMenuItem.Text = "Leave Trail";
this.leaveTrailToolStripMenuItem.ToolTipText = "Will stop refreshing the screen. One can create beautiful images with it!";
this.leaveTrailToolStripMenuItem.Click += new System.EventHandler(this.leaveTrailToolStripMenuItem_Click);
//
// identicalVehiclesToolStripMenuItem
//
this.identicalVehiclesToolStripMenuItem.CheckOnClick = true;
this.identicalVehiclesToolStripMenuItem.Name = "identicalVehiclesToolStripMenuItem";
this.identicalVehiclesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.V)));
this.identicalVehiclesToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
this.identicalVehiclesToolStripMenuItem.Text = "Identical Vehicles";
this.identicalVehiclesToolStripMenuItem.ToolTipText = "With this all the vehicles will have identical mass, velocity, position etc.";
this.identicalVehiclesToolStripMenuItem.Click += new System.EventHandler(this.identicalVehiclesToolStripMenuItem_Click);
//
// identicalBehaviourToolStripMenuItem
//
this.identicalBehaviourToolStripMenuItem.Checked = true;
this.identicalBehaviourToolStripMenuItem.CheckOnClick = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -