mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-17 20:42:59 +08:00
8652 lines
512 KiB
C#
8652 lines
512 KiB
C#
namespace CodeWalker
|
|
{
|
|
partial class ProjectForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectForm));
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.ProjectTreeView = new System.Windows.Forms.TreeView();
|
|
this.MainTabControl = new System.Windows.Forms.TabControl();
|
|
this.ProjectTabPage = new System.Windows.Forms.TabPage();
|
|
this.ProjectPanel = new System.Windows.Forms.Panel();
|
|
this.ProjectHideMapCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ProjectShowEntitiesCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.ProjectVersionLabel = new System.Windows.Forms.Label();
|
|
this.ProjectNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.YmapTabPage = new System.Windows.Forms.TabPage();
|
|
this.YmapTabControl = new System.Windows.Forms.TabControl();
|
|
this.YmapYmapTabPage = new System.Windows.Forms.TabPage();
|
|
this.YmapPanel = new System.Windows.Forms.Panel();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.YmapCFlagsGrassCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsCriticalCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsDistLightsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsLODLightsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsPhysicsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsOcclusionCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsInteriorCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsSLODCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsSLOD2CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsLODCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapCFlagsHDCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapContentFlagsTextBox = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.YmapCalculateFlagsButton = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.YmapFlagsLODCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapFlagsScriptedCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YmapFlagsTextBox = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.YmapPhysicsDictionariesTextBox = new CodeWalker.WinForms.TextBoxFix();
|
|
this.YmapProjectPathTextBox = new System.Windows.Forms.TextBox();
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
this.YmapFileLocationTextBox = new System.Windows.Forms.TextBox();
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
this.YmapCalculateExtentsButton = new System.Windows.Forms.Button();
|
|
this.YmapStreamingExtentsMaxTextBox = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.YmapStreamingExtentsMinTextBox = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.YmapEntitiesExtentsMaxTextBox = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.YmapEntitiesExtentsMinTextBox = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.YmapParentHashLabel = new System.Windows.Forms.Label();
|
|
this.YmapNameHashLabel = new System.Windows.Forms.Label();
|
|
this.YmapParentTextBox = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.YmapNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.YmapEntityTabPage = new System.Windows.Forms.TabPage();
|
|
this.EntityPanel = new System.Windows.Forms.Panel();
|
|
this.EntityTabControl = new System.Windows.Forms.TabControl();
|
|
this.EntityGeneralTabPage = new System.Windows.Forms.TabPage();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
this.EntityDeleteButton = new System.Windows.Forms.Button();
|
|
this.EntityTintValueTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.EntityArtificialAOTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.EntityNormalizeRotationButton = new System.Windows.Forms.Button();
|
|
this.EntityAOMultiplierTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityGuidTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityPriorityLevelComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.EntityGoToButton = new System.Windows.Forms.Button();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.EntityRotationTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityFlagsTextBox = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.EntityLodLevelComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.EntityScaleXYTextBox = new System.Windows.Forms.TextBox();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.EntityArchetypeHashLabel = new System.Windows.Forms.Label();
|
|
this.EntityChildLodDistTextBox = new System.Windows.Forms.TextBox();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.EntityScaleZTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityLodDistTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityArchetypeTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityLodTabPage = new System.Windows.Forms.TabPage();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.EntityParentIndexTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityNumChildrenTextBox = new System.Windows.Forms.TextBox();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.EntityExtensionsTabPage = new System.Windows.Forms.TabPage();
|
|
this.EntityPivotTabPage = new System.Windows.Forms.TabPage();
|
|
this.label95 = new System.Windows.Forms.Label();
|
|
this.EntityPivotEditCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.label93 = new System.Windows.Forms.Label();
|
|
this.EntityPivotPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.EntityPivotRotationNormalizeButton = new System.Windows.Forms.Button();
|
|
this.label94 = new System.Windows.Forms.Label();
|
|
this.EntityPivotRotationTextBox = new System.Windows.Forms.TextBox();
|
|
this.YmapCarGenTabPage = new System.Windows.Forms.TabPage();
|
|
this.CarGenPanel = new System.Windows.Forms.Panel();
|
|
this.CarDeleteButton = new System.Windows.Forms.Button();
|
|
this.CarAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.label44 = new System.Windows.Forms.Label();
|
|
this.CarLiveryTextBox = new System.Windows.Forms.TextBox();
|
|
this.label43 = new System.Windows.Forms.Label();
|
|
this.CarBodyColorRemap4TextBox = new System.Windows.Forms.TextBox();
|
|
this.label42 = new System.Windows.Forms.Label();
|
|
this.CarBodyColorRemap3TextBox = new System.Windows.Forms.TextBox();
|
|
this.label41 = new System.Windows.Forms.Label();
|
|
this.CarBodyColorRemap2TextBox = new System.Windows.Forms.TextBox();
|
|
this.CarPopGroupTextBox = new System.Windows.Forms.TextBox();
|
|
this.label39 = new System.Windows.Forms.Label();
|
|
this.CarPopGroupHashLabel = new System.Windows.Forms.Label();
|
|
this.label38 = new System.Windows.Forms.Label();
|
|
this.CarBodyColorRemap1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label37 = new System.Windows.Forms.Label();
|
|
this.CarFlagsTextBox = new System.Windows.Forms.TextBox();
|
|
this.CarPerpendicularLengthTextBox = new System.Windows.Forms.TextBox();
|
|
this.label36 = new System.Windows.Forms.Label();
|
|
this.CarOrientYTextBox = new System.Windows.Forms.TextBox();
|
|
this.label34 = new System.Windows.Forms.Label();
|
|
this.CarOrientXTextBox = new System.Windows.Forms.TextBox();
|
|
this.label35 = new System.Windows.Forms.Label();
|
|
this.CarModelTextBox = new System.Windows.Forms.TextBox();
|
|
this.label32 = new System.Windows.Forms.Label();
|
|
this.CarModelHashLabel = new System.Windows.Forms.Label();
|
|
this.CarGoToButton = new System.Windows.Forms.Button();
|
|
this.CarPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
this.YndTabPage = new System.Windows.Forms.TabPage();
|
|
this.YndTabControl = new System.Windows.Forms.TabControl();
|
|
this.YndYndTabPage = new System.Windows.Forms.TabPage();
|
|
this.YndPanel = new System.Windows.Forms.Panel();
|
|
this.label88 = new System.Windows.Forms.Label();
|
|
this.YndAreaIDYUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label87 = new System.Windows.Forms.Label();
|
|
this.YndAreaIDXUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label48 = new System.Windows.Forms.Label();
|
|
this.YndProjectPathTextBox = new System.Windows.Forms.TextBox();
|
|
this.label46 = new System.Windows.Forms.Label();
|
|
this.YndFilePathTextBox = new System.Windows.Forms.TextBox();
|
|
this.label47 = new System.Windows.Forms.Label();
|
|
this.YndTotalNodesLabel = new System.Windows.Forms.Label();
|
|
this.YndPedNodesUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label45 = new System.Windows.Forms.Label();
|
|
this.YndVehicleNodesUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label40 = new System.Windows.Forms.Label();
|
|
this.YndAreaIDInfoLabel = new System.Windows.Forms.Label();
|
|
this.label33 = new System.Windows.Forms.Label();
|
|
this.YndRpfPathTextBox = new System.Windows.Forms.TextBox();
|
|
this.YndNodeTabPage = new System.Windows.Forms.TabPage();
|
|
this.YndNodePanel = new System.Windows.Forms.Panel();
|
|
this.PathNodeTabControl = new System.Windows.Forms.TabControl();
|
|
this.PathNodePropertiesTabPage = new System.Windows.Forms.TabPage();
|
|
this.PathNodeFlags5GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeFlags52CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags53CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags51CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags5UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeFlags4GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeFlags45CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags46CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags47CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags48CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags42UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label71 = new System.Windows.Forms.Label();
|
|
this.PathNodeFlags41CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags4UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeFlags4Label = new System.Windows.Forms.Label();
|
|
this.PathNodeFlags3GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeFlags32UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label70 = new System.Windows.Forms.Label();
|
|
this.PathNodeFlags31CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags3UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeFlags3Label = new System.Windows.Forms.Label();
|
|
this.PathNodeFlags2GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeFlags21CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags28CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags22CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags27CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags23CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags26CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags24CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags25CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags2UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeFlags2Label = new System.Windows.Forms.Label();
|
|
this.PathNodeFlags1GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeFlags11CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags18CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags12CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags17CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags13CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags16CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags14CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags15CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags1UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeFlags1Label = new System.Windows.Forms.Label();
|
|
this.PathNodeFlags0GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeFlags01CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags08CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags02CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags07CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags03CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags06CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags04CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags05CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeFlags0UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeFlags0Label = new System.Windows.Forms.Label();
|
|
this.PathNodeDeleteButton = new System.Windows.Forms.Button();
|
|
this.PathNodeAreaIDUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.label49 = new System.Windows.Forms.Label();
|
|
this.label50 = new System.Windows.Forms.Label();
|
|
this.label68 = new System.Windows.Forms.Label();
|
|
this.PathNodeNodeIDUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label52 = new System.Windows.Forms.Label();
|
|
this.PathNodeStreetHashTextBox = new System.Windows.Forms.TextBox();
|
|
this.PathNodeGoToButton = new System.Windows.Forms.Button();
|
|
this.PathNodeStreetNameLabel = new System.Windows.Forms.Label();
|
|
this.PathNodePositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label55 = new System.Windows.Forms.Label();
|
|
this.PathNodeLinksTabPage = new System.Windows.Forms.TabPage();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.PathNodeRemoveLinkButton = new System.Windows.Forms.Button();
|
|
this.PathNodeAddLinkButton = new System.Windows.Forms.Button();
|
|
this.PathNodeLinksListBox = new System.Windows.Forms.ListBox();
|
|
this.PathNodeLinkCountLabel = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkPanel = new System.Windows.Forms.Panel();
|
|
this.PathLinkFlags2GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeLinkFlags21CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeLinkFlags22CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.label53 = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkFwdLanesUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label56 = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkBackLanesUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeLinkFlags2UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeLinkFlags2Label = new System.Windows.Forms.Label();
|
|
this.PathLinkFlags1GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeLinkOffsetSizeUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label61 = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkFlags11CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeLinkFlags18CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeLinkFlags12CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeLinkFlags13CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeLinkFlags14CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeLinkFlags1UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeLinkFlags1Label = new System.Windows.Forms.Label();
|
|
this.PathLinkFlags0GroupBox = new System.Windows.Forms.GroupBox();
|
|
this.PathNodeLinkFlags04UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label60 = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkFlags03UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label58 = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkFlags01CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeLinkFlags02CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.PathNodeLinkFlags0UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PathNodeLinkFlags0Label = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkageStatusLabel = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkLengthUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label57 = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkNodeIDUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label51 = new System.Windows.Forms.Label();
|
|
this.PathNodeLinkAreaIDUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label54 = new System.Windows.Forms.Label();
|
|
this.PathNodeJunctionTabPage = new System.Windows.Forms.TabPage();
|
|
this.label78 = new System.Windows.Forms.Label();
|
|
this.PathNodeJunctionPanel = new System.Windows.Forms.Panel();
|
|
this.PathNodeJunctionPosYUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label59 = new System.Windows.Forms.Label();
|
|
this.PathNodeJunctionPosXUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label69 = new System.Windows.Forms.Label();
|
|
this.PathNodeJunctionHeightmapBytesTextBox = new CodeWalker.WinForms.TextBoxFix();
|
|
this.PathNodeJunctionHeightmapDimYUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label77 = new System.Windows.Forms.Label();
|
|
this.PathNodeJunctionHeightmapDimXUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label76 = new System.Windows.Forms.Label();
|
|
this.PathNodeJunctionMinZUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label67 = new System.Windows.Forms.Label();
|
|
this.PathNodeJunctionMaxZUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label65 = new System.Windows.Forms.Label();
|
|
this.PathNodeJunctionEnableCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.YnvTabPage = new System.Windows.Forms.TabPage();
|
|
this.YnvTabControl = new System.Windows.Forms.TabControl();
|
|
this.YnvYnvTabPage = new System.Windows.Forms.TabPage();
|
|
this.YnvPanel = new System.Windows.Forms.Panel();
|
|
this.YnvAABBSizeTextBox = new System.Windows.Forms.TextBox();
|
|
this.label91 = new System.Windows.Forms.Label();
|
|
this.label89 = new System.Windows.Forms.Label();
|
|
this.YnvAreaIDYUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label90 = new System.Windows.Forms.Label();
|
|
this.YnvAreaIDXUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.YnvAreaIDInfoLabel = new System.Windows.Forms.Label();
|
|
this.label92 = new System.Windows.Forms.Label();
|
|
this.YnvPolyTabPage = new System.Windows.Forms.TabPage();
|
|
this.YnvPolygonPanel = new System.Windows.Forms.Panel();
|
|
this.YnvPortalTabPage = new System.Windows.Forms.TabPage();
|
|
this.YnvPortalPanel = new System.Windows.Forms.Panel();
|
|
this.TrainsTabPage = new System.Windows.Forms.TabPage();
|
|
this.TrainsTabControl = new System.Windows.Forms.TabControl();
|
|
this.TrainTrackTabPage = new System.Windows.Forms.TabPage();
|
|
this.TrainTrackFilePanel = new System.Windows.Forms.Panel();
|
|
this.TrainTrackInfoLabel = new System.Windows.Forms.Label();
|
|
this.label86 = new System.Windows.Forms.Label();
|
|
this.TrainTrackBrakingDistTextBox = new System.Windows.Forms.TextBox();
|
|
this.label85 = new System.Windows.Forms.Label();
|
|
this.TrainTrackSpeedTextBox = new System.Windows.Forms.TextBox();
|
|
this.TrainTrackMPStopsAtStationsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.TrainTrackStopsAtStationsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.TrainTrackIsPingPongCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.label84 = new System.Windows.Forms.Label();
|
|
this.TrainTrackConfigNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.label83 = new System.Windows.Forms.Label();
|
|
this.TrainTrackFilenameTextBox = new System.Windows.Forms.TextBox();
|
|
this.label74 = new System.Windows.Forms.Label();
|
|
this.TrainTrackProjectPathTextBox = new System.Windows.Forms.TextBox();
|
|
this.label79 = new System.Windows.Forms.Label();
|
|
this.TrainTrackFilePathTextBox = new System.Windows.Forms.TextBox();
|
|
this.label80 = new System.Windows.Forms.Label();
|
|
this.TrainTrackRpfPathTextBox = new System.Windows.Forms.TextBox();
|
|
this.TrainNodeTabPage = new System.Windows.Forms.TabPage();
|
|
this.TrainNodePanel = new System.Windows.Forms.Panel();
|
|
this.TrainNodeTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label82 = new System.Windows.Forms.Label();
|
|
this.TrainNodeDeleteButton = new System.Windows.Forms.Button();
|
|
this.TrainNodeAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.TrainNodeGoToButton = new System.Windows.Forms.Button();
|
|
this.TrainNodePositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label81 = new System.Windows.Forms.Label();
|
|
this.ScenarioTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioTabControl = new System.Windows.Forms.TabControl();
|
|
this.ScenarioYmtTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioYmtPanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioYmtExtentsMaxTextBox = new System.Windows.Forms.TextBox();
|
|
this.label103 = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtExtentsMinTextBox = new System.Windows.Forms.TextBox();
|
|
this.label150 = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtGridInfoLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtGridScaleTextBox = new System.Windows.Forms.TextBox();
|
|
this.label96 = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtProjectPathTextBox = new System.Windows.Forms.TextBox();
|
|
this.label66 = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtFileLocationTextBox = new System.Windows.Forms.TextBox();
|
|
this.label72 = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtGridMaxTextBox = new System.Windows.Forms.TextBox();
|
|
this.label73 = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtGridMinTextBox = new System.Windows.Forms.TextBox();
|
|
this.label75 = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtVersionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label64 = new System.Windows.Forms.Label();
|
|
this.ScenarioYmtNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.label63 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioPointOuterPanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioPointCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioPointPanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioPointImapHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioPointImapTextBox = new System.Windows.Forms.TextBox();
|
|
this.label110 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointGroupHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioPointGroupTextBox = new System.Windows.Forms.TextBox();
|
|
this.label156 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointInteriorHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioPointFlagsCheckedListBox = new System.Windows.Forms.CheckedListBox();
|
|
this.label111 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointDirectionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label97 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointFlagsValueUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label109 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointGoToButton = new System.Windows.Forms.Button();
|
|
this.ScenarioPointWaitTimeUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioPointPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label62 = new System.Windows.Forms.Label();
|
|
this.label108 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointRadiusUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label107 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointSpOnlyFlagUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label106 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointProbabilityUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioPointInteriorTextBox = new System.Windows.Forms.TextBox();
|
|
this.label102 = new System.Windows.Forms.Label();
|
|
this.label101 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointTimeEndUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioPointTimeStartUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label100 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointModelSetComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label99 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label98 = new System.Windows.Forms.Label();
|
|
this.ScenarioPointDeleteButton = new System.Windows.Forms.Button();
|
|
this.ScenarioPointAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.ScenarioEntityTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioEntityDeleteButton = new System.Windows.Forms.Button();
|
|
this.ScenarioEntityPanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioEntityInfoLabel = new System.Windows.Forms.Label();
|
|
this.label114 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityUnk2UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label113 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityUnk1UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioEntityTypeHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityTypeTextBox = new System.Windows.Forms.TextBox();
|
|
this.label112 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityGoToButton = new System.Windows.Forms.Button();
|
|
this.ScenarioEntityPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label104 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.ScenarioEntityCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioEntityPointTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioEntityPointDeleteButton = new System.Windows.Forms.Button();
|
|
this.ScenarioEntityPointAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.ScenarioEntityPointCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioEntityPointPanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioEntityPointNameHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.ScenarioEntityPointFlagsCheckedListBox = new System.Windows.Forms.CheckedListBox();
|
|
this.label135 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointFlagsUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioEntityPointShortRangeCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioEntityPointExtendedRangeCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioEntityPointHighPriCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.label133 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointEndUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioEntityPointStartUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label134 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointRadiusTextBox = new System.Windows.Forms.TextBox();
|
|
this.label132 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointTimeTillPedLeavesTextBox = new System.Windows.Forms.TextBox();
|
|
this.label131 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointProbabilityTextBox = new System.Windows.Forms.TextBox();
|
|
this.label130 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointAvailableInMpSpComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label129 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointRequiredImapHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointRequiredImapTextBox = new System.Windows.Forms.TextBox();
|
|
this.label128 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointInteriorHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointInteriorTextBox = new System.Windows.Forms.TextBox();
|
|
this.label126 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointGroupHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointGroupTextBox = new System.Windows.Forms.TextBox();
|
|
this.label124 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointPedTypeHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointPedTypeTextBox = new System.Windows.Forms.TextBox();
|
|
this.label122 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointSpawnTypeHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointSpawnTypeTextBox = new System.Windows.Forms.TextBox();
|
|
this.label120 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointRotationTextBox = new System.Windows.Forms.TextBox();
|
|
this.label118 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointGoToButton = new System.Windows.Forms.Button();
|
|
this.ScenarioEntityPointPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label117 = new System.Windows.Forms.Label();
|
|
this.label116 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioChainDeleteButton = new System.Windows.Forms.Button();
|
|
this.ScenarioChainAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
this.ScenarioChainMoveEdgeDownButton = new System.Windows.Forms.Button();
|
|
this.ScenarioChainMoveEdgeUpButton = new System.Windows.Forms.Button();
|
|
this.label138 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainUnk1UpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioChainRemoveEdgeButton = new System.Windows.Forms.Button();
|
|
this.ScenarioChainAddEdgeButton = new System.Windows.Forms.Button();
|
|
this.ScenarioChainEdgesListBox = new System.Windows.Forms.ListBox();
|
|
this.ScenarioChainEdgeCountLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioChainEdgePanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioChainEdgeNavSpeedComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label137 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainEdgeNavModeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label136 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainEdgeActionComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label127 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainEdgeNodeIndexToUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioChainEdgeNodeIndexFromUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label125 = new System.Windows.Forms.Label();
|
|
this.label121 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainNodeTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioChainNodePanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioChainNodeTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.ScenarioChainNodeIndexTextBox = new System.Windows.Forms.TextBox();
|
|
this.label115 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainNodeLastCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioChainNodeFirstCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.label123 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainNodeUnk1HashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioChainNodeUnk1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label119 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainNodeGoToButton = new System.Windows.Forms.Button();
|
|
this.ScenarioChainNodePositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label105 = new System.Windows.Forms.Label();
|
|
this.ScenarioChainNodeDeleteButton = new System.Windows.Forms.Button();
|
|
this.ScenarioChainNodeCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioChainNodeAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.ScenarioClusterTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioClusterDeleteButton = new System.Windows.Forms.Button();
|
|
this.ScenarioClusterAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.ScenarioClusterCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioClusterPanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioClusterRadiusTextBox = new System.Windows.Forms.TextBox();
|
|
this.label157 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterUnk2CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.ScenarioClusterUnk1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label140 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterGoToButton = new System.Windows.Forms.Button();
|
|
this.ScenarioClusterCenterTextBox = new System.Windows.Forms.TextBox();
|
|
this.label139 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointTabPage = new System.Windows.Forms.TabPage();
|
|
this.ScenarioClusterPointDeleteButton = new System.Windows.Forms.Button();
|
|
this.ScenarioClusterPointAddToProjectButton = new System.Windows.Forms.Button();
|
|
this.ScenarioClusterPointPanel = new System.Windows.Forms.Panel();
|
|
this.ScenarioClusterPointImapHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointImapTextBox = new System.Windows.Forms.TextBox();
|
|
this.label143 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointGroupHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointGroupTextBox = new System.Windows.Forms.TextBox();
|
|
this.label141 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointInteriorHashLabel = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointFlagsCheckedListBox = new System.Windows.Forms.CheckedListBox();
|
|
this.label142 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointDirectionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label144 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointFlagsUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label145 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointGoToButton = new System.Windows.Forms.Button();
|
|
this.ScenarioClusterPointWaitTimeUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioClusterPointPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label146 = new System.Windows.Forms.Label();
|
|
this.label147 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointRadiusUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label148 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointAnimalFlagUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label149 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointProbabilityUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioClusterPointInteriorTextBox = new System.Windows.Forms.TextBox();
|
|
this.label151 = new System.Windows.Forms.Label();
|
|
this.label152 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointTimeEndUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.ScenarioClusterPointTimeStartUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label153 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointModelSetComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label154 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointTypeComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label155 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterPointCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.TopMenuStrip = new CodeWalker.WinForms.MenuStripFix();
|
|
this.FileMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileNewMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileNewProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileNewYmapMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileNewYndMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileNewYnvMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileNewTrainsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileNewScenarioMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileOpenMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileOpenProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileOpenYmapMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileOpenYndMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileOpenYnvMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileOpenTrainsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileOpenScenarioMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.FileCloseProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.FileSaveProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileSaveProjectAsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileSaveItemMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.FileSaveItemAsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YmapMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YmapNameMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.YmapNewEntityMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YmapNewCarGenMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.YmapAddToProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YmapRemoveFromProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YndMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YndNameMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.YndNewNodeMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.YndAddToProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YndRemoveFromProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YnvMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YnvNameMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.YnvNewPolygonMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.YnvAddToProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.YnvRemoveFromProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TrainsMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TrainsNameMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.TrainsNewNodeMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.TrainsAddToProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TrainsRemoveFromProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ScenarioMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ScenarioNameMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ScenarioNewPointMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ScenarioNewPointFromSelectedMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ScenarioNewEntityOverrideMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ScenarioNewChainMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ScenarioNewClusterMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.ScenarioAddToProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ScenarioRemoveFromProjectMenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.SaveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
|
this.OpenFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.ScenarioClusterPointsListBox = new System.Windows.Forms.ListBox();
|
|
this.label158 = new System.Windows.Forms.Label();
|
|
this.ScenarioClusterAddPointButton = new System.Windows.Forms.Button();
|
|
this.label159 = new System.Windows.Forms.Label();
|
|
this.label160 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityAddPointButton = new System.Windows.Forms.Button();
|
|
this.label161 = new System.Windows.Forms.Label();
|
|
this.ScenarioEntityPointsListBox = new System.Windows.Forms.ListBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.MainTabControl.SuspendLayout();
|
|
this.ProjectTabPage.SuspendLayout();
|
|
this.ProjectPanel.SuspendLayout();
|
|
this.YmapTabPage.SuspendLayout();
|
|
this.YmapTabControl.SuspendLayout();
|
|
this.YmapYmapTabPage.SuspendLayout();
|
|
this.YmapPanel.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.YmapEntityTabPage.SuspendLayout();
|
|
this.EntityPanel.SuspendLayout();
|
|
this.EntityTabControl.SuspendLayout();
|
|
this.EntityGeneralTabPage.SuspendLayout();
|
|
this.EntityLodTabPage.SuspendLayout();
|
|
this.EntityPivotTabPage.SuspendLayout();
|
|
this.YmapCarGenTabPage.SuspendLayout();
|
|
this.CarGenPanel.SuspendLayout();
|
|
this.YndTabPage.SuspendLayout();
|
|
this.YndTabControl.SuspendLayout();
|
|
this.YndYndTabPage.SuspendLayout();
|
|
this.YndPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.YndAreaIDYUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YndAreaIDXUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YndPedNodesUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YndVehicleNodesUpDown)).BeginInit();
|
|
this.YndNodeTabPage.SuspendLayout();
|
|
this.YndNodePanel.SuspendLayout();
|
|
this.PathNodeTabControl.SuspendLayout();
|
|
this.PathNodePropertiesTabPage.SuspendLayout();
|
|
this.PathNodeFlags5GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags5UpDown)).BeginInit();
|
|
this.PathNodeFlags4GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags42UpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags4UpDown)).BeginInit();
|
|
this.PathNodeFlags3GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags32UpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags3UpDown)).BeginInit();
|
|
this.PathNodeFlags2GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags2UpDown)).BeginInit();
|
|
this.PathNodeFlags1GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags1UpDown)).BeginInit();
|
|
this.PathNodeFlags0GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags0UpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeAreaIDUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeNodeIDUpDown)).BeginInit();
|
|
this.PathNodeLinksTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.PathNodeLinkPanel.SuspendLayout();
|
|
this.PathLinkFlags2GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFwdLanesUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkBackLanesUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags2UpDown)).BeginInit();
|
|
this.PathLinkFlags1GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkOffsetSizeUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags1UpDown)).BeginInit();
|
|
this.PathLinkFlags0GroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags04UpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags03UpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags0UpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkLengthUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkNodeIDUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkAreaIDUpDown)).BeginInit();
|
|
this.PathNodeJunctionTabPage.SuspendLayout();
|
|
this.PathNodeJunctionPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionPosYUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionPosXUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionHeightmapDimYUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionHeightmapDimXUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionMinZUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionMaxZUpDown)).BeginInit();
|
|
this.YnvTabPage.SuspendLayout();
|
|
this.YnvTabControl.SuspendLayout();
|
|
this.YnvYnvTabPage.SuspendLayout();
|
|
this.YnvPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.YnvAreaIDYUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YnvAreaIDXUpDown)).BeginInit();
|
|
this.YnvPolyTabPage.SuspendLayout();
|
|
this.YnvPortalTabPage.SuspendLayout();
|
|
this.TrainsTabPage.SuspendLayout();
|
|
this.TrainsTabControl.SuspendLayout();
|
|
this.TrainTrackTabPage.SuspendLayout();
|
|
this.TrainTrackFilePanel.SuspendLayout();
|
|
this.TrainNodeTabPage.SuspendLayout();
|
|
this.TrainNodePanel.SuspendLayout();
|
|
this.ScenarioTabPage.SuspendLayout();
|
|
this.ScenarioTabControl.SuspendLayout();
|
|
this.ScenarioYmtTabPage.SuspendLayout();
|
|
this.ScenarioYmtPanel.SuspendLayout();
|
|
this.ScenarioPointTabPage.SuspendLayout();
|
|
this.ScenarioPointOuterPanel.SuspendLayout();
|
|
this.ScenarioPointPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointFlagsValueUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointWaitTimeUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointRadiusUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointSpOnlyFlagUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointProbabilityUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointTimeEndUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointTimeStartUpDown)).BeginInit();
|
|
this.ScenarioEntityTabPage.SuspendLayout();
|
|
this.ScenarioEntityPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityUnk2UpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityUnk1UpDown)).BeginInit();
|
|
this.ScenarioEntityPointTabPage.SuspendLayout();
|
|
this.ScenarioEntityPointPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityPointFlagsUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityPointEndUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityPointStartUpDown)).BeginInit();
|
|
this.ScenarioChainTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
this.splitContainer3.Panel1.SuspendLayout();
|
|
this.splitContainer3.Panel2.SuspendLayout();
|
|
this.splitContainer3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioChainUnk1UpDown)).BeginInit();
|
|
this.ScenarioChainEdgePanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioChainEdgeNodeIndexToUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioChainEdgeNodeIndexFromUpDown)).BeginInit();
|
|
this.ScenarioChainNodeTabPage.SuspendLayout();
|
|
this.ScenarioChainNodePanel.SuspendLayout();
|
|
this.ScenarioClusterTabPage.SuspendLayout();
|
|
this.ScenarioClusterPanel.SuspendLayout();
|
|
this.ScenarioClusterPointTabPage.SuspendLayout();
|
|
this.ScenarioClusterPointPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointFlagsUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointWaitTimeUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointRadiusUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointAnimalFlagUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointProbabilityUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointTimeEndUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointTimeStartUpDown)).BeginInit();
|
|
this.TopMenuStrip.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.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.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 27);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.ProjectTreeView);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.MainTabControl);
|
|
this.splitContainer1.Size = new System.Drawing.Size(776, 504);
|
|
this.splitContainer1.SplitterDistance = 237;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// ProjectTreeView
|
|
//
|
|
this.ProjectTreeView.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.ProjectTreeView.FullRowSelect = true;
|
|
this.ProjectTreeView.HideSelection = false;
|
|
this.ProjectTreeView.Location = new System.Drawing.Point(3, 3);
|
|
this.ProjectTreeView.Name = "ProjectTreeView";
|
|
this.ProjectTreeView.ShowRootLines = false;
|
|
this.ProjectTreeView.Size = new System.Drawing.Size(231, 498);
|
|
this.ProjectTreeView.TabIndex = 1;
|
|
this.ProjectTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ProjectTreeView_AfterSelect);
|
|
//
|
|
// MainTabControl
|
|
//
|
|
this.MainTabControl.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.MainTabControl.Controls.Add(this.ProjectTabPage);
|
|
this.MainTabControl.Controls.Add(this.YmapTabPage);
|
|
this.MainTabControl.Controls.Add(this.YndTabPage);
|
|
this.MainTabControl.Controls.Add(this.YnvTabPage);
|
|
this.MainTabControl.Controls.Add(this.TrainsTabPage);
|
|
this.MainTabControl.Controls.Add(this.ScenarioTabPage);
|
|
this.MainTabControl.Location = new System.Drawing.Point(3, 3);
|
|
this.MainTabControl.Name = "MainTabControl";
|
|
this.MainTabControl.SelectedIndex = 0;
|
|
this.MainTabControl.Size = new System.Drawing.Size(529, 498);
|
|
this.MainTabControl.TabIndex = 2;
|
|
//
|
|
// ProjectTabPage
|
|
//
|
|
this.ProjectTabPage.Controls.Add(this.ProjectPanel);
|
|
this.ProjectTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ProjectTabPage.Name = "ProjectTabPage";
|
|
this.ProjectTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.ProjectTabPage.Size = new System.Drawing.Size(521, 472);
|
|
this.ProjectTabPage.TabIndex = 0;
|
|
this.ProjectTabPage.Text = "Project";
|
|
this.ProjectTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ProjectPanel
|
|
//
|
|
this.ProjectPanel.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.ProjectPanel.Controls.Add(this.ProjectHideMapCheckBox);
|
|
this.ProjectPanel.Controls.Add(this.ProjectShowEntitiesCheckBox);
|
|
this.ProjectPanel.Controls.Add(this.label1);
|
|
this.ProjectPanel.Controls.Add(this.ProjectVersionLabel);
|
|
this.ProjectPanel.Controls.Add(this.ProjectNameTextBox);
|
|
this.ProjectPanel.Enabled = false;
|
|
this.ProjectPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.ProjectPanel.Name = "ProjectPanel";
|
|
this.ProjectPanel.Size = new System.Drawing.Size(521, 472);
|
|
this.ProjectPanel.TabIndex = 3;
|
|
//
|
|
// ProjectHideMapCheckBox
|
|
//
|
|
this.ProjectHideMapCheckBox.AutoSize = true;
|
|
this.ProjectHideMapCheckBox.Location = new System.Drawing.Point(69, 116);
|
|
this.ProjectHideMapCheckBox.Name = "ProjectHideMapCheckBox";
|
|
this.ProjectHideMapCheckBox.Size = new System.Drawing.Size(103, 17);
|
|
this.ProjectHideMapCheckBox.TabIndex = 25;
|
|
this.ProjectHideMapCheckBox.Text = "Hide GTAV map";
|
|
this.ProjectHideMapCheckBox.UseVisualStyleBackColor = true;
|
|
this.ProjectHideMapCheckBox.CheckedChanged += new System.EventHandler(this.ProjectHideMapCheckBox_CheckedChanged);
|
|
//
|
|
// ProjectShowEntitiesCheckBox
|
|
//
|
|
this.ProjectShowEntitiesCheckBox.AutoSize = true;
|
|
this.ProjectShowEntitiesCheckBox.Checked = true;
|
|
this.ProjectShowEntitiesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.ProjectShowEntitiesCheckBox.Location = new System.Drawing.Point(69, 93);
|
|
this.ProjectShowEntitiesCheckBox.Name = "ProjectShowEntitiesCheckBox";
|
|
this.ProjectShowEntitiesCheckBox.Size = new System.Drawing.Size(156, 17);
|
|
this.ProjectShowEntitiesCheckBox.TabIndex = 24;
|
|
this.ProjectShowEntitiesCheckBox.Text = "Show entities in World view";
|
|
this.ProjectShowEntitiesCheckBox.UseVisualStyleBackColor = true;
|
|
this.ProjectShowEntitiesCheckBox.CheckedChanged += new System.EventHandler(this.ProjectShowEntitiesCheckBox_CheckedChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 12);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(38, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Name:";
|
|
//
|
|
// ProjectVersionLabel
|
|
//
|
|
this.ProjectVersionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ProjectVersionLabel.AutoSize = true;
|
|
this.ProjectVersionLabel.Location = new System.Drawing.Point(359, 12);
|
|
this.ProjectVersionLabel.Name = "ProjectVersionLabel";
|
|
this.ProjectVersionLabel.Size = new System.Drawing.Size(51, 13);
|
|
this.ProjectVersionLabel.TabIndex = 2;
|
|
this.ProjectVersionLabel.Text = "Version: -";
|
|
//
|
|
// ProjectNameTextBox
|
|
//
|
|
this.ProjectNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ProjectNameTextBox.Location = new System.Drawing.Point(69, 9);
|
|
this.ProjectNameTextBox.Name = "ProjectNameTextBox";
|
|
this.ProjectNameTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ProjectNameTextBox.TabIndex = 1;
|
|
this.ProjectNameTextBox.TextChanged += new System.EventHandler(this.ProjectNameTextBox_TextChanged);
|
|
//
|
|
// YmapTabPage
|
|
//
|
|
this.YmapTabPage.Controls.Add(this.YmapTabControl);
|
|
this.YmapTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YmapTabPage.Name = "YmapTabPage";
|
|
this.YmapTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.YmapTabPage.Size = new System.Drawing.Size(521, 472);
|
|
this.YmapTabPage.TabIndex = 1;
|
|
this.YmapTabPage.Text = "Map";
|
|
this.YmapTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YmapTabControl
|
|
//
|
|
this.YmapTabControl.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.YmapTabControl.Controls.Add(this.YmapYmapTabPage);
|
|
this.YmapTabControl.Controls.Add(this.YmapEntityTabPage);
|
|
this.YmapTabControl.Controls.Add(this.YmapCarGenTabPage);
|
|
this.YmapTabControl.Location = new System.Drawing.Point(0, 3);
|
|
this.YmapTabControl.Name = "YmapTabControl";
|
|
this.YmapTabControl.SelectedIndex = 0;
|
|
this.YmapTabControl.Size = new System.Drawing.Size(518, 469);
|
|
this.YmapTabControl.TabIndex = 0;
|
|
//
|
|
// YmapYmapTabPage
|
|
//
|
|
this.YmapYmapTabPage.Controls.Add(this.YmapPanel);
|
|
this.YmapYmapTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YmapYmapTabPage.Name = "YmapYmapTabPage";
|
|
this.YmapYmapTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.YmapYmapTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.YmapYmapTabPage.TabIndex = 0;
|
|
this.YmapYmapTabPage.Text = "Ymap";
|
|
this.YmapYmapTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YmapPanel
|
|
//
|
|
this.YmapPanel.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.YmapPanel.Controls.Add(this.tabControl1);
|
|
this.YmapPanel.Controls.Add(this.YmapProjectPathTextBox);
|
|
this.YmapPanel.Controls.Add(this.label30);
|
|
this.YmapPanel.Controls.Add(this.YmapFileLocationTextBox);
|
|
this.YmapPanel.Controls.Add(this.label29);
|
|
this.YmapPanel.Controls.Add(this.YmapCalculateExtentsButton);
|
|
this.YmapPanel.Controls.Add(this.YmapStreamingExtentsMaxTextBox);
|
|
this.YmapPanel.Controls.Add(this.label10);
|
|
this.YmapPanel.Controls.Add(this.YmapStreamingExtentsMinTextBox);
|
|
this.YmapPanel.Controls.Add(this.label11);
|
|
this.YmapPanel.Controls.Add(this.YmapEntitiesExtentsMaxTextBox);
|
|
this.YmapPanel.Controls.Add(this.label9);
|
|
this.YmapPanel.Controls.Add(this.YmapEntitiesExtentsMinTextBox);
|
|
this.YmapPanel.Controls.Add(this.label8);
|
|
this.YmapPanel.Controls.Add(this.YmapParentHashLabel);
|
|
this.YmapPanel.Controls.Add(this.YmapNameHashLabel);
|
|
this.YmapPanel.Controls.Add(this.YmapParentTextBox);
|
|
this.YmapPanel.Controls.Add(this.label4);
|
|
this.YmapPanel.Controls.Add(this.label5);
|
|
this.YmapPanel.Controls.Add(this.YmapNameTextBox);
|
|
this.YmapPanel.Controls.Add(this.label3);
|
|
this.YmapPanel.Controls.Add(this.label2);
|
|
this.YmapPanel.Enabled = false;
|
|
this.YmapPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.YmapPanel.Name = "YmapPanel";
|
|
this.YmapPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.YmapPanel.TabIndex = 5;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Location = new System.Drawing.Point(3, 61);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(504, 203);
|
|
this.tabControl1.TabIndex = 41;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.groupBox1);
|
|
this.tabPage1.Controls.Add(this.YmapCalculateFlagsButton);
|
|
this.tabPage1.Controls.Add(this.groupBox2);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(496, 177);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Flags";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsGrassCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsCriticalCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsDistLightsCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsLODLightsCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsPhysicsCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsOcclusionCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsInteriorCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsSLODCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsSLOD2CheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsLODCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapCFlagsHDCheckBox);
|
|
this.groupBox1.Controls.Add(this.YmapContentFlagsTextBox);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Location = new System.Drawing.Point(6, 6);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(259, 166);
|
|
this.groupBox1.TabIndex = 13;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Content Flags";
|
|
//
|
|
// YmapCFlagsGrassCheckBox
|
|
//
|
|
this.YmapCFlagsGrassCheckBox.AutoSize = true;
|
|
this.YmapCFlagsGrassCheckBox.Location = new System.Drawing.Point(138, 113);
|
|
this.YmapCFlagsGrassCheckBox.Name = "YmapCFlagsGrassCheckBox";
|
|
this.YmapCFlagsGrassCheckBox.Size = new System.Drawing.Size(86, 17);
|
|
this.YmapCFlagsGrassCheckBox.TabIndex = 10;
|
|
this.YmapCFlagsGrassCheckBox.Text = "Grass (1024)";
|
|
this.YmapCFlagsGrassCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsGrassCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsGrassCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsCriticalCheckBox
|
|
//
|
|
this.YmapCFlagsCriticalCheckBox.AutoSize = true;
|
|
this.YmapCFlagsCriticalCheckBox.Location = new System.Drawing.Point(6, 113);
|
|
this.YmapCFlagsCriticalCheckBox.Name = "YmapCFlagsCriticalCheckBox";
|
|
this.YmapCFlagsCriticalCheckBox.Size = new System.Drawing.Size(84, 17);
|
|
this.YmapCFlagsCriticalCheckBox.TabIndex = 9;
|
|
this.YmapCFlagsCriticalCheckBox.Text = "Critical (512)";
|
|
this.YmapCFlagsCriticalCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsCriticalCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsCriticalCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsDistLightsCheckBox
|
|
//
|
|
this.YmapCFlagsDistLightsCheckBox.AutoSize = true;
|
|
this.YmapCFlagsDistLightsCheckBox.Location = new System.Drawing.Point(138, 90);
|
|
this.YmapCFlagsDistLightsCheckBox.Name = "YmapCFlagsDistLightsCheckBox";
|
|
this.YmapCFlagsDistLightsCheckBox.Size = new System.Drawing.Size(117, 17);
|
|
this.YmapCFlagsDistLightsCheckBox.TabIndex = 8;
|
|
this.YmapCFlagsDistLightsCheckBox.Text = "Distant Lights (256)";
|
|
this.YmapCFlagsDistLightsCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsDistLightsCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsDistLightsCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsLODLightsCheckBox
|
|
//
|
|
this.YmapCFlagsLODLightsCheckBox.AutoSize = true;
|
|
this.YmapCFlagsLODLightsCheckBox.Location = new System.Drawing.Point(6, 90);
|
|
this.YmapCFlagsLODLightsCheckBox.Name = "YmapCFlagsLODLightsCheckBox";
|
|
this.YmapCFlagsLODLightsCheckBox.Size = new System.Drawing.Size(106, 17);
|
|
this.YmapCFlagsLODLightsCheckBox.TabIndex = 7;
|
|
this.YmapCFlagsLODLightsCheckBox.Text = "LOD Lights (128)";
|
|
this.YmapCFlagsLODLightsCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsLODLightsCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsLODLightsCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsPhysicsCheckBox
|
|
//
|
|
this.YmapCFlagsPhysicsCheckBox.AutoSize = true;
|
|
this.YmapCFlagsPhysicsCheckBox.Location = new System.Drawing.Point(138, 67);
|
|
this.YmapCFlagsPhysicsCheckBox.Name = "YmapCFlagsPhysicsCheckBox";
|
|
this.YmapCFlagsPhysicsCheckBox.Size = new System.Drawing.Size(83, 17);
|
|
this.YmapCFlagsPhysicsCheckBox.TabIndex = 6;
|
|
this.YmapCFlagsPhysicsCheckBox.Text = "Physics (64)";
|
|
this.YmapCFlagsPhysicsCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsPhysicsCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsPhysicsCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsOcclusionCheckBox
|
|
//
|
|
this.YmapCFlagsOcclusionCheckBox.AutoSize = true;
|
|
this.YmapCFlagsOcclusionCheckBox.Location = new System.Drawing.Point(6, 67);
|
|
this.YmapCFlagsOcclusionCheckBox.Name = "YmapCFlagsOcclusionCheckBox";
|
|
this.YmapCFlagsOcclusionCheckBox.Size = new System.Drawing.Size(94, 17);
|
|
this.YmapCFlagsOcclusionCheckBox.TabIndex = 5;
|
|
this.YmapCFlagsOcclusionCheckBox.Text = "Occlusion (32)";
|
|
this.YmapCFlagsOcclusionCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsOcclusionCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsOcclusionCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsInteriorCheckBox
|
|
//
|
|
this.YmapCFlagsInteriorCheckBox.AutoSize = true;
|
|
this.YmapCFlagsInteriorCheckBox.Location = new System.Drawing.Point(6, 44);
|
|
this.YmapCFlagsInteriorCheckBox.Name = "YmapCFlagsInteriorCheckBox";
|
|
this.YmapCFlagsInteriorCheckBox.Size = new System.Drawing.Size(73, 17);
|
|
this.YmapCFlagsInteriorCheckBox.TabIndex = 4;
|
|
this.YmapCFlagsInteriorCheckBox.Text = "Interior (8)";
|
|
this.YmapCFlagsInteriorCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsInteriorCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsInteriorCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsSLODCheckBox
|
|
//
|
|
this.YmapCFlagsSLODCheckBox.AutoSize = true;
|
|
this.YmapCFlagsSLODCheckBox.Location = new System.Drawing.Point(138, 44);
|
|
this.YmapCFlagsSLODCheckBox.Name = "YmapCFlagsSLODCheckBox";
|
|
this.YmapCFlagsSLODCheckBox.Size = new System.Drawing.Size(76, 17);
|
|
this.YmapCFlagsSLODCheckBox.TabIndex = 3;
|
|
this.YmapCFlagsSLODCheckBox.Text = "SLOD (16)";
|
|
this.YmapCFlagsSLODCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsSLODCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsSLODCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsSLOD2CheckBox
|
|
//
|
|
this.YmapCFlagsSLOD2CheckBox.AutoSize = true;
|
|
this.YmapCFlagsSLOD2CheckBox.Location = new System.Drawing.Point(138, 21);
|
|
this.YmapCFlagsSLOD2CheckBox.Name = "YmapCFlagsSLOD2CheckBox";
|
|
this.YmapCFlagsSLOD2CheckBox.Size = new System.Drawing.Size(82, 17);
|
|
this.YmapCFlagsSLOD2CheckBox.TabIndex = 2;
|
|
this.YmapCFlagsSLOD2CheckBox.Text = "SLOD2+ (4)";
|
|
this.YmapCFlagsSLOD2CheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsSLOD2CheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsSLOD2CheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsLODCheckBox
|
|
//
|
|
this.YmapCFlagsLODCheckBox.AutoSize = true;
|
|
this.YmapCFlagsLODCheckBox.Location = new System.Drawing.Point(69, 21);
|
|
this.YmapCFlagsLODCheckBox.Name = "YmapCFlagsLODCheckBox";
|
|
this.YmapCFlagsLODCheckBox.Size = new System.Drawing.Size(63, 17);
|
|
this.YmapCFlagsLODCheckBox.TabIndex = 1;
|
|
this.YmapCFlagsLODCheckBox.Text = "LOD (2)";
|
|
this.YmapCFlagsLODCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsLODCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsLODCheckBox_CheckedChanged);
|
|
//
|
|
// YmapCFlagsHDCheckBox
|
|
//
|
|
this.YmapCFlagsHDCheckBox.AutoSize = true;
|
|
this.YmapCFlagsHDCheckBox.Location = new System.Drawing.Point(6, 21);
|
|
this.YmapCFlagsHDCheckBox.Name = "YmapCFlagsHDCheckBox";
|
|
this.YmapCFlagsHDCheckBox.Size = new System.Drawing.Size(57, 17);
|
|
this.YmapCFlagsHDCheckBox.TabIndex = 0;
|
|
this.YmapCFlagsHDCheckBox.Text = "HD (1)";
|
|
this.YmapCFlagsHDCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapCFlagsHDCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsHDCheckBox_CheckedChanged);
|
|
//
|
|
// YmapContentFlagsTextBox
|
|
//
|
|
this.YmapContentFlagsTextBox.Location = new System.Drawing.Point(69, 140);
|
|
this.YmapContentFlagsTextBox.Name = "YmapContentFlagsTextBox";
|
|
this.YmapContentFlagsTextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.YmapContentFlagsTextBox.TabIndex = 13;
|
|
this.YmapContentFlagsTextBox.TextChanged += new System.EventHandler(this.YmapContentFlagsTextBox_TextChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(26, 143);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(37, 13);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "Value:";
|
|
//
|
|
// YmapCalculateFlagsButton
|
|
//
|
|
this.YmapCalculateFlagsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapCalculateFlagsButton.Location = new System.Drawing.Point(385, 144);
|
|
this.YmapCalculateFlagsButton.Name = "YmapCalculateFlagsButton";
|
|
this.YmapCalculateFlagsButton.Size = new System.Drawing.Size(106, 23);
|
|
this.YmapCalculateFlagsButton.TabIndex = 40;
|
|
this.YmapCalculateFlagsButton.Text = "Calculate all flags";
|
|
this.YmapCalculateFlagsButton.UseVisualStyleBackColor = true;
|
|
this.YmapCalculateFlagsButton.Click += new System.EventHandler(this.YmapCalculateFlagsButton_Click);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.YmapFlagsLODCheckBox);
|
|
this.groupBox2.Controls.Add(this.YmapFlagsScriptedCheckBox);
|
|
this.groupBox2.Controls.Add(this.YmapFlagsTextBox);
|
|
this.groupBox2.Controls.Add(this.label6);
|
|
this.groupBox2.Location = new System.Drawing.Point(271, 6);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(219, 74);
|
|
this.groupBox2.TabIndex = 14;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Flags";
|
|
//
|
|
// YmapFlagsLODCheckBox
|
|
//
|
|
this.YmapFlagsLODCheckBox.AutoSize = true;
|
|
this.YmapFlagsLODCheckBox.Location = new System.Drawing.Point(92, 21);
|
|
this.YmapFlagsLODCheckBox.Name = "YmapFlagsLODCheckBox";
|
|
this.YmapFlagsLODCheckBox.Size = new System.Drawing.Size(63, 17);
|
|
this.YmapFlagsLODCheckBox.TabIndex = 13;
|
|
this.YmapFlagsLODCheckBox.Text = "LOD (2)";
|
|
this.YmapFlagsLODCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapFlagsLODCheckBox.CheckedChanged += new System.EventHandler(this.YmapFlagsLODCheckBox_CheckedChanged);
|
|
//
|
|
// YmapFlagsScriptedCheckBox
|
|
//
|
|
this.YmapFlagsScriptedCheckBox.AutoSize = true;
|
|
this.YmapFlagsScriptedCheckBox.Location = new System.Drawing.Point(6, 21);
|
|
this.YmapFlagsScriptedCheckBox.Name = "YmapFlagsScriptedCheckBox";
|
|
this.YmapFlagsScriptedCheckBox.Size = new System.Drawing.Size(80, 17);
|
|
this.YmapFlagsScriptedCheckBox.TabIndex = 12;
|
|
this.YmapFlagsScriptedCheckBox.Text = "Scripted (1)";
|
|
this.YmapFlagsScriptedCheckBox.UseVisualStyleBackColor = true;
|
|
this.YmapFlagsScriptedCheckBox.CheckedChanged += new System.EventHandler(this.YmapFlagsScriptedCheckBox_CheckedChanged);
|
|
//
|
|
// YmapFlagsTextBox
|
|
//
|
|
this.YmapFlagsTextBox.Location = new System.Drawing.Point(78, 48);
|
|
this.YmapFlagsTextBox.Name = "YmapFlagsTextBox";
|
|
this.YmapFlagsTextBox.Size = new System.Drawing.Size(130, 20);
|
|
this.YmapFlagsTextBox.TabIndex = 11;
|
|
this.YmapFlagsTextBox.TextChanged += new System.EventHandler(this.YmapFlagsTextBox_TextChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(35, 51);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(37, 13);
|
|
this.label6.TabIndex = 10;
|
|
this.label6.Text = "Value:";
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.label12);
|
|
this.tabPage2.Controls.Add(this.YmapPhysicsDictionariesTextBox);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(496, 177);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Physics Dictionaries";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(3, 9);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(75, 13);
|
|
this.label12.TabIndex = 52;
|
|
this.label12.Text = "Name hashes:";
|
|
//
|
|
// YmapPhysicsDictionariesTextBox
|
|
//
|
|
this.YmapPhysicsDictionariesTextBox.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.YmapPhysicsDictionariesTextBox.Location = new System.Drawing.Point(84, 6);
|
|
this.YmapPhysicsDictionariesTextBox.Multiline = true;
|
|
this.YmapPhysicsDictionariesTextBox.Name = "YmapPhysicsDictionariesTextBox";
|
|
this.YmapPhysicsDictionariesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.YmapPhysicsDictionariesTextBox.Size = new System.Drawing.Size(248, 165);
|
|
this.YmapPhysicsDictionariesTextBox.TabIndex = 51;
|
|
this.YmapPhysicsDictionariesTextBox.WordWrap = false;
|
|
this.YmapPhysicsDictionariesTextBox.TextChanged += new System.EventHandler(this.YmapPhysicsDictionariesTextBox_TextChanged);
|
|
//
|
|
// YmapProjectPathTextBox
|
|
//
|
|
this.YmapProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapProjectPathTextBox.Location = new System.Drawing.Point(84, 417);
|
|
this.YmapProjectPathTextBox.Name = "YmapProjectPathTextBox";
|
|
this.YmapProjectPathTextBox.ReadOnly = true;
|
|
this.YmapProjectPathTextBox.Size = new System.Drawing.Size(414, 20);
|
|
this.YmapProjectPathTextBox.TabIndex = 37;
|
|
//
|
|
// label30
|
|
//
|
|
this.label30.AutoSize = true;
|
|
this.label30.Location = new System.Drawing.Point(6, 420);
|
|
this.label30.Name = "label30";
|
|
this.label30.Size = new System.Drawing.Size(67, 13);
|
|
this.label30.TabIndex = 36;
|
|
this.label30.Text = "Project path:";
|
|
//
|
|
// YmapFileLocationTextBox
|
|
//
|
|
this.YmapFileLocationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapFileLocationTextBox.Location = new System.Drawing.Point(84, 391);
|
|
this.YmapFileLocationTextBox.Name = "YmapFileLocationTextBox";
|
|
this.YmapFileLocationTextBox.ReadOnly = true;
|
|
this.YmapFileLocationTextBox.Size = new System.Drawing.Size(414, 20);
|
|
this.YmapFileLocationTextBox.TabIndex = 35;
|
|
//
|
|
// label29
|
|
//
|
|
this.label29.AutoSize = true;
|
|
this.label29.Location = new System.Drawing.Point(6, 394);
|
|
this.label29.Name = "label29";
|
|
this.label29.Size = new System.Drawing.Size(66, 13);
|
|
this.label29.TabIndex = 34;
|
|
this.label29.Text = "File location:";
|
|
//
|
|
// YmapCalculateExtentsButton
|
|
//
|
|
this.YmapCalculateExtentsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapCalculateExtentsButton.Location = new System.Drawing.Point(392, 350);
|
|
this.YmapCalculateExtentsButton.Name = "YmapCalculateExtentsButton";
|
|
this.YmapCalculateExtentsButton.Size = new System.Drawing.Size(106, 23);
|
|
this.YmapCalculateExtentsButton.TabIndex = 25;
|
|
this.YmapCalculateExtentsButton.Text = "Calculate extents";
|
|
this.YmapCalculateExtentsButton.UseVisualStyleBackColor = true;
|
|
this.YmapCalculateExtentsButton.Click += new System.EventHandler(this.YmapCalculateExtentsButton_Click);
|
|
//
|
|
// YmapStreamingExtentsMaxTextBox
|
|
//
|
|
this.YmapStreamingExtentsMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapStreamingExtentsMaxTextBox.Location = new System.Drawing.Point(127, 352);
|
|
this.YmapStreamingExtentsMaxTextBox.Name = "YmapStreamingExtentsMaxTextBox";
|
|
this.YmapStreamingExtentsMaxTextBox.Size = new System.Drawing.Size(259, 20);
|
|
this.YmapStreamingExtentsMaxTextBox.TabIndex = 21;
|
|
this.YmapStreamingExtentsMaxTextBox.TextChanged += new System.EventHandler(this.YmapStreamingExtentsMaxTextBox_TextChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(6, 355);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(118, 13);
|
|
this.label10.TabIndex = 20;
|
|
this.label10.Text = "Streaming Extents Max:";
|
|
//
|
|
// YmapStreamingExtentsMinTextBox
|
|
//
|
|
this.YmapStreamingExtentsMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapStreamingExtentsMinTextBox.Location = new System.Drawing.Point(127, 326);
|
|
this.YmapStreamingExtentsMinTextBox.Name = "YmapStreamingExtentsMinTextBox";
|
|
this.YmapStreamingExtentsMinTextBox.Size = new System.Drawing.Size(259, 20);
|
|
this.YmapStreamingExtentsMinTextBox.TabIndex = 19;
|
|
this.YmapStreamingExtentsMinTextBox.TextChanged += new System.EventHandler(this.YmapStreamingExtentsMinTextBox_TextChanged);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(6, 329);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(115, 13);
|
|
this.label11.TabIndex = 18;
|
|
this.label11.Text = "Streaming Extents Min:";
|
|
//
|
|
// YmapEntitiesExtentsMaxTextBox
|
|
//
|
|
this.YmapEntitiesExtentsMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapEntitiesExtentsMaxTextBox.Location = new System.Drawing.Point(127, 300);
|
|
this.YmapEntitiesExtentsMaxTextBox.Name = "YmapEntitiesExtentsMaxTextBox";
|
|
this.YmapEntitiesExtentsMaxTextBox.Size = new System.Drawing.Size(259, 20);
|
|
this.YmapEntitiesExtentsMaxTextBox.TabIndex = 17;
|
|
this.YmapEntitiesExtentsMaxTextBox.TextChanged += new System.EventHandler(this.YmapEntitiesExtentsMaxTextBox_TextChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(6, 303);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(105, 13);
|
|
this.label9.TabIndex = 16;
|
|
this.label9.Text = "Entities Extents Max:";
|
|
//
|
|
// YmapEntitiesExtentsMinTextBox
|
|
//
|
|
this.YmapEntitiesExtentsMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapEntitiesExtentsMinTextBox.Location = new System.Drawing.Point(127, 274);
|
|
this.YmapEntitiesExtentsMinTextBox.Name = "YmapEntitiesExtentsMinTextBox";
|
|
this.YmapEntitiesExtentsMinTextBox.Size = new System.Drawing.Size(259, 20);
|
|
this.YmapEntitiesExtentsMinTextBox.TabIndex = 15;
|
|
this.YmapEntitiesExtentsMinTextBox.TextChanged += new System.EventHandler(this.YmapEntitiesExtentsMinTextBox_TextChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(6, 277);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(102, 13);
|
|
this.label8.TabIndex = 14;
|
|
this.label8.Text = "Entities Extents Min:";
|
|
//
|
|
// YmapParentHashLabel
|
|
//
|
|
this.YmapParentHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapParentHashLabel.AutoSize = true;
|
|
this.YmapParentHashLabel.Location = new System.Drawing.Point(350, 38);
|
|
this.YmapParentHashLabel.Name = "YmapParentHashLabel";
|
|
this.YmapParentHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.YmapParentHashLabel.TabIndex = 9;
|
|
this.YmapParentHashLabel.Text = "Hash: 0";
|
|
//
|
|
// YmapNameHashLabel
|
|
//
|
|
this.YmapNameHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapNameHashLabel.AutoSize = true;
|
|
this.YmapNameHashLabel.Location = new System.Drawing.Point(350, 12);
|
|
this.YmapNameHashLabel.Name = "YmapNameHashLabel";
|
|
this.YmapNameHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.YmapNameHashLabel.TabIndex = 8;
|
|
this.YmapNameHashLabel.Text = "Hash: 0";
|
|
//
|
|
// YmapParentTextBox
|
|
//
|
|
this.YmapParentTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapParentTextBox.Location = new System.Drawing.Point(84, 35);
|
|
this.YmapParentTextBox.Name = "YmapParentTextBox";
|
|
this.YmapParentTextBox.Size = new System.Drawing.Size(216, 20);
|
|
this.YmapParentTextBox.TabIndex = 6;
|
|
this.YmapParentTextBox.TextChanged += new System.EventHandler(this.YmapParentTextBox_TextChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(299, 38);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(35, 13);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = ".ymap";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 38);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(41, 13);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "Parent:";
|
|
//
|
|
// YmapNameTextBox
|
|
//
|
|
this.YmapNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YmapNameTextBox.Location = new System.Drawing.Point(84, 9);
|
|
this.YmapNameTextBox.Name = "YmapNameTextBox";
|
|
this.YmapNameTextBox.Size = new System.Drawing.Size(216, 20);
|
|
this.YmapNameTextBox.TabIndex = 3;
|
|
this.YmapNameTextBox.TextChanged += new System.EventHandler(this.YmapNameTextBox_TextChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(299, 12);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(35, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = ".ymap";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 12);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(38, 13);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Name:";
|
|
//
|
|
// YmapEntityTabPage
|
|
//
|
|
this.YmapEntityTabPage.Controls.Add(this.EntityPanel);
|
|
this.YmapEntityTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YmapEntityTabPage.Name = "YmapEntityTabPage";
|
|
this.YmapEntityTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.YmapEntityTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.YmapEntityTabPage.TabIndex = 1;
|
|
this.YmapEntityTabPage.Text = "Entity";
|
|
this.YmapEntityTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// EntityPanel
|
|
//
|
|
this.EntityPanel.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.EntityPanel.Controls.Add(this.EntityTabControl);
|
|
this.EntityPanel.Enabled = false;
|
|
this.EntityPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.EntityPanel.Name = "EntityPanel";
|
|
this.EntityPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.EntityPanel.TabIndex = 24;
|
|
//
|
|
// EntityTabControl
|
|
//
|
|
this.EntityTabControl.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.EntityTabControl.Controls.Add(this.EntityGeneralTabPage);
|
|
this.EntityTabControl.Controls.Add(this.EntityLodTabPage);
|
|
this.EntityTabControl.Controls.Add(this.EntityExtensionsTabPage);
|
|
this.EntityTabControl.Controls.Add(this.EntityPivotTabPage);
|
|
this.EntityTabControl.Location = new System.Drawing.Point(0, 3);
|
|
this.EntityTabControl.Name = "EntityTabControl";
|
|
this.EntityTabControl.SelectedIndex = 0;
|
|
this.EntityTabControl.Size = new System.Drawing.Size(507, 440);
|
|
this.EntityTabControl.TabIndex = 44;
|
|
//
|
|
// EntityGeneralTabPage
|
|
//
|
|
this.EntityGeneralTabPage.Controls.Add(this.label13);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label28);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityDeleteButton);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityTintValueTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityAddToProjectButton);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label27);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label16);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityArtificialAOTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityPositionTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label26);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityNormalizeRotationButton);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityAOMultiplierTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityGuidTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityPriorityLevelComboBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label24);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityGoToButton);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label17);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label15);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityRotationTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityFlagsTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label18);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityLodLevelComboBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label14);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label23);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityScaleXYTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label22);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityArchetypeHashLabel);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityChildLodDistTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label19);
|
|
this.EntityGeneralTabPage.Controls.Add(this.label21);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityScaleZTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityLodDistTextBox);
|
|
this.EntityGeneralTabPage.Controls.Add(this.EntityArchetypeTextBox);
|
|
this.EntityGeneralTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.EntityGeneralTabPage.Name = "EntityGeneralTabPage";
|
|
this.EntityGeneralTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.EntityGeneralTabPage.Size = new System.Drawing.Size(499, 414);
|
|
this.EntityGeneralTabPage.TabIndex = 0;
|
|
this.EntityGeneralTabPage.Text = "General";
|
|
this.EntityGeneralTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(15, 12);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(58, 13);
|
|
this.label13.TabIndex = 9;
|
|
this.label13.Text = "Archetype:";
|
|
//
|
|
// label28
|
|
//
|
|
this.label28.AutoSize = true;
|
|
this.label28.Location = new System.Drawing.Point(15, 352);
|
|
this.label28.Name = "label28";
|
|
this.label28.Size = new System.Drawing.Size(55, 13);
|
|
this.label28.TabIndex = 40;
|
|
this.label28.Text = "TintValue:";
|
|
//
|
|
// EntityDeleteButton
|
|
//
|
|
this.EntityDeleteButton.Location = new System.Drawing.Point(194, 385);
|
|
this.EntityDeleteButton.Name = "EntityDeleteButton";
|
|
this.EntityDeleteButton.Size = new System.Drawing.Size(95, 23);
|
|
this.EntityDeleteButton.TabIndex = 43;
|
|
this.EntityDeleteButton.Text = "Delete Entity";
|
|
this.EntityDeleteButton.UseVisualStyleBackColor = true;
|
|
this.EntityDeleteButton.Click += new System.EventHandler(this.EntityDeleteButton_Click);
|
|
//
|
|
// EntityTintValueTextBox
|
|
//
|
|
this.EntityTintValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityTintValueTextBox.Location = new System.Drawing.Point(93, 349);
|
|
this.EntityTintValueTextBox.Name = "EntityTintValueTextBox";
|
|
this.EntityTintValueTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityTintValueTextBox.TabIndex = 41;
|
|
this.EntityTintValueTextBox.TextChanged += new System.EventHandler(this.EntityTintValueTextBox_TextChanged);
|
|
//
|
|
// EntityAddToProjectButton
|
|
//
|
|
this.EntityAddToProjectButton.Location = new System.Drawing.Point(93, 385);
|
|
this.EntityAddToProjectButton.Name = "EntityAddToProjectButton";
|
|
this.EntityAddToProjectButton.Size = new System.Drawing.Size(95, 23);
|
|
this.EntityAddToProjectButton.TabIndex = 42;
|
|
this.EntityAddToProjectButton.Text = "Add to Project";
|
|
this.EntityAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.EntityAddToProjectButton.Click += new System.EventHandler(this.EntityAddToProjectButton_Click);
|
|
//
|
|
// label27
|
|
//
|
|
this.label27.AutoSize = true;
|
|
this.label27.Location = new System.Drawing.Point(15, 326);
|
|
this.label27.Name = "label27";
|
|
this.label27.Size = new System.Drawing.Size(61, 13);
|
|
this.label27.TabIndex = 38;
|
|
this.label27.Text = "ArtificialAO:";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(15, 90);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(47, 13);
|
|
this.label16.TabIndex = 16;
|
|
this.label16.Text = "Position:";
|
|
//
|
|
// EntityArtificialAOTextBox
|
|
//
|
|
this.EntityArtificialAOTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityArtificialAOTextBox.Location = new System.Drawing.Point(93, 323);
|
|
this.EntityArtificialAOTextBox.Name = "EntityArtificialAOTextBox";
|
|
this.EntityArtificialAOTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityArtificialAOTextBox.TabIndex = 39;
|
|
this.EntityArtificialAOTextBox.TextChanged += new System.EventHandler(this.EntityArtificialAOTextBox_TextChanged);
|
|
//
|
|
// EntityPositionTextBox
|
|
//
|
|
this.EntityPositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityPositionTextBox.Location = new System.Drawing.Point(93, 87);
|
|
this.EntityPositionTextBox.Name = "EntityPositionTextBox";
|
|
this.EntityPositionTextBox.Size = new System.Drawing.Size(326, 20);
|
|
this.EntityPositionTextBox.TabIndex = 17;
|
|
this.EntityPositionTextBox.TextChanged += new System.EventHandler(this.EntityPositionTextBox_TextChanged);
|
|
//
|
|
// label26
|
|
//
|
|
this.label26.AutoSize = true;
|
|
this.label26.Location = new System.Drawing.Point(15, 300);
|
|
this.label26.Name = "label26";
|
|
this.label26.Size = new System.Drawing.Size(66, 13);
|
|
this.label26.TabIndex = 36;
|
|
this.label26.Text = "AOMultiplier:";
|
|
//
|
|
// EntityNormalizeRotationButton
|
|
//
|
|
this.EntityNormalizeRotationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityNormalizeRotationButton.Location = new System.Drawing.Point(425, 111);
|
|
this.EntityNormalizeRotationButton.Name = "EntityNormalizeRotationButton";
|
|
this.EntityNormalizeRotationButton.Size = new System.Drawing.Size(68, 23);
|
|
this.EntityNormalizeRotationButton.TabIndex = 20;
|
|
this.EntityNormalizeRotationButton.Text = "Normalize";
|
|
this.EntityNormalizeRotationButton.UseVisualStyleBackColor = true;
|
|
this.EntityNormalizeRotationButton.Click += new System.EventHandler(this.EntityNormalizeRotationButton_Click);
|
|
//
|
|
// EntityAOMultiplierTextBox
|
|
//
|
|
this.EntityAOMultiplierTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityAOMultiplierTextBox.Location = new System.Drawing.Point(93, 297);
|
|
this.EntityAOMultiplierTextBox.Name = "EntityAOMultiplierTextBox";
|
|
this.EntityAOMultiplierTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityAOMultiplierTextBox.TabIndex = 37;
|
|
this.EntityAOMultiplierTextBox.TextChanged += new System.EventHandler(this.EntityAOMultiplierTextBox_TextChanged);
|
|
//
|
|
// EntityGuidTextBox
|
|
//
|
|
this.EntityGuidTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityGuidTextBox.Location = new System.Drawing.Point(93, 61);
|
|
this.EntityGuidTextBox.Name = "EntityGuidTextBox";
|
|
this.EntityGuidTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityGuidTextBox.TabIndex = 15;
|
|
this.EntityGuidTextBox.TextChanged += new System.EventHandler(this.EntityGuidTextBox_TextChanged);
|
|
//
|
|
// EntityPriorityLevelComboBox
|
|
//
|
|
this.EntityPriorityLevelComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityPriorityLevelComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.EntityPriorityLevelComboBox.FormattingEnabled = true;
|
|
this.EntityPriorityLevelComboBox.Location = new System.Drawing.Point(93, 270);
|
|
this.EntityPriorityLevelComboBox.Name = "EntityPriorityLevelComboBox";
|
|
this.EntityPriorityLevelComboBox.Size = new System.Drawing.Size(177, 21);
|
|
this.EntityPriorityLevelComboBox.TabIndex = 33;
|
|
this.EntityPriorityLevelComboBox.SelectedIndexChanged += new System.EventHandler(this.EntityPriorityLevelComboBox_SelectedIndexChanged);
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Location = new System.Drawing.Point(15, 273);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(67, 13);
|
|
this.label24.TabIndex = 32;
|
|
this.label24.Text = "PriorityLevel:";
|
|
//
|
|
// EntityGoToButton
|
|
//
|
|
this.EntityGoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityGoToButton.Location = new System.Drawing.Point(425, 85);
|
|
this.EntityGoToButton.Name = "EntityGoToButton";
|
|
this.EntityGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.EntityGoToButton.TabIndex = 18;
|
|
this.EntityGoToButton.Text = "Go to";
|
|
this.EntityGoToButton.UseVisualStyleBackColor = true;
|
|
this.EntityGoToButton.Click += new System.EventHandler(this.EntityGoToButton_Click);
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(15, 116);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(50, 13);
|
|
this.label17.TabIndex = 18;
|
|
this.label17.Text = "Rotation:";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(15, 64);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(37, 13);
|
|
this.label15.TabIndex = 14;
|
|
this.label15.Text = "GUID:";
|
|
//
|
|
// EntityRotationTextBox
|
|
//
|
|
this.EntityRotationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityRotationTextBox.Location = new System.Drawing.Point(93, 113);
|
|
this.EntityRotationTextBox.Name = "EntityRotationTextBox";
|
|
this.EntityRotationTextBox.Size = new System.Drawing.Size(326, 20);
|
|
this.EntityRotationTextBox.TabIndex = 19;
|
|
this.EntityRotationTextBox.TextChanged += new System.EventHandler(this.EntityRotationTextBox_TextChanged);
|
|
//
|
|
// EntityFlagsTextBox
|
|
//
|
|
this.EntityFlagsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityFlagsTextBox.Location = new System.Drawing.Point(93, 35);
|
|
this.EntityFlagsTextBox.Name = "EntityFlagsTextBox";
|
|
this.EntityFlagsTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityFlagsTextBox.TabIndex = 13;
|
|
this.EntityFlagsTextBox.TextChanged += new System.EventHandler(this.EntityFlagsTextBox_TextChanged);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(15, 142);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(51, 13);
|
|
this.label18.TabIndex = 20;
|
|
this.label18.Text = "ScaleXY:";
|
|
//
|
|
// EntityLodLevelComboBox
|
|
//
|
|
this.EntityLodLevelComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityLodLevelComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.EntityLodLevelComboBox.FormattingEnabled = true;
|
|
this.EntityLodLevelComboBox.Location = new System.Drawing.Point(93, 243);
|
|
this.EntityLodLevelComboBox.Name = "EntityLodLevelComboBox";
|
|
this.EntityLodLevelComboBox.Size = new System.Drawing.Size(177, 21);
|
|
this.EntityLodLevelComboBox.TabIndex = 31;
|
|
this.EntityLodLevelComboBox.SelectedIndexChanged += new System.EventHandler(this.EntityLodLevelComboBox_SelectedIndexChanged);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(15, 38);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(35, 13);
|
|
this.label14.TabIndex = 12;
|
|
this.label14.Text = "Flags:";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(15, 246);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(54, 13);
|
|
this.label23.TabIndex = 30;
|
|
this.label23.Text = "LodLevel:";
|
|
//
|
|
// EntityScaleXYTextBox
|
|
//
|
|
this.EntityScaleXYTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityScaleXYTextBox.Location = new System.Drawing.Point(93, 139);
|
|
this.EntityScaleXYTextBox.Name = "EntityScaleXYTextBox";
|
|
this.EntityScaleXYTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityScaleXYTextBox.TabIndex = 21;
|
|
this.EntityScaleXYTextBox.TextChanged += new System.EventHandler(this.EntityScaleXYTextBox_TextChanged);
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(15, 220);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(69, 13);
|
|
this.label22.TabIndex = 28;
|
|
this.label22.Text = "ChildLodDist:";
|
|
//
|
|
// EntityArchetypeHashLabel
|
|
//
|
|
this.EntityArchetypeHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityArchetypeHashLabel.AutoSize = true;
|
|
this.EntityArchetypeHashLabel.Location = new System.Drawing.Point(276, 12);
|
|
this.EntityArchetypeHashLabel.Name = "EntityArchetypeHashLabel";
|
|
this.EntityArchetypeHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.EntityArchetypeHashLabel.TabIndex = 11;
|
|
this.EntityArchetypeHashLabel.Text = "Hash: 0";
|
|
//
|
|
// EntityChildLodDistTextBox
|
|
//
|
|
this.EntityChildLodDistTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityChildLodDistTextBox.Location = new System.Drawing.Point(93, 217);
|
|
this.EntityChildLodDistTextBox.Name = "EntityChildLodDistTextBox";
|
|
this.EntityChildLodDistTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityChildLodDistTextBox.TabIndex = 29;
|
|
this.EntityChildLodDistTextBox.TextChanged += new System.EventHandler(this.EntityChildLodDistTextBox_TextChanged);
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(15, 168);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(44, 13);
|
|
this.label19.TabIndex = 22;
|
|
this.label19.Text = "ScaleZ:";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(15, 194);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(46, 13);
|
|
this.label21.TabIndex = 26;
|
|
this.label21.Text = "LodDist:";
|
|
//
|
|
// EntityScaleZTextBox
|
|
//
|
|
this.EntityScaleZTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityScaleZTextBox.Location = new System.Drawing.Point(93, 165);
|
|
this.EntityScaleZTextBox.Name = "EntityScaleZTextBox";
|
|
this.EntityScaleZTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityScaleZTextBox.TabIndex = 23;
|
|
this.EntityScaleZTextBox.TextChanged += new System.EventHandler(this.EntityScaleZTextBox_TextChanged);
|
|
//
|
|
// EntityLodDistTextBox
|
|
//
|
|
this.EntityLodDistTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityLodDistTextBox.Location = new System.Drawing.Point(93, 191);
|
|
this.EntityLodDistTextBox.Name = "EntityLodDistTextBox";
|
|
this.EntityLodDistTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityLodDistTextBox.TabIndex = 27;
|
|
this.EntityLodDistTextBox.TextChanged += new System.EventHandler(this.EntityLodDistTextBox_TextChanged);
|
|
//
|
|
// EntityArchetypeTextBox
|
|
//
|
|
this.EntityArchetypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityArchetypeTextBox.Location = new System.Drawing.Point(93, 9);
|
|
this.EntityArchetypeTextBox.Name = "EntityArchetypeTextBox";
|
|
this.EntityArchetypeTextBox.Size = new System.Drawing.Size(177, 20);
|
|
this.EntityArchetypeTextBox.TabIndex = 10;
|
|
this.EntityArchetypeTextBox.TextChanged += new System.EventHandler(this.EntityArchetypeTextBox_TextChanged);
|
|
//
|
|
// EntityLodTabPage
|
|
//
|
|
this.EntityLodTabPage.Controls.Add(this.label20);
|
|
this.EntityLodTabPage.Controls.Add(this.EntityParentIndexTextBox);
|
|
this.EntityLodTabPage.Controls.Add(this.EntityNumChildrenTextBox);
|
|
this.EntityLodTabPage.Controls.Add(this.label25);
|
|
this.EntityLodTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.EntityLodTabPage.Name = "EntityLodTabPage";
|
|
this.EntityLodTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.EntityLodTabPage.Size = new System.Drawing.Size(499, 414);
|
|
this.EntityLodTabPage.TabIndex = 1;
|
|
this.EntityLodTabPage.Text = "LOD Hierarchy";
|
|
this.EntityLodTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(15, 16);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(67, 13);
|
|
this.label20.TabIndex = 24;
|
|
this.label20.Text = "ParentIndex:";
|
|
//
|
|
// EntityParentIndexTextBox
|
|
//
|
|
this.EntityParentIndexTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityParentIndexTextBox.Location = new System.Drawing.Point(93, 13);
|
|
this.EntityParentIndexTextBox.Name = "EntityParentIndexTextBox";
|
|
this.EntityParentIndexTextBox.Size = new System.Drawing.Size(189, 20);
|
|
this.EntityParentIndexTextBox.TabIndex = 25;
|
|
this.EntityParentIndexTextBox.TextChanged += new System.EventHandler(this.EntityParentIndexTextBox_TextChanged);
|
|
//
|
|
// EntityNumChildrenTextBox
|
|
//
|
|
this.EntityNumChildrenTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityNumChildrenTextBox.Location = new System.Drawing.Point(93, 39);
|
|
this.EntityNumChildrenTextBox.Name = "EntityNumChildrenTextBox";
|
|
this.EntityNumChildrenTextBox.Size = new System.Drawing.Size(189, 20);
|
|
this.EntityNumChildrenTextBox.TabIndex = 35;
|
|
this.EntityNumChildrenTextBox.TextChanged += new System.EventHandler(this.EntityNumChildrenTextBox_TextChanged);
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.AutoSize = true;
|
|
this.label25.Location = new System.Drawing.Point(15, 42);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(70, 13);
|
|
this.label25.TabIndex = 34;
|
|
this.label25.Text = "NumChildren:";
|
|
//
|
|
// EntityExtensionsTabPage
|
|
//
|
|
this.EntityExtensionsTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.EntityExtensionsTabPage.Name = "EntityExtensionsTabPage";
|
|
this.EntityExtensionsTabPage.Size = new System.Drawing.Size(499, 414);
|
|
this.EntityExtensionsTabPage.TabIndex = 2;
|
|
this.EntityExtensionsTabPage.Text = "Extensions";
|
|
this.EntityExtensionsTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// EntityPivotTabPage
|
|
//
|
|
this.EntityPivotTabPage.Controls.Add(this.label95);
|
|
this.EntityPivotTabPage.Controls.Add(this.EntityPivotEditCheckBox);
|
|
this.EntityPivotTabPage.Controls.Add(this.label93);
|
|
this.EntityPivotTabPage.Controls.Add(this.EntityPivotPositionTextBox);
|
|
this.EntityPivotTabPage.Controls.Add(this.EntityPivotRotationNormalizeButton);
|
|
this.EntityPivotTabPage.Controls.Add(this.label94);
|
|
this.EntityPivotTabPage.Controls.Add(this.EntityPivotRotationTextBox);
|
|
this.EntityPivotTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.EntityPivotTabPage.Name = "EntityPivotTabPage";
|
|
this.EntityPivotTabPage.Size = new System.Drawing.Size(499, 414);
|
|
this.EntityPivotTabPage.TabIndex = 3;
|
|
this.EntityPivotTabPage.Text = "Pivot";
|
|
this.EntityPivotTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// label95
|
|
//
|
|
this.label95.Location = new System.Drawing.Point(90, 152);
|
|
this.label95.Name = "label95";
|
|
this.label95.Size = new System.Drawing.Size(329, 51);
|
|
this.label95.TabIndex = 27;
|
|
this.label95.Text = "Note: Custom pivot is not saved. It will be reset if you close the project or res" +
|
|
"tart CodeWalker.";
|
|
//
|
|
// EntityPivotEditCheckBox
|
|
//
|
|
this.EntityPivotEditCheckBox.AutoSize = true;
|
|
this.EntityPivotEditCheckBox.Location = new System.Drawing.Point(93, 32);
|
|
this.EntityPivotEditCheckBox.Name = "EntityPivotEditCheckBox";
|
|
this.EntityPivotEditCheckBox.Size = new System.Drawing.Size(137, 17);
|
|
this.EntityPivotEditCheckBox.TabIndex = 20;
|
|
this.EntityPivotEditCheckBox.Text = "Edit pivot in World view";
|
|
this.EntityPivotEditCheckBox.UseVisualStyleBackColor = true;
|
|
this.EntityPivotEditCheckBox.CheckedChanged += new System.EventHandler(this.EntityPivotEditCheckBox_CheckedChanged);
|
|
//
|
|
// label93
|
|
//
|
|
this.label93.AutoSize = true;
|
|
this.label93.Location = new System.Drawing.Point(15, 73);
|
|
this.label93.Name = "label93";
|
|
this.label93.Size = new System.Drawing.Size(47, 13);
|
|
this.label93.TabIndex = 21;
|
|
this.label93.Text = "Position:";
|
|
//
|
|
// EntityPivotPositionTextBox
|
|
//
|
|
this.EntityPivotPositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityPivotPositionTextBox.Location = new System.Drawing.Point(93, 70);
|
|
this.EntityPivotPositionTextBox.Name = "EntityPivotPositionTextBox";
|
|
this.EntityPivotPositionTextBox.Size = new System.Drawing.Size(326, 20);
|
|
this.EntityPivotPositionTextBox.TabIndex = 22;
|
|
this.EntityPivotPositionTextBox.TextChanged += new System.EventHandler(this.EntityPivotPositionTextBox_TextChanged);
|
|
//
|
|
// EntityPivotRotationNormalizeButton
|
|
//
|
|
this.EntityPivotRotationNormalizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityPivotRotationNormalizeButton.Location = new System.Drawing.Point(425, 94);
|
|
this.EntityPivotRotationNormalizeButton.Name = "EntityPivotRotationNormalizeButton";
|
|
this.EntityPivotRotationNormalizeButton.Size = new System.Drawing.Size(68, 23);
|
|
this.EntityPivotRotationNormalizeButton.TabIndex = 26;
|
|
this.EntityPivotRotationNormalizeButton.Text = "Normalize";
|
|
this.EntityPivotRotationNormalizeButton.UseVisualStyleBackColor = true;
|
|
this.EntityPivotRotationNormalizeButton.Click += new System.EventHandler(this.EntityPivotRotationNormalizeButton_Click);
|
|
//
|
|
// label94
|
|
//
|
|
this.label94.AutoSize = true;
|
|
this.label94.Location = new System.Drawing.Point(15, 99);
|
|
this.label94.Name = "label94";
|
|
this.label94.Size = new System.Drawing.Size(50, 13);
|
|
this.label94.TabIndex = 24;
|
|
this.label94.Text = "Rotation:";
|
|
//
|
|
// EntityPivotRotationTextBox
|
|
//
|
|
this.EntityPivotRotationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.EntityPivotRotationTextBox.Location = new System.Drawing.Point(93, 96);
|
|
this.EntityPivotRotationTextBox.Name = "EntityPivotRotationTextBox";
|
|
this.EntityPivotRotationTextBox.Size = new System.Drawing.Size(326, 20);
|
|
this.EntityPivotRotationTextBox.TabIndex = 25;
|
|
this.EntityPivotRotationTextBox.TextChanged += new System.EventHandler(this.EntityPivotRotationTextBox_TextChanged);
|
|
//
|
|
// YmapCarGenTabPage
|
|
//
|
|
this.YmapCarGenTabPage.Controls.Add(this.CarGenPanel);
|
|
this.YmapCarGenTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YmapCarGenTabPage.Name = "YmapCarGenTabPage";
|
|
this.YmapCarGenTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.YmapCarGenTabPage.TabIndex = 2;
|
|
this.YmapCarGenTabPage.Text = "Car Gen";
|
|
this.YmapCarGenTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// CarGenPanel
|
|
//
|
|
this.CarGenPanel.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.CarGenPanel.Controls.Add(this.CarDeleteButton);
|
|
this.CarGenPanel.Controls.Add(this.CarAddToProjectButton);
|
|
this.CarGenPanel.Controls.Add(this.label44);
|
|
this.CarGenPanel.Controls.Add(this.CarLiveryTextBox);
|
|
this.CarGenPanel.Controls.Add(this.label43);
|
|
this.CarGenPanel.Controls.Add(this.CarBodyColorRemap4TextBox);
|
|
this.CarGenPanel.Controls.Add(this.label42);
|
|
this.CarGenPanel.Controls.Add(this.CarBodyColorRemap3TextBox);
|
|
this.CarGenPanel.Controls.Add(this.label41);
|
|
this.CarGenPanel.Controls.Add(this.CarBodyColorRemap2TextBox);
|
|
this.CarGenPanel.Controls.Add(this.CarPopGroupTextBox);
|
|
this.CarGenPanel.Controls.Add(this.label39);
|
|
this.CarGenPanel.Controls.Add(this.CarPopGroupHashLabel);
|
|
this.CarGenPanel.Controls.Add(this.label38);
|
|
this.CarGenPanel.Controls.Add(this.CarBodyColorRemap1TextBox);
|
|
this.CarGenPanel.Controls.Add(this.label37);
|
|
this.CarGenPanel.Controls.Add(this.CarFlagsTextBox);
|
|
this.CarGenPanel.Controls.Add(this.CarPerpendicularLengthTextBox);
|
|
this.CarGenPanel.Controls.Add(this.label36);
|
|
this.CarGenPanel.Controls.Add(this.CarOrientYTextBox);
|
|
this.CarGenPanel.Controls.Add(this.label34);
|
|
this.CarGenPanel.Controls.Add(this.CarOrientXTextBox);
|
|
this.CarGenPanel.Controls.Add(this.label35);
|
|
this.CarGenPanel.Controls.Add(this.CarModelTextBox);
|
|
this.CarGenPanel.Controls.Add(this.label32);
|
|
this.CarGenPanel.Controls.Add(this.CarModelHashLabel);
|
|
this.CarGenPanel.Controls.Add(this.CarGoToButton);
|
|
this.CarGenPanel.Controls.Add(this.CarPositionTextBox);
|
|
this.CarGenPanel.Controls.Add(this.label31);
|
|
this.CarGenPanel.Enabled = false;
|
|
this.CarGenPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.CarGenPanel.Name = "CarGenPanel";
|
|
this.CarGenPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.CarGenPanel.TabIndex = 0;
|
|
//
|
|
// CarDeleteButton
|
|
//
|
|
this.CarDeleteButton.Location = new System.Drawing.Point(221, 347);
|
|
this.CarDeleteButton.Name = "CarDeleteButton";
|
|
this.CarDeleteButton.Size = new System.Drawing.Size(95, 23);
|
|
this.CarDeleteButton.TabIndex = 71;
|
|
this.CarDeleteButton.Text = "Delete CarGen";
|
|
this.CarDeleteButton.UseVisualStyleBackColor = true;
|
|
this.CarDeleteButton.Click += new System.EventHandler(this.CarDeleteButton_Click);
|
|
//
|
|
// CarAddToProjectButton
|
|
//
|
|
this.CarAddToProjectButton.Location = new System.Drawing.Point(120, 347);
|
|
this.CarAddToProjectButton.Name = "CarAddToProjectButton";
|
|
this.CarAddToProjectButton.Size = new System.Drawing.Size(95, 23);
|
|
this.CarAddToProjectButton.TabIndex = 70;
|
|
this.CarAddToProjectButton.Text = "Add to Project";
|
|
this.CarAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.CarAddToProjectButton.Click += new System.EventHandler(this.CarAddToProjectButton_Click);
|
|
//
|
|
// label44
|
|
//
|
|
this.label44.AutoSize = true;
|
|
this.label44.Location = new System.Drawing.Point(6, 298);
|
|
this.label44.Name = "label44";
|
|
this.label44.Size = new System.Drawing.Size(38, 13);
|
|
this.label44.TabIndex = 68;
|
|
this.label44.Text = "Livery:";
|
|
//
|
|
// CarLiveryTextBox
|
|
//
|
|
this.CarLiveryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarLiveryTextBox.Location = new System.Drawing.Point(120, 295);
|
|
this.CarLiveryTextBox.Name = "CarLiveryTextBox";
|
|
this.CarLiveryTextBox.Size = new System.Drawing.Size(231, 20);
|
|
this.CarLiveryTextBox.TabIndex = 69;
|
|
this.CarLiveryTextBox.TextChanged += new System.EventHandler(this.CarLiveryTextBox_TextChanged);
|
|
//
|
|
// label43
|
|
//
|
|
this.label43.AutoSize = true;
|
|
this.label43.Location = new System.Drawing.Point(6, 272);
|
|
this.label43.Name = "label43";
|
|
this.label43.Size = new System.Drawing.Size(98, 13);
|
|
this.label43.TabIndex = 66;
|
|
this.label43.Text = "BodyColorRemap4:";
|
|
//
|
|
// CarBodyColorRemap4TextBox
|
|
//
|
|
this.CarBodyColorRemap4TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarBodyColorRemap4TextBox.Location = new System.Drawing.Point(120, 269);
|
|
this.CarBodyColorRemap4TextBox.Name = "CarBodyColorRemap4TextBox";
|
|
this.CarBodyColorRemap4TextBox.Size = new System.Drawing.Size(231, 20);
|
|
this.CarBodyColorRemap4TextBox.TabIndex = 67;
|
|
this.CarBodyColorRemap4TextBox.TextChanged += new System.EventHandler(this.CarBodyColorRemap4TextBox_TextChanged);
|
|
//
|
|
// label42
|
|
//
|
|
this.label42.AutoSize = true;
|
|
this.label42.Location = new System.Drawing.Point(6, 246);
|
|
this.label42.Name = "label42";
|
|
this.label42.Size = new System.Drawing.Size(98, 13);
|
|
this.label42.TabIndex = 64;
|
|
this.label42.Text = "BodyColorRemap3:";
|
|
//
|
|
// CarBodyColorRemap3TextBox
|
|
//
|
|
this.CarBodyColorRemap3TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarBodyColorRemap3TextBox.Location = new System.Drawing.Point(120, 243);
|
|
this.CarBodyColorRemap3TextBox.Name = "CarBodyColorRemap3TextBox";
|
|
this.CarBodyColorRemap3TextBox.Size = new System.Drawing.Size(231, 20);
|
|
this.CarBodyColorRemap3TextBox.TabIndex = 65;
|
|
this.CarBodyColorRemap3TextBox.TextChanged += new System.EventHandler(this.CarBodyColorRemap3TextBox_TextChanged);
|
|
//
|
|
// label41
|
|
//
|
|
this.label41.AutoSize = true;
|
|
this.label41.Location = new System.Drawing.Point(6, 220);
|
|
this.label41.Name = "label41";
|
|
this.label41.Size = new System.Drawing.Size(98, 13);
|
|
this.label41.TabIndex = 62;
|
|
this.label41.Text = "BodyColorRemap2:";
|
|
//
|
|
// CarBodyColorRemap2TextBox
|
|
//
|
|
this.CarBodyColorRemap2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarBodyColorRemap2TextBox.Location = new System.Drawing.Point(120, 217);
|
|
this.CarBodyColorRemap2TextBox.Name = "CarBodyColorRemap2TextBox";
|
|
this.CarBodyColorRemap2TextBox.Size = new System.Drawing.Size(231, 20);
|
|
this.CarBodyColorRemap2TextBox.TabIndex = 63;
|
|
this.CarBodyColorRemap2TextBox.TextChanged += new System.EventHandler(this.CarBodyColorRemap2TextBox_TextChanged);
|
|
//
|
|
// CarPopGroupTextBox
|
|
//
|
|
this.CarPopGroupTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarPopGroupTextBox.Location = new System.Drawing.Point(84, 35);
|
|
this.CarPopGroupTextBox.Name = "CarPopGroupTextBox";
|
|
this.CarPopGroupTextBox.Size = new System.Drawing.Size(267, 20);
|
|
this.CarPopGroupTextBox.TabIndex = 48;
|
|
this.CarPopGroupTextBox.TextChanged += new System.EventHandler(this.CarPopGroupTextBox_TextChanged);
|
|
//
|
|
// label39
|
|
//
|
|
this.label39.AutoSize = true;
|
|
this.label39.Location = new System.Drawing.Point(6, 38);
|
|
this.label39.Name = "label39";
|
|
this.label39.Size = new System.Drawing.Size(58, 13);
|
|
this.label39.TabIndex = 59;
|
|
this.label39.Text = "PopGroup:";
|
|
//
|
|
// CarPopGroupHashLabel
|
|
//
|
|
this.CarPopGroupHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarPopGroupHashLabel.AutoSize = true;
|
|
this.CarPopGroupHashLabel.Location = new System.Drawing.Point(357, 38);
|
|
this.CarPopGroupHashLabel.Name = "CarPopGroupHashLabel";
|
|
this.CarPopGroupHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.CarPopGroupHashLabel.TabIndex = 61;
|
|
this.CarPopGroupHashLabel.Text = "Hash: 0";
|
|
//
|
|
// label38
|
|
//
|
|
this.label38.AutoSize = true;
|
|
this.label38.Location = new System.Drawing.Point(6, 194);
|
|
this.label38.Name = "label38";
|
|
this.label38.Size = new System.Drawing.Size(98, 13);
|
|
this.label38.TabIndex = 57;
|
|
this.label38.Text = "BodyColorRemap1:";
|
|
//
|
|
// CarBodyColorRemap1TextBox
|
|
//
|
|
this.CarBodyColorRemap1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarBodyColorRemap1TextBox.Location = new System.Drawing.Point(120, 191);
|
|
this.CarBodyColorRemap1TextBox.Name = "CarBodyColorRemap1TextBox";
|
|
this.CarBodyColorRemap1TextBox.Size = new System.Drawing.Size(231, 20);
|
|
this.CarBodyColorRemap1TextBox.TabIndex = 58;
|
|
this.CarBodyColorRemap1TextBox.TextChanged += new System.EventHandler(this.CarBodyColorRemap1TextBox_TextChanged);
|
|
//
|
|
// label37
|
|
//
|
|
this.label37.AutoSize = true;
|
|
this.label37.Location = new System.Drawing.Point(6, 64);
|
|
this.label37.Name = "label37";
|
|
this.label37.Size = new System.Drawing.Size(35, 13);
|
|
this.label37.TabIndex = 55;
|
|
this.label37.Text = "Flags:";
|
|
//
|
|
// CarFlagsTextBox
|
|
//
|
|
this.CarFlagsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarFlagsTextBox.Location = new System.Drawing.Point(84, 61);
|
|
this.CarFlagsTextBox.Name = "CarFlagsTextBox";
|
|
this.CarFlagsTextBox.Size = new System.Drawing.Size(267, 20);
|
|
this.CarFlagsTextBox.TabIndex = 50;
|
|
this.CarFlagsTextBox.TextChanged += new System.EventHandler(this.CarFlagsTextBox_TextChanged);
|
|
//
|
|
// CarPerpendicularLengthTextBox
|
|
//
|
|
this.CarPerpendicularLengthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarPerpendicularLengthTextBox.Location = new System.Drawing.Point(120, 165);
|
|
this.CarPerpendicularLengthTextBox.Name = "CarPerpendicularLengthTextBox";
|
|
this.CarPerpendicularLengthTextBox.Size = new System.Drawing.Size(231, 20);
|
|
this.CarPerpendicularLengthTextBox.TabIndex = 55;
|
|
this.CarPerpendicularLengthTextBox.TextChanged += new System.EventHandler(this.CarPerpendicularLengthTextBox_TextChanged);
|
|
//
|
|
// label36
|
|
//
|
|
this.label36.AutoSize = true;
|
|
this.label36.Location = new System.Drawing.Point(6, 168);
|
|
this.label36.Name = "label36";
|
|
this.label36.Size = new System.Drawing.Size(108, 13);
|
|
this.label36.TabIndex = 53;
|
|
this.label36.Text = "PerpendicularLength:";
|
|
//
|
|
// CarOrientYTextBox
|
|
//
|
|
this.CarOrientYTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarOrientYTextBox.Location = new System.Drawing.Point(84, 139);
|
|
this.CarOrientYTextBox.Name = "CarOrientYTextBox";
|
|
this.CarOrientYTextBox.Size = new System.Drawing.Size(267, 20);
|
|
this.CarOrientYTextBox.TabIndex = 54;
|
|
this.CarOrientYTextBox.TextChanged += new System.EventHandler(this.CarOrientYTextBox_TextChanged);
|
|
//
|
|
// label34
|
|
//
|
|
this.label34.AutoSize = true;
|
|
this.label34.Location = new System.Drawing.Point(6, 142);
|
|
this.label34.Name = "label34";
|
|
this.label34.Size = new System.Drawing.Size(45, 13);
|
|
this.label34.TabIndex = 51;
|
|
this.label34.Text = "OrientY:";
|
|
//
|
|
// CarOrientXTextBox
|
|
//
|
|
this.CarOrientXTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarOrientXTextBox.Location = new System.Drawing.Point(84, 113);
|
|
this.CarOrientXTextBox.Name = "CarOrientXTextBox";
|
|
this.CarOrientXTextBox.Size = new System.Drawing.Size(267, 20);
|
|
this.CarOrientXTextBox.TabIndex = 53;
|
|
this.CarOrientXTextBox.TextChanged += new System.EventHandler(this.CarOrientXTextBox_TextChanged);
|
|
//
|
|
// label35
|
|
//
|
|
this.label35.AutoSize = true;
|
|
this.label35.Location = new System.Drawing.Point(6, 116);
|
|
this.label35.Name = "label35";
|
|
this.label35.Size = new System.Drawing.Size(45, 13);
|
|
this.label35.TabIndex = 49;
|
|
this.label35.Text = "OrientX:";
|
|
//
|
|
// CarModelTextBox
|
|
//
|
|
this.CarModelTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarModelTextBox.Location = new System.Drawing.Point(84, 9);
|
|
this.CarModelTextBox.Name = "CarModelTextBox";
|
|
this.CarModelTextBox.Size = new System.Drawing.Size(267, 20);
|
|
this.CarModelTextBox.TabIndex = 47;
|
|
this.CarModelTextBox.TextChanged += new System.EventHandler(this.CarModelTextBox_TextChanged);
|
|
//
|
|
// label32
|
|
//
|
|
this.label32.AutoSize = true;
|
|
this.label32.Location = new System.Drawing.Point(6, 12);
|
|
this.label32.Name = "label32";
|
|
this.label32.Size = new System.Drawing.Size(55, 13);
|
|
this.label32.TabIndex = 46;
|
|
this.label32.Text = "CarModel:";
|
|
//
|
|
// CarModelHashLabel
|
|
//
|
|
this.CarModelHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarModelHashLabel.AutoSize = true;
|
|
this.CarModelHashLabel.Location = new System.Drawing.Point(357, 12);
|
|
this.CarModelHashLabel.Name = "CarModelHashLabel";
|
|
this.CarModelHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.CarModelHashLabel.TabIndex = 48;
|
|
this.CarModelHashLabel.Text = "Hash: 0";
|
|
//
|
|
// CarGoToButton
|
|
//
|
|
this.CarGoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarGoToButton.Location = new System.Drawing.Point(437, 85);
|
|
this.CarGoToButton.Name = "CarGoToButton";
|
|
this.CarGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.CarGoToButton.TabIndex = 52;
|
|
this.CarGoToButton.Text = "Go to";
|
|
this.CarGoToButton.UseVisualStyleBackColor = true;
|
|
this.CarGoToButton.Click += new System.EventHandler(this.CarGoToButton_Click);
|
|
//
|
|
// CarPositionTextBox
|
|
//
|
|
this.CarPositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CarPositionTextBox.Location = new System.Drawing.Point(84, 87);
|
|
this.CarPositionTextBox.Name = "CarPositionTextBox";
|
|
this.CarPositionTextBox.Size = new System.Drawing.Size(347, 20);
|
|
this.CarPositionTextBox.TabIndex = 51;
|
|
this.CarPositionTextBox.TextChanged += new System.EventHandler(this.CarPositionTextBox_TextChanged);
|
|
//
|
|
// label31
|
|
//
|
|
this.label31.AutoSize = true;
|
|
this.label31.Location = new System.Drawing.Point(6, 90);
|
|
this.label31.Name = "label31";
|
|
this.label31.Size = new System.Drawing.Size(47, 13);
|
|
this.label31.TabIndex = 43;
|
|
this.label31.Text = "Position:";
|
|
//
|
|
// YndTabPage
|
|
//
|
|
this.YndTabPage.Controls.Add(this.YndTabControl);
|
|
this.YndTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YndTabPage.Name = "YndTabPage";
|
|
this.YndTabPage.Size = new System.Drawing.Size(521, 472);
|
|
this.YndTabPage.TabIndex = 2;
|
|
this.YndTabPage.Text = "Traffic";
|
|
this.YndTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YndTabControl
|
|
//
|
|
this.YndTabControl.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.YndTabControl.Controls.Add(this.YndYndTabPage);
|
|
this.YndTabControl.Controls.Add(this.YndNodeTabPage);
|
|
this.YndTabControl.Location = new System.Drawing.Point(0, 3);
|
|
this.YndTabControl.Name = "YndTabControl";
|
|
this.YndTabControl.SelectedIndex = 0;
|
|
this.YndTabControl.Size = new System.Drawing.Size(518, 469);
|
|
this.YndTabControl.TabIndex = 1;
|
|
//
|
|
// YndYndTabPage
|
|
//
|
|
this.YndYndTabPage.Controls.Add(this.YndPanel);
|
|
this.YndYndTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YndYndTabPage.Name = "YndYndTabPage";
|
|
this.YndYndTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.YndYndTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.YndYndTabPage.TabIndex = 0;
|
|
this.YndYndTabPage.Text = "Ynd";
|
|
this.YndYndTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YndPanel
|
|
//
|
|
this.YndPanel.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.YndPanel.Controls.Add(this.label88);
|
|
this.YndPanel.Controls.Add(this.YndAreaIDYUpDown);
|
|
this.YndPanel.Controls.Add(this.label87);
|
|
this.YndPanel.Controls.Add(this.YndAreaIDXUpDown);
|
|
this.YndPanel.Controls.Add(this.label48);
|
|
this.YndPanel.Controls.Add(this.YndProjectPathTextBox);
|
|
this.YndPanel.Controls.Add(this.label46);
|
|
this.YndPanel.Controls.Add(this.YndFilePathTextBox);
|
|
this.YndPanel.Controls.Add(this.label47);
|
|
this.YndPanel.Controls.Add(this.YndTotalNodesLabel);
|
|
this.YndPanel.Controls.Add(this.YndPedNodesUpDown);
|
|
this.YndPanel.Controls.Add(this.label45);
|
|
this.YndPanel.Controls.Add(this.YndVehicleNodesUpDown);
|
|
this.YndPanel.Controls.Add(this.label40);
|
|
this.YndPanel.Controls.Add(this.YndAreaIDInfoLabel);
|
|
this.YndPanel.Controls.Add(this.label33);
|
|
this.YndPanel.Controls.Add(this.YndRpfPathTextBox);
|
|
this.YndPanel.Enabled = false;
|
|
this.YndPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.YndPanel.Name = "YndPanel";
|
|
this.YndPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.YndPanel.TabIndex = 0;
|
|
//
|
|
// label88
|
|
//
|
|
this.label88.AutoSize = true;
|
|
this.label88.Location = new System.Drawing.Point(166, 11);
|
|
this.label88.Name = "label88";
|
|
this.label88.Size = new System.Drawing.Size(17, 13);
|
|
this.label88.TabIndex = 19;
|
|
this.label88.Text = "Y:";
|
|
//
|
|
// YndAreaIDYUpDown
|
|
//
|
|
this.YndAreaIDYUpDown.Location = new System.Drawing.Point(189, 9);
|
|
this.YndAreaIDYUpDown.Maximum = new decimal(new int[] {
|
|
31,
|
|
0,
|
|
0,
|
|
0});
|
|
this.YndAreaIDYUpDown.Name = "YndAreaIDYUpDown";
|
|
this.YndAreaIDYUpDown.Size = new System.Drawing.Size(48, 20);
|
|
this.YndAreaIDYUpDown.TabIndex = 18;
|
|
this.YndAreaIDYUpDown.ValueChanged += new System.EventHandler(this.YndAreaIDYUpDown_ValueChanged);
|
|
//
|
|
// label87
|
|
//
|
|
this.label87.AutoSize = true;
|
|
this.label87.Location = new System.Drawing.Point(84, 11);
|
|
this.label87.Name = "label87";
|
|
this.label87.Size = new System.Drawing.Size(17, 13);
|
|
this.label87.TabIndex = 17;
|
|
this.label87.Text = "X:";
|
|
//
|
|
// YndAreaIDXUpDown
|
|
//
|
|
this.YndAreaIDXUpDown.Location = new System.Drawing.Point(107, 9);
|
|
this.YndAreaIDXUpDown.Maximum = new decimal(new int[] {
|
|
31,
|
|
0,
|
|
0,
|
|
0});
|
|
this.YndAreaIDXUpDown.Name = "YndAreaIDXUpDown";
|
|
this.YndAreaIDXUpDown.Size = new System.Drawing.Size(48, 20);
|
|
this.YndAreaIDXUpDown.TabIndex = 16;
|
|
this.YndAreaIDXUpDown.ValueChanged += new System.EventHandler(this.YndAreaIDXUpDown_ValueChanged);
|
|
//
|
|
// label48
|
|
//
|
|
this.label48.AutoSize = true;
|
|
this.label48.Location = new System.Drawing.Point(6, 207);
|
|
this.label48.Name = "label48";
|
|
this.label48.Size = new System.Drawing.Size(68, 13);
|
|
this.label48.TabIndex = 15;
|
|
this.label48.Text = "Project Path:";
|
|
//
|
|
// YndProjectPathTextBox
|
|
//
|
|
this.YndProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YndProjectPathTextBox.Location = new System.Drawing.Point(80, 204);
|
|
this.YndProjectPathTextBox.Name = "YndProjectPathTextBox";
|
|
this.YndProjectPathTextBox.ReadOnly = true;
|
|
this.YndProjectPathTextBox.Size = new System.Drawing.Size(386, 20);
|
|
this.YndProjectPathTextBox.TabIndex = 14;
|
|
//
|
|
// label46
|
|
//
|
|
this.label46.AutoSize = true;
|
|
this.label46.Location = new System.Drawing.Point(6, 181);
|
|
this.label46.Name = "label46";
|
|
this.label46.Size = new System.Drawing.Size(51, 13);
|
|
this.label46.TabIndex = 13;
|
|
this.label46.Text = "File Path:";
|
|
//
|
|
// YndFilePathTextBox
|
|
//
|
|
this.YndFilePathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YndFilePathTextBox.Location = new System.Drawing.Point(80, 178);
|
|
this.YndFilePathTextBox.Name = "YndFilePathTextBox";
|
|
this.YndFilePathTextBox.ReadOnly = true;
|
|
this.YndFilePathTextBox.Size = new System.Drawing.Size(386, 20);
|
|
this.YndFilePathTextBox.TabIndex = 12;
|
|
//
|
|
// label47
|
|
//
|
|
this.label47.AutoSize = true;
|
|
this.label47.Location = new System.Drawing.Point(6, 155);
|
|
this.label47.Name = "label47";
|
|
this.label47.Size = new System.Drawing.Size(52, 13);
|
|
this.label47.TabIndex = 11;
|
|
this.label47.Text = "Rpf Path:";
|
|
//
|
|
// YndTotalNodesLabel
|
|
//
|
|
this.YndTotalNodesLabel.AutoSize = true;
|
|
this.YndTotalNodesLabel.Location = new System.Drawing.Point(6, 50);
|
|
this.YndTotalNodesLabel.Name = "YndTotalNodesLabel";
|
|
this.YndTotalNodesLabel.Size = new System.Drawing.Size(77, 13);
|
|
this.YndTotalNodesLabel.TabIndex = 10;
|
|
this.YndTotalNodesLabel.Text = "Total Nodes: 0";
|
|
//
|
|
// YndPedNodesUpDown
|
|
//
|
|
this.YndPedNodesUpDown.Location = new System.Drawing.Point(360, 48);
|
|
this.YndPedNodesUpDown.Maximum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.YndPedNodesUpDown.Name = "YndPedNodesUpDown";
|
|
this.YndPedNodesUpDown.Size = new System.Drawing.Size(74, 20);
|
|
this.YndPedNodesUpDown.TabIndex = 9;
|
|
this.YndPedNodesUpDown.ValueChanged += new System.EventHandler(this.YndPedNodesUpDown_ValueChanged);
|
|
//
|
|
// label45
|
|
//
|
|
this.label45.AutoSize = true;
|
|
this.label45.Location = new System.Drawing.Point(291, 50);
|
|
this.label45.Name = "label45";
|
|
this.label45.Size = new System.Drawing.Size(63, 13);
|
|
this.label45.TabIndex = 8;
|
|
this.label45.Text = "Ped Nodes:";
|
|
//
|
|
// YndVehicleNodesUpDown
|
|
//
|
|
this.YndVehicleNodesUpDown.Location = new System.Drawing.Point(189, 48);
|
|
this.YndVehicleNodesUpDown.Maximum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.YndVehicleNodesUpDown.Name = "YndVehicleNodesUpDown";
|
|
this.YndVehicleNodesUpDown.Size = new System.Drawing.Size(74, 20);
|
|
this.YndVehicleNodesUpDown.TabIndex = 7;
|
|
this.YndVehicleNodesUpDown.ValueChanged += new System.EventHandler(this.YndVehicleNodesUpDown_ValueChanged);
|
|
//
|
|
// label40
|
|
//
|
|
this.label40.AutoSize = true;
|
|
this.label40.Location = new System.Drawing.Point(104, 50);
|
|
this.label40.Name = "label40";
|
|
this.label40.Size = new System.Drawing.Size(79, 13);
|
|
this.label40.TabIndex = 6;
|
|
this.label40.Text = "Vehicle Nodes:";
|
|
//
|
|
// YndAreaIDInfoLabel
|
|
//
|
|
this.YndAreaIDInfoLabel.AutoSize = true;
|
|
this.YndAreaIDInfoLabel.Location = new System.Drawing.Point(254, 11);
|
|
this.YndAreaIDInfoLabel.Name = "YndAreaIDInfoLabel";
|
|
this.YndAreaIDInfoLabel.Size = new System.Drawing.Size(30, 13);
|
|
this.YndAreaIDInfoLabel.TabIndex = 5;
|
|
this.YndAreaIDInfoLabel.Text = "ID: 0";
|
|
//
|
|
// label33
|
|
//
|
|
this.label33.AutoSize = true;
|
|
this.label33.Location = new System.Drawing.Point(28, 11);
|
|
this.label33.Name = "label33";
|
|
this.label33.Size = new System.Drawing.Size(46, 13);
|
|
this.label33.TabIndex = 3;
|
|
this.label33.Text = "Area ID:";
|
|
//
|
|
// YndRpfPathTextBox
|
|
//
|
|
this.YndRpfPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.YndRpfPathTextBox.Location = new System.Drawing.Point(80, 152);
|
|
this.YndRpfPathTextBox.Name = "YndRpfPathTextBox";
|
|
this.YndRpfPathTextBox.ReadOnly = true;
|
|
this.YndRpfPathTextBox.Size = new System.Drawing.Size(386, 20);
|
|
this.YndRpfPathTextBox.TabIndex = 0;
|
|
//
|
|
// YndNodeTabPage
|
|
//
|
|
this.YndNodeTabPage.Controls.Add(this.YndNodePanel);
|
|
this.YndNodeTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YndNodeTabPage.Name = "YndNodeTabPage";
|
|
this.YndNodeTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.YndNodeTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.YndNodeTabPage.TabIndex = 1;
|
|
this.YndNodeTabPage.Text = "Node";
|
|
this.YndNodeTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YndNodePanel
|
|
//
|
|
this.YndNodePanel.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.YndNodePanel.Controls.Add(this.PathNodeTabControl);
|
|
this.YndNodePanel.Enabled = false;
|
|
this.YndNodePanel.Location = new System.Drawing.Point(0, 0);
|
|
this.YndNodePanel.Name = "YndNodePanel";
|
|
this.YndNodePanel.Size = new System.Drawing.Size(510, 443);
|
|
this.YndNodePanel.TabIndex = 0;
|
|
//
|
|
// PathNodeTabControl
|
|
//
|
|
this.PathNodeTabControl.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.PathNodeTabControl.Controls.Add(this.PathNodePropertiesTabPage);
|
|
this.PathNodeTabControl.Controls.Add(this.PathNodeLinksTabPage);
|
|
this.PathNodeTabControl.Controls.Add(this.PathNodeJunctionTabPage);
|
|
this.PathNodeTabControl.Location = new System.Drawing.Point(0, 3);
|
|
this.PathNodeTabControl.Name = "PathNodeTabControl";
|
|
this.PathNodeTabControl.SelectedIndex = 0;
|
|
this.PathNodeTabControl.Size = new System.Drawing.Size(507, 440);
|
|
this.PathNodeTabControl.TabIndex = 28;
|
|
//
|
|
// PathNodePropertiesTabPage
|
|
//
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeFlags5GroupBox);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeFlags4GroupBox);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeFlags3GroupBox);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeFlags2GroupBox);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeFlags1GroupBox);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeFlags0GroupBox);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeDeleteButton);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeAreaIDUpDown);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeAddToProjectButton);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.label49);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.label50);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.label68);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeNodeIDUpDown);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.label52);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeStreetHashTextBox);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeGoToButton);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodeStreetNameLabel);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.PathNodePositionTextBox);
|
|
this.PathNodePropertiesTabPage.Controls.Add(this.label55);
|
|
this.PathNodePropertiesTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.PathNodePropertiesTabPage.Name = "PathNodePropertiesTabPage";
|
|
this.PathNodePropertiesTabPage.Size = new System.Drawing.Size(499, 414);
|
|
this.PathNodePropertiesTabPage.TabIndex = 2;
|
|
this.PathNodePropertiesTabPage.Text = "Node Properties";
|
|
this.PathNodePropertiesTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// PathNodeFlags5GroupBox
|
|
//
|
|
this.PathNodeFlags5GroupBox.Controls.Add(this.PathNodeFlags52CheckBox);
|
|
this.PathNodeFlags5GroupBox.Controls.Add(this.PathNodeFlags53CheckBox);
|
|
this.PathNodeFlags5GroupBox.Controls.Add(this.PathNodeFlags51CheckBox);
|
|
this.PathNodeFlags5GroupBox.Controls.Add(this.PathNodeFlags5UpDown);
|
|
this.PathNodeFlags5GroupBox.Location = new System.Drawing.Point(249, 318);
|
|
this.PathNodeFlags5GroupBox.Name = "PathNodeFlags5GroupBox";
|
|
this.PathNodeFlags5GroupBox.Size = new System.Drawing.Size(223, 84);
|
|
this.PathNodeFlags5GroupBox.TabIndex = 48;
|
|
this.PathNodeFlags5GroupBox.TabStop = false;
|
|
this.PathNodeFlags5GroupBox.Text = "Flags 5";
|
|
//
|
|
// PathNodeFlags52CheckBox
|
|
//
|
|
this.PathNodeFlags52CheckBox.AutoSize = true;
|
|
this.PathNodeFlags52CheckBox.Location = new System.Drawing.Point(80, 41);
|
|
this.PathNodeFlags52CheckBox.Name = "PathNodeFlags52CheckBox";
|
|
this.PathNodeFlags52CheckBox.Size = new System.Drawing.Size(87, 17);
|
|
this.PathNodeFlags52CheckBox.TabIndex = 36;
|
|
this.PathNodeFlags52CheckBox.Text = "Speed unk 1";
|
|
this.PathNodeFlags52CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags52CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags52CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags53CheckBox
|
|
//
|
|
this.PathNodeFlags53CheckBox.AutoSize = true;
|
|
this.PathNodeFlags53CheckBox.Location = new System.Drawing.Point(80, 62);
|
|
this.PathNodeFlags53CheckBox.Name = "PathNodeFlags53CheckBox";
|
|
this.PathNodeFlags53CheckBox.Size = new System.Drawing.Size(87, 17);
|
|
this.PathNodeFlags53CheckBox.TabIndex = 37;
|
|
this.PathNodeFlags53CheckBox.Text = "Speed unk 2";
|
|
this.PathNodeFlags53CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags53CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags53CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags51CheckBox
|
|
//
|
|
this.PathNodeFlags51CheckBox.AutoSize = true;
|
|
this.PathNodeFlags51CheckBox.Location = new System.Drawing.Point(80, 20);
|
|
this.PathNodeFlags51CheckBox.Name = "PathNodeFlags51CheckBox";
|
|
this.PathNodeFlags51CheckBox.Size = new System.Drawing.Size(137, 17);
|
|
this.PathNodeFlags51CheckBox.TabIndex = 35;
|
|
this.PathNodeFlags51CheckBox.Text = "Has junction heightmap";
|
|
this.PathNodeFlags51CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags51CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags51CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags5UpDown
|
|
//
|
|
this.PathNodeFlags5UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeFlags5UpDown.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeFlags5UpDown.Name = "PathNodeFlags5UpDown";
|
|
this.PathNodeFlags5UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeFlags5UpDown.TabIndex = 43;
|
|
this.PathNodeFlags5UpDown.ValueChanged += new System.EventHandler(this.PathNodeFlags5UpDown_ValueChanged);
|
|
//
|
|
// PathNodeFlags4GroupBox
|
|
//
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.PathNodeFlags45CheckBox);
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.PathNodeFlags46CheckBox);
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.PathNodeFlags47CheckBox);
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.PathNodeFlags48CheckBox);
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.PathNodeFlags42UpDown);
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.label71);
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.PathNodeFlags41CheckBox);
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.PathNodeFlags4UpDown);
|
|
this.PathNodeFlags4GroupBox.Controls.Add(this.PathNodeFlags4Label);
|
|
this.PathNodeFlags4GroupBox.Location = new System.Drawing.Point(370, 96);
|
|
this.PathNodeFlags4GroupBox.Name = "PathNodeFlags4GroupBox";
|
|
this.PathNodeFlags4GroupBox.Size = new System.Drawing.Size(115, 175);
|
|
this.PathNodeFlags4GroupBox.TabIndex = 47;
|
|
this.PathNodeFlags4GroupBox.TabStop = false;
|
|
this.PathNodeFlags4GroupBox.Text = "Flags 4";
|
|
//
|
|
// PathNodeFlags45CheckBox
|
|
//
|
|
this.PathNodeFlags45CheckBox.AutoSize = true;
|
|
this.PathNodeFlags45CheckBox.Location = new System.Drawing.Point(6, 66);
|
|
this.PathNodeFlags45CheckBox.Name = "PathNodeFlags45CheckBox";
|
|
this.PathNodeFlags45CheckBox.Size = new System.Drawing.Size(70, 17);
|
|
this.PathNodeFlags45CheckBox.TabIndex = 36;
|
|
this.PathNodeFlags45CheckBox.Text = "Special 1";
|
|
this.PathNodeFlags45CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags45CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags45CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags46CheckBox
|
|
//
|
|
this.PathNodeFlags46CheckBox.AutoSize = true;
|
|
this.PathNodeFlags46CheckBox.Location = new System.Drawing.Point(6, 87);
|
|
this.PathNodeFlags46CheckBox.Name = "PathNodeFlags46CheckBox";
|
|
this.PathNodeFlags46CheckBox.Size = new System.Drawing.Size(70, 17);
|
|
this.PathNodeFlags46CheckBox.TabIndex = 37;
|
|
this.PathNodeFlags46CheckBox.Text = "Special 2";
|
|
this.PathNodeFlags46CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags46CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags46CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags47CheckBox
|
|
//
|
|
this.PathNodeFlags47CheckBox.AutoSize = true;
|
|
this.PathNodeFlags47CheckBox.Location = new System.Drawing.Point(6, 108);
|
|
this.PathNodeFlags47CheckBox.Name = "PathNodeFlags47CheckBox";
|
|
this.PathNodeFlags47CheckBox.Size = new System.Drawing.Size(70, 17);
|
|
this.PathNodeFlags47CheckBox.TabIndex = 38;
|
|
this.PathNodeFlags47CheckBox.Text = "Special 3";
|
|
this.PathNodeFlags47CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags47CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags47CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags48CheckBox
|
|
//
|
|
this.PathNodeFlags48CheckBox.AutoSize = true;
|
|
this.PathNodeFlags48CheckBox.Location = new System.Drawing.Point(6, 129);
|
|
this.PathNodeFlags48CheckBox.Name = "PathNodeFlags48CheckBox";
|
|
this.PathNodeFlags48CheckBox.Size = new System.Drawing.Size(96, 17);
|
|
this.PathNodeFlags48CheckBox.TabIndex = 39;
|
|
this.PathNodeFlags48CheckBox.Text = "Junction unk 6";
|
|
this.PathNodeFlags48CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags48CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags48CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags42UpDown
|
|
//
|
|
this.PathNodeFlags42UpDown.Location = new System.Drawing.Point(41, 150);
|
|
this.PathNodeFlags42UpDown.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeFlags42UpDown.Name = "PathNodeFlags42UpDown";
|
|
this.PathNodeFlags42UpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.PathNodeFlags42UpDown.TabIndex = 41;
|
|
this.PathNodeFlags42UpDown.ValueChanged += new System.EventHandler(this.PathNodeFlags42UpDown_ValueChanged);
|
|
//
|
|
// label71
|
|
//
|
|
this.label71.AutoSize = true;
|
|
this.label71.Location = new System.Drawing.Point(4, 152);
|
|
this.label71.Name = "label71";
|
|
this.label71.Size = new System.Drawing.Size(30, 13);
|
|
this.label71.TabIndex = 40;
|
|
this.label71.Text = "Unk:";
|
|
//
|
|
// PathNodeFlags41CheckBox
|
|
//
|
|
this.PathNodeFlags41CheckBox.AutoSize = true;
|
|
this.PathNodeFlags41CheckBox.Location = new System.Drawing.Point(6, 45);
|
|
this.PathNodeFlags41CheckBox.Name = "PathNodeFlags41CheckBox";
|
|
this.PathNodeFlags41CheckBox.Size = new System.Drawing.Size(79, 17);
|
|
this.PathNodeFlags41CheckBox.TabIndex = 35;
|
|
this.PathNodeFlags41CheckBox.Text = "Slow unk 4";
|
|
this.PathNodeFlags41CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags41CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags41CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags4UpDown
|
|
//
|
|
this.PathNodeFlags4UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeFlags4UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeFlags4UpDown.Name = "PathNodeFlags4UpDown";
|
|
this.PathNodeFlags4UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeFlags4UpDown.TabIndex = 43;
|
|
this.PathNodeFlags4UpDown.ValueChanged += new System.EventHandler(this.PathNodeFlags4UpDown_ValueChanged);
|
|
//
|
|
// PathNodeFlags4Label
|
|
//
|
|
this.PathNodeFlags4Label.AutoSize = true;
|
|
this.PathNodeFlags4Label.Location = new System.Drawing.Point(74, 21);
|
|
this.PathNodeFlags4Label.Name = "PathNodeFlags4Label";
|
|
this.PathNodeFlags4Label.Size = new System.Drawing.Size(30, 13);
|
|
this.PathNodeFlags4Label.TabIndex = 44;
|
|
this.PathNodeFlags4Label.Text = "0x00";
|
|
//
|
|
// PathNodeFlags3GroupBox
|
|
//
|
|
this.PathNodeFlags3GroupBox.Controls.Add(this.PathNodeFlags32UpDown);
|
|
this.PathNodeFlags3GroupBox.Controls.Add(this.label70);
|
|
this.PathNodeFlags3GroupBox.Controls.Add(this.PathNodeFlags31CheckBox);
|
|
this.PathNodeFlags3GroupBox.Controls.Add(this.PathNodeFlags3UpDown);
|
|
this.PathNodeFlags3GroupBox.Controls.Add(this.PathNodeFlags3Label);
|
|
this.PathNodeFlags3GroupBox.Location = new System.Drawing.Point(7, 318);
|
|
this.PathNodeFlags3GroupBox.Name = "PathNodeFlags3GroupBox";
|
|
this.PathNodeFlags3GroupBox.Size = new System.Drawing.Size(223, 84);
|
|
this.PathNodeFlags3GroupBox.TabIndex = 46;
|
|
this.PathNodeFlags3GroupBox.TabStop = false;
|
|
this.PathNodeFlags3GroupBox.Text = "Flags 3";
|
|
//
|
|
// PathNodeFlags32UpDown
|
|
//
|
|
this.PathNodeFlags32UpDown.Location = new System.Drawing.Point(147, 44);
|
|
this.PathNodeFlags32UpDown.Maximum = new decimal(new int[] {
|
|
127,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeFlags32UpDown.Name = "PathNodeFlags32UpDown";
|
|
this.PathNodeFlags32UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeFlags32UpDown.TabIndex = 37;
|
|
this.PathNodeFlags32UpDown.ValueChanged += new System.EventHandler(this.PathNodeFlags32UpDown_ValueChanged);
|
|
//
|
|
// label70
|
|
//
|
|
this.label70.AutoSize = true;
|
|
this.label70.Location = new System.Drawing.Point(111, 46);
|
|
this.label70.Name = "label70";
|
|
this.label70.Size = new System.Drawing.Size(30, 13);
|
|
this.label70.TabIndex = 36;
|
|
this.label70.Text = "Unk:";
|
|
//
|
|
// PathNodeFlags31CheckBox
|
|
//
|
|
this.PathNodeFlags31CheckBox.AutoSize = true;
|
|
this.PathNodeFlags31CheckBox.Location = new System.Drawing.Point(6, 45);
|
|
this.PathNodeFlags31CheckBox.Name = "PathNodeFlags31CheckBox";
|
|
this.PathNodeFlags31CheckBox.Size = new System.Drawing.Size(85, 17);
|
|
this.PathNodeFlags31CheckBox.TabIndex = 35;
|
|
this.PathNodeFlags31CheckBox.Text = "Interior node";
|
|
this.PathNodeFlags31CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags31CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags31CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags3UpDown
|
|
//
|
|
this.PathNodeFlags3UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeFlags3UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeFlags3UpDown.Name = "PathNodeFlags3UpDown";
|
|
this.PathNodeFlags3UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeFlags3UpDown.TabIndex = 43;
|
|
this.PathNodeFlags3UpDown.ValueChanged += new System.EventHandler(this.PathNodeFlags3UpDown_ValueChanged);
|
|
//
|
|
// PathNodeFlags3Label
|
|
//
|
|
this.PathNodeFlags3Label.AutoSize = true;
|
|
this.PathNodeFlags3Label.Location = new System.Drawing.Point(74, 21);
|
|
this.PathNodeFlags3Label.Name = "PathNodeFlags3Label";
|
|
this.PathNodeFlags3Label.Size = new System.Drawing.Size(30, 13);
|
|
this.PathNodeFlags3Label.TabIndex = 44;
|
|
this.PathNodeFlags3Label.Text = "0x00";
|
|
//
|
|
// PathNodeFlags2GroupBox
|
|
//
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags21CheckBox);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags28CheckBox);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags22CheckBox);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags27CheckBox);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags23CheckBox);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags26CheckBox);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags24CheckBox);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags25CheckBox);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags2UpDown);
|
|
this.PathNodeFlags2GroupBox.Controls.Add(this.PathNodeFlags2Label);
|
|
this.PathNodeFlags2GroupBox.Location = new System.Drawing.Point(249, 96);
|
|
this.PathNodeFlags2GroupBox.Name = "PathNodeFlags2GroupBox";
|
|
this.PathNodeFlags2GroupBox.Size = new System.Drawing.Size(115, 216);
|
|
this.PathNodeFlags2GroupBox.TabIndex = 45;
|
|
this.PathNodeFlags2GroupBox.TabStop = false;
|
|
this.PathNodeFlags2GroupBox.Text = "Flags 2";
|
|
//
|
|
// PathNodeFlags21CheckBox
|
|
//
|
|
this.PathNodeFlags21CheckBox.AutoSize = true;
|
|
this.PathNodeFlags21CheckBox.Location = new System.Drawing.Point(6, 45);
|
|
this.PathNodeFlags21CheckBox.Name = "PathNodeFlags21CheckBox";
|
|
this.PathNodeFlags21CheckBox.Size = new System.Drawing.Size(79, 17);
|
|
this.PathNodeFlags21CheckBox.TabIndex = 35;
|
|
this.PathNodeFlags21CheckBox.Text = "Slow unk 2";
|
|
this.PathNodeFlags21CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags21CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags21CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags28CheckBox
|
|
//
|
|
this.PathNodeFlags28CheckBox.AutoSize = true;
|
|
this.PathNodeFlags28CheckBox.Location = new System.Drawing.Point(6, 192);
|
|
this.PathNodeFlags28CheckBox.Name = "PathNodeFlags28CheckBox";
|
|
this.PathNodeFlags28CheckBox.Size = new System.Drawing.Size(81, 17);
|
|
this.PathNodeFlags28CheckBox.TabIndex = 42;
|
|
this.PathNodeFlags28CheckBox.Text = "Back road?";
|
|
this.PathNodeFlags28CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags28CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags28CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags22CheckBox
|
|
//
|
|
this.PathNodeFlags22CheckBox.AutoSize = true;
|
|
this.PathNodeFlags22CheckBox.Location = new System.Drawing.Point(6, 66);
|
|
this.PathNodeFlags22CheckBox.Name = "PathNodeFlags22CheckBox";
|
|
this.PathNodeFlags22CheckBox.Size = new System.Drawing.Size(72, 17);
|
|
this.PathNodeFlags22CheckBox.TabIndex = 36;
|
|
this.PathNodeFlags22CheckBox.Text = "Unused 2";
|
|
this.PathNodeFlags22CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags22CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags22CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags27CheckBox
|
|
//
|
|
this.PathNodeFlags27CheckBox.AutoSize = true;
|
|
this.PathNodeFlags27CheckBox.Location = new System.Drawing.Point(6, 171);
|
|
this.PathNodeFlags27CheckBox.Name = "PathNodeFlags27CheckBox";
|
|
this.PathNodeFlags27CheckBox.Size = new System.Drawing.Size(66, 17);
|
|
this.PathNodeFlags27CheckBox.TabIndex = 41;
|
|
this.PathNodeFlags27CheckBox.Text = "Freeway";
|
|
this.PathNodeFlags27CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags27CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags27CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags23CheckBox
|
|
//
|
|
this.PathNodeFlags23CheckBox.AutoSize = true;
|
|
this.PathNodeFlags23CheckBox.Location = new System.Drawing.Point(6, 87);
|
|
this.PathNodeFlags23CheckBox.Name = "PathNodeFlags23CheckBox";
|
|
this.PathNodeFlags23CheckBox.Size = new System.Drawing.Size(96, 17);
|
|
this.PathNodeFlags23CheckBox.TabIndex = 37;
|
|
this.PathNodeFlags23CheckBox.Text = "Junction unk 5";
|
|
this.PathNodeFlags23CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags23CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags23CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags26CheckBox
|
|
//
|
|
this.PathNodeFlags26CheckBox.AutoSize = true;
|
|
this.PathNodeFlags26CheckBox.Location = new System.Drawing.Point(6, 150);
|
|
this.PathNodeFlags26CheckBox.Name = "PathNodeFlags26CheckBox";
|
|
this.PathNodeFlags26CheckBox.Size = new System.Drawing.Size(86, 17);
|
|
this.PathNodeFlags26CheckBox.TabIndex = 40;
|
|
this.PathNodeFlags26CheckBox.Text = "Water/boats";
|
|
this.PathNodeFlags26CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags26CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags26CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags24CheckBox
|
|
//
|
|
this.PathNodeFlags24CheckBox.AutoSize = true;
|
|
this.PathNodeFlags24CheckBox.Location = new System.Drawing.Point(6, 108);
|
|
this.PathNodeFlags24CheckBox.Name = "PathNodeFlags24CheckBox";
|
|
this.PathNodeFlags24CheckBox.Size = new System.Drawing.Size(72, 17);
|
|
this.PathNodeFlags24CheckBox.TabIndex = 38;
|
|
this.PathNodeFlags24CheckBox.Text = "Unused 8";
|
|
this.PathNodeFlags24CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags24CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags24CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags25CheckBox
|
|
//
|
|
this.PathNodeFlags25CheckBox.AutoSize = true;
|
|
this.PathNodeFlags25CheckBox.Location = new System.Drawing.Point(6, 129);
|
|
this.PathNodeFlags25CheckBox.Name = "PathNodeFlags25CheckBox";
|
|
this.PathNodeFlags25CheckBox.Size = new System.Drawing.Size(79, 17);
|
|
this.PathNodeFlags25CheckBox.TabIndex = 39;
|
|
this.PathNodeFlags25CheckBox.Text = "Slow unk 3";
|
|
this.PathNodeFlags25CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags25CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags25CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags2UpDown
|
|
//
|
|
this.PathNodeFlags2UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeFlags2UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeFlags2UpDown.Name = "PathNodeFlags2UpDown";
|
|
this.PathNodeFlags2UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeFlags2UpDown.TabIndex = 43;
|
|
this.PathNodeFlags2UpDown.ValueChanged += new System.EventHandler(this.PathNodeFlags2UpDown_ValueChanged);
|
|
//
|
|
// PathNodeFlags2Label
|
|
//
|
|
this.PathNodeFlags2Label.AutoSize = true;
|
|
this.PathNodeFlags2Label.Location = new System.Drawing.Point(74, 21);
|
|
this.PathNodeFlags2Label.Name = "PathNodeFlags2Label";
|
|
this.PathNodeFlags2Label.Size = new System.Drawing.Size(30, 13);
|
|
this.PathNodeFlags2Label.TabIndex = 44;
|
|
this.PathNodeFlags2Label.Text = "0x00";
|
|
//
|
|
// PathNodeFlags1GroupBox
|
|
//
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags11CheckBox);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags18CheckBox);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags12CheckBox);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags17CheckBox);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags13CheckBox);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags16CheckBox);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags14CheckBox);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags15CheckBox);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags1UpDown);
|
|
this.PathNodeFlags1GroupBox.Controls.Add(this.PathNodeFlags1Label);
|
|
this.PathNodeFlags1GroupBox.Location = new System.Drawing.Point(128, 96);
|
|
this.PathNodeFlags1GroupBox.Name = "PathNodeFlags1GroupBox";
|
|
this.PathNodeFlags1GroupBox.Size = new System.Drawing.Size(115, 216);
|
|
this.PathNodeFlags1GroupBox.TabIndex = 44;
|
|
this.PathNodeFlags1GroupBox.TabStop = false;
|
|
this.PathNodeFlags1GroupBox.Text = "Flags 1";
|
|
//
|
|
// PathNodeFlags11CheckBox
|
|
//
|
|
this.PathNodeFlags11CheckBox.AutoSize = true;
|
|
this.PathNodeFlags11CheckBox.Location = new System.Drawing.Point(6, 45);
|
|
this.PathNodeFlags11CheckBox.Name = "PathNodeFlags11CheckBox";
|
|
this.PathNodeFlags11CheckBox.Size = new System.Drawing.Size(82, 17);
|
|
this.PathNodeFlags11CheckBox.TabIndex = 35;
|
|
this.PathNodeFlags11CheckBox.Text = "L turn lane?";
|
|
this.PathNodeFlags11CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags11CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags11CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags18CheckBox
|
|
//
|
|
this.PathNodeFlags18CheckBox.AutoSize = true;
|
|
this.PathNodeFlags18CheckBox.Location = new System.Drawing.Point(6, 192);
|
|
this.PathNodeFlags18CheckBox.Name = "PathNodeFlags18CheckBox";
|
|
this.PathNodeFlags18CheckBox.Size = new System.Drawing.Size(96, 17);
|
|
this.PathNodeFlags18CheckBox.TabIndex = 42;
|
|
this.PathNodeFlags18CheckBox.Text = "Junction unk 4";
|
|
this.PathNodeFlags18CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags18CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags18CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags12CheckBox
|
|
//
|
|
this.PathNodeFlags12CheckBox.AutoSize = true;
|
|
this.PathNodeFlags12CheckBox.Location = new System.Drawing.Point(6, 66);
|
|
this.PathNodeFlags12CheckBox.Name = "PathNodeFlags12CheckBox";
|
|
this.PathNodeFlags12CheckBox.Size = new System.Drawing.Size(98, 17);
|
|
this.PathNodeFlags12CheckBox.TabIndex = 36;
|
|
this.PathNodeFlags12CheckBox.Text = "L turn no return";
|
|
this.PathNodeFlags12CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags12CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags12CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags17CheckBox
|
|
//
|
|
this.PathNodeFlags17CheckBox.AutoSize = true;
|
|
this.PathNodeFlags17CheckBox.Location = new System.Drawing.Point(6, 171);
|
|
this.PathNodeFlags17CheckBox.Name = "PathNodeFlags17CheckBox";
|
|
this.PathNodeFlags17CheckBox.Size = new System.Drawing.Size(108, 17);
|
|
this.PathNodeFlags17CheckBox.TabIndex = 41;
|
|
this.PathNodeFlags17CheckBox.Text = "Traffic light unk 3";
|
|
this.PathNodeFlags17CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags17CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags17CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags13CheckBox
|
|
//
|
|
this.PathNodeFlags13CheckBox.AutoSize = true;
|
|
this.PathNodeFlags13CheckBox.Location = new System.Drawing.Point(6, 87);
|
|
this.PathNodeFlags13CheckBox.Name = "PathNodeFlags13CheckBox";
|
|
this.PathNodeFlags13CheckBox.Size = new System.Drawing.Size(100, 17);
|
|
this.PathNodeFlags13CheckBox.TabIndex = 37;
|
|
this.PathNodeFlags13CheckBox.Text = "R turn no return";
|
|
this.PathNodeFlags13CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags13CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags13CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags16CheckBox
|
|
//
|
|
this.PathNodeFlags16CheckBox.AutoSize = true;
|
|
this.PathNodeFlags16CheckBox.Location = new System.Drawing.Point(6, 150);
|
|
this.PathNodeFlags16CheckBox.Name = "PathNodeFlags16CheckBox";
|
|
this.PathNodeFlags16CheckBox.Size = new System.Drawing.Size(96, 17);
|
|
this.PathNodeFlags16CheckBox.TabIndex = 40;
|
|
this.PathNodeFlags16CheckBox.Text = "Junction unk 3";
|
|
this.PathNodeFlags16CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags16CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags16CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags14CheckBox
|
|
//
|
|
this.PathNodeFlags14CheckBox.AutoSize = true;
|
|
this.PathNodeFlags14CheckBox.Location = new System.Drawing.Point(6, 108);
|
|
this.PathNodeFlags14CheckBox.Name = "PathNodeFlags14CheckBox";
|
|
this.PathNodeFlags14CheckBox.Size = new System.Drawing.Size(108, 17);
|
|
this.PathNodeFlags14CheckBox.TabIndex = 38;
|
|
this.PathNodeFlags14CheckBox.Text = "Traffic light unk 1";
|
|
this.PathNodeFlags14CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags14CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags14CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags15CheckBox
|
|
//
|
|
this.PathNodeFlags15CheckBox.AutoSize = true;
|
|
this.PathNodeFlags15CheckBox.Location = new System.Drawing.Point(6, 129);
|
|
this.PathNodeFlags15CheckBox.Name = "PathNodeFlags15CheckBox";
|
|
this.PathNodeFlags15CheckBox.Size = new System.Drawing.Size(108, 17);
|
|
this.PathNodeFlags15CheckBox.TabIndex = 39;
|
|
this.PathNodeFlags15CheckBox.Text = "Traffic light unk 2";
|
|
this.PathNodeFlags15CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags15CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags15CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags1UpDown
|
|
//
|
|
this.PathNodeFlags1UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeFlags1UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeFlags1UpDown.Name = "PathNodeFlags1UpDown";
|
|
this.PathNodeFlags1UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeFlags1UpDown.TabIndex = 43;
|
|
this.PathNodeFlags1UpDown.ValueChanged += new System.EventHandler(this.PathNodeFlags1UpDown_ValueChanged);
|
|
//
|
|
// PathNodeFlags1Label
|
|
//
|
|
this.PathNodeFlags1Label.AutoSize = true;
|
|
this.PathNodeFlags1Label.Location = new System.Drawing.Point(74, 21);
|
|
this.PathNodeFlags1Label.Name = "PathNodeFlags1Label";
|
|
this.PathNodeFlags1Label.Size = new System.Drawing.Size(30, 13);
|
|
this.PathNodeFlags1Label.TabIndex = 44;
|
|
this.PathNodeFlags1Label.Text = "0x00";
|
|
//
|
|
// PathNodeFlags0GroupBox
|
|
//
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags01CheckBox);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags08CheckBox);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags02CheckBox);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags07CheckBox);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags03CheckBox);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags06CheckBox);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags04CheckBox);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags05CheckBox);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags0UpDown);
|
|
this.PathNodeFlags0GroupBox.Controls.Add(this.PathNodeFlags0Label);
|
|
this.PathNodeFlags0GroupBox.Location = new System.Drawing.Point(7, 96);
|
|
this.PathNodeFlags0GroupBox.Name = "PathNodeFlags0GroupBox";
|
|
this.PathNodeFlags0GroupBox.Size = new System.Drawing.Size(115, 216);
|
|
this.PathNodeFlags0GroupBox.TabIndex = 43;
|
|
this.PathNodeFlags0GroupBox.TabStop = false;
|
|
this.PathNodeFlags0GroupBox.Text = "Flags 0";
|
|
//
|
|
// PathNodeFlags01CheckBox
|
|
//
|
|
this.PathNodeFlags01CheckBox.AutoSize = true;
|
|
this.PathNodeFlags01CheckBox.Location = new System.Drawing.Point(6, 45);
|
|
this.PathNodeFlags01CheckBox.Name = "PathNodeFlags01CheckBox";
|
|
this.PathNodeFlags01CheckBox.Size = new System.Drawing.Size(65, 17);
|
|
this.PathNodeFlags01CheckBox.TabIndex = 35;
|
|
this.PathNodeFlags01CheckBox.Text = "Scripted";
|
|
this.PathNodeFlags01CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags01CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags01CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags08CheckBox
|
|
//
|
|
this.PathNodeFlags08CheckBox.AutoSize = true;
|
|
this.PathNodeFlags08CheckBox.Location = new System.Drawing.Point(6, 192);
|
|
this.PathNodeFlags08CheckBox.Name = "PathNodeFlags08CheckBox";
|
|
this.PathNodeFlags08CheckBox.Size = new System.Drawing.Size(96, 17);
|
|
this.PathNodeFlags08CheckBox.TabIndex = 42;
|
|
this.PathNodeFlags08CheckBox.Text = "Junction unk 2";
|
|
this.PathNodeFlags08CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags08CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags08CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags02CheckBox
|
|
//
|
|
this.PathNodeFlags02CheckBox.AutoSize = true;
|
|
this.PathNodeFlags02CheckBox.Location = new System.Drawing.Point(6, 66);
|
|
this.PathNodeFlags02CheckBox.Name = "PathNodeFlags02CheckBox";
|
|
this.PathNodeFlags02CheckBox.Size = new System.Drawing.Size(89, 17);
|
|
this.PathNodeFlags02CheckBox.TabIndex = 36;
|
|
this.PathNodeFlags02CheckBox.Text = "GPS enable?";
|
|
this.PathNodeFlags02CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags02CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags02CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags07CheckBox
|
|
//
|
|
this.PathNodeFlags07CheckBox.AutoSize = true;
|
|
this.PathNodeFlags07CheckBox.Location = new System.Drawing.Point(6, 171);
|
|
this.PathNodeFlags07CheckBox.Name = "PathNodeFlags07CheckBox";
|
|
this.PathNodeFlags07CheckBox.Size = new System.Drawing.Size(96, 17);
|
|
this.PathNodeFlags07CheckBox.TabIndex = 41;
|
|
this.PathNodeFlags07CheckBox.Text = "Junction unk 1";
|
|
this.PathNodeFlags07CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags07CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags07CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags03CheckBox
|
|
//
|
|
this.PathNodeFlags03CheckBox.AutoSize = true;
|
|
this.PathNodeFlags03CheckBox.Location = new System.Drawing.Point(6, 87);
|
|
this.PathNodeFlags03CheckBox.Name = "PathNodeFlags03CheckBox";
|
|
this.PathNodeFlags03CheckBox.Size = new System.Drawing.Size(72, 17);
|
|
this.PathNodeFlags03CheckBox.TabIndex = 37;
|
|
this.PathNodeFlags03CheckBox.Text = "Unused 4";
|
|
this.PathNodeFlags03CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags03CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags03CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags06CheckBox
|
|
//
|
|
this.PathNodeFlags06CheckBox.AutoSize = true;
|
|
this.PathNodeFlags06CheckBox.Location = new System.Drawing.Point(6, 150);
|
|
this.PathNodeFlags06CheckBox.Name = "PathNodeFlags06CheckBox";
|
|
this.PathNodeFlags06CheckBox.Size = new System.Drawing.Size(79, 17);
|
|
this.PathNodeFlags06CheckBox.TabIndex = 40;
|
|
this.PathNodeFlags06CheckBox.Text = "Slow unk 1";
|
|
this.PathNodeFlags06CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags06CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags06CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags04CheckBox
|
|
//
|
|
this.PathNodeFlags04CheckBox.AutoSize = true;
|
|
this.PathNodeFlags04CheckBox.Location = new System.Drawing.Point(6, 108);
|
|
this.PathNodeFlags04CheckBox.Name = "PathNodeFlags04CheckBox";
|
|
this.PathNodeFlags04CheckBox.Size = new System.Drawing.Size(87, 17);
|
|
this.PathNodeFlags04CheckBox.TabIndex = 38;
|
|
this.PathNodeFlags04CheckBox.Text = "Gravel road?";
|
|
this.PathNodeFlags04CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags04CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags04CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags05CheckBox
|
|
//
|
|
this.PathNodeFlags05CheckBox.AutoSize = true;
|
|
this.PathNodeFlags05CheckBox.Location = new System.Drawing.Point(6, 129);
|
|
this.PathNodeFlags05CheckBox.Name = "PathNodeFlags05CheckBox";
|
|
this.PathNodeFlags05CheckBox.Size = new System.Drawing.Size(78, 17);
|
|
this.PathNodeFlags05CheckBox.TabIndex = 39;
|
|
this.PathNodeFlags05CheckBox.Text = "Unused 16";
|
|
this.PathNodeFlags05CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeFlags05CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeFlags05CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeFlags0UpDown
|
|
//
|
|
this.PathNodeFlags0UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeFlags0UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeFlags0UpDown.Name = "PathNodeFlags0UpDown";
|
|
this.PathNodeFlags0UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeFlags0UpDown.TabIndex = 43;
|
|
this.PathNodeFlags0UpDown.ValueChanged += new System.EventHandler(this.PathNodeFlags0UpDown_ValueChanged);
|
|
//
|
|
// PathNodeFlags0Label
|
|
//
|
|
this.PathNodeFlags0Label.AutoSize = true;
|
|
this.PathNodeFlags0Label.Location = new System.Drawing.Point(74, 21);
|
|
this.PathNodeFlags0Label.Name = "PathNodeFlags0Label";
|
|
this.PathNodeFlags0Label.Size = new System.Drawing.Size(30, 13);
|
|
this.PathNodeFlags0Label.TabIndex = 44;
|
|
this.PathNodeFlags0Label.Text = "0x00";
|
|
//
|
|
// PathNodeDeleteButton
|
|
//
|
|
this.PathNodeDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PathNodeDeleteButton.Enabled = false;
|
|
this.PathNodeDeleteButton.Location = new System.Drawing.Point(406, 36);
|
|
this.PathNodeDeleteButton.Name = "PathNodeDeleteButton";
|
|
this.PathNodeDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.PathNodeDeleteButton.TabIndex = 12;
|
|
this.PathNodeDeleteButton.Text = "Delete Node";
|
|
this.PathNodeDeleteButton.UseVisualStyleBackColor = true;
|
|
this.PathNodeDeleteButton.Click += new System.EventHandler(this.PathNodeDeleteButton_Click);
|
|
//
|
|
// PathNodeAreaIDUpDown
|
|
//
|
|
this.PathNodeAreaIDUpDown.Location = new System.Drawing.Point(78, 12);
|
|
this.PathNodeAreaIDUpDown.Maximum = new decimal(new int[] {
|
|
1023,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeAreaIDUpDown.Name = "PathNodeAreaIDUpDown";
|
|
this.PathNodeAreaIDUpDown.Size = new System.Drawing.Size(74, 20);
|
|
this.PathNodeAreaIDUpDown.TabIndex = 6;
|
|
this.PathNodeAreaIDUpDown.ValueChanged += new System.EventHandler(this.PathNodeAreaIDUpDown_ValueChanged);
|
|
//
|
|
// PathNodeAddToProjectButton
|
|
//
|
|
this.PathNodeAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PathNodeAddToProjectButton.Enabled = false;
|
|
this.PathNodeAddToProjectButton.Location = new System.Drawing.Point(310, 36);
|
|
this.PathNodeAddToProjectButton.Name = "PathNodeAddToProjectButton";
|
|
this.PathNodeAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.PathNodeAddToProjectButton.TabIndex = 11;
|
|
this.PathNodeAddToProjectButton.Text = "Add to Project";
|
|
this.PathNodeAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.PathNodeAddToProjectButton.Click += new System.EventHandler(this.PathNodeAddToProjectButton_Click);
|
|
//
|
|
// label49
|
|
//
|
|
this.label49.AutoSize = true;
|
|
this.label49.Location = new System.Drawing.Point(26, 14);
|
|
this.label49.Name = "label49";
|
|
this.label49.Size = new System.Drawing.Size(46, 13);
|
|
this.label49.TabIndex = 5;
|
|
this.label49.Text = "Area ID:";
|
|
//
|
|
// label50
|
|
//
|
|
this.label50.AutoSize = true;
|
|
this.label50.Location = new System.Drawing.Point(166, 14);
|
|
this.label50.Name = "label50";
|
|
this.label50.Size = new System.Drawing.Size(50, 13);
|
|
this.label50.TabIndex = 7;
|
|
this.label50.Text = "Node ID:";
|
|
//
|
|
// label68
|
|
//
|
|
this.label68.AutoSize = true;
|
|
this.label68.Location = new System.Drawing.Point(302, 14);
|
|
this.label68.Name = "label68";
|
|
this.label68.Size = new System.Drawing.Size(156, 13);
|
|
this.label68.TabIndex = 32;
|
|
this.label68.Text = "(These will be set automatically)";
|
|
//
|
|
// PathNodeNodeIDUpDown
|
|
//
|
|
this.PathNodeNodeIDUpDown.Location = new System.Drawing.Point(222, 12);
|
|
this.PathNodeNodeIDUpDown.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeNodeIDUpDown.Name = "PathNodeNodeIDUpDown";
|
|
this.PathNodeNodeIDUpDown.Size = new System.Drawing.Size(74, 20);
|
|
this.PathNodeNodeIDUpDown.TabIndex = 8;
|
|
this.PathNodeNodeIDUpDown.ValueChanged += new System.EventHandler(this.PathNodeNodeIDUpDown_ValueChanged);
|
|
//
|
|
// label52
|
|
//
|
|
this.label52.AutoSize = true;
|
|
this.label52.Location = new System.Drawing.Point(4, 67);
|
|
this.label52.Name = "label52";
|
|
this.label52.Size = new System.Drawing.Size(70, 13);
|
|
this.label52.TabIndex = 9;
|
|
this.label52.Text = "Street (hash):";
|
|
//
|
|
// PathNodeStreetHashTextBox
|
|
//
|
|
this.PathNodeStreetHashTextBox.Location = new System.Drawing.Point(78, 64);
|
|
this.PathNodeStreetHashTextBox.Name = "PathNodeStreetHashTextBox";
|
|
this.PathNodeStreetHashTextBox.Size = new System.Drawing.Size(138, 20);
|
|
this.PathNodeStreetHashTextBox.TabIndex = 13;
|
|
this.PathNodeStreetHashTextBox.TextChanged += new System.EventHandler(this.PathNodeStreetHashTextBox_TextChanged);
|
|
//
|
|
// PathNodeGoToButton
|
|
//
|
|
this.PathNodeGoToButton.Location = new System.Drawing.Point(222, 36);
|
|
this.PathNodeGoToButton.Name = "PathNodeGoToButton";
|
|
this.PathNodeGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.PathNodeGoToButton.TabIndex = 10;
|
|
this.PathNodeGoToButton.Text = "Go to";
|
|
this.PathNodeGoToButton.UseVisualStyleBackColor = true;
|
|
this.PathNodeGoToButton.Click += new System.EventHandler(this.PathNodeGoToButton_Click);
|
|
//
|
|
// PathNodeStreetNameLabel
|
|
//
|
|
this.PathNodeStreetNameLabel.AutoSize = true;
|
|
this.PathNodeStreetNameLabel.Location = new System.Drawing.Point(223, 67);
|
|
this.PathNodeStreetNameLabel.Name = "PathNodeStreetNameLabel";
|
|
this.PathNodeStreetNameLabel.Size = new System.Drawing.Size(73, 13);
|
|
this.PathNodeStreetNameLabel.TabIndex = 11;
|
|
this.PathNodeStreetNameLabel.Text = "Name: [None]";
|
|
//
|
|
// PathNodePositionTextBox
|
|
//
|
|
this.PathNodePositionTextBox.Location = new System.Drawing.Point(78, 38);
|
|
this.PathNodePositionTextBox.Name = "PathNodePositionTextBox";
|
|
this.PathNodePositionTextBox.Size = new System.Drawing.Size(138, 20);
|
|
this.PathNodePositionTextBox.TabIndex = 9;
|
|
this.PathNodePositionTextBox.TextChanged += new System.EventHandler(this.PathNodePositionTextBox_TextChanged);
|
|
//
|
|
// label55
|
|
//
|
|
this.label55.AutoSize = true;
|
|
this.label55.Location = new System.Drawing.Point(25, 41);
|
|
this.label55.Name = "label55";
|
|
this.label55.Size = new System.Drawing.Size(47, 13);
|
|
this.label55.TabIndex = 28;
|
|
this.label55.Text = "Position:";
|
|
//
|
|
// PathNodeLinksTabPage
|
|
//
|
|
this.PathNodeLinksTabPage.Controls.Add(this.splitContainer2);
|
|
this.PathNodeLinksTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.PathNodeLinksTabPage.Name = "PathNodeLinksTabPage";
|
|
this.PathNodeLinksTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.PathNodeLinksTabPage.Size = new System.Drawing.Size(499, 414);
|
|
this.PathNodeLinksTabPage.TabIndex = 0;
|
|
this.PathNodeLinksTabPage.Text = "Path Links";
|
|
this.PathNodeLinksTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.PathNodeRemoveLinkButton);
|
|
this.splitContainer2.Panel1.Controls.Add(this.PathNodeAddLinkButton);
|
|
this.splitContainer2.Panel1.Controls.Add(this.PathNodeLinksListBox);
|
|
this.splitContainer2.Panel1.Controls.Add(this.PathNodeLinkCountLabel);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.PathNodeLinkPanel);
|
|
this.splitContainer2.Size = new System.Drawing.Size(493, 408);
|
|
this.splitContainer2.SplitterDistance = 168;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// PathNodeRemoveLinkButton
|
|
//
|
|
this.PathNodeRemoveLinkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.PathNodeRemoveLinkButton.Location = new System.Drawing.Point(85, 382);
|
|
this.PathNodeRemoveLinkButton.Name = "PathNodeRemoveLinkButton";
|
|
this.PathNodeRemoveLinkButton.Size = new System.Drawing.Size(76, 23);
|
|
this.PathNodeRemoveLinkButton.TabIndex = 2;
|
|
this.PathNodeRemoveLinkButton.Text = "Remove";
|
|
this.PathNodeRemoveLinkButton.UseVisualStyleBackColor = true;
|
|
this.PathNodeRemoveLinkButton.Click += new System.EventHandler(this.PathNodeRemoveLinkButton_Click);
|
|
//
|
|
// PathNodeAddLinkButton
|
|
//
|
|
this.PathNodeAddLinkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.PathNodeAddLinkButton.Location = new System.Drawing.Point(3, 382);
|
|
this.PathNodeAddLinkButton.Name = "PathNodeAddLinkButton";
|
|
this.PathNodeAddLinkButton.Size = new System.Drawing.Size(76, 23);
|
|
this.PathNodeAddLinkButton.TabIndex = 1;
|
|
this.PathNodeAddLinkButton.Text = "Add";
|
|
this.PathNodeAddLinkButton.UseVisualStyleBackColor = true;
|
|
this.PathNodeAddLinkButton.Click += new System.EventHandler(this.PathNodeAddLinkButton_Click);
|
|
//
|
|
// PathNodeLinksListBox
|
|
//
|
|
this.PathNodeLinksListBox.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.PathNodeLinksListBox.FormattingEnabled = true;
|
|
this.PathNodeLinksListBox.Location = new System.Drawing.Point(0, 0);
|
|
this.PathNodeLinksListBox.Name = "PathNodeLinksListBox";
|
|
this.PathNodeLinksListBox.Size = new System.Drawing.Size(165, 342);
|
|
this.PathNodeLinksListBox.TabIndex = 0;
|
|
this.PathNodeLinksListBox.SelectedIndexChanged += new System.EventHandler(this.PathNodeLinksListBox_SelectedIndexChanged);
|
|
//
|
|
// PathNodeLinkCountLabel
|
|
//
|
|
this.PathNodeLinkCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.PathNodeLinkCountLabel.AutoSize = true;
|
|
this.PathNodeLinkCountLabel.Location = new System.Drawing.Point(3, 366);
|
|
this.PathNodeLinkCountLabel.Name = "PathNodeLinkCountLabel";
|
|
this.PathNodeLinkCountLabel.Size = new System.Drawing.Size(70, 13);
|
|
this.PathNodeLinkCountLabel.TabIndex = 31;
|
|
this.PathNodeLinkCountLabel.Text = "Link Count: 0";
|
|
//
|
|
// PathNodeLinkPanel
|
|
//
|
|
this.PathNodeLinkPanel.Controls.Add(this.PathLinkFlags2GroupBox);
|
|
this.PathNodeLinkPanel.Controls.Add(this.PathLinkFlags1GroupBox);
|
|
this.PathNodeLinkPanel.Controls.Add(this.PathLinkFlags0GroupBox);
|
|
this.PathNodeLinkPanel.Controls.Add(this.PathNodeLinkageStatusLabel);
|
|
this.PathNodeLinkPanel.Controls.Add(this.PathNodeLinkLengthUpDown);
|
|
this.PathNodeLinkPanel.Controls.Add(this.label57);
|
|
this.PathNodeLinkPanel.Controls.Add(this.PathNodeLinkNodeIDUpDown);
|
|
this.PathNodeLinkPanel.Controls.Add(this.label51);
|
|
this.PathNodeLinkPanel.Controls.Add(this.PathNodeLinkAreaIDUpDown);
|
|
this.PathNodeLinkPanel.Controls.Add(this.label54);
|
|
this.PathNodeLinkPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.PathNodeLinkPanel.Enabled = false;
|
|
this.PathNodeLinkPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.PathNodeLinkPanel.Name = "PathNodeLinkPanel";
|
|
this.PathNodeLinkPanel.Size = new System.Drawing.Size(321, 408);
|
|
this.PathNodeLinkPanel.TabIndex = 0;
|
|
//
|
|
// PathLinkFlags2GroupBox
|
|
//
|
|
this.PathLinkFlags2GroupBox.Controls.Add(this.PathNodeLinkFlags21CheckBox);
|
|
this.PathLinkFlags2GroupBox.Controls.Add(this.PathNodeLinkFlags22CheckBox);
|
|
this.PathLinkFlags2GroupBox.Controls.Add(this.label53);
|
|
this.PathLinkFlags2GroupBox.Controls.Add(this.PathNodeLinkFwdLanesUpDown);
|
|
this.PathLinkFlags2GroupBox.Controls.Add(this.label56);
|
|
this.PathLinkFlags2GroupBox.Controls.Add(this.PathNodeLinkBackLanesUpDown);
|
|
this.PathLinkFlags2GroupBox.Controls.Add(this.PathNodeLinkFlags2UpDown);
|
|
this.PathLinkFlags2GroupBox.Controls.Add(this.PathNodeLinkFlags2Label);
|
|
this.PathLinkFlags2GroupBox.Location = new System.Drawing.Point(13, 240);
|
|
this.PathLinkFlags2GroupBox.Name = "PathLinkFlags2GroupBox";
|
|
this.PathLinkFlags2GroupBox.Size = new System.Drawing.Size(141, 145);
|
|
this.PathLinkFlags2GroupBox.TabIndex = 18;
|
|
this.PathLinkFlags2GroupBox.TabStop = false;
|
|
this.PathLinkFlags2GroupBox.Text = "Flags 2";
|
|
//
|
|
// PathNodeLinkFlags21CheckBox
|
|
//
|
|
this.PathNodeLinkFlags21CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags21CheckBox.Location = new System.Drawing.Point(6, 45);
|
|
this.PathNodeLinkFlags21CheckBox.Name = "PathNodeLinkFlags21CheckBox";
|
|
this.PathNodeLinkFlags21CheckBox.Size = new System.Drawing.Size(123, 17);
|
|
this.PathNodeLinkFlags21CheckBox.TabIndex = 33;
|
|
this.PathNodeLinkFlags21CheckBox.Text = "Angled/merged links";
|
|
this.PathNodeLinkFlags21CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags21CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags21CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeLinkFlags22CheckBox
|
|
//
|
|
this.PathNodeLinkFlags22CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags22CheckBox.Location = new System.Drawing.Point(6, 66);
|
|
this.PathNodeLinkFlags22CheckBox.Name = "PathNodeLinkFlags22CheckBox";
|
|
this.PathNodeLinkFlags22CheckBox.Size = new System.Drawing.Size(129, 17);
|
|
this.PathNodeLinkFlags22CheckBox.TabIndex = 34;
|
|
this.PathNodeLinkFlags22CheckBox.Text = "Lane change / U-turn";
|
|
this.PathNodeLinkFlags22CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags22CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags22CheckBox_CheckedChanged);
|
|
//
|
|
// label53
|
|
//
|
|
this.label53.AutoSize = true;
|
|
this.label53.Location = new System.Drawing.Point(7, 118);
|
|
this.label53.Name = "label53";
|
|
this.label53.Size = new System.Drawing.Size(58, 13);
|
|
this.label53.TabIndex = 37;
|
|
this.label53.Text = "Fwd lanes:";
|
|
//
|
|
// PathNodeLinkFwdLanesUpDown
|
|
//
|
|
this.PathNodeLinkFwdLanesUpDown.Location = new System.Drawing.Point(71, 116);
|
|
this.PathNodeLinkFwdLanesUpDown.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkFwdLanesUpDown.Name = "PathNodeLinkFwdLanesUpDown";
|
|
this.PathNodeLinkFwdLanesUpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeLinkFwdLanesUpDown.TabIndex = 38;
|
|
this.PathNodeLinkFwdLanesUpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkFwdLanesUpDown_ValueChanged);
|
|
//
|
|
// label56
|
|
//
|
|
this.label56.AutoSize = true;
|
|
this.label56.Location = new System.Drawing.Point(3, 92);
|
|
this.label56.Name = "label56";
|
|
this.label56.Size = new System.Drawing.Size(63, 13);
|
|
this.label56.TabIndex = 35;
|
|
this.label56.Text = "Back lanes:";
|
|
//
|
|
// PathNodeLinkBackLanesUpDown
|
|
//
|
|
this.PathNodeLinkBackLanesUpDown.Location = new System.Drawing.Point(72, 90);
|
|
this.PathNodeLinkBackLanesUpDown.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkBackLanesUpDown.Name = "PathNodeLinkBackLanesUpDown";
|
|
this.PathNodeLinkBackLanesUpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeLinkBackLanesUpDown.TabIndex = 36;
|
|
this.PathNodeLinkBackLanesUpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkBackLanesUpDown_ValueChanged);
|
|
//
|
|
// PathNodeLinkFlags2UpDown
|
|
//
|
|
this.PathNodeLinkFlags2UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeLinkFlags2UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkFlags2UpDown.Name = "PathNodeLinkFlags2UpDown";
|
|
this.PathNodeLinkFlags2UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeLinkFlags2UpDown.TabIndex = 31;
|
|
this.PathNodeLinkFlags2UpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkFlags2UpDown_ValueChanged);
|
|
//
|
|
// PathNodeLinkFlags2Label
|
|
//
|
|
this.PathNodeLinkFlags2Label.AutoSize = true;
|
|
this.PathNodeLinkFlags2Label.Location = new System.Drawing.Point(74, 21);
|
|
this.PathNodeLinkFlags2Label.Name = "PathNodeLinkFlags2Label";
|
|
this.PathNodeLinkFlags2Label.Size = new System.Drawing.Size(30, 13);
|
|
this.PathNodeLinkFlags2Label.TabIndex = 32;
|
|
this.PathNodeLinkFlags2Label.Text = "0x00";
|
|
//
|
|
// PathLinkFlags1GroupBox
|
|
//
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.PathNodeLinkOffsetSizeUpDown);
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.label61);
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.PathNodeLinkFlags11CheckBox);
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.PathNodeLinkFlags18CheckBox);
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.PathNodeLinkFlags12CheckBox);
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.PathNodeLinkFlags13CheckBox);
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.PathNodeLinkFlags14CheckBox);
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.PathNodeLinkFlags1UpDown);
|
|
this.PathLinkFlags1GroupBox.Controls.Add(this.PathNodeLinkFlags1Label);
|
|
this.PathLinkFlags1GroupBox.Location = new System.Drawing.Point(165, 93);
|
|
this.PathLinkFlags1GroupBox.Name = "PathLinkFlags1GroupBox";
|
|
this.PathLinkFlags1GroupBox.Size = new System.Drawing.Size(133, 181);
|
|
this.PathLinkFlags1GroupBox.TabIndex = 17;
|
|
this.PathLinkFlags1GroupBox.TabStop = false;
|
|
this.PathLinkFlags1GroupBox.Text = "Flags 1";
|
|
//
|
|
// PathNodeLinkOffsetSizeUpDown
|
|
//
|
|
this.PathNodeLinkOffsetSizeUpDown.Location = new System.Drawing.Point(70, 152);
|
|
this.PathNodeLinkOffsetSizeUpDown.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkOffsetSizeUpDown.Name = "PathNodeLinkOffsetSizeUpDown";
|
|
this.PathNodeLinkOffsetSizeUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.PathNodeLinkOffsetSizeUpDown.TabIndex = 39;
|
|
this.PathNodeLinkOffsetSizeUpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkOffsetSizeUpDown_ValueChanged);
|
|
//
|
|
// label61
|
|
//
|
|
this.label61.AutoSize = true;
|
|
this.label61.Location = new System.Drawing.Point(6, 154);
|
|
this.label61.Name = "label61";
|
|
this.label61.Size = new System.Drawing.Size(59, 13);
|
|
this.label61.TabIndex = 38;
|
|
this.label61.Text = "Offset size:";
|
|
//
|
|
// PathNodeLinkFlags11CheckBox
|
|
//
|
|
this.PathNodeLinkFlags11CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags11CheckBox.Location = new System.Drawing.Point(6, 45);
|
|
this.PathNodeLinkFlags11CheckBox.Name = "PathNodeLinkFlags11CheckBox";
|
|
this.PathNodeLinkFlags11CheckBox.Size = new System.Drawing.Size(72, 17);
|
|
this.PathNodeLinkFlags11CheckBox.TabIndex = 30;
|
|
this.PathNodeLinkFlags11CheckBox.Text = "Unused 1";
|
|
this.PathNodeLinkFlags11CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags11CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags11CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeLinkFlags18CheckBox
|
|
//
|
|
this.PathNodeLinkFlags18CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags18CheckBox.Location = new System.Drawing.Point(6, 129);
|
|
this.PathNodeLinkFlags18CheckBox.Name = "PathNodeLinkFlags18CheckBox";
|
|
this.PathNodeLinkFlags18CheckBox.Size = new System.Drawing.Size(98, 17);
|
|
this.PathNodeLinkFlags18CheckBox.TabIndex = 37;
|
|
this.PathNodeLinkFlags18CheckBox.Text = "Negative offset";
|
|
this.PathNodeLinkFlags18CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags18CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags18CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeLinkFlags12CheckBox
|
|
//
|
|
this.PathNodeLinkFlags12CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags12CheckBox.Location = new System.Drawing.Point(6, 66);
|
|
this.PathNodeLinkFlags12CheckBox.Name = "PathNodeLinkFlags12CheckBox";
|
|
this.PathNodeLinkFlags12CheckBox.Size = new System.Drawing.Size(81, 17);
|
|
this.PathNodeLinkFlags12CheckBox.TabIndex = 31;
|
|
this.PathNodeLinkFlags12CheckBox.Text = "Unknown 1";
|
|
this.PathNodeLinkFlags12CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags12CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags12CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeLinkFlags13CheckBox
|
|
//
|
|
this.PathNodeLinkFlags13CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags13CheckBox.Location = new System.Drawing.Point(6, 87);
|
|
this.PathNodeLinkFlags13CheckBox.Name = "PathNodeLinkFlags13CheckBox";
|
|
this.PathNodeLinkFlags13CheckBox.Size = new System.Drawing.Size(73, 17);
|
|
this.PathNodeLinkFlags13CheckBox.TabIndex = 32;
|
|
this.PathNodeLinkFlags13CheckBox.Text = "Dead end";
|
|
this.PathNodeLinkFlags13CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags13CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags13CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeLinkFlags14CheckBox
|
|
//
|
|
this.PathNodeLinkFlags14CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags14CheckBox.Location = new System.Drawing.Point(6, 108);
|
|
this.PathNodeLinkFlags14CheckBox.Name = "PathNodeLinkFlags14CheckBox";
|
|
this.PathNodeLinkFlags14CheckBox.Size = new System.Drawing.Size(92, 17);
|
|
this.PathNodeLinkFlags14CheckBox.TabIndex = 33;
|
|
this.PathNodeLinkFlags14CheckBox.Text = "Dead end exit";
|
|
this.PathNodeLinkFlags14CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags14CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags14CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeLinkFlags1UpDown
|
|
//
|
|
this.PathNodeLinkFlags1UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeLinkFlags1UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkFlags1UpDown.Name = "PathNodeLinkFlags1UpDown";
|
|
this.PathNodeLinkFlags1UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeLinkFlags1UpDown.TabIndex = 28;
|
|
this.PathNodeLinkFlags1UpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkFlags1UpDown_ValueChanged);
|
|
//
|
|
// PathNodeLinkFlags1Label
|
|
//
|
|
this.PathNodeLinkFlags1Label.AutoSize = true;
|
|
this.PathNodeLinkFlags1Label.Location = new System.Drawing.Point(74, 21);
|
|
this.PathNodeLinkFlags1Label.Name = "PathNodeLinkFlags1Label";
|
|
this.PathNodeLinkFlags1Label.Size = new System.Drawing.Size(30, 13);
|
|
this.PathNodeLinkFlags1Label.TabIndex = 29;
|
|
this.PathNodeLinkFlags1Label.Text = "0x00";
|
|
//
|
|
// PathLinkFlags0GroupBox
|
|
//
|
|
this.PathLinkFlags0GroupBox.Controls.Add(this.PathNodeLinkFlags04UpDown);
|
|
this.PathLinkFlags0GroupBox.Controls.Add(this.label60);
|
|
this.PathLinkFlags0GroupBox.Controls.Add(this.PathNodeLinkFlags03UpDown);
|
|
this.PathLinkFlags0GroupBox.Controls.Add(this.label58);
|
|
this.PathLinkFlags0GroupBox.Controls.Add(this.PathNodeLinkFlags01CheckBox);
|
|
this.PathLinkFlags0GroupBox.Controls.Add(this.PathNodeLinkFlags02CheckBox);
|
|
this.PathLinkFlags0GroupBox.Controls.Add(this.PathNodeLinkFlags0UpDown);
|
|
this.PathLinkFlags0GroupBox.Controls.Add(this.PathNodeLinkFlags0Label);
|
|
this.PathLinkFlags0GroupBox.Location = new System.Drawing.Point(13, 93);
|
|
this.PathLinkFlags0GroupBox.Name = "PathLinkFlags0GroupBox";
|
|
this.PathLinkFlags0GroupBox.Size = new System.Drawing.Size(141, 141);
|
|
this.PathLinkFlags0GroupBox.TabIndex = 16;
|
|
this.PathLinkFlags0GroupBox.TabStop = false;
|
|
this.PathLinkFlags0GroupBox.Text = "Flags 0";
|
|
//
|
|
// PathNodeLinkFlags04UpDown
|
|
//
|
|
this.PathNodeLinkFlags04UpDown.Location = new System.Drawing.Point(71, 112);
|
|
this.PathNodeLinkFlags04UpDown.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkFlags04UpDown.Name = "PathNodeLinkFlags04UpDown";
|
|
this.PathNodeLinkFlags04UpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.PathNodeLinkFlags04UpDown.TabIndex = 32;
|
|
this.PathNodeLinkFlags04UpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkFlags04UpDown_ValueChanged);
|
|
//
|
|
// label60
|
|
//
|
|
this.label60.AutoSize = true;
|
|
this.label60.Location = new System.Drawing.Point(26, 114);
|
|
this.label60.Name = "label60";
|
|
this.label60.Size = new System.Drawing.Size(39, 13);
|
|
this.label60.TabIndex = 31;
|
|
this.label60.Text = "Unk 2:";
|
|
//
|
|
// PathNodeLinkFlags03UpDown
|
|
//
|
|
this.PathNodeLinkFlags03UpDown.Location = new System.Drawing.Point(71, 88);
|
|
this.PathNodeLinkFlags03UpDown.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkFlags03UpDown.Name = "PathNodeLinkFlags03UpDown";
|
|
this.PathNodeLinkFlags03UpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.PathNodeLinkFlags03UpDown.TabIndex = 30;
|
|
this.PathNodeLinkFlags03UpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkFlags03UpDown_ValueChanged);
|
|
//
|
|
// label58
|
|
//
|
|
this.label58.AutoSize = true;
|
|
this.label58.Location = new System.Drawing.Point(26, 90);
|
|
this.label58.Name = "label58";
|
|
this.label58.Size = new System.Drawing.Size(39, 13);
|
|
this.label58.TabIndex = 29;
|
|
this.label58.Text = "Unk 1:";
|
|
//
|
|
// PathNodeLinkFlags01CheckBox
|
|
//
|
|
this.PathNodeLinkFlags01CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags01CheckBox.Location = new System.Drawing.Point(6, 45);
|
|
this.PathNodeLinkFlags01CheckBox.Name = "PathNodeLinkFlags01CheckBox";
|
|
this.PathNodeLinkFlags01CheckBox.Size = new System.Drawing.Size(70, 17);
|
|
this.PathNodeLinkFlags01CheckBox.TabIndex = 27;
|
|
this.PathNodeLinkFlags01CheckBox.Text = "Special 1";
|
|
this.PathNodeLinkFlags01CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags01CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags01CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeLinkFlags02CheckBox
|
|
//
|
|
this.PathNodeLinkFlags02CheckBox.AutoSize = true;
|
|
this.PathNodeLinkFlags02CheckBox.Location = new System.Drawing.Point(6, 66);
|
|
this.PathNodeLinkFlags02CheckBox.Name = "PathNodeLinkFlags02CheckBox";
|
|
this.PathNodeLinkFlags02CheckBox.Size = new System.Drawing.Size(86, 17);
|
|
this.PathNodeLinkFlags02CheckBox.TabIndex = 28;
|
|
this.PathNodeLinkFlags02CheckBox.Text = "Scripted unk";
|
|
this.PathNodeLinkFlags02CheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeLinkFlags02CheckBox.CheckedChanged += new System.EventHandler(this.PathNodeLinkFlags02CheckBox_CheckedChanged);
|
|
//
|
|
// PathNodeLinkFlags0UpDown
|
|
//
|
|
this.PathNodeLinkFlags0UpDown.Location = new System.Drawing.Point(6, 19);
|
|
this.PathNodeLinkFlags0UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkFlags0UpDown.Name = "PathNodeLinkFlags0UpDown";
|
|
this.PathNodeLinkFlags0UpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeLinkFlags0UpDown.TabIndex = 25;
|
|
this.PathNodeLinkFlags0UpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkFlags0UpDown_ValueChanged);
|
|
//
|
|
// PathNodeLinkFlags0Label
|
|
//
|
|
this.PathNodeLinkFlags0Label.AutoSize = true;
|
|
this.PathNodeLinkFlags0Label.Location = new System.Drawing.Point(74, 21);
|
|
this.PathNodeLinkFlags0Label.Name = "PathNodeLinkFlags0Label";
|
|
this.PathNodeLinkFlags0Label.Size = new System.Drawing.Size(30, 13);
|
|
this.PathNodeLinkFlags0Label.TabIndex = 26;
|
|
this.PathNodeLinkFlags0Label.Text = "0x00";
|
|
//
|
|
// PathNodeLinkageStatusLabel
|
|
//
|
|
this.PathNodeLinkageStatusLabel.AutoSize = true;
|
|
this.PathNodeLinkageStatusLabel.Location = new System.Drawing.Point(74, 33);
|
|
this.PathNodeLinkageStatusLabel.Name = "PathNodeLinkageStatusLabel";
|
|
this.PathNodeLinkageStatusLabel.Size = new System.Drawing.Size(10, 13);
|
|
this.PathNodeLinkageStatusLabel.TabIndex = 13;
|
|
this.PathNodeLinkageStatusLabel.Text = "-";
|
|
//
|
|
// PathNodeLinkLengthUpDown
|
|
//
|
|
this.PathNodeLinkLengthUpDown.Location = new System.Drawing.Point(74, 57);
|
|
this.PathNodeLinkLengthUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkLengthUpDown.Name = "PathNodeLinkLengthUpDown";
|
|
this.PathNodeLinkLengthUpDown.Size = new System.Drawing.Size(74, 20);
|
|
this.PathNodeLinkLengthUpDown.TabIndex = 15;
|
|
this.PathNodeLinkLengthUpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkLengthUpDown_ValueChanged);
|
|
//
|
|
// label57
|
|
//
|
|
this.label57.AutoSize = true;
|
|
this.label57.Location = new System.Drawing.Point(6, 59);
|
|
this.label57.Name = "label57";
|
|
this.label57.Size = new System.Drawing.Size(62, 13);
|
|
this.label57.TabIndex = 14;
|
|
this.label57.Text = "Link length:";
|
|
//
|
|
// PathNodeLinkNodeIDUpDown
|
|
//
|
|
this.PathNodeLinkNodeIDUpDown.Location = new System.Drawing.Point(219, 8);
|
|
this.PathNodeLinkNodeIDUpDown.Maximum = new decimal(new int[] {
|
|
100000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkNodeIDUpDown.Name = "PathNodeLinkNodeIDUpDown";
|
|
this.PathNodeLinkNodeIDUpDown.Size = new System.Drawing.Size(74, 20);
|
|
this.PathNodeLinkNodeIDUpDown.TabIndex = 12;
|
|
this.PathNodeLinkNodeIDUpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkNodeIDUpDown_ValueChanged);
|
|
//
|
|
// label51
|
|
//
|
|
this.label51.AutoSize = true;
|
|
this.label51.Location = new System.Drawing.Point(163, 10);
|
|
this.label51.Name = "label51";
|
|
this.label51.Size = new System.Drawing.Size(50, 13);
|
|
this.label51.TabIndex = 11;
|
|
this.label51.Text = "Node ID:";
|
|
//
|
|
// PathNodeLinkAreaIDUpDown
|
|
//
|
|
this.PathNodeLinkAreaIDUpDown.Location = new System.Drawing.Point(74, 8);
|
|
this.PathNodeLinkAreaIDUpDown.Maximum = new decimal(new int[] {
|
|
1023,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeLinkAreaIDUpDown.Name = "PathNodeLinkAreaIDUpDown";
|
|
this.PathNodeLinkAreaIDUpDown.Size = new System.Drawing.Size(74, 20);
|
|
this.PathNodeLinkAreaIDUpDown.TabIndex = 10;
|
|
this.PathNodeLinkAreaIDUpDown.ValueChanged += new System.EventHandler(this.PathNodeLinkAreaIDUpDown_ValueChanged);
|
|
//
|
|
// label54
|
|
//
|
|
this.label54.AutoSize = true;
|
|
this.label54.Location = new System.Drawing.Point(22, 10);
|
|
this.label54.Name = "label54";
|
|
this.label54.Size = new System.Drawing.Size(46, 13);
|
|
this.label54.TabIndex = 9;
|
|
this.label54.Text = "Area ID:";
|
|
//
|
|
// PathNodeJunctionTabPage
|
|
//
|
|
this.PathNodeJunctionTabPage.Controls.Add(this.label78);
|
|
this.PathNodeJunctionTabPage.Controls.Add(this.PathNodeJunctionPanel);
|
|
this.PathNodeJunctionTabPage.Controls.Add(this.PathNodeJunctionEnableCheckBox);
|
|
this.PathNodeJunctionTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.PathNodeJunctionTabPage.Name = "PathNodeJunctionTabPage";
|
|
this.PathNodeJunctionTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.PathNodeJunctionTabPage.Size = new System.Drawing.Size(499, 414);
|
|
this.PathNodeJunctionTabPage.TabIndex = 1;
|
|
this.PathNodeJunctionTabPage.Text = "Junction";
|
|
this.PathNodeJunctionTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// label78
|
|
//
|
|
this.label78.AutoSize = true;
|
|
this.label78.Location = new System.Drawing.Point(182, 7);
|
|
this.label78.Name = "label78";
|
|
this.label78.Size = new System.Drawing.Size(113, 13);
|
|
this.label78.TabIndex = 51;
|
|
this.label78.Text = "Height map byte array:";
|
|
//
|
|
// PathNodeJunctionPanel
|
|
//
|
|
this.PathNodeJunctionPanel.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.PathNodeJunctionPanel.Controls.Add(this.PathNodeJunctionPosYUpDown);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.label59);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.PathNodeJunctionPosXUpDown);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.label69);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.PathNodeJunctionHeightmapBytesTextBox);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.PathNodeJunctionHeightmapDimYUpDown);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.label77);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.PathNodeJunctionHeightmapDimXUpDown);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.label76);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.PathNodeJunctionMinZUpDown);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.label67);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.PathNodeJunctionMaxZUpDown);
|
|
this.PathNodeJunctionPanel.Controls.Add(this.label65);
|
|
this.PathNodeJunctionPanel.Enabled = false;
|
|
this.PathNodeJunctionPanel.Location = new System.Drawing.Point(6, 29);
|
|
this.PathNodeJunctionPanel.Name = "PathNodeJunctionPanel";
|
|
this.PathNodeJunctionPanel.Size = new System.Drawing.Size(490, 379);
|
|
this.PathNodeJunctionPanel.TabIndex = 1;
|
|
//
|
|
// PathNodeJunctionPosYUpDown
|
|
//
|
|
this.PathNodeJunctionPosYUpDown.Location = new System.Drawing.Point(57, 81);
|
|
this.PathNodeJunctionPosYUpDown.Maximum = new decimal(new int[] {
|
|
32767,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionPosYUpDown.Minimum = new decimal(new int[] {
|
|
32768,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.PathNodeJunctionPosYUpDown.Name = "PathNodeJunctionPosYUpDown";
|
|
this.PathNodeJunctionPosYUpDown.Size = new System.Drawing.Size(86, 20);
|
|
this.PathNodeJunctionPosYUpDown.TabIndex = 53;
|
|
this.PathNodeJunctionPosYUpDown.ValueChanged += new System.EventHandler(this.PathNodeJunctionPosYUpDown_ValueChanged);
|
|
//
|
|
// label59
|
|
//
|
|
this.label59.AutoSize = true;
|
|
this.label59.Location = new System.Drawing.Point(13, 83);
|
|
this.label59.Name = "label59";
|
|
this.label59.Size = new System.Drawing.Size(38, 13);
|
|
this.label59.TabIndex = 54;
|
|
this.label59.Text = "Pos Y:";
|
|
//
|
|
// PathNodeJunctionPosXUpDown
|
|
//
|
|
this.PathNodeJunctionPosXUpDown.Location = new System.Drawing.Point(57, 55);
|
|
this.PathNodeJunctionPosXUpDown.Maximum = new decimal(new int[] {
|
|
32767,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionPosXUpDown.Minimum = new decimal(new int[] {
|
|
32768,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.PathNodeJunctionPosXUpDown.Name = "PathNodeJunctionPosXUpDown";
|
|
this.PathNodeJunctionPosXUpDown.Size = new System.Drawing.Size(86, 20);
|
|
this.PathNodeJunctionPosXUpDown.TabIndex = 51;
|
|
this.PathNodeJunctionPosXUpDown.ValueChanged += new System.EventHandler(this.PathNodeJunctionPosXUpDown_ValueChanged);
|
|
//
|
|
// label69
|
|
//
|
|
this.label69.AutoSize = true;
|
|
this.label69.Location = new System.Drawing.Point(13, 57);
|
|
this.label69.Name = "label69";
|
|
this.label69.Size = new System.Drawing.Size(38, 13);
|
|
this.label69.TabIndex = 52;
|
|
this.label69.Text = "Pos X:";
|
|
//
|
|
// PathNodeJunctionHeightmapBytesTextBox
|
|
//
|
|
this.PathNodeJunctionHeightmapBytesTextBox.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.PathNodeJunctionHeightmapBytesTextBox.Location = new System.Drawing.Point(159, 3);
|
|
this.PathNodeJunctionHeightmapBytesTextBox.Multiline = true;
|
|
this.PathNodeJunctionHeightmapBytesTextBox.Name = "PathNodeJunctionHeightmapBytesTextBox";
|
|
this.PathNodeJunctionHeightmapBytesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.PathNodeJunctionHeightmapBytesTextBox.Size = new System.Drawing.Size(328, 373);
|
|
this.PathNodeJunctionHeightmapBytesTextBox.TabIndex = 50;
|
|
this.PathNodeJunctionHeightmapBytesTextBox.WordWrap = false;
|
|
this.PathNodeJunctionHeightmapBytesTextBox.TextChanged += new System.EventHandler(this.PathNodeJunctionHeightmapBytesTextBox_TextChanged);
|
|
//
|
|
// PathNodeJunctionHeightmapDimYUpDown
|
|
//
|
|
this.PathNodeJunctionHeightmapDimYUpDown.Location = new System.Drawing.Point(57, 133);
|
|
this.PathNodeJunctionHeightmapDimYUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionHeightmapDimYUpDown.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionHeightmapDimYUpDown.Name = "PathNodeJunctionHeightmapDimYUpDown";
|
|
this.PathNodeJunctionHeightmapDimYUpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeJunctionHeightmapDimYUpDown.TabIndex = 49;
|
|
this.PathNodeJunctionHeightmapDimYUpDown.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionHeightmapDimYUpDown.ValueChanged += new System.EventHandler(this.PathNodeJunctionHeightmapDimYUpDown_ValueChanged);
|
|
//
|
|
// label77
|
|
//
|
|
this.label77.AutoSize = true;
|
|
this.label77.Location = new System.Drawing.Point(11, 135);
|
|
this.label77.Name = "label77";
|
|
this.label77.Size = new System.Drawing.Size(40, 13);
|
|
this.label77.TabIndex = 48;
|
|
this.label77.Text = "Size Y:";
|
|
//
|
|
// PathNodeJunctionHeightmapDimXUpDown
|
|
//
|
|
this.PathNodeJunctionHeightmapDimXUpDown.Location = new System.Drawing.Point(57, 107);
|
|
this.PathNodeJunctionHeightmapDimXUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionHeightmapDimXUpDown.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionHeightmapDimXUpDown.Name = "PathNodeJunctionHeightmapDimXUpDown";
|
|
this.PathNodeJunctionHeightmapDimXUpDown.Size = new System.Drawing.Size(62, 20);
|
|
this.PathNodeJunctionHeightmapDimXUpDown.TabIndex = 47;
|
|
this.PathNodeJunctionHeightmapDimXUpDown.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionHeightmapDimXUpDown.ValueChanged += new System.EventHandler(this.PathNodeJunctionHeightmapDimXUpDown_ValueChanged);
|
|
//
|
|
// label76
|
|
//
|
|
this.label76.AutoSize = true;
|
|
this.label76.Location = new System.Drawing.Point(11, 109);
|
|
this.label76.Name = "label76";
|
|
this.label76.Size = new System.Drawing.Size(40, 13);
|
|
this.label76.TabIndex = 46;
|
|
this.label76.Text = "Size X:";
|
|
//
|
|
// PathNodeJunctionMinZUpDown
|
|
//
|
|
this.PathNodeJunctionMinZUpDown.Location = new System.Drawing.Point(57, 29);
|
|
this.PathNodeJunctionMinZUpDown.Maximum = new decimal(new int[] {
|
|
32767,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionMinZUpDown.Minimum = new decimal(new int[] {
|
|
32768,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.PathNodeJunctionMinZUpDown.Name = "PathNodeJunctionMinZUpDown";
|
|
this.PathNodeJunctionMinZUpDown.Size = new System.Drawing.Size(86, 20);
|
|
this.PathNodeJunctionMinZUpDown.TabIndex = 32;
|
|
this.PathNodeJunctionMinZUpDown.ValueChanged += new System.EventHandler(this.PathNodeJunctionMinZUpDown_ValueChanged);
|
|
//
|
|
// label67
|
|
//
|
|
this.label67.AutoSize = true;
|
|
this.label67.Location = new System.Drawing.Point(14, 32);
|
|
this.label67.Name = "label67";
|
|
this.label67.Size = new System.Drawing.Size(37, 13);
|
|
this.label67.TabIndex = 33;
|
|
this.label67.Text = "Min Z:";
|
|
//
|
|
// PathNodeJunctionMaxZUpDown
|
|
//
|
|
this.PathNodeJunctionMaxZUpDown.Location = new System.Drawing.Point(57, 3);
|
|
this.PathNodeJunctionMaxZUpDown.Maximum = new decimal(new int[] {
|
|
32767,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PathNodeJunctionMaxZUpDown.Minimum = new decimal(new int[] {
|
|
32768,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.PathNodeJunctionMaxZUpDown.Name = "PathNodeJunctionMaxZUpDown";
|
|
this.PathNodeJunctionMaxZUpDown.Size = new System.Drawing.Size(86, 20);
|
|
this.PathNodeJunctionMaxZUpDown.TabIndex = 30;
|
|
this.PathNodeJunctionMaxZUpDown.ValueChanged += new System.EventHandler(this.PathNodeJunctionMaxZUpDown_ValueChanged);
|
|
//
|
|
// label65
|
|
//
|
|
this.label65.AutoSize = true;
|
|
this.label65.Location = new System.Drawing.Point(11, 5);
|
|
this.label65.Name = "label65";
|
|
this.label65.Size = new System.Drawing.Size(40, 13);
|
|
this.label65.TabIndex = 31;
|
|
this.label65.Text = "Max Z:";
|
|
//
|
|
// PathNodeJunctionEnableCheckBox
|
|
//
|
|
this.PathNodeJunctionEnableCheckBox.AutoSize = true;
|
|
this.PathNodeJunctionEnableCheckBox.Location = new System.Drawing.Point(6, 6);
|
|
this.PathNodeJunctionEnableCheckBox.Name = "PathNodeJunctionEnableCheckBox";
|
|
this.PathNodeJunctionEnableCheckBox.Size = new System.Drawing.Size(156, 17);
|
|
this.PathNodeJunctionEnableCheckBox.TabIndex = 0;
|
|
this.PathNodeJunctionEnableCheckBox.Text = "Enable Junction Heightmap";
|
|
this.PathNodeJunctionEnableCheckBox.UseVisualStyleBackColor = true;
|
|
this.PathNodeJunctionEnableCheckBox.CheckedChanged += new System.EventHandler(this.PathNodeJunctionEnableCheckBox_CheckedChanged);
|
|
//
|
|
// YnvTabPage
|
|
//
|
|
this.YnvTabPage.Controls.Add(this.YnvTabControl);
|
|
this.YnvTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YnvTabPage.Name = "YnvTabPage";
|
|
this.YnvTabPage.Size = new System.Drawing.Size(521, 472);
|
|
this.YnvTabPage.TabIndex = 4;
|
|
this.YnvTabPage.Text = "Nav Mesh";
|
|
this.YnvTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YnvTabControl
|
|
//
|
|
this.YnvTabControl.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.YnvTabControl.Controls.Add(this.YnvYnvTabPage);
|
|
this.YnvTabControl.Controls.Add(this.YnvPolyTabPage);
|
|
this.YnvTabControl.Controls.Add(this.YnvPortalTabPage);
|
|
this.YnvTabControl.Location = new System.Drawing.Point(0, 3);
|
|
this.YnvTabControl.Name = "YnvTabControl";
|
|
this.YnvTabControl.SelectedIndex = 0;
|
|
this.YnvTabControl.Size = new System.Drawing.Size(518, 469);
|
|
this.YnvTabControl.TabIndex = 0;
|
|
//
|
|
// YnvYnvTabPage
|
|
//
|
|
this.YnvYnvTabPage.Controls.Add(this.YnvPanel);
|
|
this.YnvYnvTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YnvYnvTabPage.Name = "YnvYnvTabPage";
|
|
this.YnvYnvTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.YnvYnvTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.YnvYnvTabPage.TabIndex = 0;
|
|
this.YnvYnvTabPage.Text = "Ynv";
|
|
this.YnvYnvTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YnvPanel
|
|
//
|
|
this.YnvPanel.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.YnvPanel.Controls.Add(this.YnvAABBSizeTextBox);
|
|
this.YnvPanel.Controls.Add(this.label91);
|
|
this.YnvPanel.Controls.Add(this.label89);
|
|
this.YnvPanel.Controls.Add(this.YnvAreaIDYUpDown);
|
|
this.YnvPanel.Controls.Add(this.label90);
|
|
this.YnvPanel.Controls.Add(this.YnvAreaIDXUpDown);
|
|
this.YnvPanel.Controls.Add(this.YnvAreaIDInfoLabel);
|
|
this.YnvPanel.Controls.Add(this.label92);
|
|
this.YnvPanel.Enabled = false;
|
|
this.YnvPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.YnvPanel.Name = "YnvPanel";
|
|
this.YnvPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.YnvPanel.TabIndex = 0;
|
|
//
|
|
// YnvAABBSizeTextBox
|
|
//
|
|
this.YnvAABBSizeTextBox.Location = new System.Drawing.Point(107, 45);
|
|
this.YnvAABBSizeTextBox.Name = "YnvAABBSizeTextBox";
|
|
this.YnvAABBSizeTextBox.Size = new System.Drawing.Size(138, 20);
|
|
this.YnvAABBSizeTextBox.TabIndex = 29;
|
|
//
|
|
// label91
|
|
//
|
|
this.label91.AutoSize = true;
|
|
this.label91.Location = new System.Drawing.Point(40, 48);
|
|
this.label91.Name = "label91";
|
|
this.label91.Size = new System.Drawing.Size(61, 13);
|
|
this.label91.TabIndex = 30;
|
|
this.label91.Text = "AABB Size:";
|
|
//
|
|
// label89
|
|
//
|
|
this.label89.AutoSize = true;
|
|
this.label89.Location = new System.Drawing.Point(166, 11);
|
|
this.label89.Name = "label89";
|
|
this.label89.Size = new System.Drawing.Size(17, 13);
|
|
this.label89.TabIndex = 25;
|
|
this.label89.Text = "Y:";
|
|
//
|
|
// YnvAreaIDYUpDown
|
|
//
|
|
this.YnvAreaIDYUpDown.Location = new System.Drawing.Point(189, 9);
|
|
this.YnvAreaIDYUpDown.Maximum = new decimal(new int[] {
|
|
31,
|
|
0,
|
|
0,
|
|
0});
|
|
this.YnvAreaIDYUpDown.Name = "YnvAreaIDYUpDown";
|
|
this.YnvAreaIDYUpDown.Size = new System.Drawing.Size(48, 20);
|
|
this.YnvAreaIDYUpDown.TabIndex = 24;
|
|
//
|
|
// label90
|
|
//
|
|
this.label90.AutoSize = true;
|
|
this.label90.Location = new System.Drawing.Point(84, 11);
|
|
this.label90.Name = "label90";
|
|
this.label90.Size = new System.Drawing.Size(17, 13);
|
|
this.label90.TabIndex = 23;
|
|
this.label90.Text = "X:";
|
|
//
|
|
// YnvAreaIDXUpDown
|
|
//
|
|
this.YnvAreaIDXUpDown.Location = new System.Drawing.Point(107, 9);
|
|
this.YnvAreaIDXUpDown.Maximum = new decimal(new int[] {
|
|
31,
|
|
0,
|
|
0,
|
|
0});
|
|
this.YnvAreaIDXUpDown.Name = "YnvAreaIDXUpDown";
|
|
this.YnvAreaIDXUpDown.Size = new System.Drawing.Size(48, 20);
|
|
this.YnvAreaIDXUpDown.TabIndex = 22;
|
|
//
|
|
// YnvAreaIDInfoLabel
|
|
//
|
|
this.YnvAreaIDInfoLabel.AutoSize = true;
|
|
this.YnvAreaIDInfoLabel.Location = new System.Drawing.Point(254, 11);
|
|
this.YnvAreaIDInfoLabel.Name = "YnvAreaIDInfoLabel";
|
|
this.YnvAreaIDInfoLabel.Size = new System.Drawing.Size(30, 13);
|
|
this.YnvAreaIDInfoLabel.TabIndex = 21;
|
|
this.YnvAreaIDInfoLabel.Text = "ID: 0";
|
|
//
|
|
// label92
|
|
//
|
|
this.label92.AutoSize = true;
|
|
this.label92.Location = new System.Drawing.Point(28, 11);
|
|
this.label92.Name = "label92";
|
|
this.label92.Size = new System.Drawing.Size(46, 13);
|
|
this.label92.TabIndex = 20;
|
|
this.label92.Text = "Area ID:";
|
|
//
|
|
// YnvPolyTabPage
|
|
//
|
|
this.YnvPolyTabPage.Controls.Add(this.YnvPolygonPanel);
|
|
this.YnvPolyTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YnvPolyTabPage.Name = "YnvPolyTabPage";
|
|
this.YnvPolyTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.YnvPolyTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.YnvPolyTabPage.TabIndex = 1;
|
|
this.YnvPolyTabPage.Text = "Polygon";
|
|
this.YnvPolyTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YnvPolygonPanel
|
|
//
|
|
this.YnvPolygonPanel.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.YnvPolygonPanel.Enabled = false;
|
|
this.YnvPolygonPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.YnvPolygonPanel.Name = "YnvPolygonPanel";
|
|
this.YnvPolygonPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.YnvPolygonPanel.TabIndex = 1;
|
|
//
|
|
// YnvPortalTabPage
|
|
//
|
|
this.YnvPortalTabPage.Controls.Add(this.YnvPortalPanel);
|
|
this.YnvPortalTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.YnvPortalTabPage.Name = "YnvPortalTabPage";
|
|
this.YnvPortalTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.YnvPortalTabPage.TabIndex = 2;
|
|
this.YnvPortalTabPage.Text = "Portal";
|
|
this.YnvPortalTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// YnvPortalPanel
|
|
//
|
|
this.YnvPortalPanel.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.YnvPortalPanel.Enabled = false;
|
|
this.YnvPortalPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.YnvPortalPanel.Name = "YnvPortalPanel";
|
|
this.YnvPortalPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.YnvPortalPanel.TabIndex = 1;
|
|
//
|
|
// TrainsTabPage
|
|
//
|
|
this.TrainsTabPage.Controls.Add(this.TrainsTabControl);
|
|
this.TrainsTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.TrainsTabPage.Name = "TrainsTabPage";
|
|
this.TrainsTabPage.Size = new System.Drawing.Size(521, 472);
|
|
this.TrainsTabPage.TabIndex = 3;
|
|
this.TrainsTabPage.Text = "Trains";
|
|
this.TrainsTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// TrainsTabControl
|
|
//
|
|
this.TrainsTabControl.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.TrainsTabControl.Controls.Add(this.TrainTrackTabPage);
|
|
this.TrainsTabControl.Controls.Add(this.TrainNodeTabPage);
|
|
this.TrainsTabControl.Location = new System.Drawing.Point(0, 3);
|
|
this.TrainsTabControl.Name = "TrainsTabControl";
|
|
this.TrainsTabControl.SelectedIndex = 0;
|
|
this.TrainsTabControl.Size = new System.Drawing.Size(518, 469);
|
|
this.TrainsTabControl.TabIndex = 0;
|
|
//
|
|
// TrainTrackTabPage
|
|
//
|
|
this.TrainTrackTabPage.Controls.Add(this.TrainTrackFilePanel);
|
|
this.TrainTrackTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.TrainTrackTabPage.Name = "TrainTrackTabPage";
|
|
this.TrainTrackTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.TrainTrackTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.TrainTrackTabPage.TabIndex = 0;
|
|
this.TrainTrackTabPage.Text = "Track File";
|
|
this.TrainTrackTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// TrainTrackFilePanel
|
|
//
|
|
this.TrainTrackFilePanel.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.TrainTrackFilePanel.Controls.Add(this.TrainTrackInfoLabel);
|
|
this.TrainTrackFilePanel.Controls.Add(this.label86);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackBrakingDistTextBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.label85);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackSpeedTextBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackMPStopsAtStationsCheckBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackStopsAtStationsCheckBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackIsPingPongCheckBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.label84);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackConfigNameTextBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.label83);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackFilenameTextBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.label74);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackProjectPathTextBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.label79);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackFilePathTextBox);
|
|
this.TrainTrackFilePanel.Controls.Add(this.label80);
|
|
this.TrainTrackFilePanel.Controls.Add(this.TrainTrackRpfPathTextBox);
|
|
this.TrainTrackFilePanel.Enabled = false;
|
|
this.TrainTrackFilePanel.Location = new System.Drawing.Point(0, 0);
|
|
this.TrainTrackFilePanel.Name = "TrainTrackFilePanel";
|
|
this.TrainTrackFilePanel.Size = new System.Drawing.Size(510, 443);
|
|
this.TrainTrackFilePanel.TabIndex = 1;
|
|
//
|
|
// TrainTrackInfoLabel
|
|
//
|
|
this.TrainTrackInfoLabel.AutoSize = true;
|
|
this.TrainTrackInfoLabel.Location = new System.Drawing.Point(97, 133);
|
|
this.TrainTrackInfoLabel.Name = "TrainTrackInfoLabel";
|
|
this.TrainTrackInfoLabel.Size = new System.Drawing.Size(10, 13);
|
|
this.TrainTrackInfoLabel.TabIndex = 36;
|
|
this.TrainTrackInfoLabel.Text = "-";
|
|
//
|
|
// label86
|
|
//
|
|
this.label86.AutoSize = true;
|
|
this.label86.Location = new System.Drawing.Point(282, 84);
|
|
this.label86.Name = "label86";
|
|
this.label86.Size = new System.Drawing.Size(63, 13);
|
|
this.label86.TabIndex = 32;
|
|
this.label86.Text = "brakingDist:";
|
|
//
|
|
// TrainTrackBrakingDistTextBox
|
|
//
|
|
this.TrainTrackBrakingDistTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainTrackBrakingDistTextBox.Location = new System.Drawing.Point(351, 81);
|
|
this.TrainTrackBrakingDistTextBox.Name = "TrainTrackBrakingDistTextBox";
|
|
this.TrainTrackBrakingDistTextBox.ReadOnly = true;
|
|
this.TrainTrackBrakingDistTextBox.Size = new System.Drawing.Size(107, 20);
|
|
this.TrainTrackBrakingDistTextBox.TabIndex = 31;
|
|
//
|
|
// label85
|
|
//
|
|
this.label85.AutoSize = true;
|
|
this.label85.Location = new System.Drawing.Point(55, 84);
|
|
this.label85.Name = "label85";
|
|
this.label85.Size = new System.Drawing.Size(39, 13);
|
|
this.label85.TabIndex = 30;
|
|
this.label85.Text = "speed:";
|
|
//
|
|
// TrainTrackSpeedTextBox
|
|
//
|
|
this.TrainTrackSpeedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainTrackSpeedTextBox.Location = new System.Drawing.Point(100, 81);
|
|
this.TrainTrackSpeedTextBox.Name = "TrainTrackSpeedTextBox";
|
|
this.TrainTrackSpeedTextBox.ReadOnly = true;
|
|
this.TrainTrackSpeedTextBox.Size = new System.Drawing.Size(107, 20);
|
|
this.TrainTrackSpeedTextBox.TabIndex = 29;
|
|
//
|
|
// TrainTrackMPStopsAtStationsCheckBox
|
|
//
|
|
this.TrainTrackMPStopsAtStationsCheckBox.AutoSize = true;
|
|
this.TrainTrackMPStopsAtStationsCheckBox.Enabled = false;
|
|
this.TrainTrackMPStopsAtStationsCheckBox.Location = new System.Drawing.Point(351, 58);
|
|
this.TrainTrackMPStopsAtStationsCheckBox.Name = "TrainTrackMPStopsAtStationsCheckBox";
|
|
this.TrainTrackMPStopsAtStationsCheckBox.Size = new System.Drawing.Size(115, 17);
|
|
this.TrainTrackMPStopsAtStationsCheckBox.TabIndex = 28;
|
|
this.TrainTrackMPStopsAtStationsCheckBox.Text = "MPstopsAtStations";
|
|
this.TrainTrackMPStopsAtStationsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// TrainTrackStopsAtStationsCheckBox
|
|
//
|
|
this.TrainTrackStopsAtStationsCheckBox.AutoSize = true;
|
|
this.TrainTrackStopsAtStationsCheckBox.Enabled = false;
|
|
this.TrainTrackStopsAtStationsCheckBox.Location = new System.Drawing.Point(225, 58);
|
|
this.TrainTrackStopsAtStationsCheckBox.Name = "TrainTrackStopsAtStationsCheckBox";
|
|
this.TrainTrackStopsAtStationsCheckBox.Size = new System.Drawing.Size(99, 17);
|
|
this.TrainTrackStopsAtStationsCheckBox.TabIndex = 27;
|
|
this.TrainTrackStopsAtStationsCheckBox.Text = "stopsAtStations";
|
|
this.TrainTrackStopsAtStationsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// TrainTrackIsPingPongCheckBox
|
|
//
|
|
this.TrainTrackIsPingPongCheckBox.AutoSize = true;
|
|
this.TrainTrackIsPingPongCheckBox.Enabled = false;
|
|
this.TrainTrackIsPingPongCheckBox.Location = new System.Drawing.Point(100, 58);
|
|
this.TrainTrackIsPingPongCheckBox.Name = "TrainTrackIsPingPongCheckBox";
|
|
this.TrainTrackIsPingPongCheckBox.Size = new System.Drawing.Size(107, 17);
|
|
this.TrainTrackIsPingPongCheckBox.TabIndex = 26;
|
|
this.TrainTrackIsPingPongCheckBox.Text = "isPingPongTrack";
|
|
this.TrainTrackIsPingPongCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// label84
|
|
//
|
|
this.label84.AutoSize = true;
|
|
this.label84.Location = new System.Drawing.Point(6, 35);
|
|
this.label84.Name = "label84";
|
|
this.label84.Size = new System.Drawing.Size(88, 13);
|
|
this.label84.TabIndex = 25;
|
|
this.label84.Text = "trainConfigName:";
|
|
//
|
|
// TrainTrackConfigNameTextBox
|
|
//
|
|
this.TrainTrackConfigNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainTrackConfigNameTextBox.Location = new System.Drawing.Point(100, 32);
|
|
this.TrainTrackConfigNameTextBox.Name = "TrainTrackConfigNameTextBox";
|
|
this.TrainTrackConfigNameTextBox.ReadOnly = true;
|
|
this.TrainTrackConfigNameTextBox.Size = new System.Drawing.Size(366, 20);
|
|
this.TrainTrackConfigNameTextBox.TabIndex = 24;
|
|
//
|
|
// label83
|
|
//
|
|
this.label83.AutoSize = true;
|
|
this.label83.Location = new System.Drawing.Point(45, 9);
|
|
this.label83.Name = "label83";
|
|
this.label83.Size = new System.Drawing.Size(49, 13);
|
|
this.label83.TabIndex = 23;
|
|
this.label83.Text = "filename:";
|
|
//
|
|
// TrainTrackFilenameTextBox
|
|
//
|
|
this.TrainTrackFilenameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainTrackFilenameTextBox.Location = new System.Drawing.Point(100, 6);
|
|
this.TrainTrackFilenameTextBox.Name = "TrainTrackFilenameTextBox";
|
|
this.TrainTrackFilenameTextBox.ReadOnly = true;
|
|
this.TrainTrackFilenameTextBox.Size = new System.Drawing.Size(366, 20);
|
|
this.TrainTrackFilenameTextBox.TabIndex = 22;
|
|
//
|
|
// label74
|
|
//
|
|
this.label74.AutoSize = true;
|
|
this.label74.Location = new System.Drawing.Point(6, 254);
|
|
this.label74.Name = "label74";
|
|
this.label74.Size = new System.Drawing.Size(68, 13);
|
|
this.label74.TabIndex = 21;
|
|
this.label74.Text = "Project Path:";
|
|
//
|
|
// TrainTrackProjectPathTextBox
|
|
//
|
|
this.TrainTrackProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainTrackProjectPathTextBox.Location = new System.Drawing.Point(80, 251);
|
|
this.TrainTrackProjectPathTextBox.Name = "TrainTrackProjectPathTextBox";
|
|
this.TrainTrackProjectPathTextBox.ReadOnly = true;
|
|
this.TrainTrackProjectPathTextBox.Size = new System.Drawing.Size(386, 20);
|
|
this.TrainTrackProjectPathTextBox.TabIndex = 35;
|
|
//
|
|
// label79
|
|
//
|
|
this.label79.AutoSize = true;
|
|
this.label79.Location = new System.Drawing.Point(6, 228);
|
|
this.label79.Name = "label79";
|
|
this.label79.Size = new System.Drawing.Size(51, 13);
|
|
this.label79.TabIndex = 19;
|
|
this.label79.Text = "File Path:";
|
|
//
|
|
// TrainTrackFilePathTextBox
|
|
//
|
|
this.TrainTrackFilePathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainTrackFilePathTextBox.Location = new System.Drawing.Point(80, 225);
|
|
this.TrainTrackFilePathTextBox.Name = "TrainTrackFilePathTextBox";
|
|
this.TrainTrackFilePathTextBox.ReadOnly = true;
|
|
this.TrainTrackFilePathTextBox.Size = new System.Drawing.Size(386, 20);
|
|
this.TrainTrackFilePathTextBox.TabIndex = 34;
|
|
//
|
|
// label80
|
|
//
|
|
this.label80.AutoSize = true;
|
|
this.label80.Location = new System.Drawing.Point(6, 202);
|
|
this.label80.Name = "label80";
|
|
this.label80.Size = new System.Drawing.Size(52, 13);
|
|
this.label80.TabIndex = 17;
|
|
this.label80.Text = "Rpf Path:";
|
|
//
|
|
// TrainTrackRpfPathTextBox
|
|
//
|
|
this.TrainTrackRpfPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainTrackRpfPathTextBox.Location = new System.Drawing.Point(80, 199);
|
|
this.TrainTrackRpfPathTextBox.Name = "TrainTrackRpfPathTextBox";
|
|
this.TrainTrackRpfPathTextBox.ReadOnly = true;
|
|
this.TrainTrackRpfPathTextBox.Size = new System.Drawing.Size(386, 20);
|
|
this.TrainTrackRpfPathTextBox.TabIndex = 33;
|
|
//
|
|
// TrainNodeTabPage
|
|
//
|
|
this.TrainNodeTabPage.Controls.Add(this.TrainNodePanel);
|
|
this.TrainNodeTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.TrainNodeTabPage.Name = "TrainNodeTabPage";
|
|
this.TrainNodeTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.TrainNodeTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.TrainNodeTabPage.TabIndex = 1;
|
|
this.TrainNodeTabPage.Text = "Node";
|
|
this.TrainNodeTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// TrainNodePanel
|
|
//
|
|
this.TrainNodePanel.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.TrainNodePanel.Controls.Add(this.TrainNodeTypeComboBox);
|
|
this.TrainNodePanel.Controls.Add(this.label82);
|
|
this.TrainNodePanel.Controls.Add(this.TrainNodeDeleteButton);
|
|
this.TrainNodePanel.Controls.Add(this.TrainNodeAddToProjectButton);
|
|
this.TrainNodePanel.Controls.Add(this.TrainNodeGoToButton);
|
|
this.TrainNodePanel.Controls.Add(this.TrainNodePositionTextBox);
|
|
this.TrainNodePanel.Controls.Add(this.label81);
|
|
this.TrainNodePanel.Enabled = false;
|
|
this.TrainNodePanel.Location = new System.Drawing.Point(0, 0);
|
|
this.TrainNodePanel.Name = "TrainNodePanel";
|
|
this.TrainNodePanel.Size = new System.Drawing.Size(510, 443);
|
|
this.TrainNodePanel.TabIndex = 0;
|
|
//
|
|
// TrainNodeTypeComboBox
|
|
//
|
|
this.TrainNodeTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.TrainNodeTypeComboBox.FormattingEnabled = true;
|
|
this.TrainNodeTypeComboBox.Items.AddRange(new object[] {
|
|
"0 - Default",
|
|
"1 - Default Station",
|
|
"2 - Freight Station",
|
|
"3 - (Not used)",
|
|
"4 - Underground",
|
|
"5 - Underground Station"});
|
|
this.TrainNodeTypeComboBox.Location = new System.Drawing.Point(75, 62);
|
|
this.TrainNodeTypeComboBox.Name = "TrainNodeTypeComboBox";
|
|
this.TrainNodeTypeComboBox.Size = new System.Drawing.Size(142, 21);
|
|
this.TrainNodeTypeComboBox.TabIndex = 40;
|
|
this.TrainNodeTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.TrainNodeTypeComboBox_SelectedIndexChanged);
|
|
//
|
|
// label82
|
|
//
|
|
this.label82.AutoSize = true;
|
|
this.label82.Location = new System.Drawing.Point(22, 65);
|
|
this.label82.Name = "label82";
|
|
this.label82.Size = new System.Drawing.Size(34, 13);
|
|
this.label82.TabIndex = 39;
|
|
this.label82.Text = "Type:";
|
|
//
|
|
// TrainNodeDeleteButton
|
|
//
|
|
this.TrainNodeDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainNodeDeleteButton.Enabled = false;
|
|
this.TrainNodeDeleteButton.Location = new System.Drawing.Point(401, 99);
|
|
this.TrainNodeDeleteButton.Name = "TrainNodeDeleteButton";
|
|
this.TrainNodeDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.TrainNodeDeleteButton.TabIndex = 42;
|
|
this.TrainNodeDeleteButton.Text = "Delete Node";
|
|
this.TrainNodeDeleteButton.UseVisualStyleBackColor = true;
|
|
this.TrainNodeDeleteButton.Click += new System.EventHandler(this.TrainNodeDeleteButton_Click);
|
|
//
|
|
// TrainNodeAddToProjectButton
|
|
//
|
|
this.TrainNodeAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TrainNodeAddToProjectButton.Enabled = false;
|
|
this.TrainNodeAddToProjectButton.Location = new System.Drawing.Point(305, 99);
|
|
this.TrainNodeAddToProjectButton.Name = "TrainNodeAddToProjectButton";
|
|
this.TrainNodeAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.TrainNodeAddToProjectButton.TabIndex = 41;
|
|
this.TrainNodeAddToProjectButton.Text = "Add to Project";
|
|
this.TrainNodeAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.TrainNodeAddToProjectButton.Click += new System.EventHandler(this.TrainNodeAddToProjectButton_Click);
|
|
//
|
|
// TrainNodeGoToButton
|
|
//
|
|
this.TrainNodeGoToButton.Location = new System.Drawing.Point(305, 27);
|
|
this.TrainNodeGoToButton.Name = "TrainNodeGoToButton";
|
|
this.TrainNodeGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.TrainNodeGoToButton.TabIndex = 35;
|
|
this.TrainNodeGoToButton.Text = "Go to";
|
|
this.TrainNodeGoToButton.UseVisualStyleBackColor = true;
|
|
this.TrainNodeGoToButton.Click += new System.EventHandler(this.TrainNodeGoToButton_Click);
|
|
//
|
|
// TrainNodePositionTextBox
|
|
//
|
|
this.TrainNodePositionTextBox.Location = new System.Drawing.Point(75, 29);
|
|
this.TrainNodePositionTextBox.Name = "TrainNodePositionTextBox";
|
|
this.TrainNodePositionTextBox.Size = new System.Drawing.Size(224, 20);
|
|
this.TrainNodePositionTextBox.TabIndex = 34;
|
|
this.TrainNodePositionTextBox.TextChanged += new System.EventHandler(this.TrainNodePositionTextBox_TextChanged);
|
|
//
|
|
// label81
|
|
//
|
|
this.label81.AutoSize = true;
|
|
this.label81.Location = new System.Drawing.Point(22, 32);
|
|
this.label81.Name = "label81";
|
|
this.label81.Size = new System.Drawing.Size(47, 13);
|
|
this.label81.TabIndex = 38;
|
|
this.label81.Text = "Position:";
|
|
//
|
|
// ScenarioTabPage
|
|
//
|
|
this.ScenarioTabPage.Controls.Add(this.ScenarioTabControl);
|
|
this.ScenarioTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioTabPage.Name = "ScenarioTabPage";
|
|
this.ScenarioTabPage.Size = new System.Drawing.Size(521, 472);
|
|
this.ScenarioTabPage.TabIndex = 5;
|
|
this.ScenarioTabPage.Text = "Scenario";
|
|
this.ScenarioTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioTabControl
|
|
//
|
|
this.ScenarioTabControl.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.ScenarioTabControl.Controls.Add(this.ScenarioYmtTabPage);
|
|
this.ScenarioTabControl.Controls.Add(this.ScenarioPointTabPage);
|
|
this.ScenarioTabControl.Controls.Add(this.ScenarioEntityTabPage);
|
|
this.ScenarioTabControl.Controls.Add(this.ScenarioEntityPointTabPage);
|
|
this.ScenarioTabControl.Controls.Add(this.ScenarioChainTabPage);
|
|
this.ScenarioTabControl.Controls.Add(this.ScenarioChainNodeTabPage);
|
|
this.ScenarioTabControl.Controls.Add(this.ScenarioClusterTabPage);
|
|
this.ScenarioTabControl.Controls.Add(this.ScenarioClusterPointTabPage);
|
|
this.ScenarioTabControl.Location = new System.Drawing.Point(0, 3);
|
|
this.ScenarioTabControl.Name = "ScenarioTabControl";
|
|
this.ScenarioTabControl.SelectedIndex = 0;
|
|
this.ScenarioTabControl.Size = new System.Drawing.Size(518, 469);
|
|
this.ScenarioTabControl.TabIndex = 0;
|
|
//
|
|
// ScenarioYmtTabPage
|
|
//
|
|
this.ScenarioYmtTabPage.Controls.Add(this.ScenarioYmtPanel);
|
|
this.ScenarioYmtTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioYmtTabPage.Name = "ScenarioYmtTabPage";
|
|
this.ScenarioYmtTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.ScenarioYmtTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioYmtTabPage.TabIndex = 0;
|
|
this.ScenarioYmtTabPage.Text = "Ymt";
|
|
this.ScenarioYmtTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioYmtPanel
|
|
//
|
|
this.ScenarioYmtPanel.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.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtExtentsMaxTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label103);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtExtentsMinTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label150);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtGridInfoLabel);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtGridScaleTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label96);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtProjectPathTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label66);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtFileLocationTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label72);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtGridMaxTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label73);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtGridMinTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label75);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtVersionTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label64);
|
|
this.ScenarioYmtPanel.Controls.Add(this.ScenarioYmtNameTextBox);
|
|
this.ScenarioYmtPanel.Controls.Add(this.label63);
|
|
this.ScenarioYmtPanel.Enabled = false;
|
|
this.ScenarioYmtPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.ScenarioYmtPanel.Name = "ScenarioYmtPanel";
|
|
this.ScenarioYmtPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioYmtPanel.TabIndex = 0;
|
|
//
|
|
// ScenarioYmtExtentsMaxTextBox
|
|
//
|
|
this.ScenarioYmtExtentsMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtExtentsMaxTextBox.Location = new System.Drawing.Point(94, 256);
|
|
this.ScenarioYmtExtentsMaxTextBox.Name = "ScenarioYmtExtentsMaxTextBox";
|
|
this.ScenarioYmtExtentsMaxTextBox.ReadOnly = true;
|
|
this.ScenarioYmtExtentsMaxTextBox.Size = new System.Drawing.Size(277, 20);
|
|
this.ScenarioYmtExtentsMaxTextBox.TabIndex = 15;
|
|
//
|
|
// label103
|
|
//
|
|
this.label103.AutoSize = true;
|
|
this.label103.Location = new System.Drawing.Point(6, 259);
|
|
this.label103.Name = "label103";
|
|
this.label103.Size = new System.Drawing.Size(68, 13);
|
|
this.label103.TabIndex = 14;
|
|
this.label103.Text = "Extents Max:";
|
|
//
|
|
// ScenarioYmtExtentsMinTextBox
|
|
//
|
|
this.ScenarioYmtExtentsMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtExtentsMinTextBox.Location = new System.Drawing.Point(94, 230);
|
|
this.ScenarioYmtExtentsMinTextBox.Name = "ScenarioYmtExtentsMinTextBox";
|
|
this.ScenarioYmtExtentsMinTextBox.ReadOnly = true;
|
|
this.ScenarioYmtExtentsMinTextBox.Size = new System.Drawing.Size(277, 20);
|
|
this.ScenarioYmtExtentsMinTextBox.TabIndex = 13;
|
|
//
|
|
// label150
|
|
//
|
|
this.label150.AutoSize = true;
|
|
this.label150.Location = new System.Drawing.Point(6, 233);
|
|
this.label150.Name = "label150";
|
|
this.label150.Size = new System.Drawing.Size(65, 13);
|
|
this.label150.TabIndex = 12;
|
|
this.label150.Text = "Extents Min:";
|
|
//
|
|
// ScenarioYmtGridInfoLabel
|
|
//
|
|
this.ScenarioYmtGridInfoLabel.AutoSize = true;
|
|
this.ScenarioYmtGridInfoLabel.Location = new System.Drawing.Point(91, 169);
|
|
this.ScenarioYmtGridInfoLabel.Name = "ScenarioYmtGridInfoLabel";
|
|
this.ScenarioYmtGridInfoLabel.Size = new System.Drawing.Size(94, 13);
|
|
this.ScenarioYmtGridInfoLabel.TabIndex = 11;
|
|
this.ScenarioYmtGridInfoLabel.Text = "Total grid points: 0";
|
|
//
|
|
// ScenarioYmtGridScaleTextBox
|
|
//
|
|
this.ScenarioYmtGridScaleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtGridScaleTextBox.Location = new System.Drawing.Point(94, 131);
|
|
this.ScenarioYmtGridScaleTextBox.Name = "ScenarioYmtGridScaleTextBox";
|
|
this.ScenarioYmtGridScaleTextBox.ReadOnly = true;
|
|
this.ScenarioYmtGridScaleTextBox.Size = new System.Drawing.Size(277, 20);
|
|
this.ScenarioYmtGridScaleTextBox.TabIndex = 10;
|
|
//
|
|
// label96
|
|
//
|
|
this.label96.AutoSize = true;
|
|
this.label96.Location = new System.Drawing.Point(6, 134);
|
|
this.label96.Name = "label96";
|
|
this.label96.Size = new System.Drawing.Size(59, 13);
|
|
this.label96.TabIndex = 9;
|
|
this.label96.Text = "Grid Scale:";
|
|
//
|
|
// ScenarioYmtProjectPathTextBox
|
|
//
|
|
this.ScenarioYmtProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtProjectPathTextBox.Location = new System.Drawing.Point(94, 379);
|
|
this.ScenarioYmtProjectPathTextBox.Name = "ScenarioYmtProjectPathTextBox";
|
|
this.ScenarioYmtProjectPathTextBox.ReadOnly = true;
|
|
this.ScenarioYmtProjectPathTextBox.Size = new System.Drawing.Size(404, 20);
|
|
this.ScenarioYmtProjectPathTextBox.TabIndex = 19;
|
|
//
|
|
// label66
|
|
//
|
|
this.label66.AutoSize = true;
|
|
this.label66.Location = new System.Drawing.Point(6, 382);
|
|
this.label66.Name = "label66";
|
|
this.label66.Size = new System.Drawing.Size(67, 13);
|
|
this.label66.TabIndex = 18;
|
|
this.label66.Text = "Project path:";
|
|
//
|
|
// ScenarioYmtFileLocationTextBox
|
|
//
|
|
this.ScenarioYmtFileLocationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtFileLocationTextBox.Location = new System.Drawing.Point(94, 353);
|
|
this.ScenarioYmtFileLocationTextBox.Name = "ScenarioYmtFileLocationTextBox";
|
|
this.ScenarioYmtFileLocationTextBox.ReadOnly = true;
|
|
this.ScenarioYmtFileLocationTextBox.Size = new System.Drawing.Size(404, 20);
|
|
this.ScenarioYmtFileLocationTextBox.TabIndex = 17;
|
|
//
|
|
// label72
|
|
//
|
|
this.label72.AutoSize = true;
|
|
this.label72.Location = new System.Drawing.Point(6, 356);
|
|
this.label72.Name = "label72";
|
|
this.label72.Size = new System.Drawing.Size(66, 13);
|
|
this.label72.TabIndex = 16;
|
|
this.label72.Text = "File location:";
|
|
//
|
|
// ScenarioYmtGridMaxTextBox
|
|
//
|
|
this.ScenarioYmtGridMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtGridMaxTextBox.Location = new System.Drawing.Point(94, 105);
|
|
this.ScenarioYmtGridMaxTextBox.Name = "ScenarioYmtGridMaxTextBox";
|
|
this.ScenarioYmtGridMaxTextBox.ReadOnly = true;
|
|
this.ScenarioYmtGridMaxTextBox.Size = new System.Drawing.Size(277, 20);
|
|
this.ScenarioYmtGridMaxTextBox.TabIndex = 8;
|
|
//
|
|
// label73
|
|
//
|
|
this.label73.AutoSize = true;
|
|
this.label73.Location = new System.Drawing.Point(6, 108);
|
|
this.label73.Name = "label73";
|
|
this.label73.Size = new System.Drawing.Size(52, 13);
|
|
this.label73.TabIndex = 7;
|
|
this.label73.Text = "Grid Max:";
|
|
//
|
|
// ScenarioYmtGridMinTextBox
|
|
//
|
|
this.ScenarioYmtGridMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtGridMinTextBox.Location = new System.Drawing.Point(94, 79);
|
|
this.ScenarioYmtGridMinTextBox.Name = "ScenarioYmtGridMinTextBox";
|
|
this.ScenarioYmtGridMinTextBox.ReadOnly = true;
|
|
this.ScenarioYmtGridMinTextBox.Size = new System.Drawing.Size(277, 20);
|
|
this.ScenarioYmtGridMinTextBox.TabIndex = 6;
|
|
//
|
|
// label75
|
|
//
|
|
this.label75.AutoSize = true;
|
|
this.label75.Location = new System.Drawing.Point(6, 82);
|
|
this.label75.Name = "label75";
|
|
this.label75.Size = new System.Drawing.Size(49, 13);
|
|
this.label75.TabIndex = 5;
|
|
this.label75.Text = "Grid Min:";
|
|
//
|
|
// ScenarioYmtVersionTextBox
|
|
//
|
|
this.ScenarioYmtVersionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtVersionTextBox.Location = new System.Drawing.Point(94, 36);
|
|
this.ScenarioYmtVersionTextBox.Name = "ScenarioYmtVersionTextBox";
|
|
this.ScenarioYmtVersionTextBox.Size = new System.Drawing.Size(277, 20);
|
|
this.ScenarioYmtVersionTextBox.TabIndex = 4;
|
|
this.ScenarioYmtVersionTextBox.TextChanged += new System.EventHandler(this.ScenarioYmtVersionTextBox_TextChanged);
|
|
//
|
|
// label64
|
|
//
|
|
this.label64.AutoSize = true;
|
|
this.label64.Location = new System.Drawing.Point(6, 39);
|
|
this.label64.Name = "label64";
|
|
this.label64.Size = new System.Drawing.Size(82, 13);
|
|
this.label64.TabIndex = 3;
|
|
this.label64.Text = "VersionNumber:";
|
|
//
|
|
// ScenarioYmtNameTextBox
|
|
//
|
|
this.ScenarioYmtNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioYmtNameTextBox.Location = new System.Drawing.Point(94, 10);
|
|
this.ScenarioYmtNameTextBox.Name = "ScenarioYmtNameTextBox";
|
|
this.ScenarioYmtNameTextBox.ReadOnly = true;
|
|
this.ScenarioYmtNameTextBox.Size = new System.Drawing.Size(277, 20);
|
|
this.ScenarioYmtNameTextBox.TabIndex = 2;
|
|
//
|
|
// label63
|
|
//
|
|
this.label63.AutoSize = true;
|
|
this.label63.Location = new System.Drawing.Point(6, 13);
|
|
this.label63.Name = "label63";
|
|
this.label63.Size = new System.Drawing.Size(38, 13);
|
|
this.label63.TabIndex = 1;
|
|
this.label63.Text = "Name:";
|
|
//
|
|
// ScenarioPointTabPage
|
|
//
|
|
this.ScenarioPointTabPage.Controls.Add(this.ScenarioPointOuterPanel);
|
|
this.ScenarioPointTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioPointTabPage.Name = "ScenarioPointTabPage";
|
|
this.ScenarioPointTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.ScenarioPointTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioPointTabPage.TabIndex = 1;
|
|
this.ScenarioPointTabPage.Text = "Point";
|
|
this.ScenarioPointTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioPointOuterPanel
|
|
//
|
|
this.ScenarioPointOuterPanel.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.ScenarioPointOuterPanel.Controls.Add(this.ScenarioPointCheckBox);
|
|
this.ScenarioPointOuterPanel.Controls.Add(this.ScenarioPointPanel);
|
|
this.ScenarioPointOuterPanel.Controls.Add(this.ScenarioPointDeleteButton);
|
|
this.ScenarioPointOuterPanel.Controls.Add(this.ScenarioPointAddToProjectButton);
|
|
this.ScenarioPointOuterPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.ScenarioPointOuterPanel.Name = "ScenarioPointOuterPanel";
|
|
this.ScenarioPointOuterPanel.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioPointOuterPanel.TabIndex = 1;
|
|
//
|
|
// ScenarioPointCheckBox
|
|
//
|
|
this.ScenarioPointCheckBox.AutoSize = true;
|
|
this.ScenarioPointCheckBox.Location = new System.Drawing.Point(6, 6);
|
|
this.ScenarioPointCheckBox.Name = "ScenarioPointCheckBox";
|
|
this.ScenarioPointCheckBox.Size = new System.Drawing.Size(98, 17);
|
|
this.ScenarioPointCheckBox.TabIndex = 1;
|
|
this.ScenarioPointCheckBox.Text = "Define MyPoint";
|
|
this.ScenarioPointCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioPointCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioPointCheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioPointPanel
|
|
//
|
|
this.ScenarioPointPanel.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.ScenarioPointPanel.Controls.Add(this.ScenarioPointImapHashLabel);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointImapTextBox);
|
|
this.ScenarioPointPanel.Controls.Add(this.label110);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointGroupHashLabel);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointGroupTextBox);
|
|
this.ScenarioPointPanel.Controls.Add(this.label156);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointInteriorHashLabel);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointFlagsCheckedListBox);
|
|
this.ScenarioPointPanel.Controls.Add(this.label111);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointDirectionTextBox);
|
|
this.ScenarioPointPanel.Controls.Add(this.label97);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointFlagsValueUpDown);
|
|
this.ScenarioPointPanel.Controls.Add(this.label109);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointGoToButton);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointWaitTimeUpDown);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointPositionTextBox);
|
|
this.ScenarioPointPanel.Controls.Add(this.label62);
|
|
this.ScenarioPointPanel.Controls.Add(this.label108);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointRadiusUpDown);
|
|
this.ScenarioPointPanel.Controls.Add(this.label107);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointSpOnlyFlagUpDown);
|
|
this.ScenarioPointPanel.Controls.Add(this.label106);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointProbabilityUpDown);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointInteriorTextBox);
|
|
this.ScenarioPointPanel.Controls.Add(this.label102);
|
|
this.ScenarioPointPanel.Controls.Add(this.label101);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointTimeEndUpDown);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointTimeStartUpDown);
|
|
this.ScenarioPointPanel.Controls.Add(this.label100);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointModelSetComboBox);
|
|
this.ScenarioPointPanel.Controls.Add(this.label99);
|
|
this.ScenarioPointPanel.Controls.Add(this.ScenarioPointTypeComboBox);
|
|
this.ScenarioPointPanel.Controls.Add(this.label98);
|
|
this.ScenarioPointPanel.Enabled = false;
|
|
this.ScenarioPointPanel.Location = new System.Drawing.Point(0, 29);
|
|
this.ScenarioPointPanel.Name = "ScenarioPointPanel";
|
|
this.ScenarioPointPanel.Size = new System.Drawing.Size(510, 414);
|
|
this.ScenarioPointPanel.TabIndex = 0;
|
|
//
|
|
// ScenarioPointImapHashLabel
|
|
//
|
|
this.ScenarioPointImapHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointImapHashLabel.AutoSize = true;
|
|
this.ScenarioPointImapHashLabel.Location = new System.Drawing.Point(341, 146);
|
|
this.ScenarioPointImapHashLabel.Name = "ScenarioPointImapHashLabel";
|
|
this.ScenarioPointImapHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioPointImapHashLabel.TabIndex = 21;
|
|
this.ScenarioPointImapHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioPointImapTextBox
|
|
//
|
|
this.ScenarioPointImapTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointImapTextBox.Location = new System.Drawing.Point(73, 143);
|
|
this.ScenarioPointImapTextBox.Name = "ScenarioPointImapTextBox";
|
|
this.ScenarioPointImapTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioPointImapTextBox.TabIndex = 20;
|
|
this.ScenarioPointImapTextBox.TextChanged += new System.EventHandler(this.ScenarioPointImapTextBox_TextChanged);
|
|
//
|
|
// label110
|
|
//
|
|
this.label110.AutoSize = true;
|
|
this.label110.Location = new System.Drawing.Point(34, 146);
|
|
this.label110.Name = "label110";
|
|
this.label110.Size = new System.Drawing.Size(33, 13);
|
|
this.label110.TabIndex = 19;
|
|
this.label110.Text = "Imap:";
|
|
//
|
|
// ScenarioPointGroupHashLabel
|
|
//
|
|
this.ScenarioPointGroupHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointGroupHashLabel.AutoSize = true;
|
|
this.ScenarioPointGroupHashLabel.Location = new System.Drawing.Point(341, 123);
|
|
this.ScenarioPointGroupHashLabel.Name = "ScenarioPointGroupHashLabel";
|
|
this.ScenarioPointGroupHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioPointGroupHashLabel.TabIndex = 18;
|
|
this.ScenarioPointGroupHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioPointGroupTextBox
|
|
//
|
|
this.ScenarioPointGroupTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointGroupTextBox.Location = new System.Drawing.Point(73, 120);
|
|
this.ScenarioPointGroupTextBox.Name = "ScenarioPointGroupTextBox";
|
|
this.ScenarioPointGroupTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioPointGroupTextBox.TabIndex = 17;
|
|
this.ScenarioPointGroupTextBox.TextChanged += new System.EventHandler(this.ScenarioPointGroupTextBox_TextChanged);
|
|
//
|
|
// label156
|
|
//
|
|
this.label156.AutoSize = true;
|
|
this.label156.Location = new System.Drawing.Point(28, 123);
|
|
this.label156.Name = "label156";
|
|
this.label156.Size = new System.Drawing.Size(39, 13);
|
|
this.label156.TabIndex = 16;
|
|
this.label156.Text = "Group:";
|
|
//
|
|
// ScenarioPointInteriorHashLabel
|
|
//
|
|
this.ScenarioPointInteriorHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointInteriorHashLabel.AutoSize = true;
|
|
this.ScenarioPointInteriorHashLabel.Location = new System.Drawing.Point(341, 100);
|
|
this.ScenarioPointInteriorHashLabel.Name = "ScenarioPointInteriorHashLabel";
|
|
this.ScenarioPointInteriorHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioPointInteriorHashLabel.TabIndex = 15;
|
|
this.ScenarioPointInteriorHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioPointFlagsCheckedListBox
|
|
//
|
|
this.ScenarioPointFlagsCheckedListBox.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.ScenarioPointFlagsCheckedListBox.CheckOnClick = true;
|
|
this.ScenarioPointFlagsCheckedListBox.FormattingEnabled = true;
|
|
this.ScenarioPointFlagsCheckedListBox.Items.AddRange(new object[] {
|
|
"1 - IgnoreMaxInRange",
|
|
"2 - NoSpawn",
|
|
"4 - StationaryReactions",
|
|
"8 - Unk",
|
|
"16 - Unk",
|
|
"32 - ActivateVehicleSiren",
|
|
"64 - Unk",
|
|
"128 - Unk",
|
|
"256 - Unk",
|
|
"512 - Unk",
|
|
"1024 - AerialVehiclePoint",
|
|
"2048 - TerritorialScenario",
|
|
"4096 - Unk",
|
|
"8192 - Unk",
|
|
"16384 - Unk",
|
|
"32768 - Unk",
|
|
"65536 - InWater",
|
|
"131072 - Unk",
|
|
"262144 - OpenDoor",
|
|
"524288 - PreciseUseTime",
|
|
"1048576 - Unk",
|
|
"2097152 - Unk",
|
|
"4194304 - ExtendedRange",
|
|
"8388608 - ShortRange",
|
|
"16777216 - HighPriority",
|
|
"33554432 - IgnoreLoitering",
|
|
"67108864 - Unk",
|
|
"134217728 - ResetNoCollisionOnCleanUp",
|
|
"268435456 - Unk",
|
|
"536870912 - Unk",
|
|
"1073741824 - Unk"});
|
|
this.ScenarioPointFlagsCheckedListBox.Location = new System.Drawing.Point(195, 167);
|
|
this.ScenarioPointFlagsCheckedListBox.Name = "ScenarioPointFlagsCheckedListBox";
|
|
this.ScenarioPointFlagsCheckedListBox.Size = new System.Drawing.Size(214, 244);
|
|
this.ScenarioPointFlagsCheckedListBox.TabIndex = 36;
|
|
this.ScenarioPointFlagsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ScenarioPointFlagsCheckedListBox_ItemCheck);
|
|
//
|
|
// label111
|
|
//
|
|
this.label111.AutoSize = true;
|
|
this.label111.Location = new System.Drawing.Point(32, 390);
|
|
this.label111.Name = "label111";
|
|
this.label111.Size = new System.Drawing.Size(35, 13);
|
|
this.label111.TabIndex = 34;
|
|
this.label111.Text = "Flags:";
|
|
//
|
|
// ScenarioPointDirectionTextBox
|
|
//
|
|
this.ScenarioPointDirectionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointDirectionTextBox.Location = new System.Drawing.Point(73, 26);
|
|
this.ScenarioPointDirectionTextBox.Name = "ScenarioPointDirectionTextBox";
|
|
this.ScenarioPointDirectionTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioPointDirectionTextBox.TabIndex = 8;
|
|
this.ScenarioPointDirectionTextBox.TextChanged += new System.EventHandler(this.ScenarioPointDirectionTextBox_TextChanged);
|
|
//
|
|
// label97
|
|
//
|
|
this.label97.AutoSize = true;
|
|
this.label97.Location = new System.Drawing.Point(15, 29);
|
|
this.label97.Name = "label97";
|
|
this.label97.Size = new System.Drawing.Size(52, 13);
|
|
this.label97.TabIndex = 7;
|
|
this.label97.Text = "Direction:";
|
|
//
|
|
// ScenarioPointFlagsValueUpDown
|
|
//
|
|
this.ScenarioPointFlagsValueUpDown.Location = new System.Drawing.Point(73, 388);
|
|
this.ScenarioPointFlagsValueUpDown.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioPointFlagsValueUpDown.Name = "ScenarioPointFlagsValueUpDown";
|
|
this.ScenarioPointFlagsValueUpDown.Size = new System.Drawing.Size(116, 20);
|
|
this.ScenarioPointFlagsValueUpDown.TabIndex = 35;
|
|
this.ScenarioPointFlagsValueUpDown.ValueChanged += new System.EventHandler(this.ScenarioPointFlagsValueUpDown_ValueChanged);
|
|
//
|
|
// label109
|
|
//
|
|
this.label109.AutoSize = true;
|
|
this.label109.Location = new System.Drawing.Point(13, 299);
|
|
this.label109.Name = "label109";
|
|
this.label109.Size = new System.Drawing.Size(54, 13);
|
|
this.label109.TabIndex = 32;
|
|
this.label109.Text = "Wait time:";
|
|
//
|
|
// ScenarioPointGoToButton
|
|
//
|
|
this.ScenarioPointGoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointGoToButton.Location = new System.Drawing.Point(341, 1);
|
|
this.ScenarioPointGoToButton.Name = "ScenarioPointGoToButton";
|
|
this.ScenarioPointGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.ScenarioPointGoToButton.TabIndex = 6;
|
|
this.ScenarioPointGoToButton.Text = "Go to";
|
|
this.ScenarioPointGoToButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioPointGoToButton.Click += new System.EventHandler(this.ScenarioPointGoToButton_Click);
|
|
//
|
|
// ScenarioPointWaitTimeUpDown
|
|
//
|
|
this.ScenarioPointWaitTimeUpDown.Location = new System.Drawing.Point(73, 297);
|
|
this.ScenarioPointWaitTimeUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioPointWaitTimeUpDown.Name = "ScenarioPointWaitTimeUpDown";
|
|
this.ScenarioPointWaitTimeUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioPointWaitTimeUpDown.TabIndex = 33;
|
|
this.ScenarioPointWaitTimeUpDown.ValueChanged += new System.EventHandler(this.ScenarioPointWaitTimeUpDown_ValueChanged);
|
|
//
|
|
// ScenarioPointPositionTextBox
|
|
//
|
|
this.ScenarioPointPositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointPositionTextBox.Location = new System.Drawing.Point(73, 3);
|
|
this.ScenarioPointPositionTextBox.Name = "ScenarioPointPositionTextBox";
|
|
this.ScenarioPointPositionTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioPointPositionTextBox.TabIndex = 5;
|
|
this.ScenarioPointPositionTextBox.TextChanged += new System.EventHandler(this.ScenarioPointPositionTextBox_TextChanged);
|
|
//
|
|
// label62
|
|
//
|
|
this.label62.AutoSize = true;
|
|
this.label62.Location = new System.Drawing.Point(20, 6);
|
|
this.label62.Name = "label62";
|
|
this.label62.Size = new System.Drawing.Size(47, 13);
|
|
this.label62.TabIndex = 4;
|
|
this.label62.Text = "Position:";
|
|
//
|
|
// label108
|
|
//
|
|
this.label108.AutoSize = true;
|
|
this.label108.Location = new System.Drawing.Point(24, 273);
|
|
this.label108.Name = "label108";
|
|
this.label108.Size = new System.Drawing.Size(43, 13);
|
|
this.label108.TabIndex = 30;
|
|
this.label108.Text = "Radius:";
|
|
//
|
|
// ScenarioPointRadiusUpDown
|
|
//
|
|
this.ScenarioPointRadiusUpDown.Location = new System.Drawing.Point(73, 271);
|
|
this.ScenarioPointRadiusUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioPointRadiusUpDown.Name = "ScenarioPointRadiusUpDown";
|
|
this.ScenarioPointRadiusUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioPointRadiusUpDown.TabIndex = 31;
|
|
this.ScenarioPointRadiusUpDown.ValueChanged += new System.EventHandler(this.ScenarioPointRadiusUpDown_ValueChanged);
|
|
//
|
|
// label107
|
|
//
|
|
this.label107.AutoSize = true;
|
|
this.label107.Location = new System.Drawing.Point(3, 247);
|
|
this.label107.Name = "label107";
|
|
this.label107.Size = new System.Drawing.Size(64, 13);
|
|
this.label107.TabIndex = 28;
|
|
this.label107.Text = "SpOnly flag:";
|
|
//
|
|
// ScenarioPointSpOnlyFlagUpDown
|
|
//
|
|
this.ScenarioPointSpOnlyFlagUpDown.Location = new System.Drawing.Point(73, 245);
|
|
this.ScenarioPointSpOnlyFlagUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioPointSpOnlyFlagUpDown.Name = "ScenarioPointSpOnlyFlagUpDown";
|
|
this.ScenarioPointSpOnlyFlagUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioPointSpOnlyFlagUpDown.TabIndex = 29;
|
|
this.ScenarioPointSpOnlyFlagUpDown.ValueChanged += new System.EventHandler(this.ScenarioPointSpOnlyFlagUpDown_ValueChanged);
|
|
//
|
|
// label106
|
|
//
|
|
this.label106.AutoSize = true;
|
|
this.label106.Location = new System.Drawing.Point(9, 221);
|
|
this.label106.Name = "label106";
|
|
this.label106.Size = new System.Drawing.Size(58, 13);
|
|
this.label106.TabIndex = 26;
|
|
this.label106.Text = "Probability:";
|
|
//
|
|
// ScenarioPointProbabilityUpDown
|
|
//
|
|
this.ScenarioPointProbabilityUpDown.Location = new System.Drawing.Point(73, 219);
|
|
this.ScenarioPointProbabilityUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioPointProbabilityUpDown.Name = "ScenarioPointProbabilityUpDown";
|
|
this.ScenarioPointProbabilityUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioPointProbabilityUpDown.TabIndex = 27;
|
|
this.ScenarioPointProbabilityUpDown.ValueChanged += new System.EventHandler(this.ScenarioPointProbabilityUpDown_ValueChanged);
|
|
//
|
|
// ScenarioPointInteriorTextBox
|
|
//
|
|
this.ScenarioPointInteriorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointInteriorTextBox.Location = new System.Drawing.Point(73, 97);
|
|
this.ScenarioPointInteriorTextBox.Name = "ScenarioPointInteriorTextBox";
|
|
this.ScenarioPointInteriorTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioPointInteriorTextBox.TabIndex = 14;
|
|
this.ScenarioPointInteriorTextBox.TextChanged += new System.EventHandler(this.ScenarioPointInteriorTextBox_TextChanged);
|
|
//
|
|
// label102
|
|
//
|
|
this.label102.AutoSize = true;
|
|
this.label102.Location = new System.Drawing.Point(25, 100);
|
|
this.label102.Name = "label102";
|
|
this.label102.Size = new System.Drawing.Size(42, 13);
|
|
this.label102.TabIndex = 13;
|
|
this.label102.Text = "Interior:";
|
|
//
|
|
// label101
|
|
//
|
|
this.label101.AutoSize = true;
|
|
this.label101.Location = new System.Drawing.Point(13, 195);
|
|
this.label101.Name = "label101";
|
|
this.label101.Size = new System.Drawing.Size(54, 13);
|
|
this.label101.TabIndex = 24;
|
|
this.label101.Text = "Time end:";
|
|
//
|
|
// ScenarioPointTimeEndUpDown
|
|
//
|
|
this.ScenarioPointTimeEndUpDown.Location = new System.Drawing.Point(73, 193);
|
|
this.ScenarioPointTimeEndUpDown.Maximum = new decimal(new int[] {
|
|
24,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioPointTimeEndUpDown.Name = "ScenarioPointTimeEndUpDown";
|
|
this.ScenarioPointTimeEndUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioPointTimeEndUpDown.TabIndex = 25;
|
|
this.ScenarioPointTimeEndUpDown.ValueChanged += new System.EventHandler(this.ScenarioPointTimeEndUpDown_ValueChanged);
|
|
//
|
|
// ScenarioPointTimeStartUpDown
|
|
//
|
|
this.ScenarioPointTimeStartUpDown.Location = new System.Drawing.Point(73, 167);
|
|
this.ScenarioPointTimeStartUpDown.Maximum = new decimal(new int[] {
|
|
24,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioPointTimeStartUpDown.Name = "ScenarioPointTimeStartUpDown";
|
|
this.ScenarioPointTimeStartUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioPointTimeStartUpDown.TabIndex = 23;
|
|
this.ScenarioPointTimeStartUpDown.ValueChanged += new System.EventHandler(this.ScenarioPointTimeStartUpDown_ValueChanged);
|
|
//
|
|
// label100
|
|
//
|
|
this.label100.AutoSize = true;
|
|
this.label100.Location = new System.Drawing.Point(11, 169);
|
|
this.label100.Name = "label100";
|
|
this.label100.Size = new System.Drawing.Size(56, 13);
|
|
this.label100.TabIndex = 22;
|
|
this.label100.Text = "Time start:";
|
|
//
|
|
// ScenarioPointModelSetComboBox
|
|
//
|
|
this.ScenarioPointModelSetComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointModelSetComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioPointModelSetComboBox.FormattingEnabled = true;
|
|
this.ScenarioPointModelSetComboBox.Location = new System.Drawing.Point(73, 73);
|
|
this.ScenarioPointModelSetComboBox.Name = "ScenarioPointModelSetComboBox";
|
|
this.ScenarioPointModelSetComboBox.Size = new System.Drawing.Size(336, 21);
|
|
this.ScenarioPointModelSetComboBox.TabIndex = 12;
|
|
this.ScenarioPointModelSetComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioPointModelSetComboBox_SelectedIndexChanged);
|
|
//
|
|
// label99
|
|
//
|
|
this.label99.AutoSize = true;
|
|
this.label99.Location = new System.Drawing.Point(9, 76);
|
|
this.label99.Name = "label99";
|
|
this.label99.Size = new System.Drawing.Size(58, 13);
|
|
this.label99.TabIndex = 11;
|
|
this.label99.Text = "Model Set:";
|
|
//
|
|
// ScenarioPointTypeComboBox
|
|
//
|
|
this.ScenarioPointTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioPointTypeComboBox.FormattingEnabled = true;
|
|
this.ScenarioPointTypeComboBox.Location = new System.Drawing.Point(73, 49);
|
|
this.ScenarioPointTypeComboBox.Name = "ScenarioPointTypeComboBox";
|
|
this.ScenarioPointTypeComboBox.Size = new System.Drawing.Size(336, 21);
|
|
this.ScenarioPointTypeComboBox.TabIndex = 10;
|
|
this.ScenarioPointTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioPointTypeComboBox_SelectedIndexChanged);
|
|
//
|
|
// label98
|
|
//
|
|
this.label98.AutoSize = true;
|
|
this.label98.Location = new System.Drawing.Point(33, 52);
|
|
this.label98.Name = "label98";
|
|
this.label98.Size = new System.Drawing.Size(34, 13);
|
|
this.label98.TabIndex = 9;
|
|
this.label98.Text = "Type:";
|
|
//
|
|
// ScenarioPointDeleteButton
|
|
//
|
|
this.ScenarioPointDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointDeleteButton.Enabled = false;
|
|
this.ScenarioPointDeleteButton.Location = new System.Drawing.Point(415, 2);
|
|
this.ScenarioPointDeleteButton.Name = "ScenarioPointDeleteButton";
|
|
this.ScenarioPointDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioPointDeleteButton.TabIndex = 3;
|
|
this.ScenarioPointDeleteButton.Text = "Delete Point";
|
|
this.ScenarioPointDeleteButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioPointDeleteButton.Click += new System.EventHandler(this.ScenarioPointDeleteButton_Click);
|
|
//
|
|
// ScenarioPointAddToProjectButton
|
|
//
|
|
this.ScenarioPointAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioPointAddToProjectButton.Enabled = false;
|
|
this.ScenarioPointAddToProjectButton.Location = new System.Drawing.Point(319, 2);
|
|
this.ScenarioPointAddToProjectButton.Name = "ScenarioPointAddToProjectButton";
|
|
this.ScenarioPointAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioPointAddToProjectButton.TabIndex = 2;
|
|
this.ScenarioPointAddToProjectButton.Text = "Add to Project";
|
|
this.ScenarioPointAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioPointAddToProjectButton.Click += new System.EventHandler(this.ScenarioPointAddToProjectButton_Click);
|
|
//
|
|
// ScenarioEntityTabPage
|
|
//
|
|
this.ScenarioEntityTabPage.Controls.Add(this.ScenarioEntityDeleteButton);
|
|
this.ScenarioEntityTabPage.Controls.Add(this.ScenarioEntityPanel);
|
|
this.ScenarioEntityTabPage.Controls.Add(this.ScenarioEntityAddToProjectButton);
|
|
this.ScenarioEntityTabPage.Controls.Add(this.ScenarioEntityCheckBox);
|
|
this.ScenarioEntityTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioEntityTabPage.Name = "ScenarioEntityTabPage";
|
|
this.ScenarioEntityTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioEntityTabPage.TabIndex = 7;
|
|
this.ScenarioEntityTabPage.Text = "Entity";
|
|
this.ScenarioEntityTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioEntityDeleteButton
|
|
//
|
|
this.ScenarioEntityDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityDeleteButton.Enabled = false;
|
|
this.ScenarioEntityDeleteButton.Location = new System.Drawing.Point(415, 2);
|
|
this.ScenarioEntityDeleteButton.Name = "ScenarioEntityDeleteButton";
|
|
this.ScenarioEntityDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioEntityDeleteButton.TabIndex = 7;
|
|
this.ScenarioEntityDeleteButton.Text = "Delete Override";
|
|
this.ScenarioEntityDeleteButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityDeleteButton.Click += new System.EventHandler(this.ScenarioEntityDeleteButton_Click);
|
|
//
|
|
// ScenarioEntityPanel
|
|
//
|
|
this.ScenarioEntityPanel.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.ScenarioEntityPanel.Controls.Add(this.label160);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityAddPointButton);
|
|
this.ScenarioEntityPanel.Controls.Add(this.label161);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityPointsListBox);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityInfoLabel);
|
|
this.ScenarioEntityPanel.Controls.Add(this.label114);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityUnk2UpDown);
|
|
this.ScenarioEntityPanel.Controls.Add(this.label113);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityUnk1UpDown);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityTypeHashLabel);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityTypeTextBox);
|
|
this.ScenarioEntityPanel.Controls.Add(this.label112);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityGoToButton);
|
|
this.ScenarioEntityPanel.Controls.Add(this.ScenarioEntityPositionTextBox);
|
|
this.ScenarioEntityPanel.Controls.Add(this.label104);
|
|
this.ScenarioEntityPanel.Enabled = false;
|
|
this.ScenarioEntityPanel.Location = new System.Drawing.Point(0, 29);
|
|
this.ScenarioEntityPanel.Name = "ScenarioEntityPanel";
|
|
this.ScenarioEntityPanel.Size = new System.Drawing.Size(510, 414);
|
|
this.ScenarioEntityPanel.TabIndex = 8;
|
|
//
|
|
// ScenarioEntityInfoLabel
|
|
//
|
|
this.ScenarioEntityInfoLabel.AutoSize = true;
|
|
this.ScenarioEntityInfoLabel.Location = new System.Drawing.Point(88, 123);
|
|
this.ScenarioEntityInfoLabel.Name = "ScenarioEntityInfoLabel";
|
|
this.ScenarioEntityInfoLabel.Size = new System.Drawing.Size(85, 13);
|
|
this.ScenarioEntityInfoLabel.TabIndex = 14;
|
|
this.ScenarioEntityInfoLabel.Text = "0 override points";
|
|
//
|
|
// label114
|
|
//
|
|
this.label114.AutoSize = true;
|
|
this.label114.Location = new System.Drawing.Point(46, 83);
|
|
this.label114.Name = "label114";
|
|
this.label114.Size = new System.Drawing.Size(39, 13);
|
|
this.label114.TabIndex = 12;
|
|
this.label114.Text = "Unk 2:";
|
|
//
|
|
// ScenarioEntityUnk2UpDown
|
|
//
|
|
this.ScenarioEntityUnk2UpDown.Location = new System.Drawing.Point(91, 81);
|
|
this.ScenarioEntityUnk2UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioEntityUnk2UpDown.Name = "ScenarioEntityUnk2UpDown";
|
|
this.ScenarioEntityUnk2UpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioEntityUnk2UpDown.TabIndex = 13;
|
|
this.ScenarioEntityUnk2UpDown.ValueChanged += new System.EventHandler(this.ScenarioEntityUnk2UpDown_ValueChanged);
|
|
//
|
|
// label113
|
|
//
|
|
this.label113.AutoSize = true;
|
|
this.label113.Location = new System.Drawing.Point(46, 57);
|
|
this.label113.Name = "label113";
|
|
this.label113.Size = new System.Drawing.Size(39, 13);
|
|
this.label113.TabIndex = 10;
|
|
this.label113.Text = "Unk 1:";
|
|
//
|
|
// ScenarioEntityUnk1UpDown
|
|
//
|
|
this.ScenarioEntityUnk1UpDown.Location = new System.Drawing.Point(91, 55);
|
|
this.ScenarioEntityUnk1UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioEntityUnk1UpDown.Name = "ScenarioEntityUnk1UpDown";
|
|
this.ScenarioEntityUnk1UpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioEntityUnk1UpDown.TabIndex = 11;
|
|
this.ScenarioEntityUnk1UpDown.ValueChanged += new System.EventHandler(this.ScenarioEntityUnk1UpDown_ValueChanged);
|
|
//
|
|
// ScenarioEntityTypeHashLabel
|
|
//
|
|
this.ScenarioEntityTypeHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityTypeHashLabel.AutoSize = true;
|
|
this.ScenarioEntityTypeHashLabel.Location = new System.Drawing.Point(341, 32);
|
|
this.ScenarioEntityTypeHashLabel.Name = "ScenarioEntityTypeHashLabel";
|
|
this.ScenarioEntityTypeHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioEntityTypeHashLabel.TabIndex = 9;
|
|
this.ScenarioEntityTypeHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioEntityTypeTextBox
|
|
//
|
|
this.ScenarioEntityTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityTypeTextBox.Location = new System.Drawing.Point(91, 29);
|
|
this.ScenarioEntityTypeTextBox.Name = "ScenarioEntityTypeTextBox";
|
|
this.ScenarioEntityTypeTextBox.Size = new System.Drawing.Size(244, 20);
|
|
this.ScenarioEntityTypeTextBox.TabIndex = 8;
|
|
this.ScenarioEntityTypeTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityTypeTextBox_TextChanged);
|
|
//
|
|
// label112
|
|
//
|
|
this.label112.AutoSize = true;
|
|
this.label112.Location = new System.Drawing.Point(26, 32);
|
|
this.label112.Name = "label112";
|
|
this.label112.Size = new System.Drawing.Size(59, 13);
|
|
this.label112.TabIndex = 7;
|
|
this.label112.Text = "Entity type:";
|
|
//
|
|
// ScenarioEntityGoToButton
|
|
//
|
|
this.ScenarioEntityGoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityGoToButton.Location = new System.Drawing.Point(341, 1);
|
|
this.ScenarioEntityGoToButton.Name = "ScenarioEntityGoToButton";
|
|
this.ScenarioEntityGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.ScenarioEntityGoToButton.TabIndex = 6;
|
|
this.ScenarioEntityGoToButton.Text = "Go to";
|
|
this.ScenarioEntityGoToButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityGoToButton.Click += new System.EventHandler(this.ScenarioEntityGoToButton_Click);
|
|
//
|
|
// ScenarioEntityPositionTextBox
|
|
//
|
|
this.ScenarioEntityPositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPositionTextBox.Location = new System.Drawing.Point(91, 3);
|
|
this.ScenarioEntityPositionTextBox.Name = "ScenarioEntityPositionTextBox";
|
|
this.ScenarioEntityPositionTextBox.Size = new System.Drawing.Size(244, 20);
|
|
this.ScenarioEntityPositionTextBox.TabIndex = 5;
|
|
this.ScenarioEntityPositionTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPositionTextBox_TextChanged);
|
|
//
|
|
// label104
|
|
//
|
|
this.label104.AutoSize = true;
|
|
this.label104.Location = new System.Drawing.Point(10, 6);
|
|
this.label104.Name = "label104";
|
|
this.label104.Size = new System.Drawing.Size(75, 13);
|
|
this.label104.TabIndex = 4;
|
|
this.label104.Text = "Entity position:";
|
|
//
|
|
// ScenarioEntityAddToProjectButton
|
|
//
|
|
this.ScenarioEntityAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityAddToProjectButton.Enabled = false;
|
|
this.ScenarioEntityAddToProjectButton.Location = new System.Drawing.Point(319, 2);
|
|
this.ScenarioEntityAddToProjectButton.Name = "ScenarioEntityAddToProjectButton";
|
|
this.ScenarioEntityAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioEntityAddToProjectButton.TabIndex = 6;
|
|
this.ScenarioEntityAddToProjectButton.Text = "Add to Project";
|
|
this.ScenarioEntityAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityAddToProjectButton.Click += new System.EventHandler(this.ScenarioEntityAddToProjectButton_Click);
|
|
//
|
|
// ScenarioEntityCheckBox
|
|
//
|
|
this.ScenarioEntityCheckBox.AutoSize = true;
|
|
this.ScenarioEntityCheckBox.Location = new System.Drawing.Point(6, 6);
|
|
this.ScenarioEntityCheckBox.Name = "ScenarioEntityCheckBox";
|
|
this.ScenarioEntityCheckBox.Size = new System.Drawing.Size(129, 17);
|
|
this.ScenarioEntityCheckBox.TabIndex = 5;
|
|
this.ScenarioEntityCheckBox.Text = "Define Entity Override";
|
|
this.ScenarioEntityCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioEntityCheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioEntityPointTabPage
|
|
//
|
|
this.ScenarioEntityPointTabPage.Controls.Add(this.ScenarioEntityPointDeleteButton);
|
|
this.ScenarioEntityPointTabPage.Controls.Add(this.ScenarioEntityPointAddToProjectButton);
|
|
this.ScenarioEntityPointTabPage.Controls.Add(this.ScenarioEntityPointCheckBox);
|
|
this.ScenarioEntityPointTabPage.Controls.Add(this.ScenarioEntityPointPanel);
|
|
this.ScenarioEntityPointTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioEntityPointTabPage.Name = "ScenarioEntityPointTabPage";
|
|
this.ScenarioEntityPointTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioEntityPointTabPage.TabIndex = 2;
|
|
this.ScenarioEntityPointTabPage.Text = "Entity Point";
|
|
this.ScenarioEntityPointTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioEntityPointDeleteButton
|
|
//
|
|
this.ScenarioEntityPointDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointDeleteButton.Enabled = false;
|
|
this.ScenarioEntityPointDeleteButton.Location = new System.Drawing.Point(415, 2);
|
|
this.ScenarioEntityPointDeleteButton.Name = "ScenarioEntityPointDeleteButton";
|
|
this.ScenarioEntityPointDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioEntityPointDeleteButton.TabIndex = 3;
|
|
this.ScenarioEntityPointDeleteButton.Text = "Delete Point";
|
|
this.ScenarioEntityPointDeleteButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityPointDeleteButton.Click += new System.EventHandler(this.ScenarioEntityPointDeleteButton_Click);
|
|
//
|
|
// ScenarioEntityPointAddToProjectButton
|
|
//
|
|
this.ScenarioEntityPointAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointAddToProjectButton.Enabled = false;
|
|
this.ScenarioEntityPointAddToProjectButton.Location = new System.Drawing.Point(319, 2);
|
|
this.ScenarioEntityPointAddToProjectButton.Name = "ScenarioEntityPointAddToProjectButton";
|
|
this.ScenarioEntityPointAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioEntityPointAddToProjectButton.TabIndex = 2;
|
|
this.ScenarioEntityPointAddToProjectButton.Text = "Add to Project";
|
|
this.ScenarioEntityPointAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityPointAddToProjectButton.Click += new System.EventHandler(this.ScenarioEntityPointAddToProjectButton_Click);
|
|
//
|
|
// ScenarioEntityPointCheckBox
|
|
//
|
|
this.ScenarioEntityPointCheckBox.AutoSize = true;
|
|
this.ScenarioEntityPointCheckBox.Location = new System.Drawing.Point(6, 6);
|
|
this.ScenarioEntityPointCheckBox.Name = "ScenarioEntityPointCheckBox";
|
|
this.ScenarioEntityPointCheckBox.Size = new System.Drawing.Size(156, 17);
|
|
this.ScenarioEntityPointCheckBox.TabIndex = 1;
|
|
this.ScenarioEntityPointCheckBox.Text = "Define Entity Override Point";
|
|
this.ScenarioEntityPointCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityPointCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioEntityPointCheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioEntityPointPanel
|
|
//
|
|
this.ScenarioEntityPointPanel.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.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointNameHashLabel);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointNameTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointFlagsCheckedListBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label135);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointFlagsUpDown);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointShortRangeCheckBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointExtendedRangeCheckBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointHighPriCheckBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label133);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointEndUpDown);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointStartUpDown);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label134);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointRadiusTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label132);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointTimeTillPedLeavesTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label131);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointProbabilityTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label130);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointAvailableInMpSpComboBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label129);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointRequiredImapHashLabel);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointRequiredImapTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label128);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointInteriorHashLabel);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointInteriorTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label126);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointGroupHashLabel);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointGroupTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label124);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointPedTypeHashLabel);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointPedTypeTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label122);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointSpawnTypeHashLabel);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointSpawnTypeTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label120);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointRotationTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label118);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointGoToButton);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.ScenarioEntityPointPositionTextBox);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label117);
|
|
this.ScenarioEntityPointPanel.Controls.Add(this.label116);
|
|
this.ScenarioEntityPointPanel.Enabled = false;
|
|
this.ScenarioEntityPointPanel.Location = new System.Drawing.Point(0, 29);
|
|
this.ScenarioEntityPointPanel.Name = "ScenarioEntityPointPanel";
|
|
this.ScenarioEntityPointPanel.Size = new System.Drawing.Size(510, 414);
|
|
this.ScenarioEntityPointPanel.TabIndex = 4;
|
|
//
|
|
// ScenarioEntityPointNameHashLabel
|
|
//
|
|
this.ScenarioEntityPointNameHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointNameHashLabel.AutoSize = true;
|
|
this.ScenarioEntityPointNameHashLabel.Location = new System.Drawing.Point(387, 53);
|
|
this.ScenarioEntityPointNameHashLabel.Name = "ScenarioEntityPointNameHashLabel";
|
|
this.ScenarioEntityPointNameHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioEntityPointNameHashLabel.TabIndex = 12;
|
|
this.ScenarioEntityPointNameHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioEntityPointNameTextBox
|
|
//
|
|
this.ScenarioEntityPointNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointNameTextBox.Location = new System.Drawing.Point(109, 50);
|
|
this.ScenarioEntityPointNameTextBox.Name = "ScenarioEntityPointNameTextBox";
|
|
this.ScenarioEntityPointNameTextBox.Size = new System.Drawing.Size(272, 20);
|
|
this.ScenarioEntityPointNameTextBox.TabIndex = 11;
|
|
this.ScenarioEntityPointNameTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointNameTextBox_TextChanged);
|
|
//
|
|
// ScenarioEntityPointFlagsCheckedListBox
|
|
//
|
|
this.ScenarioEntityPointFlagsCheckedListBox.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.ScenarioEntityPointFlagsCheckedListBox.CheckOnClick = true;
|
|
this.ScenarioEntityPointFlagsCheckedListBox.FormattingEnabled = true;
|
|
this.ScenarioEntityPointFlagsCheckedListBox.Items.AddRange(new object[] {
|
|
"1 - IgnoreMaxInRange",
|
|
"2 - NoSpawn",
|
|
"4 - StationaryReactions",
|
|
"8 - Unk",
|
|
"16 - Unk",
|
|
"32 - ActivateVehicleSiren",
|
|
"64 - Unk",
|
|
"128 - Unk",
|
|
"256 - Unk",
|
|
"512 - Unk",
|
|
"1024 - AerialVehiclePoint",
|
|
"2048 - TerritorialScenario",
|
|
"4096 - Unk",
|
|
"8192 - Unk",
|
|
"16384 - Unk",
|
|
"32768 - Unk",
|
|
"65536 - InWater",
|
|
"131072 - Unk",
|
|
"262144 - OpenDoor",
|
|
"524288 - PreciseUseTime",
|
|
"1048576 - Unk",
|
|
"2097152 - Unk",
|
|
"4194304 - ExtendedRange",
|
|
"8388608 - ShortRange",
|
|
"16777216 - HighPriority",
|
|
"33554432 - IgnoreLoitering",
|
|
"67108864 - Unk",
|
|
"134217728 - ResetNoCollisionOnCleanUp",
|
|
"268435456 - Unk",
|
|
"536870912 - Unk",
|
|
"1073741824 - Unk"});
|
|
this.ScenarioEntityPointFlagsCheckedListBox.Location = new System.Drawing.Point(269, 193);
|
|
this.ScenarioEntityPointFlagsCheckedListBox.Name = "ScenarioEntityPointFlagsCheckedListBox";
|
|
this.ScenarioEntityPointFlagsCheckedListBox.Size = new System.Drawing.Size(214, 214);
|
|
this.ScenarioEntityPointFlagsCheckedListBox.TabIndex = 45;
|
|
this.ScenarioEntityPointFlagsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ScenarioEntityPointFlagsCheckedListBox_ItemCheck);
|
|
//
|
|
// label135
|
|
//
|
|
this.label135.AutoSize = true;
|
|
this.label135.Location = new System.Drawing.Point(68, 389);
|
|
this.label135.Name = "label135";
|
|
this.label135.Size = new System.Drawing.Size(35, 13);
|
|
this.label135.TabIndex = 43;
|
|
this.label135.Text = "Flags:";
|
|
//
|
|
// ScenarioEntityPointFlagsUpDown
|
|
//
|
|
this.ScenarioEntityPointFlagsUpDown.Location = new System.Drawing.Point(109, 387);
|
|
this.ScenarioEntityPointFlagsUpDown.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioEntityPointFlagsUpDown.Name = "ScenarioEntityPointFlagsUpDown";
|
|
this.ScenarioEntityPointFlagsUpDown.Size = new System.Drawing.Size(154, 20);
|
|
this.ScenarioEntityPointFlagsUpDown.TabIndex = 44;
|
|
this.ScenarioEntityPointFlagsUpDown.ValueChanged += new System.EventHandler(this.ScenarioEntityPointFlagsUpDown_ValueChanged);
|
|
//
|
|
// ScenarioEntityPointShortRangeCheckBox
|
|
//
|
|
this.ScenarioEntityPointShortRangeCheckBox.AutoSize = true;
|
|
this.ScenarioEntityPointShortRangeCheckBox.Location = new System.Drawing.Point(109, 364);
|
|
this.ScenarioEntityPointShortRangeCheckBox.Name = "ScenarioEntityPointShortRangeCheckBox";
|
|
this.ScenarioEntityPointShortRangeCheckBox.Size = new System.Drawing.Size(83, 17);
|
|
this.ScenarioEntityPointShortRangeCheckBox.TabIndex = 42;
|
|
this.ScenarioEntityPointShortRangeCheckBox.Text = "ShortRange";
|
|
this.ScenarioEntityPointShortRangeCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityPointShortRangeCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioEntityPointShortRangeCheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioEntityPointExtendedRangeCheckBox
|
|
//
|
|
this.ScenarioEntityPointExtendedRangeCheckBox.AutoSize = true;
|
|
this.ScenarioEntityPointExtendedRangeCheckBox.Location = new System.Drawing.Point(109, 346);
|
|
this.ScenarioEntityPointExtendedRangeCheckBox.Name = "ScenarioEntityPointExtendedRangeCheckBox";
|
|
this.ScenarioEntityPointExtendedRangeCheckBox.Size = new System.Drawing.Size(103, 17);
|
|
this.ScenarioEntityPointExtendedRangeCheckBox.TabIndex = 41;
|
|
this.ScenarioEntityPointExtendedRangeCheckBox.Text = "ExtendedRange";
|
|
this.ScenarioEntityPointExtendedRangeCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityPointExtendedRangeCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioEntityPointExtendedRangeCheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioEntityPointHighPriCheckBox
|
|
//
|
|
this.ScenarioEntityPointHighPriCheckBox.AutoSize = true;
|
|
this.ScenarioEntityPointHighPriCheckBox.Location = new System.Drawing.Point(109, 328);
|
|
this.ScenarioEntityPointHighPriCheckBox.Name = "ScenarioEntityPointHighPriCheckBox";
|
|
this.ScenarioEntityPointHighPriCheckBox.Size = new System.Drawing.Size(60, 17);
|
|
this.ScenarioEntityPointHighPriCheckBox.TabIndex = 40;
|
|
this.ScenarioEntityPointHighPriCheckBox.Text = "HighPri";
|
|
this.ScenarioEntityPointHighPriCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityPointHighPriCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioEntityPointHighPriCheckBox_CheckedChanged);
|
|
//
|
|
// label133
|
|
//
|
|
this.label133.AutoSize = true;
|
|
this.label133.Location = new System.Drawing.Point(74, 306);
|
|
this.label133.Name = "label133";
|
|
this.label133.Size = new System.Drawing.Size(29, 13);
|
|
this.label133.TabIndex = 38;
|
|
this.label133.Text = "End:";
|
|
//
|
|
// ScenarioEntityPointEndUpDown
|
|
//
|
|
this.ScenarioEntityPointEndUpDown.Location = new System.Drawing.Point(109, 304);
|
|
this.ScenarioEntityPointEndUpDown.Maximum = new decimal(new int[] {
|
|
24,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioEntityPointEndUpDown.Name = "ScenarioEntityPointEndUpDown";
|
|
this.ScenarioEntityPointEndUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioEntityPointEndUpDown.TabIndex = 39;
|
|
this.ScenarioEntityPointEndUpDown.ValueChanged += new System.EventHandler(this.ScenarioEntityPointEndUpDown_ValueChanged);
|
|
//
|
|
// ScenarioEntityPointStartUpDown
|
|
//
|
|
this.ScenarioEntityPointStartUpDown.Location = new System.Drawing.Point(109, 281);
|
|
this.ScenarioEntityPointStartUpDown.Maximum = new decimal(new int[] {
|
|
24,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioEntityPointStartUpDown.Name = "ScenarioEntityPointStartUpDown";
|
|
this.ScenarioEntityPointStartUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioEntityPointStartUpDown.TabIndex = 37;
|
|
this.ScenarioEntityPointStartUpDown.ValueChanged += new System.EventHandler(this.ScenarioEntityPointStartUpDown_ValueChanged);
|
|
//
|
|
// label134
|
|
//
|
|
this.label134.AutoSize = true;
|
|
this.label134.Location = new System.Drawing.Point(71, 283);
|
|
this.label134.Name = "label134";
|
|
this.label134.Size = new System.Drawing.Size(32, 13);
|
|
this.label134.TabIndex = 36;
|
|
this.label134.Text = "Start:";
|
|
//
|
|
// ScenarioEntityPointRadiusTextBox
|
|
//
|
|
this.ScenarioEntityPointRadiusTextBox.Location = new System.Drawing.Point(109, 258);
|
|
this.ScenarioEntityPointRadiusTextBox.Name = "ScenarioEntityPointRadiusTextBox";
|
|
this.ScenarioEntityPointRadiusTextBox.Size = new System.Drawing.Size(88, 20);
|
|
this.ScenarioEntityPointRadiusTextBox.TabIndex = 35;
|
|
this.ScenarioEntityPointRadiusTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointRadiusTextBox_TextChanged);
|
|
//
|
|
// label132
|
|
//
|
|
this.label132.AutoSize = true;
|
|
this.label132.Location = new System.Drawing.Point(60, 261);
|
|
this.label132.Name = "label132";
|
|
this.label132.Size = new System.Drawing.Size(43, 13);
|
|
this.label132.TabIndex = 34;
|
|
this.label132.Text = "Radius:";
|
|
//
|
|
// ScenarioEntityPointTimeTillPedLeavesTextBox
|
|
//
|
|
this.ScenarioEntityPointTimeTillPedLeavesTextBox.Location = new System.Drawing.Point(109, 235);
|
|
this.ScenarioEntityPointTimeTillPedLeavesTextBox.Name = "ScenarioEntityPointTimeTillPedLeavesTextBox";
|
|
this.ScenarioEntityPointTimeTillPedLeavesTextBox.Size = new System.Drawing.Size(88, 20);
|
|
this.ScenarioEntityPointTimeTillPedLeavesTextBox.TabIndex = 33;
|
|
this.ScenarioEntityPointTimeTillPedLeavesTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointTimeTillPedLeavesTextBox_TextChanged);
|
|
//
|
|
// label131
|
|
//
|
|
this.label131.AutoSize = true;
|
|
this.label131.Location = new System.Drawing.Point(3, 238);
|
|
this.label131.Name = "label131";
|
|
this.label131.Size = new System.Drawing.Size(100, 13);
|
|
this.label131.TabIndex = 32;
|
|
this.label131.Text = "TimeTillPedLeaves:";
|
|
//
|
|
// ScenarioEntityPointProbabilityTextBox
|
|
//
|
|
this.ScenarioEntityPointProbabilityTextBox.Location = new System.Drawing.Point(109, 212);
|
|
this.ScenarioEntityPointProbabilityTextBox.Name = "ScenarioEntityPointProbabilityTextBox";
|
|
this.ScenarioEntityPointProbabilityTextBox.Size = new System.Drawing.Size(88, 20);
|
|
this.ScenarioEntityPointProbabilityTextBox.TabIndex = 31;
|
|
this.ScenarioEntityPointProbabilityTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointProbabilityTextBox_TextChanged);
|
|
//
|
|
// label130
|
|
//
|
|
this.label130.AutoSize = true;
|
|
this.label130.Location = new System.Drawing.Point(45, 215);
|
|
this.label130.Name = "label130";
|
|
this.label130.Size = new System.Drawing.Size(58, 13);
|
|
this.label130.TabIndex = 30;
|
|
this.label130.Text = "Probability:";
|
|
//
|
|
// ScenarioEntityPointAvailableInMpSpComboBox
|
|
//
|
|
this.ScenarioEntityPointAvailableInMpSpComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioEntityPointAvailableInMpSpComboBox.FormattingEnabled = true;
|
|
this.ScenarioEntityPointAvailableInMpSpComboBox.Location = new System.Drawing.Point(109, 188);
|
|
this.ScenarioEntityPointAvailableInMpSpComboBox.Name = "ScenarioEntityPointAvailableInMpSpComboBox";
|
|
this.ScenarioEntityPointAvailableInMpSpComboBox.Size = new System.Drawing.Size(88, 21);
|
|
this.ScenarioEntityPointAvailableInMpSpComboBox.TabIndex = 29;
|
|
this.ScenarioEntityPointAvailableInMpSpComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioEntityPointAvailableInMpSpComboBox_SelectedIndexChanged);
|
|
//
|
|
// label129
|
|
//
|
|
this.label129.AutoSize = true;
|
|
this.label129.Location = new System.Drawing.Point(14, 191);
|
|
this.label129.Name = "label129";
|
|
this.label129.Size = new System.Drawing.Size(90, 13);
|
|
this.label129.TabIndex = 28;
|
|
this.label129.Text = "AvailableInMpSp:";
|
|
//
|
|
// ScenarioEntityPointRequiredImapHashLabel
|
|
//
|
|
this.ScenarioEntityPointRequiredImapHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointRequiredImapHashLabel.AutoSize = true;
|
|
this.ScenarioEntityPointRequiredImapHashLabel.Location = new System.Drawing.Point(387, 168);
|
|
this.ScenarioEntityPointRequiredImapHashLabel.Name = "ScenarioEntityPointRequiredImapHashLabel";
|
|
this.ScenarioEntityPointRequiredImapHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioEntityPointRequiredImapHashLabel.TabIndex = 27;
|
|
this.ScenarioEntityPointRequiredImapHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioEntityPointRequiredImapTextBox
|
|
//
|
|
this.ScenarioEntityPointRequiredImapTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointRequiredImapTextBox.Location = new System.Drawing.Point(109, 165);
|
|
this.ScenarioEntityPointRequiredImapTextBox.Name = "ScenarioEntityPointRequiredImapTextBox";
|
|
this.ScenarioEntityPointRequiredImapTextBox.Size = new System.Drawing.Size(272, 20);
|
|
this.ScenarioEntityPointRequiredImapTextBox.TabIndex = 26;
|
|
this.ScenarioEntityPointRequiredImapTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointRequiredImapTextBox_TextChanged);
|
|
//
|
|
// label128
|
|
//
|
|
this.label128.AutoSize = true;
|
|
this.label128.Location = new System.Drawing.Point(24, 168);
|
|
this.label128.Name = "label128";
|
|
this.label128.Size = new System.Drawing.Size(79, 13);
|
|
this.label128.TabIndex = 25;
|
|
this.label128.Text = "Required Imap:";
|
|
//
|
|
// ScenarioEntityPointInteriorHashLabel
|
|
//
|
|
this.ScenarioEntityPointInteriorHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointInteriorHashLabel.AutoSize = true;
|
|
this.ScenarioEntityPointInteriorHashLabel.Location = new System.Drawing.Point(387, 145);
|
|
this.ScenarioEntityPointInteriorHashLabel.Name = "ScenarioEntityPointInteriorHashLabel";
|
|
this.ScenarioEntityPointInteriorHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioEntityPointInteriorHashLabel.TabIndex = 24;
|
|
this.ScenarioEntityPointInteriorHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioEntityPointInteriorTextBox
|
|
//
|
|
this.ScenarioEntityPointInteriorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointInteriorTextBox.Location = new System.Drawing.Point(109, 142);
|
|
this.ScenarioEntityPointInteriorTextBox.Name = "ScenarioEntityPointInteriorTextBox";
|
|
this.ScenarioEntityPointInteriorTextBox.Size = new System.Drawing.Size(272, 20);
|
|
this.ScenarioEntityPointInteriorTextBox.TabIndex = 23;
|
|
this.ScenarioEntityPointInteriorTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointInteriorTextBox_TextChanged);
|
|
//
|
|
// label126
|
|
//
|
|
this.label126.AutoSize = true;
|
|
this.label126.Location = new System.Drawing.Point(61, 145);
|
|
this.label126.Name = "label126";
|
|
this.label126.Size = new System.Drawing.Size(42, 13);
|
|
this.label126.TabIndex = 22;
|
|
this.label126.Text = "Interior:";
|
|
//
|
|
// ScenarioEntityPointGroupHashLabel
|
|
//
|
|
this.ScenarioEntityPointGroupHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointGroupHashLabel.AutoSize = true;
|
|
this.ScenarioEntityPointGroupHashLabel.Location = new System.Drawing.Point(387, 122);
|
|
this.ScenarioEntityPointGroupHashLabel.Name = "ScenarioEntityPointGroupHashLabel";
|
|
this.ScenarioEntityPointGroupHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioEntityPointGroupHashLabel.TabIndex = 21;
|
|
this.ScenarioEntityPointGroupHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioEntityPointGroupTextBox
|
|
//
|
|
this.ScenarioEntityPointGroupTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointGroupTextBox.Location = new System.Drawing.Point(109, 119);
|
|
this.ScenarioEntityPointGroupTextBox.Name = "ScenarioEntityPointGroupTextBox";
|
|
this.ScenarioEntityPointGroupTextBox.Size = new System.Drawing.Size(272, 20);
|
|
this.ScenarioEntityPointGroupTextBox.TabIndex = 20;
|
|
this.ScenarioEntityPointGroupTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointGroupTextBox_TextChanged);
|
|
//
|
|
// label124
|
|
//
|
|
this.label124.AutoSize = true;
|
|
this.label124.Location = new System.Drawing.Point(64, 122);
|
|
this.label124.Name = "label124";
|
|
this.label124.Size = new System.Drawing.Size(39, 13);
|
|
this.label124.TabIndex = 19;
|
|
this.label124.Text = "Group:";
|
|
//
|
|
// ScenarioEntityPointPedTypeHashLabel
|
|
//
|
|
this.ScenarioEntityPointPedTypeHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointPedTypeHashLabel.AutoSize = true;
|
|
this.ScenarioEntityPointPedTypeHashLabel.Location = new System.Drawing.Point(387, 99);
|
|
this.ScenarioEntityPointPedTypeHashLabel.Name = "ScenarioEntityPointPedTypeHashLabel";
|
|
this.ScenarioEntityPointPedTypeHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioEntityPointPedTypeHashLabel.TabIndex = 18;
|
|
this.ScenarioEntityPointPedTypeHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioEntityPointPedTypeTextBox
|
|
//
|
|
this.ScenarioEntityPointPedTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointPedTypeTextBox.Location = new System.Drawing.Point(109, 96);
|
|
this.ScenarioEntityPointPedTypeTextBox.Name = "ScenarioEntityPointPedTypeTextBox";
|
|
this.ScenarioEntityPointPedTypeTextBox.Size = new System.Drawing.Size(272, 20);
|
|
this.ScenarioEntityPointPedTypeTextBox.TabIndex = 17;
|
|
this.ScenarioEntityPointPedTypeTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointPedTypeTextBox_TextChanged);
|
|
//
|
|
// label122
|
|
//
|
|
this.label122.AutoSize = true;
|
|
this.label122.Location = new System.Drawing.Point(51, 99);
|
|
this.label122.Name = "label122";
|
|
this.label122.Size = new System.Drawing.Size(52, 13);
|
|
this.label122.TabIndex = 16;
|
|
this.label122.Text = "Ped type:";
|
|
//
|
|
// ScenarioEntityPointSpawnTypeHashLabel
|
|
//
|
|
this.ScenarioEntityPointSpawnTypeHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointSpawnTypeHashLabel.AutoSize = true;
|
|
this.ScenarioEntityPointSpawnTypeHashLabel.Location = new System.Drawing.Point(387, 76);
|
|
this.ScenarioEntityPointSpawnTypeHashLabel.Name = "ScenarioEntityPointSpawnTypeHashLabel";
|
|
this.ScenarioEntityPointSpawnTypeHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioEntityPointSpawnTypeHashLabel.TabIndex = 15;
|
|
this.ScenarioEntityPointSpawnTypeHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioEntityPointSpawnTypeTextBox
|
|
//
|
|
this.ScenarioEntityPointSpawnTypeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointSpawnTypeTextBox.Location = new System.Drawing.Point(109, 73);
|
|
this.ScenarioEntityPointSpawnTypeTextBox.Name = "ScenarioEntityPointSpawnTypeTextBox";
|
|
this.ScenarioEntityPointSpawnTypeTextBox.Size = new System.Drawing.Size(272, 20);
|
|
this.ScenarioEntityPointSpawnTypeTextBox.TabIndex = 14;
|
|
this.ScenarioEntityPointSpawnTypeTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointSpawnTypeTextBox_TextChanged);
|
|
//
|
|
// label120
|
|
//
|
|
this.label120.AutoSize = true;
|
|
this.label120.Location = new System.Drawing.Point(37, 76);
|
|
this.label120.Name = "label120";
|
|
this.label120.Size = new System.Drawing.Size(66, 13);
|
|
this.label120.TabIndex = 13;
|
|
this.label120.Text = "Spawn type:";
|
|
//
|
|
// ScenarioEntityPointRotationTextBox
|
|
//
|
|
this.ScenarioEntityPointRotationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointRotationTextBox.Location = new System.Drawing.Point(109, 27);
|
|
this.ScenarioEntityPointRotationTextBox.Name = "ScenarioEntityPointRotationTextBox";
|
|
this.ScenarioEntityPointRotationTextBox.Size = new System.Drawing.Size(272, 20);
|
|
this.ScenarioEntityPointRotationTextBox.TabIndex = 9;
|
|
this.ScenarioEntityPointRotationTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointRotationTextBox_TextChanged);
|
|
//
|
|
// label118
|
|
//
|
|
this.label118.AutoSize = true;
|
|
this.label118.Location = new System.Drawing.Point(27, 30);
|
|
this.label118.Name = "label118";
|
|
this.label118.Size = new System.Drawing.Size(76, 13);
|
|
this.label118.TabIndex = 8;
|
|
this.label118.Text = "Offset rotation:";
|
|
//
|
|
// ScenarioEntityPointGoToButton
|
|
//
|
|
this.ScenarioEntityPointGoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointGoToButton.Location = new System.Drawing.Point(387, 2);
|
|
this.ScenarioEntityPointGoToButton.Name = "ScenarioEntityPointGoToButton";
|
|
this.ScenarioEntityPointGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.ScenarioEntityPointGoToButton.TabIndex = 7;
|
|
this.ScenarioEntityPointGoToButton.Text = "Go to";
|
|
this.ScenarioEntityPointGoToButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityPointGoToButton.Click += new System.EventHandler(this.ScenarioEntityPointGoToButton_Click);
|
|
//
|
|
// ScenarioEntityPointPositionTextBox
|
|
//
|
|
this.ScenarioEntityPointPositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioEntityPointPositionTextBox.Location = new System.Drawing.Point(109, 4);
|
|
this.ScenarioEntityPointPositionTextBox.Name = "ScenarioEntityPointPositionTextBox";
|
|
this.ScenarioEntityPointPositionTextBox.Size = new System.Drawing.Size(272, 20);
|
|
this.ScenarioEntityPointPositionTextBox.TabIndex = 6;
|
|
this.ScenarioEntityPointPositionTextBox.TextChanged += new System.EventHandler(this.ScenarioEntityPointPositionTextBox_TextChanged);
|
|
//
|
|
// label117
|
|
//
|
|
this.label117.AutoSize = true;
|
|
this.label117.Location = new System.Drawing.Point(26, 7);
|
|
this.label117.Name = "label117";
|
|
this.label117.Size = new System.Drawing.Size(77, 13);
|
|
this.label117.TabIndex = 5;
|
|
this.label117.Text = "Offset position:";
|
|
//
|
|
// label116
|
|
//
|
|
this.label116.AutoSize = true;
|
|
this.label116.Location = new System.Drawing.Point(65, 53);
|
|
this.label116.Name = "label116";
|
|
this.label116.Size = new System.Drawing.Size(38, 13);
|
|
this.label116.TabIndex = 10;
|
|
this.label116.Text = "Name:";
|
|
//
|
|
// ScenarioChainTabPage
|
|
//
|
|
this.ScenarioChainTabPage.Controls.Add(this.ScenarioChainDeleteButton);
|
|
this.ScenarioChainTabPage.Controls.Add(this.ScenarioChainAddToProjectButton);
|
|
this.ScenarioChainTabPage.Controls.Add(this.splitContainer3);
|
|
this.ScenarioChainTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioChainTabPage.Name = "ScenarioChainTabPage";
|
|
this.ScenarioChainTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioChainTabPage.TabIndex = 3;
|
|
this.ScenarioChainTabPage.Text = "Chain";
|
|
this.ScenarioChainTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioChainDeleteButton
|
|
//
|
|
this.ScenarioChainDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainDeleteButton.Enabled = false;
|
|
this.ScenarioChainDeleteButton.Location = new System.Drawing.Point(415, 2);
|
|
this.ScenarioChainDeleteButton.Name = "ScenarioChainDeleteButton";
|
|
this.ScenarioChainDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioChainDeleteButton.TabIndex = 9;
|
|
this.ScenarioChainDeleteButton.Text = "Delete Chain";
|
|
this.ScenarioChainDeleteButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainDeleteButton.Click += new System.EventHandler(this.ScenarioChainDeleteButton_Click);
|
|
//
|
|
// ScenarioChainAddToProjectButton
|
|
//
|
|
this.ScenarioChainAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainAddToProjectButton.Enabled = false;
|
|
this.ScenarioChainAddToProjectButton.Location = new System.Drawing.Point(319, 2);
|
|
this.ScenarioChainAddToProjectButton.Name = "ScenarioChainAddToProjectButton";
|
|
this.ScenarioChainAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioChainAddToProjectButton.TabIndex = 8;
|
|
this.ScenarioChainAddToProjectButton.Text = "Add to Project";
|
|
this.ScenarioChainAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainAddToProjectButton.Click += new System.EventHandler(this.ScenarioChainAddToProjectButton_Click);
|
|
//
|
|
// splitContainer3
|
|
//
|
|
this.splitContainer3.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.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer3.Location = new System.Drawing.Point(0, 31);
|
|
this.splitContainer3.Name = "splitContainer3";
|
|
//
|
|
// splitContainer3.Panel1
|
|
//
|
|
this.splitContainer3.Panel1.Controls.Add(this.ScenarioChainMoveEdgeDownButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.ScenarioChainMoveEdgeUpButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.label138);
|
|
this.splitContainer3.Panel1.Controls.Add(this.ScenarioChainUnk1UpDown);
|
|
this.splitContainer3.Panel1.Controls.Add(this.ScenarioChainRemoveEdgeButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.ScenarioChainAddEdgeButton);
|
|
this.splitContainer3.Panel1.Controls.Add(this.ScenarioChainEdgesListBox);
|
|
this.splitContainer3.Panel1.Controls.Add(this.ScenarioChainEdgeCountLabel);
|
|
//
|
|
// splitContainer3.Panel2
|
|
//
|
|
this.splitContainer3.Panel2.Controls.Add(this.ScenarioChainEdgePanel);
|
|
this.splitContainer3.Size = new System.Drawing.Size(510, 412);
|
|
this.splitContainer3.SplitterDistance = 205;
|
|
this.splitContainer3.TabIndex = 1;
|
|
//
|
|
// ScenarioChainMoveEdgeDownButton
|
|
//
|
|
this.ScenarioChainMoveEdgeDownButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScenarioChainMoveEdgeDownButton.Location = new System.Drawing.Point(85, 353);
|
|
this.ScenarioChainMoveEdgeDownButton.Name = "ScenarioChainMoveEdgeDownButton";
|
|
this.ScenarioChainMoveEdgeDownButton.Size = new System.Drawing.Size(76, 23);
|
|
this.ScenarioChainMoveEdgeDownButton.TabIndex = 5;
|
|
this.ScenarioChainMoveEdgeDownButton.Text = "Move Down";
|
|
this.ScenarioChainMoveEdgeDownButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainMoveEdgeDownButton.Click += new System.EventHandler(this.ScenarioChainMoveEdgeDownButton_Click);
|
|
//
|
|
// ScenarioChainMoveEdgeUpButton
|
|
//
|
|
this.ScenarioChainMoveEdgeUpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScenarioChainMoveEdgeUpButton.Location = new System.Drawing.Point(3, 353);
|
|
this.ScenarioChainMoveEdgeUpButton.Name = "ScenarioChainMoveEdgeUpButton";
|
|
this.ScenarioChainMoveEdgeUpButton.Size = new System.Drawing.Size(76, 23);
|
|
this.ScenarioChainMoveEdgeUpButton.TabIndex = 4;
|
|
this.ScenarioChainMoveEdgeUpButton.Text = "Move Up";
|
|
this.ScenarioChainMoveEdgeUpButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainMoveEdgeUpButton.Click += new System.EventHandler(this.ScenarioChainMoveEdgeUpButton_Click);
|
|
//
|
|
// label138
|
|
//
|
|
this.label138.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label138.AutoSize = true;
|
|
this.label138.Location = new System.Drawing.Point(10, 391);
|
|
this.label138.Name = "label138";
|
|
this.label138.Size = new System.Drawing.Size(69, 13);
|
|
this.label138.TabIndex = 6;
|
|
this.label138.Text = "Chain Unk 1:";
|
|
//
|
|
// ScenarioChainUnk1UpDown
|
|
//
|
|
this.ScenarioChainUnk1UpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScenarioChainUnk1UpDown.Location = new System.Drawing.Point(85, 389);
|
|
this.ScenarioChainUnk1UpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioChainUnk1UpDown.Name = "ScenarioChainUnk1UpDown";
|
|
this.ScenarioChainUnk1UpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioChainUnk1UpDown.TabIndex = 7;
|
|
this.ScenarioChainUnk1UpDown.ValueChanged += new System.EventHandler(this.ScenarioChainUnk1UpDown_ValueChanged);
|
|
//
|
|
// ScenarioChainRemoveEdgeButton
|
|
//
|
|
this.ScenarioChainRemoveEdgeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScenarioChainRemoveEdgeButton.Location = new System.Drawing.Point(85, 324);
|
|
this.ScenarioChainRemoveEdgeButton.Name = "ScenarioChainRemoveEdgeButton";
|
|
this.ScenarioChainRemoveEdgeButton.Size = new System.Drawing.Size(76, 23);
|
|
this.ScenarioChainRemoveEdgeButton.TabIndex = 3;
|
|
this.ScenarioChainRemoveEdgeButton.Text = "Remove";
|
|
this.ScenarioChainRemoveEdgeButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainRemoveEdgeButton.Click += new System.EventHandler(this.ScenarioChainRemoveEdgeButton_Click);
|
|
//
|
|
// ScenarioChainAddEdgeButton
|
|
//
|
|
this.ScenarioChainAddEdgeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScenarioChainAddEdgeButton.Location = new System.Drawing.Point(3, 324);
|
|
this.ScenarioChainAddEdgeButton.Name = "ScenarioChainAddEdgeButton";
|
|
this.ScenarioChainAddEdgeButton.Size = new System.Drawing.Size(76, 23);
|
|
this.ScenarioChainAddEdgeButton.TabIndex = 2;
|
|
this.ScenarioChainAddEdgeButton.Text = "Add";
|
|
this.ScenarioChainAddEdgeButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainAddEdgeButton.Click += new System.EventHandler(this.ScenarioChainAddEdgeButton_Click);
|
|
//
|
|
// ScenarioChainEdgesListBox
|
|
//
|
|
this.ScenarioChainEdgesListBox.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.ScenarioChainEdgesListBox.FormattingEnabled = true;
|
|
this.ScenarioChainEdgesListBox.Location = new System.Drawing.Point(0, 0);
|
|
this.ScenarioChainEdgesListBox.Name = "ScenarioChainEdgesListBox";
|
|
this.ScenarioChainEdgesListBox.Size = new System.Drawing.Size(202, 290);
|
|
this.ScenarioChainEdgesListBox.TabIndex = 0;
|
|
this.ScenarioChainEdgesListBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioChainEdgesListBox_SelectedIndexChanged);
|
|
//
|
|
// ScenarioChainEdgeCountLabel
|
|
//
|
|
this.ScenarioChainEdgeCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScenarioChainEdgeCountLabel.AutoSize = true;
|
|
this.ScenarioChainEdgeCountLabel.Location = new System.Drawing.Point(3, 308);
|
|
this.ScenarioChainEdgeCountLabel.Name = "ScenarioChainEdgeCountLabel";
|
|
this.ScenarioChainEdgeCountLabel.Size = new System.Drawing.Size(75, 13);
|
|
this.ScenarioChainEdgeCountLabel.TabIndex = 1;
|
|
this.ScenarioChainEdgeCountLabel.Text = "Edge Count: 0";
|
|
//
|
|
// ScenarioChainEdgePanel
|
|
//
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.ScenarioChainEdgeNavSpeedComboBox);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.label137);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.ScenarioChainEdgeNavModeComboBox);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.label136);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.ScenarioChainEdgeActionComboBox);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.label127);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.ScenarioChainEdgeNodeIndexToUpDown);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.ScenarioChainEdgeNodeIndexFromUpDown);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.label125);
|
|
this.ScenarioChainEdgePanel.Controls.Add(this.label121);
|
|
this.ScenarioChainEdgePanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ScenarioChainEdgePanel.Enabled = false;
|
|
this.ScenarioChainEdgePanel.Location = new System.Drawing.Point(0, 0);
|
|
this.ScenarioChainEdgePanel.Name = "ScenarioChainEdgePanel";
|
|
this.ScenarioChainEdgePanel.Size = new System.Drawing.Size(301, 412);
|
|
this.ScenarioChainEdgePanel.TabIndex = 0;
|
|
//
|
|
// ScenarioChainEdgeNavSpeedComboBox
|
|
//
|
|
this.ScenarioChainEdgeNavSpeedComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioChainEdgeNavSpeedComboBox.FormattingEnabled = true;
|
|
this.ScenarioChainEdgeNavSpeedComboBox.Location = new System.Drawing.Point(100, 118);
|
|
this.ScenarioChainEdgeNavSpeedComboBox.Name = "ScenarioChainEdgeNavSpeedComboBox";
|
|
this.ScenarioChainEdgeNavSpeedComboBox.Size = new System.Drawing.Size(142, 21);
|
|
this.ScenarioChainEdgeNavSpeedComboBox.TabIndex = 10;
|
|
this.ScenarioChainEdgeNavSpeedComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioChainEdgeNavSpeedComboBox_SelectedIndexChanged);
|
|
//
|
|
// label137
|
|
//
|
|
this.label137.AutoSize = true;
|
|
this.label137.Location = new System.Drawing.Point(33, 121);
|
|
this.label137.Name = "label137";
|
|
this.label137.Size = new System.Drawing.Size(61, 13);
|
|
this.label137.TabIndex = 9;
|
|
this.label137.Text = "NavSpeed:";
|
|
//
|
|
// ScenarioChainEdgeNavModeComboBox
|
|
//
|
|
this.ScenarioChainEdgeNavModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioChainEdgeNavModeComboBox.FormattingEnabled = true;
|
|
this.ScenarioChainEdgeNavModeComboBox.Location = new System.Drawing.Point(100, 91);
|
|
this.ScenarioChainEdgeNavModeComboBox.Name = "ScenarioChainEdgeNavModeComboBox";
|
|
this.ScenarioChainEdgeNavModeComboBox.Size = new System.Drawing.Size(142, 21);
|
|
this.ScenarioChainEdgeNavModeComboBox.TabIndex = 8;
|
|
this.ScenarioChainEdgeNavModeComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioChainEdgeNavModeComboBox_SelectedIndexChanged);
|
|
//
|
|
// label136
|
|
//
|
|
this.label136.AutoSize = true;
|
|
this.label136.Location = new System.Drawing.Point(37, 94);
|
|
this.label136.Name = "label136";
|
|
this.label136.Size = new System.Drawing.Size(57, 13);
|
|
this.label136.TabIndex = 7;
|
|
this.label136.Text = "NavMode:";
|
|
//
|
|
// ScenarioChainEdgeActionComboBox
|
|
//
|
|
this.ScenarioChainEdgeActionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioChainEdgeActionComboBox.FormattingEnabled = true;
|
|
this.ScenarioChainEdgeActionComboBox.Location = new System.Drawing.Point(100, 64);
|
|
this.ScenarioChainEdgeActionComboBox.Name = "ScenarioChainEdgeActionComboBox";
|
|
this.ScenarioChainEdgeActionComboBox.Size = new System.Drawing.Size(142, 21);
|
|
this.ScenarioChainEdgeActionComboBox.TabIndex = 6;
|
|
this.ScenarioChainEdgeActionComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioChainEdgeActionComboBox_SelectedIndexChanged);
|
|
//
|
|
// label127
|
|
//
|
|
this.label127.AutoSize = true;
|
|
this.label127.Location = new System.Drawing.Point(54, 67);
|
|
this.label127.Name = "label127";
|
|
this.label127.Size = new System.Drawing.Size(40, 13);
|
|
this.label127.TabIndex = 5;
|
|
this.label127.Text = "Action:";
|
|
//
|
|
// ScenarioChainEdgeNodeIndexToUpDown
|
|
//
|
|
this.ScenarioChainEdgeNodeIndexToUpDown.Location = new System.Drawing.Point(100, 38);
|
|
this.ScenarioChainEdgeNodeIndexToUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioChainEdgeNodeIndexToUpDown.Name = "ScenarioChainEdgeNodeIndexToUpDown";
|
|
this.ScenarioChainEdgeNodeIndexToUpDown.Size = new System.Drawing.Size(81, 20);
|
|
this.ScenarioChainEdgeNodeIndexToUpDown.TabIndex = 4;
|
|
this.ScenarioChainEdgeNodeIndexToUpDown.ValueChanged += new System.EventHandler(this.ScenarioChainEdgeNodeIndexToUpDown_ValueChanged);
|
|
//
|
|
// ScenarioChainEdgeNodeIndexFromUpDown
|
|
//
|
|
this.ScenarioChainEdgeNodeIndexFromUpDown.Location = new System.Drawing.Point(100, 12);
|
|
this.ScenarioChainEdgeNodeIndexFromUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioChainEdgeNodeIndexFromUpDown.Name = "ScenarioChainEdgeNodeIndexFromUpDown";
|
|
this.ScenarioChainEdgeNodeIndexFromUpDown.Size = new System.Drawing.Size(81, 20);
|
|
this.ScenarioChainEdgeNodeIndexFromUpDown.TabIndex = 2;
|
|
this.ScenarioChainEdgeNodeIndexFromUpDown.ValueChanged += new System.EventHandler(this.ScenarioChainEdgeNodeIndexFromUpDown_ValueChanged);
|
|
//
|
|
// label125
|
|
//
|
|
this.label125.AutoSize = true;
|
|
this.label125.Location = new System.Drawing.Point(19, 40);
|
|
this.label125.Name = "label125";
|
|
this.label125.Size = new System.Drawing.Size(75, 13);
|
|
this.label125.TabIndex = 3;
|
|
this.label125.Text = "NodeIndexTo:";
|
|
//
|
|
// label121
|
|
//
|
|
this.label121.AutoSize = true;
|
|
this.label121.Location = new System.Drawing.Point(9, 14);
|
|
this.label121.Name = "label121";
|
|
this.label121.Size = new System.Drawing.Size(85, 13);
|
|
this.label121.TabIndex = 1;
|
|
this.label121.Text = "NodeIndexFrom:";
|
|
//
|
|
// ScenarioChainNodeTabPage
|
|
//
|
|
this.ScenarioChainNodeTabPage.Controls.Add(this.ScenarioChainNodePanel);
|
|
this.ScenarioChainNodeTabPage.Controls.Add(this.ScenarioChainNodeDeleteButton);
|
|
this.ScenarioChainNodeTabPage.Controls.Add(this.ScenarioChainNodeCheckBox);
|
|
this.ScenarioChainNodeTabPage.Controls.Add(this.ScenarioChainNodeAddToProjectButton);
|
|
this.ScenarioChainNodeTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioChainNodeTabPage.Name = "ScenarioChainNodeTabPage";
|
|
this.ScenarioChainNodeTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioChainNodeTabPage.TabIndex = 6;
|
|
this.ScenarioChainNodeTabPage.Text = "Chain Node";
|
|
this.ScenarioChainNodeTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioChainNodePanel
|
|
//
|
|
this.ScenarioChainNodePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodePanel.Controls.Add(this.ScenarioChainNodeTypeComboBox);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.ScenarioChainNodeIndexTextBox);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.label115);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.ScenarioChainNodeLastCheckBox);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.ScenarioChainNodeFirstCheckBox);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.label123);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.ScenarioChainNodeUnk1HashLabel);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.ScenarioChainNodeUnk1TextBox);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.label119);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.ScenarioChainNodeGoToButton);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.ScenarioChainNodePositionTextBox);
|
|
this.ScenarioChainNodePanel.Controls.Add(this.label105);
|
|
this.ScenarioChainNodePanel.Enabled = false;
|
|
this.ScenarioChainNodePanel.Location = new System.Drawing.Point(0, 29);
|
|
this.ScenarioChainNodePanel.Name = "ScenarioChainNodePanel";
|
|
this.ScenarioChainNodePanel.Size = new System.Drawing.Size(510, 201);
|
|
this.ScenarioChainNodePanel.TabIndex = 8;
|
|
//
|
|
// ScenarioChainNodeTypeComboBox
|
|
//
|
|
this.ScenarioChainNodeTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodeTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioChainNodeTypeComboBox.FormattingEnabled = true;
|
|
this.ScenarioChainNodeTypeComboBox.Location = new System.Drawing.Point(73, 55);
|
|
this.ScenarioChainNodeTypeComboBox.Name = "ScenarioChainNodeTypeComboBox";
|
|
this.ScenarioChainNodeTypeComboBox.Size = new System.Drawing.Size(336, 21);
|
|
this.ScenarioChainNodeTypeComboBox.TabIndex = 12;
|
|
this.ScenarioChainNodeTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioChainNodeTypeComboBox_SelectedIndexChanged);
|
|
//
|
|
// ScenarioChainNodeIndexTextBox
|
|
//
|
|
this.ScenarioChainNodeIndexTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodeIndexTextBox.Location = new System.Drawing.Point(73, 142);
|
|
this.ScenarioChainNodeIndexTextBox.Name = "ScenarioChainNodeIndexTextBox";
|
|
this.ScenarioChainNodeIndexTextBox.ReadOnly = true;
|
|
this.ScenarioChainNodeIndexTextBox.Size = new System.Drawing.Size(94, 20);
|
|
this.ScenarioChainNodeIndexTextBox.TabIndex = 17;
|
|
//
|
|
// label115
|
|
//
|
|
this.label115.AutoSize = true;
|
|
this.label115.Location = new System.Drawing.Point(33, 145);
|
|
this.label115.Name = "label115";
|
|
this.label115.Size = new System.Drawing.Size(36, 13);
|
|
this.label115.TabIndex = 16;
|
|
this.label115.Text = "Index:";
|
|
//
|
|
// ScenarioChainNodeLastCheckBox
|
|
//
|
|
this.ScenarioChainNodeLastCheckBox.AutoSize = true;
|
|
this.ScenarioChainNodeLastCheckBox.Location = new System.Drawing.Point(73, 105);
|
|
this.ScenarioChainNodeLastCheckBox.Name = "ScenarioChainNodeLastCheckBox";
|
|
this.ScenarioChainNodeLastCheckBox.Size = new System.Drawing.Size(86, 17);
|
|
this.ScenarioChainNodeLastCheckBox.TabIndex = 15;
|
|
this.ScenarioChainNodeLastCheckBox.Text = "Last in chain";
|
|
this.ScenarioChainNodeLastCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainNodeLastCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioChainNodeLastCheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioChainNodeFirstCheckBox
|
|
//
|
|
this.ScenarioChainNodeFirstCheckBox.AutoSize = true;
|
|
this.ScenarioChainNodeFirstCheckBox.Location = new System.Drawing.Point(73, 82);
|
|
this.ScenarioChainNodeFirstCheckBox.Name = "ScenarioChainNodeFirstCheckBox";
|
|
this.ScenarioChainNodeFirstCheckBox.Size = new System.Drawing.Size(85, 17);
|
|
this.ScenarioChainNodeFirstCheckBox.TabIndex = 14;
|
|
this.ScenarioChainNodeFirstCheckBox.Text = "First in chain";
|
|
this.ScenarioChainNodeFirstCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainNodeFirstCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioChainNodeFirstCheckBox_CheckedChanged);
|
|
//
|
|
// label123
|
|
//
|
|
this.label123.AutoSize = true;
|
|
this.label123.Location = new System.Drawing.Point(33, 58);
|
|
this.label123.Name = "label123";
|
|
this.label123.Size = new System.Drawing.Size(34, 13);
|
|
this.label123.TabIndex = 11;
|
|
this.label123.Text = "Type:";
|
|
//
|
|
// ScenarioChainNodeUnk1HashLabel
|
|
//
|
|
this.ScenarioChainNodeUnk1HashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodeUnk1HashLabel.AutoSize = true;
|
|
this.ScenarioChainNodeUnk1HashLabel.Location = new System.Drawing.Point(341, 32);
|
|
this.ScenarioChainNodeUnk1HashLabel.Name = "ScenarioChainNodeUnk1HashLabel";
|
|
this.ScenarioChainNodeUnk1HashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioChainNodeUnk1HashLabel.TabIndex = 10;
|
|
this.ScenarioChainNodeUnk1HashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioChainNodeUnk1TextBox
|
|
//
|
|
this.ScenarioChainNodeUnk1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodeUnk1TextBox.Location = new System.Drawing.Point(73, 29);
|
|
this.ScenarioChainNodeUnk1TextBox.Name = "ScenarioChainNodeUnk1TextBox";
|
|
this.ScenarioChainNodeUnk1TextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioChainNodeUnk1TextBox.TabIndex = 9;
|
|
this.ScenarioChainNodeUnk1TextBox.TextChanged += new System.EventHandler(this.ScenarioChainNodeUnk1TextBox_TextChanged);
|
|
//
|
|
// label119
|
|
//
|
|
this.label119.AutoSize = true;
|
|
this.label119.Location = new System.Drawing.Point(28, 32);
|
|
this.label119.Name = "label119";
|
|
this.label119.Size = new System.Drawing.Size(39, 13);
|
|
this.label119.TabIndex = 8;
|
|
this.label119.Text = "Unk 1:";
|
|
//
|
|
// ScenarioChainNodeGoToButton
|
|
//
|
|
this.ScenarioChainNodeGoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodeGoToButton.Location = new System.Drawing.Point(341, 1);
|
|
this.ScenarioChainNodeGoToButton.Name = "ScenarioChainNodeGoToButton";
|
|
this.ScenarioChainNodeGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.ScenarioChainNodeGoToButton.TabIndex = 7;
|
|
this.ScenarioChainNodeGoToButton.Text = "Go to";
|
|
this.ScenarioChainNodeGoToButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainNodeGoToButton.Click += new System.EventHandler(this.ScenarioChainNodeGoToButton_Click);
|
|
//
|
|
// ScenarioChainNodePositionTextBox
|
|
//
|
|
this.ScenarioChainNodePositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodePositionTextBox.Location = new System.Drawing.Point(73, 3);
|
|
this.ScenarioChainNodePositionTextBox.Name = "ScenarioChainNodePositionTextBox";
|
|
this.ScenarioChainNodePositionTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioChainNodePositionTextBox.TabIndex = 6;
|
|
this.ScenarioChainNodePositionTextBox.TextChanged += new System.EventHandler(this.ScenarioChainNodePositionTextBox_TextChanged);
|
|
//
|
|
// label105
|
|
//
|
|
this.label105.AutoSize = true;
|
|
this.label105.Location = new System.Drawing.Point(20, 6);
|
|
this.label105.Name = "label105";
|
|
this.label105.Size = new System.Drawing.Size(47, 13);
|
|
this.label105.TabIndex = 5;
|
|
this.label105.Text = "Position:";
|
|
//
|
|
// ScenarioChainNodeDeleteButton
|
|
//
|
|
this.ScenarioChainNodeDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodeDeleteButton.Enabled = false;
|
|
this.ScenarioChainNodeDeleteButton.Location = new System.Drawing.Point(415, 2);
|
|
this.ScenarioChainNodeDeleteButton.Name = "ScenarioChainNodeDeleteButton";
|
|
this.ScenarioChainNodeDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioChainNodeDeleteButton.TabIndex = 7;
|
|
this.ScenarioChainNodeDeleteButton.Text = "Delete Node";
|
|
this.ScenarioChainNodeDeleteButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainNodeDeleteButton.Click += new System.EventHandler(this.ScenarioChainNodeDeleteButton_Click);
|
|
//
|
|
// ScenarioChainNodeCheckBox
|
|
//
|
|
this.ScenarioChainNodeCheckBox.AutoSize = true;
|
|
this.ScenarioChainNodeCheckBox.Location = new System.Drawing.Point(6, 6);
|
|
this.ScenarioChainNodeCheckBox.Name = "ScenarioChainNodeCheckBox";
|
|
this.ScenarioChainNodeCheckBox.Size = new System.Drawing.Size(116, 17);
|
|
this.ScenarioChainNodeCheckBox.TabIndex = 5;
|
|
this.ScenarioChainNodeCheckBox.Text = "Define Chain Node";
|
|
this.ScenarioChainNodeCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainNodeCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioChainNodeCheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioChainNodeAddToProjectButton
|
|
//
|
|
this.ScenarioChainNodeAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioChainNodeAddToProjectButton.Enabled = false;
|
|
this.ScenarioChainNodeAddToProjectButton.Location = new System.Drawing.Point(319, 2);
|
|
this.ScenarioChainNodeAddToProjectButton.Name = "ScenarioChainNodeAddToProjectButton";
|
|
this.ScenarioChainNodeAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioChainNodeAddToProjectButton.TabIndex = 6;
|
|
this.ScenarioChainNodeAddToProjectButton.Text = "Add to Project";
|
|
this.ScenarioChainNodeAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioChainNodeAddToProjectButton.Click += new System.EventHandler(this.ScenarioChainNodeAddToProjectButton_Click);
|
|
//
|
|
// ScenarioClusterTabPage
|
|
//
|
|
this.ScenarioClusterTabPage.Controls.Add(this.ScenarioClusterDeleteButton);
|
|
this.ScenarioClusterTabPage.Controls.Add(this.ScenarioClusterAddToProjectButton);
|
|
this.ScenarioClusterTabPage.Controls.Add(this.ScenarioClusterCheckBox);
|
|
this.ScenarioClusterTabPage.Controls.Add(this.ScenarioClusterPanel);
|
|
this.ScenarioClusterTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioClusterTabPage.Name = "ScenarioClusterTabPage";
|
|
this.ScenarioClusterTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioClusterTabPage.TabIndex = 4;
|
|
this.ScenarioClusterTabPage.Text = "Cluster";
|
|
this.ScenarioClusterTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioClusterDeleteButton
|
|
//
|
|
this.ScenarioClusterDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterDeleteButton.Enabled = false;
|
|
this.ScenarioClusterDeleteButton.Location = new System.Drawing.Point(415, 2);
|
|
this.ScenarioClusterDeleteButton.Name = "ScenarioClusterDeleteButton";
|
|
this.ScenarioClusterDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioClusterDeleteButton.TabIndex = 3;
|
|
this.ScenarioClusterDeleteButton.Text = "Delete Cluster";
|
|
this.ScenarioClusterDeleteButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterDeleteButton.Click += new System.EventHandler(this.ScenarioClusterDeleteButton_Click);
|
|
//
|
|
// ScenarioClusterAddToProjectButton
|
|
//
|
|
this.ScenarioClusterAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterAddToProjectButton.Enabled = false;
|
|
this.ScenarioClusterAddToProjectButton.Location = new System.Drawing.Point(319, 2);
|
|
this.ScenarioClusterAddToProjectButton.Name = "ScenarioClusterAddToProjectButton";
|
|
this.ScenarioClusterAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioClusterAddToProjectButton.TabIndex = 2;
|
|
this.ScenarioClusterAddToProjectButton.Text = "Add to Project";
|
|
this.ScenarioClusterAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterAddToProjectButton.Click += new System.EventHandler(this.ScenarioClusterAddToProjectButton_Click);
|
|
//
|
|
// ScenarioClusterCheckBox
|
|
//
|
|
this.ScenarioClusterCheckBox.AutoSize = true;
|
|
this.ScenarioClusterCheckBox.Location = new System.Drawing.Point(6, 6);
|
|
this.ScenarioClusterCheckBox.Name = "ScenarioClusterCheckBox";
|
|
this.ScenarioClusterCheckBox.Size = new System.Drawing.Size(92, 17);
|
|
this.ScenarioClusterCheckBox.TabIndex = 1;
|
|
this.ScenarioClusterCheckBox.Text = "Define Cluster";
|
|
this.ScenarioClusterCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioClusterCheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioClusterPanel
|
|
//
|
|
this.ScenarioClusterPanel.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.ScenarioClusterPanel.Controls.Add(this.label159);
|
|
this.ScenarioClusterPanel.Controls.Add(this.ScenarioClusterAddPointButton);
|
|
this.ScenarioClusterPanel.Controls.Add(this.label158);
|
|
this.ScenarioClusterPanel.Controls.Add(this.ScenarioClusterPointsListBox);
|
|
this.ScenarioClusterPanel.Controls.Add(this.ScenarioClusterRadiusTextBox);
|
|
this.ScenarioClusterPanel.Controls.Add(this.label157);
|
|
this.ScenarioClusterPanel.Controls.Add(this.ScenarioClusterUnk2CheckBox);
|
|
this.ScenarioClusterPanel.Controls.Add(this.ScenarioClusterUnk1TextBox);
|
|
this.ScenarioClusterPanel.Controls.Add(this.label140);
|
|
this.ScenarioClusterPanel.Controls.Add(this.ScenarioClusterGoToButton);
|
|
this.ScenarioClusterPanel.Controls.Add(this.ScenarioClusterCenterTextBox);
|
|
this.ScenarioClusterPanel.Controls.Add(this.label139);
|
|
this.ScenarioClusterPanel.Enabled = false;
|
|
this.ScenarioClusterPanel.Location = new System.Drawing.Point(0, 29);
|
|
this.ScenarioClusterPanel.Name = "ScenarioClusterPanel";
|
|
this.ScenarioClusterPanel.Size = new System.Drawing.Size(510, 415);
|
|
this.ScenarioClusterPanel.TabIndex = 4;
|
|
//
|
|
// ScenarioClusterRadiusTextBox
|
|
//
|
|
this.ScenarioClusterRadiusTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterRadiusTextBox.Location = new System.Drawing.Point(100, 29);
|
|
this.ScenarioClusterRadiusTextBox.Name = "ScenarioClusterRadiusTextBox";
|
|
this.ScenarioClusterRadiusTextBox.Size = new System.Drawing.Size(163, 20);
|
|
this.ScenarioClusterRadiusTextBox.TabIndex = 9;
|
|
this.ScenarioClusterRadiusTextBox.TextChanged += new System.EventHandler(this.ScenarioClusterRadiusTextBox_TextChanged);
|
|
//
|
|
// label157
|
|
//
|
|
this.label157.AutoSize = true;
|
|
this.label157.Location = new System.Drawing.Point(51, 32);
|
|
this.label157.Name = "label157";
|
|
this.label157.Size = new System.Drawing.Size(43, 13);
|
|
this.label157.TabIndex = 8;
|
|
this.label157.Text = "Radius:";
|
|
//
|
|
// ScenarioClusterUnk2CheckBox
|
|
//
|
|
this.ScenarioClusterUnk2CheckBox.AutoSize = true;
|
|
this.ScenarioClusterUnk2CheckBox.Location = new System.Drawing.Point(100, 81);
|
|
this.ScenarioClusterUnk2CheckBox.Name = "ScenarioClusterUnk2CheckBox";
|
|
this.ScenarioClusterUnk2CheckBox.Size = new System.Drawing.Size(55, 17);
|
|
this.ScenarioClusterUnk2CheckBox.TabIndex = 12;
|
|
this.ScenarioClusterUnk2CheckBox.Text = "Unk 2";
|
|
this.ScenarioClusterUnk2CheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterUnk2CheckBox.CheckedChanged += new System.EventHandler(this.ScenarioClusterUnk2CheckBox_CheckedChanged);
|
|
//
|
|
// ScenarioClusterUnk1TextBox
|
|
//
|
|
this.ScenarioClusterUnk1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterUnk1TextBox.Location = new System.Drawing.Point(100, 55);
|
|
this.ScenarioClusterUnk1TextBox.Name = "ScenarioClusterUnk1TextBox";
|
|
this.ScenarioClusterUnk1TextBox.Size = new System.Drawing.Size(163, 20);
|
|
this.ScenarioClusterUnk1TextBox.TabIndex = 11;
|
|
this.ScenarioClusterUnk1TextBox.TextChanged += new System.EventHandler(this.ScenarioClusterUnk1TextBox_TextChanged);
|
|
//
|
|
// label140
|
|
//
|
|
this.label140.AutoSize = true;
|
|
this.label140.Location = new System.Drawing.Point(4, 58);
|
|
this.label140.Name = "label140";
|
|
this.label140.Size = new System.Drawing.Size(90, 13);
|
|
this.label140.TabIndex = 10;
|
|
this.label140.Text = "Probability Unk 1:";
|
|
//
|
|
// ScenarioClusterGoToButton
|
|
//
|
|
this.ScenarioClusterGoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterGoToButton.Location = new System.Drawing.Point(341, 1);
|
|
this.ScenarioClusterGoToButton.Name = "ScenarioClusterGoToButton";
|
|
this.ScenarioClusterGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.ScenarioClusterGoToButton.TabIndex = 7;
|
|
this.ScenarioClusterGoToButton.Text = "Go to";
|
|
this.ScenarioClusterGoToButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterGoToButton.Click += new System.EventHandler(this.ScenarioClusterGoToButton_Click);
|
|
//
|
|
// ScenarioClusterCenterTextBox
|
|
//
|
|
this.ScenarioClusterCenterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterCenterTextBox.Location = new System.Drawing.Point(100, 3);
|
|
this.ScenarioClusterCenterTextBox.Name = "ScenarioClusterCenterTextBox";
|
|
this.ScenarioClusterCenterTextBox.Size = new System.Drawing.Size(235, 20);
|
|
this.ScenarioClusterCenterTextBox.TabIndex = 6;
|
|
this.ScenarioClusterCenterTextBox.TextChanged += new System.EventHandler(this.ScenarioClusterCenterTextBox_TextChanged);
|
|
//
|
|
// label139
|
|
//
|
|
this.label139.AutoSize = true;
|
|
this.label139.Location = new System.Drawing.Point(53, 6);
|
|
this.label139.Name = "label139";
|
|
this.label139.Size = new System.Drawing.Size(41, 13);
|
|
this.label139.TabIndex = 5;
|
|
this.label139.Text = "Center:";
|
|
//
|
|
// ScenarioClusterPointTabPage
|
|
//
|
|
this.ScenarioClusterPointTabPage.Controls.Add(this.ScenarioClusterPointDeleteButton);
|
|
this.ScenarioClusterPointTabPage.Controls.Add(this.ScenarioClusterPointAddToProjectButton);
|
|
this.ScenarioClusterPointTabPage.Controls.Add(this.ScenarioClusterPointPanel);
|
|
this.ScenarioClusterPointTabPage.Controls.Add(this.ScenarioClusterPointCheckBox);
|
|
this.ScenarioClusterPointTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ScenarioClusterPointTabPage.Name = "ScenarioClusterPointTabPage";
|
|
this.ScenarioClusterPointTabPage.Size = new System.Drawing.Size(510, 443);
|
|
this.ScenarioClusterPointTabPage.TabIndex = 5;
|
|
this.ScenarioClusterPointTabPage.Text = "Cluster Point";
|
|
this.ScenarioClusterPointTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// ScenarioClusterPointDeleteButton
|
|
//
|
|
this.ScenarioClusterPointDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointDeleteButton.Enabled = false;
|
|
this.ScenarioClusterPointDeleteButton.Location = new System.Drawing.Point(415, 2);
|
|
this.ScenarioClusterPointDeleteButton.Name = "ScenarioClusterPointDeleteButton";
|
|
this.ScenarioClusterPointDeleteButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioClusterPointDeleteButton.TabIndex = 7;
|
|
this.ScenarioClusterPointDeleteButton.Text = "Delete Point";
|
|
this.ScenarioClusterPointDeleteButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterPointDeleteButton.Click += new System.EventHandler(this.ScenarioClusterPointDeleteButton_Click);
|
|
//
|
|
// ScenarioClusterPointAddToProjectButton
|
|
//
|
|
this.ScenarioClusterPointAddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointAddToProjectButton.Enabled = false;
|
|
this.ScenarioClusterPointAddToProjectButton.Location = new System.Drawing.Point(319, 2);
|
|
this.ScenarioClusterPointAddToProjectButton.Name = "ScenarioClusterPointAddToProjectButton";
|
|
this.ScenarioClusterPointAddToProjectButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioClusterPointAddToProjectButton.TabIndex = 6;
|
|
this.ScenarioClusterPointAddToProjectButton.Text = "Add to Project";
|
|
this.ScenarioClusterPointAddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterPointAddToProjectButton.Click += new System.EventHandler(this.ScenarioClusterPointAddToProjectButton_Click);
|
|
//
|
|
// ScenarioClusterPointPanel
|
|
//
|
|
this.ScenarioClusterPointPanel.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.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointImapHashLabel);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointImapTextBox);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label143);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointGroupHashLabel);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointGroupTextBox);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label141);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointInteriorHashLabel);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointFlagsCheckedListBox);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label142);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointDirectionTextBox);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label144);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointFlagsUpDown);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label145);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointGoToButton);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointWaitTimeUpDown);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointPositionTextBox);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label146);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label147);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointRadiusUpDown);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label148);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointAnimalFlagUpDown);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label149);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointProbabilityUpDown);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointInteriorTextBox);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label151);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label152);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointTimeEndUpDown);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointTimeStartUpDown);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label153);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointModelSetComboBox);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label154);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.ScenarioClusterPointTypeComboBox);
|
|
this.ScenarioClusterPointPanel.Controls.Add(this.label155);
|
|
this.ScenarioClusterPointPanel.Enabled = false;
|
|
this.ScenarioClusterPointPanel.Location = new System.Drawing.Point(0, 29);
|
|
this.ScenarioClusterPointPanel.Name = "ScenarioClusterPointPanel";
|
|
this.ScenarioClusterPointPanel.Size = new System.Drawing.Size(510, 414);
|
|
this.ScenarioClusterPointPanel.TabIndex = 8;
|
|
//
|
|
// ScenarioClusterPointImapHashLabel
|
|
//
|
|
this.ScenarioClusterPointImapHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointImapHashLabel.AutoSize = true;
|
|
this.ScenarioClusterPointImapHashLabel.Location = new System.Drawing.Point(341, 146);
|
|
this.ScenarioClusterPointImapHashLabel.Name = "ScenarioClusterPointImapHashLabel";
|
|
this.ScenarioClusterPointImapHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioClusterPointImapHashLabel.TabIndex = 22;
|
|
this.ScenarioClusterPointImapHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioClusterPointImapTextBox
|
|
//
|
|
this.ScenarioClusterPointImapTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointImapTextBox.Location = new System.Drawing.Point(73, 143);
|
|
this.ScenarioClusterPointImapTextBox.Name = "ScenarioClusterPointImapTextBox";
|
|
this.ScenarioClusterPointImapTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioClusterPointImapTextBox.TabIndex = 21;
|
|
this.ScenarioClusterPointImapTextBox.TextChanged += new System.EventHandler(this.ScenarioClusterPointImapTextBox_TextChanged);
|
|
//
|
|
// label143
|
|
//
|
|
this.label143.AutoSize = true;
|
|
this.label143.Location = new System.Drawing.Point(34, 146);
|
|
this.label143.Name = "label143";
|
|
this.label143.Size = new System.Drawing.Size(33, 13);
|
|
this.label143.TabIndex = 20;
|
|
this.label143.Text = "Imap:";
|
|
//
|
|
// ScenarioClusterPointGroupHashLabel
|
|
//
|
|
this.ScenarioClusterPointGroupHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointGroupHashLabel.AutoSize = true;
|
|
this.ScenarioClusterPointGroupHashLabel.Location = new System.Drawing.Point(341, 123);
|
|
this.ScenarioClusterPointGroupHashLabel.Name = "ScenarioClusterPointGroupHashLabel";
|
|
this.ScenarioClusterPointGroupHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioClusterPointGroupHashLabel.TabIndex = 19;
|
|
this.ScenarioClusterPointGroupHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioClusterPointGroupTextBox
|
|
//
|
|
this.ScenarioClusterPointGroupTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointGroupTextBox.Location = new System.Drawing.Point(73, 120);
|
|
this.ScenarioClusterPointGroupTextBox.Name = "ScenarioClusterPointGroupTextBox";
|
|
this.ScenarioClusterPointGroupTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioClusterPointGroupTextBox.TabIndex = 18;
|
|
this.ScenarioClusterPointGroupTextBox.TextChanged += new System.EventHandler(this.ScenarioClusterPointGroupTextBox_TextChanged);
|
|
//
|
|
// label141
|
|
//
|
|
this.label141.AutoSize = true;
|
|
this.label141.Location = new System.Drawing.Point(28, 123);
|
|
this.label141.Name = "label141";
|
|
this.label141.Size = new System.Drawing.Size(39, 13);
|
|
this.label141.TabIndex = 17;
|
|
this.label141.Text = "Group:";
|
|
//
|
|
// ScenarioClusterPointInteriorHashLabel
|
|
//
|
|
this.ScenarioClusterPointInteriorHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointInteriorHashLabel.AutoSize = true;
|
|
this.ScenarioClusterPointInteriorHashLabel.Location = new System.Drawing.Point(341, 100);
|
|
this.ScenarioClusterPointInteriorHashLabel.Name = "ScenarioClusterPointInteriorHashLabel";
|
|
this.ScenarioClusterPointInteriorHashLabel.Size = new System.Drawing.Size(44, 13);
|
|
this.ScenarioClusterPointInteriorHashLabel.TabIndex = 16;
|
|
this.ScenarioClusterPointInteriorHashLabel.Text = "Hash: 0";
|
|
//
|
|
// ScenarioClusterPointFlagsCheckedListBox
|
|
//
|
|
this.ScenarioClusterPointFlagsCheckedListBox.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.ScenarioClusterPointFlagsCheckedListBox.CheckOnClick = true;
|
|
this.ScenarioClusterPointFlagsCheckedListBox.FormattingEnabled = true;
|
|
this.ScenarioClusterPointFlagsCheckedListBox.Items.AddRange(new object[] {
|
|
"1 - IgnoreMaxInRange",
|
|
"2 - NoSpawn",
|
|
"4 - StationaryReactions",
|
|
"8 - Unk",
|
|
"16 - Unk",
|
|
"32 - ActivateVehicleSiren",
|
|
"64 - Unk",
|
|
"128 - Unk",
|
|
"256 - Unk",
|
|
"512 - Unk",
|
|
"1024 - AerialVehiclePoint",
|
|
"2048 - TerritorialScenario",
|
|
"4096 - Unk",
|
|
"8192 - Unk",
|
|
"16384 - Unk",
|
|
"32768 - Unk",
|
|
"65536 - InWater",
|
|
"131072 - Unk",
|
|
"262144 - OpenDoor",
|
|
"524288 - PreciseUseTime",
|
|
"1048576 - Unk",
|
|
"2097152 - Unk",
|
|
"4194304 - ExtendedRange",
|
|
"8388608 - ShortRange",
|
|
"16777216 - HighPriority",
|
|
"33554432 - IgnoreLoitering",
|
|
"67108864 - Unk",
|
|
"134217728 - ResetNoCollisionOnCleanUp",
|
|
"268435456 - Unk",
|
|
"536870912 - Unk",
|
|
"1073741824 - Unk"});
|
|
this.ScenarioClusterPointFlagsCheckedListBox.Location = new System.Drawing.Point(195, 167);
|
|
this.ScenarioClusterPointFlagsCheckedListBox.Name = "ScenarioClusterPointFlagsCheckedListBox";
|
|
this.ScenarioClusterPointFlagsCheckedListBox.Size = new System.Drawing.Size(214, 244);
|
|
this.ScenarioClusterPointFlagsCheckedListBox.TabIndex = 37;
|
|
this.ScenarioClusterPointFlagsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ScenarioClusterPointFlagsCheckedListBox_ItemCheck);
|
|
//
|
|
// label142
|
|
//
|
|
this.label142.AutoSize = true;
|
|
this.label142.Location = new System.Drawing.Point(32, 390);
|
|
this.label142.Name = "label142";
|
|
this.label142.Size = new System.Drawing.Size(35, 13);
|
|
this.label142.TabIndex = 35;
|
|
this.label142.Text = "Flags:";
|
|
//
|
|
// ScenarioClusterPointDirectionTextBox
|
|
//
|
|
this.ScenarioClusterPointDirectionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointDirectionTextBox.Location = new System.Drawing.Point(73, 26);
|
|
this.ScenarioClusterPointDirectionTextBox.Name = "ScenarioClusterPointDirectionTextBox";
|
|
this.ScenarioClusterPointDirectionTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioClusterPointDirectionTextBox.TabIndex = 9;
|
|
this.ScenarioClusterPointDirectionTextBox.TextChanged += new System.EventHandler(this.ScenarioClusterPointDirectionTextBox_TextChanged);
|
|
//
|
|
// label144
|
|
//
|
|
this.label144.AutoSize = true;
|
|
this.label144.Location = new System.Drawing.Point(15, 29);
|
|
this.label144.Name = "label144";
|
|
this.label144.Size = new System.Drawing.Size(52, 13);
|
|
this.label144.TabIndex = 8;
|
|
this.label144.Text = "Direction:";
|
|
//
|
|
// ScenarioClusterPointFlagsUpDown
|
|
//
|
|
this.ScenarioClusterPointFlagsUpDown.Location = new System.Drawing.Point(73, 388);
|
|
this.ScenarioClusterPointFlagsUpDown.Maximum = new decimal(new int[] {
|
|
-1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioClusterPointFlagsUpDown.Name = "ScenarioClusterPointFlagsUpDown";
|
|
this.ScenarioClusterPointFlagsUpDown.Size = new System.Drawing.Size(116, 20);
|
|
this.ScenarioClusterPointFlagsUpDown.TabIndex = 36;
|
|
this.ScenarioClusterPointFlagsUpDown.ValueChanged += new System.EventHandler(this.ScenarioClusterPointFlagsUpDown_ValueChanged);
|
|
//
|
|
// label145
|
|
//
|
|
this.label145.AutoSize = true;
|
|
this.label145.Location = new System.Drawing.Point(13, 299);
|
|
this.label145.Name = "label145";
|
|
this.label145.Size = new System.Drawing.Size(54, 13);
|
|
this.label145.TabIndex = 33;
|
|
this.label145.Text = "Wait time:";
|
|
//
|
|
// ScenarioClusterPointGoToButton
|
|
//
|
|
this.ScenarioClusterPointGoToButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointGoToButton.Location = new System.Drawing.Point(341, 1);
|
|
this.ScenarioClusterPointGoToButton.Name = "ScenarioClusterPointGoToButton";
|
|
this.ScenarioClusterPointGoToButton.Size = new System.Drawing.Size(68, 23);
|
|
this.ScenarioClusterPointGoToButton.TabIndex = 7;
|
|
this.ScenarioClusterPointGoToButton.Text = "Go to";
|
|
this.ScenarioClusterPointGoToButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterPointGoToButton.Click += new System.EventHandler(this.ScenarioClusterPointGoToButton_Click);
|
|
//
|
|
// ScenarioClusterPointWaitTimeUpDown
|
|
//
|
|
this.ScenarioClusterPointWaitTimeUpDown.Location = new System.Drawing.Point(73, 297);
|
|
this.ScenarioClusterPointWaitTimeUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioClusterPointWaitTimeUpDown.Name = "ScenarioClusterPointWaitTimeUpDown";
|
|
this.ScenarioClusterPointWaitTimeUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioClusterPointWaitTimeUpDown.TabIndex = 34;
|
|
this.ScenarioClusterPointWaitTimeUpDown.ValueChanged += new System.EventHandler(this.ScenarioClusterPointWaitTimeUpDown_ValueChanged);
|
|
//
|
|
// ScenarioClusterPointPositionTextBox
|
|
//
|
|
this.ScenarioClusterPointPositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointPositionTextBox.Location = new System.Drawing.Point(73, 3);
|
|
this.ScenarioClusterPointPositionTextBox.Name = "ScenarioClusterPointPositionTextBox";
|
|
this.ScenarioClusterPointPositionTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioClusterPointPositionTextBox.TabIndex = 6;
|
|
this.ScenarioClusterPointPositionTextBox.TextChanged += new System.EventHandler(this.ScenarioClusterPointPositionTextBox_TextChanged);
|
|
//
|
|
// label146
|
|
//
|
|
this.label146.AutoSize = true;
|
|
this.label146.Location = new System.Drawing.Point(20, 6);
|
|
this.label146.Name = "label146";
|
|
this.label146.Size = new System.Drawing.Size(47, 13);
|
|
this.label146.TabIndex = 5;
|
|
this.label146.Text = "Position:";
|
|
//
|
|
// label147
|
|
//
|
|
this.label147.AutoSize = true;
|
|
this.label147.Location = new System.Drawing.Point(24, 273);
|
|
this.label147.Name = "label147";
|
|
this.label147.Size = new System.Drawing.Size(43, 13);
|
|
this.label147.TabIndex = 31;
|
|
this.label147.Text = "Radius:";
|
|
//
|
|
// ScenarioClusterPointRadiusUpDown
|
|
//
|
|
this.ScenarioClusterPointRadiusUpDown.Location = new System.Drawing.Point(73, 271);
|
|
this.ScenarioClusterPointRadiusUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioClusterPointRadiusUpDown.Name = "ScenarioClusterPointRadiusUpDown";
|
|
this.ScenarioClusterPointRadiusUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioClusterPointRadiusUpDown.TabIndex = 32;
|
|
this.ScenarioClusterPointRadiusUpDown.ValueChanged += new System.EventHandler(this.ScenarioClusterPointRadiusUpDown_ValueChanged);
|
|
//
|
|
// label148
|
|
//
|
|
this.label148.AutoSize = true;
|
|
this.label148.Location = new System.Drawing.Point(6, 247);
|
|
this.label148.Name = "label148";
|
|
this.label148.Size = new System.Drawing.Size(61, 13);
|
|
this.label148.TabIndex = 29;
|
|
this.label148.Text = "Animal flag:";
|
|
//
|
|
// ScenarioClusterPointAnimalFlagUpDown
|
|
//
|
|
this.ScenarioClusterPointAnimalFlagUpDown.Location = new System.Drawing.Point(73, 245);
|
|
this.ScenarioClusterPointAnimalFlagUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioClusterPointAnimalFlagUpDown.Name = "ScenarioClusterPointAnimalFlagUpDown";
|
|
this.ScenarioClusterPointAnimalFlagUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioClusterPointAnimalFlagUpDown.TabIndex = 30;
|
|
this.ScenarioClusterPointAnimalFlagUpDown.ValueChanged += new System.EventHandler(this.ScenarioClusterPointAnimalFlagUpDown_ValueChanged);
|
|
//
|
|
// label149
|
|
//
|
|
this.label149.AutoSize = true;
|
|
this.label149.Location = new System.Drawing.Point(9, 221);
|
|
this.label149.Name = "label149";
|
|
this.label149.Size = new System.Drawing.Size(58, 13);
|
|
this.label149.TabIndex = 27;
|
|
this.label149.Text = "Probability:";
|
|
//
|
|
// ScenarioClusterPointProbabilityUpDown
|
|
//
|
|
this.ScenarioClusterPointProbabilityUpDown.Location = new System.Drawing.Point(73, 219);
|
|
this.ScenarioClusterPointProbabilityUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioClusterPointProbabilityUpDown.Name = "ScenarioClusterPointProbabilityUpDown";
|
|
this.ScenarioClusterPointProbabilityUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioClusterPointProbabilityUpDown.TabIndex = 28;
|
|
this.ScenarioClusterPointProbabilityUpDown.ValueChanged += new System.EventHandler(this.ScenarioClusterPointProbabilityUpDown_ValueChanged);
|
|
//
|
|
// ScenarioClusterPointInteriorTextBox
|
|
//
|
|
this.ScenarioClusterPointInteriorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointInteriorTextBox.Location = new System.Drawing.Point(73, 97);
|
|
this.ScenarioClusterPointInteriorTextBox.Name = "ScenarioClusterPointInteriorTextBox";
|
|
this.ScenarioClusterPointInteriorTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.ScenarioClusterPointInteriorTextBox.TabIndex = 15;
|
|
this.ScenarioClusterPointInteriorTextBox.TextChanged += new System.EventHandler(this.ScenarioClusterPointInteriorTextBox_TextChanged);
|
|
//
|
|
// label151
|
|
//
|
|
this.label151.AutoSize = true;
|
|
this.label151.Location = new System.Drawing.Point(25, 100);
|
|
this.label151.Name = "label151";
|
|
this.label151.Size = new System.Drawing.Size(42, 13);
|
|
this.label151.TabIndex = 14;
|
|
this.label151.Text = "Interior:";
|
|
//
|
|
// label152
|
|
//
|
|
this.label152.AutoSize = true;
|
|
this.label152.Location = new System.Drawing.Point(13, 195);
|
|
this.label152.Name = "label152";
|
|
this.label152.Size = new System.Drawing.Size(54, 13);
|
|
this.label152.TabIndex = 25;
|
|
this.label152.Text = "Time end:";
|
|
//
|
|
// ScenarioClusterPointTimeEndUpDown
|
|
//
|
|
this.ScenarioClusterPointTimeEndUpDown.Location = new System.Drawing.Point(73, 193);
|
|
this.ScenarioClusterPointTimeEndUpDown.Maximum = new decimal(new int[] {
|
|
24,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioClusterPointTimeEndUpDown.Name = "ScenarioClusterPointTimeEndUpDown";
|
|
this.ScenarioClusterPointTimeEndUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioClusterPointTimeEndUpDown.TabIndex = 26;
|
|
this.ScenarioClusterPointTimeEndUpDown.ValueChanged += new System.EventHandler(this.ScenarioClusterPointTimeEndUpDown_ValueChanged);
|
|
//
|
|
// ScenarioClusterPointTimeStartUpDown
|
|
//
|
|
this.ScenarioClusterPointTimeStartUpDown.Location = new System.Drawing.Point(73, 167);
|
|
this.ScenarioClusterPointTimeStartUpDown.Maximum = new decimal(new int[] {
|
|
24,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ScenarioClusterPointTimeStartUpDown.Name = "ScenarioClusterPointTimeStartUpDown";
|
|
this.ScenarioClusterPointTimeStartUpDown.Size = new System.Drawing.Size(57, 20);
|
|
this.ScenarioClusterPointTimeStartUpDown.TabIndex = 24;
|
|
this.ScenarioClusterPointTimeStartUpDown.ValueChanged += new System.EventHandler(this.ScenarioClusterPointTimeStartUpDown_ValueChanged);
|
|
//
|
|
// label153
|
|
//
|
|
this.label153.AutoSize = true;
|
|
this.label153.Location = new System.Drawing.Point(11, 169);
|
|
this.label153.Name = "label153";
|
|
this.label153.Size = new System.Drawing.Size(56, 13);
|
|
this.label153.TabIndex = 23;
|
|
this.label153.Text = "Time start:";
|
|
//
|
|
// ScenarioClusterPointModelSetComboBox
|
|
//
|
|
this.ScenarioClusterPointModelSetComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointModelSetComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioClusterPointModelSetComboBox.FormattingEnabled = true;
|
|
this.ScenarioClusterPointModelSetComboBox.Location = new System.Drawing.Point(73, 73);
|
|
this.ScenarioClusterPointModelSetComboBox.Name = "ScenarioClusterPointModelSetComboBox";
|
|
this.ScenarioClusterPointModelSetComboBox.Size = new System.Drawing.Size(336, 21);
|
|
this.ScenarioClusterPointModelSetComboBox.TabIndex = 13;
|
|
this.ScenarioClusterPointModelSetComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioClusterPointModelSetComboBox_SelectedIndexChanged);
|
|
//
|
|
// label154
|
|
//
|
|
this.label154.AutoSize = true;
|
|
this.label154.Location = new System.Drawing.Point(9, 76);
|
|
this.label154.Name = "label154";
|
|
this.label154.Size = new System.Drawing.Size(58, 13);
|
|
this.label154.TabIndex = 12;
|
|
this.label154.Text = "Model Set:";
|
|
//
|
|
// ScenarioClusterPointTypeComboBox
|
|
//
|
|
this.ScenarioClusterPointTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ScenarioClusterPointTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ScenarioClusterPointTypeComboBox.FormattingEnabled = true;
|
|
this.ScenarioClusterPointTypeComboBox.Location = new System.Drawing.Point(73, 49);
|
|
this.ScenarioClusterPointTypeComboBox.Name = "ScenarioClusterPointTypeComboBox";
|
|
this.ScenarioClusterPointTypeComboBox.Size = new System.Drawing.Size(336, 21);
|
|
this.ScenarioClusterPointTypeComboBox.TabIndex = 11;
|
|
this.ScenarioClusterPointTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.ScenarioClusterPointTypeComboBox_SelectedIndexChanged);
|
|
//
|
|
// label155
|
|
//
|
|
this.label155.AutoSize = true;
|
|
this.label155.Location = new System.Drawing.Point(33, 52);
|
|
this.label155.Name = "label155";
|
|
this.label155.Size = new System.Drawing.Size(34, 13);
|
|
this.label155.TabIndex = 10;
|
|
this.label155.Text = "Type:";
|
|
//
|
|
// ScenarioClusterPointCheckBox
|
|
//
|
|
this.ScenarioClusterPointCheckBox.AutoSize = true;
|
|
this.ScenarioClusterPointCheckBox.Location = new System.Drawing.Point(6, 6);
|
|
this.ScenarioClusterPointCheckBox.Name = "ScenarioClusterPointCheckBox";
|
|
this.ScenarioClusterPointCheckBox.Size = new System.Drawing.Size(119, 17);
|
|
this.ScenarioClusterPointCheckBox.TabIndex = 5;
|
|
this.ScenarioClusterPointCheckBox.Text = "Define Cluster Point";
|
|
this.ScenarioClusterPointCheckBox.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterPointCheckBox.CheckedChanged += new System.EventHandler(this.ScenarioClusterPointCheckBox_CheckedChanged);
|
|
//
|
|
// TopMenuStrip
|
|
//
|
|
this.TopMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FileMenu,
|
|
this.YmapMenu,
|
|
this.YndMenu,
|
|
this.YnvMenu,
|
|
this.TrainsMenu,
|
|
this.ScenarioMenu});
|
|
this.TopMenuStrip.Location = new System.Drawing.Point(0, 0);
|
|
this.TopMenuStrip.Name = "TopMenuStrip";
|
|
this.TopMenuStrip.Size = new System.Drawing.Size(776, 24);
|
|
this.TopMenuStrip.TabIndex = 1;
|
|
this.TopMenuStrip.Text = "menuStrip1";
|
|
//
|
|
// FileMenu
|
|
//
|
|
this.FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FileNewMenu,
|
|
this.FileOpenMenu,
|
|
this.toolStripSeparator1,
|
|
this.FileCloseProjectMenu,
|
|
this.toolStripSeparator2,
|
|
this.FileSaveProjectMenu,
|
|
this.FileSaveProjectAsMenu,
|
|
this.FileSaveItemMenu,
|
|
this.FileSaveItemAsMenu});
|
|
this.FileMenu.Name = "FileMenu";
|
|
this.FileMenu.Size = new System.Drawing.Size(37, 20);
|
|
this.FileMenu.Text = "File";
|
|
//
|
|
// FileNewMenu
|
|
//
|
|
this.FileNewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FileNewProjectMenu,
|
|
this.FileNewYmapMenu,
|
|
this.FileNewYndMenu,
|
|
this.FileNewYnvMenu,
|
|
this.FileNewTrainsMenu,
|
|
this.FileNewScenarioMenu});
|
|
this.FileNewMenu.Name = "FileNewMenu";
|
|
this.FileNewMenu.Size = new System.Drawing.Size(163, 22);
|
|
this.FileNewMenu.Text = "New";
|
|
//
|
|
// FileNewProjectMenu
|
|
//
|
|
this.FileNewProjectMenu.Name = "FileNewProjectMenu";
|
|
this.FileNewProjectMenu.Size = new System.Drawing.Size(138, 22);
|
|
this.FileNewProjectMenu.Text = "Project...";
|
|
this.FileNewProjectMenu.Click += new System.EventHandler(this.FileNewProjectMenu_Click);
|
|
//
|
|
// FileNewYmapMenu
|
|
//
|
|
this.FileNewYmapMenu.Name = "FileNewYmapMenu";
|
|
this.FileNewYmapMenu.Size = new System.Drawing.Size(138, 22);
|
|
this.FileNewYmapMenu.Text = "Ymap file";
|
|
this.FileNewYmapMenu.Click += new System.EventHandler(this.FileNewYmapMenu_Click);
|
|
//
|
|
// FileNewYndMenu
|
|
//
|
|
this.FileNewYndMenu.Name = "FileNewYndMenu";
|
|
this.FileNewYndMenu.Size = new System.Drawing.Size(138, 22);
|
|
this.FileNewYndMenu.Text = "Ynd file";
|
|
this.FileNewYndMenu.Click += new System.EventHandler(this.FileNewYndMenu_Click);
|
|
//
|
|
// FileNewYnvMenu
|
|
//
|
|
this.FileNewYnvMenu.Name = "FileNewYnvMenu";
|
|
this.FileNewYnvMenu.Size = new System.Drawing.Size(138, 22);
|
|
this.FileNewYnvMenu.Text = "Ynv file";
|
|
this.FileNewYnvMenu.Visible = false;
|
|
this.FileNewYnvMenu.Click += new System.EventHandler(this.FileNewYnvMenu_Click);
|
|
//
|
|
// FileNewTrainsMenu
|
|
//
|
|
this.FileNewTrainsMenu.Name = "FileNewTrainsMenu";
|
|
this.FileNewTrainsMenu.Size = new System.Drawing.Size(138, 22);
|
|
this.FileNewTrainsMenu.Text = "Trains file";
|
|
this.FileNewTrainsMenu.Click += new System.EventHandler(this.FileNewTrainsMenu_Click);
|
|
//
|
|
// FileNewScenarioMenu
|
|
//
|
|
this.FileNewScenarioMenu.Name = "FileNewScenarioMenu";
|
|
this.FileNewScenarioMenu.Size = new System.Drawing.Size(138, 22);
|
|
this.FileNewScenarioMenu.Text = "Scenario file";
|
|
this.FileNewScenarioMenu.Click += new System.EventHandler(this.FileNewScenarioMenu_Click);
|
|
//
|
|
// FileOpenMenu
|
|
//
|
|
this.FileOpenMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.FileOpenProjectMenu,
|
|
this.FileOpenYmapMenu,
|
|
this.FileOpenYndMenu,
|
|
this.FileOpenYnvMenu,
|
|
this.FileOpenTrainsMenu,
|
|
this.FileOpenScenarioMenu});
|
|
this.FileOpenMenu.Name = "FileOpenMenu";
|
|
this.FileOpenMenu.Size = new System.Drawing.Size(163, 22);
|
|
this.FileOpenMenu.Text = "Open";
|
|
//
|
|
// FileOpenProjectMenu
|
|
//
|
|
this.FileOpenProjectMenu.Name = "FileOpenProjectMenu";
|
|
this.FileOpenProjectMenu.Size = new System.Drawing.Size(147, 22);
|
|
this.FileOpenProjectMenu.Text = "Project...";
|
|
this.FileOpenProjectMenu.Click += new System.EventHandler(this.FileOpenProjectMenu_Click);
|
|
//
|
|
// FileOpenYmapMenu
|
|
//
|
|
this.FileOpenYmapMenu.Name = "FileOpenYmapMenu";
|
|
this.FileOpenYmapMenu.Size = new System.Drawing.Size(147, 22);
|
|
this.FileOpenYmapMenu.Text = "Ymap file...";
|
|
this.FileOpenYmapMenu.Click += new System.EventHandler(this.FileOpenYmapMenu_Click);
|
|
//
|
|
// FileOpenYndMenu
|
|
//
|
|
this.FileOpenYndMenu.Name = "FileOpenYndMenu";
|
|
this.FileOpenYndMenu.Size = new System.Drawing.Size(147, 22);
|
|
this.FileOpenYndMenu.Text = "Ynd file...";
|
|
this.FileOpenYndMenu.Click += new System.EventHandler(this.FileOpenYndMenu_Click);
|
|
//
|
|
// FileOpenYnvMenu
|
|
//
|
|
this.FileOpenYnvMenu.Name = "FileOpenYnvMenu";
|
|
this.FileOpenYnvMenu.Size = new System.Drawing.Size(147, 22);
|
|
this.FileOpenYnvMenu.Text = "Ynv file...";
|
|
this.FileOpenYnvMenu.Visible = false;
|
|
this.FileOpenYnvMenu.Click += new System.EventHandler(this.FileOpenYnvMenu_Click);
|
|
//
|
|
// FileOpenTrainsMenu
|
|
//
|
|
this.FileOpenTrainsMenu.Name = "FileOpenTrainsMenu";
|
|
this.FileOpenTrainsMenu.Size = new System.Drawing.Size(147, 22);
|
|
this.FileOpenTrainsMenu.Text = "Trains file...";
|
|
this.FileOpenTrainsMenu.Click += new System.EventHandler(this.FileOpenTrainsMenu_Click);
|
|
//
|
|
// FileOpenScenarioMenu
|
|
//
|
|
this.FileOpenScenarioMenu.Name = "FileOpenScenarioMenu";
|
|
this.FileOpenScenarioMenu.Size = new System.Drawing.Size(147, 22);
|
|
this.FileOpenScenarioMenu.Text = "Scenario file...";
|
|
this.FileOpenScenarioMenu.Click += new System.EventHandler(this.FileOpenScenarioMenu_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(160, 6);
|
|
//
|
|
// FileCloseProjectMenu
|
|
//
|
|
this.FileCloseProjectMenu.Enabled = false;
|
|
this.FileCloseProjectMenu.Name = "FileCloseProjectMenu";
|
|
this.FileCloseProjectMenu.Size = new System.Drawing.Size(163, 22);
|
|
this.FileCloseProjectMenu.Text = "Close Project";
|
|
this.FileCloseProjectMenu.Click += new System.EventHandler(this.FileCloseProjectMenu_Click);
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(160, 6);
|
|
//
|
|
// FileSaveProjectMenu
|
|
//
|
|
this.FileSaveProjectMenu.Enabled = false;
|
|
this.FileSaveProjectMenu.Name = "FileSaveProjectMenu";
|
|
this.FileSaveProjectMenu.Size = new System.Drawing.Size(163, 22);
|
|
this.FileSaveProjectMenu.Text = "Save Project";
|
|
this.FileSaveProjectMenu.Click += new System.EventHandler(this.FileSaveProjectMenu_Click);
|
|
//
|
|
// FileSaveProjectAsMenu
|
|
//
|
|
this.FileSaveProjectAsMenu.Enabled = false;
|
|
this.FileSaveProjectAsMenu.Name = "FileSaveProjectAsMenu";
|
|
this.FileSaveProjectAsMenu.Size = new System.Drawing.Size(163, 22);
|
|
this.FileSaveProjectAsMenu.Text = "Save Project As...";
|
|
this.FileSaveProjectAsMenu.Click += new System.EventHandler(this.FileSaveProjectAsMenu_Click);
|
|
//
|
|
// FileSaveItemMenu
|
|
//
|
|
this.FileSaveItemMenu.Enabled = false;
|
|
this.FileSaveItemMenu.Name = "FileSaveItemMenu";
|
|
this.FileSaveItemMenu.Size = new System.Drawing.Size(163, 22);
|
|
this.FileSaveItemMenu.Text = "Save Item";
|
|
this.FileSaveItemMenu.Visible = false;
|
|
this.FileSaveItemMenu.Click += new System.EventHandler(this.FileSaveItemMenu_Click);
|
|
//
|
|
// FileSaveItemAsMenu
|
|
//
|
|
this.FileSaveItemAsMenu.Enabled = false;
|
|
this.FileSaveItemAsMenu.Name = "FileSaveItemAsMenu";
|
|
this.FileSaveItemAsMenu.Size = new System.Drawing.Size(163, 22);
|
|
this.FileSaveItemAsMenu.Text = "Save Item As...";
|
|
this.FileSaveItemAsMenu.Visible = false;
|
|
this.FileSaveItemAsMenu.Click += new System.EventHandler(this.FileSaveItemAsMenu_Click);
|
|
//
|
|
// YmapMenu
|
|
//
|
|
this.YmapMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.YmapNameMenu,
|
|
this.toolStripSeparator3,
|
|
this.YmapNewEntityMenu,
|
|
this.YmapNewCarGenMenu,
|
|
this.toolStripSeparator5,
|
|
this.YmapAddToProjectMenu,
|
|
this.YmapRemoveFromProjectMenu});
|
|
this.YmapMenu.Name = "YmapMenu";
|
|
this.YmapMenu.Size = new System.Drawing.Size(49, 20);
|
|
this.YmapMenu.Text = "Ymap";
|
|
//
|
|
// YmapNameMenu
|
|
//
|
|
this.YmapNameMenu.Enabled = false;
|
|
this.YmapNameMenu.Name = "YmapNameMenu";
|
|
this.YmapNameMenu.Size = new System.Drawing.Size(199, 22);
|
|
this.YmapNameMenu.Text = "(No .ymap file selected)";
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(196, 6);
|
|
//
|
|
// YmapNewEntityMenu
|
|
//
|
|
this.YmapNewEntityMenu.Enabled = false;
|
|
this.YmapNewEntityMenu.Name = "YmapNewEntityMenu";
|
|
this.YmapNewEntityMenu.Size = new System.Drawing.Size(199, 22);
|
|
this.YmapNewEntityMenu.Text = "New Entity";
|
|
this.YmapNewEntityMenu.Click += new System.EventHandler(this.YmapNewEntityMenu_Click);
|
|
//
|
|
// YmapNewCarGenMenu
|
|
//
|
|
this.YmapNewCarGenMenu.Enabled = false;
|
|
this.YmapNewCarGenMenu.Name = "YmapNewCarGenMenu";
|
|
this.YmapNewCarGenMenu.Size = new System.Drawing.Size(199, 22);
|
|
this.YmapNewCarGenMenu.Text = "New Car Generator";
|
|
this.YmapNewCarGenMenu.Click += new System.EventHandler(this.YmapNewCarGenMenu_Click);
|
|
//
|
|
// toolStripSeparator5
|
|
//
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(196, 6);
|
|
//
|
|
// YmapAddToProjectMenu
|
|
//
|
|
this.YmapAddToProjectMenu.Enabled = false;
|
|
this.YmapAddToProjectMenu.Name = "YmapAddToProjectMenu";
|
|
this.YmapAddToProjectMenu.Size = new System.Drawing.Size(199, 22);
|
|
this.YmapAddToProjectMenu.Text = "Add to Project";
|
|
this.YmapAddToProjectMenu.Click += new System.EventHandler(this.YmapAddToProjectMenu_Click);
|
|
//
|
|
// YmapRemoveFromProjectMenu
|
|
//
|
|
this.YmapRemoveFromProjectMenu.Enabled = false;
|
|
this.YmapRemoveFromProjectMenu.Name = "YmapRemoveFromProjectMenu";
|
|
this.YmapRemoveFromProjectMenu.Size = new System.Drawing.Size(199, 22);
|
|
this.YmapRemoveFromProjectMenu.Text = "Remove from Project";
|
|
this.YmapRemoveFromProjectMenu.Click += new System.EventHandler(this.YmapRemoveFromProjectMenu_Click);
|
|
//
|
|
// YndMenu
|
|
//
|
|
this.YndMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.YndNameMenu,
|
|
this.toolStripSeparator4,
|
|
this.YndNewNodeMenu,
|
|
this.toolStripSeparator6,
|
|
this.YndAddToProjectMenu,
|
|
this.YndRemoveFromProjectMenu});
|
|
this.YndMenu.Name = "YndMenu";
|
|
this.YndMenu.Size = new System.Drawing.Size(39, 20);
|
|
this.YndMenu.Text = "Ynd";
|
|
//
|
|
// YndNameMenu
|
|
//
|
|
this.YndNameMenu.Enabled = false;
|
|
this.YndNameMenu.Name = "YndNameMenu";
|
|
this.YndNameMenu.Size = new System.Drawing.Size(189, 22);
|
|
this.YndNameMenu.Text = "(No .ynd file selected)";
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(186, 6);
|
|
//
|
|
// YndNewNodeMenu
|
|
//
|
|
this.YndNewNodeMenu.Enabled = false;
|
|
this.YndNewNodeMenu.Name = "YndNewNodeMenu";
|
|
this.YndNewNodeMenu.Size = new System.Drawing.Size(189, 22);
|
|
this.YndNewNodeMenu.Text = "New Node";
|
|
this.YndNewNodeMenu.Click += new System.EventHandler(this.YndNewNodeMenu_Click);
|
|
//
|
|
// toolStripSeparator6
|
|
//
|
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(186, 6);
|
|
//
|
|
// YndAddToProjectMenu
|
|
//
|
|
this.YndAddToProjectMenu.Enabled = false;
|
|
this.YndAddToProjectMenu.Name = "YndAddToProjectMenu";
|
|
this.YndAddToProjectMenu.Size = new System.Drawing.Size(189, 22);
|
|
this.YndAddToProjectMenu.Text = "Add to Project";
|
|
this.YndAddToProjectMenu.Click += new System.EventHandler(this.YndAddToProjectMenu_Click);
|
|
//
|
|
// YndRemoveFromProjectMenu
|
|
//
|
|
this.YndRemoveFromProjectMenu.Enabled = false;
|
|
this.YndRemoveFromProjectMenu.Name = "YndRemoveFromProjectMenu";
|
|
this.YndRemoveFromProjectMenu.Size = new System.Drawing.Size(189, 22);
|
|
this.YndRemoveFromProjectMenu.Text = "Remove from Project";
|
|
this.YndRemoveFromProjectMenu.Click += new System.EventHandler(this.YndRemoveFromProjectMenu_Click);
|
|
//
|
|
// YnvMenu
|
|
//
|
|
this.YnvMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.YnvNameMenu,
|
|
this.toolStripSeparator9,
|
|
this.YnvNewPolygonMenu,
|
|
this.toolStripSeparator10,
|
|
this.YnvAddToProjectMenu,
|
|
this.YnvRemoveFromProjectMenu});
|
|
this.YnvMenu.Name = "YnvMenu";
|
|
this.YnvMenu.Size = new System.Drawing.Size(38, 20);
|
|
this.YnvMenu.Text = "Ynv";
|
|
this.YnvMenu.Visible = false;
|
|
//
|
|
// YnvNameMenu
|
|
//
|
|
this.YnvNameMenu.Enabled = false;
|
|
this.YnvNameMenu.Name = "YnvNameMenu";
|
|
this.YnvNameMenu.Size = new System.Drawing.Size(188, 22);
|
|
this.YnvNameMenu.Text = "(No .ynv file selected)";
|
|
//
|
|
// toolStripSeparator9
|
|
//
|
|
this.toolStripSeparator9.Name = "toolStripSeparator9";
|
|
this.toolStripSeparator9.Size = new System.Drawing.Size(185, 6);
|
|
//
|
|
// YnvNewPolygonMenu
|
|
//
|
|
this.YnvNewPolygonMenu.Enabled = false;
|
|
this.YnvNewPolygonMenu.Name = "YnvNewPolygonMenu";
|
|
this.YnvNewPolygonMenu.Size = new System.Drawing.Size(188, 22);
|
|
this.YnvNewPolygonMenu.Text = "New Polygon";
|
|
this.YnvNewPolygonMenu.Click += new System.EventHandler(this.YnvNewPolygonMenu_Click);
|
|
//
|
|
// toolStripSeparator10
|
|
//
|
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
|
this.toolStripSeparator10.Size = new System.Drawing.Size(185, 6);
|
|
//
|
|
// YnvAddToProjectMenu
|
|
//
|
|
this.YnvAddToProjectMenu.Enabled = false;
|
|
this.YnvAddToProjectMenu.Name = "YnvAddToProjectMenu";
|
|
this.YnvAddToProjectMenu.Size = new System.Drawing.Size(188, 22);
|
|
this.YnvAddToProjectMenu.Text = "Add to Project";
|
|
this.YnvAddToProjectMenu.Click += new System.EventHandler(this.YnvAddToProjectMenu_Click);
|
|
//
|
|
// YnvRemoveFromProjectMenu
|
|
//
|
|
this.YnvRemoveFromProjectMenu.Enabled = false;
|
|
this.YnvRemoveFromProjectMenu.Name = "YnvRemoveFromProjectMenu";
|
|
this.YnvRemoveFromProjectMenu.Size = new System.Drawing.Size(188, 22);
|
|
this.YnvRemoveFromProjectMenu.Text = "Remove from Project";
|
|
this.YnvRemoveFromProjectMenu.Click += new System.EventHandler(this.YnvRemoveFromProjectMenu_Click);
|
|
//
|
|
// TrainsMenu
|
|
//
|
|
this.TrainsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.TrainsNameMenu,
|
|
this.toolStripSeparator7,
|
|
this.TrainsNewNodeMenu,
|
|
this.toolStripSeparator8,
|
|
this.TrainsAddToProjectMenu,
|
|
this.TrainsRemoveFromProjectMenu});
|
|
this.TrainsMenu.Name = "TrainsMenu";
|
|
this.TrainsMenu.Size = new System.Drawing.Size(50, 20);
|
|
this.TrainsMenu.Text = "Trains";
|
|
//
|
|
// TrainsNameMenu
|
|
//
|
|
this.TrainsNameMenu.Enabled = false;
|
|
this.TrainsNameMenu.Name = "TrainsNameMenu";
|
|
this.TrainsNameMenu.Size = new System.Drawing.Size(200, 22);
|
|
this.TrainsNameMenu.Text = "(No train track selected)";
|
|
//
|
|
// toolStripSeparator7
|
|
//
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(197, 6);
|
|
//
|
|
// TrainsNewNodeMenu
|
|
//
|
|
this.TrainsNewNodeMenu.Enabled = false;
|
|
this.TrainsNewNodeMenu.Name = "TrainsNewNodeMenu";
|
|
this.TrainsNewNodeMenu.Size = new System.Drawing.Size(200, 22);
|
|
this.TrainsNewNodeMenu.Text = "New Node";
|
|
this.TrainsNewNodeMenu.Click += new System.EventHandler(this.TrainsNewNodeMenu_Click);
|
|
//
|
|
// toolStripSeparator8
|
|
//
|
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
|
this.toolStripSeparator8.Size = new System.Drawing.Size(197, 6);
|
|
//
|
|
// TrainsAddToProjectMenu
|
|
//
|
|
this.TrainsAddToProjectMenu.Enabled = false;
|
|
this.TrainsAddToProjectMenu.Name = "TrainsAddToProjectMenu";
|
|
this.TrainsAddToProjectMenu.Size = new System.Drawing.Size(200, 22);
|
|
this.TrainsAddToProjectMenu.Text = "Add to Project";
|
|
this.TrainsAddToProjectMenu.Click += new System.EventHandler(this.TrainsAddToProjectMenu_Click);
|
|
//
|
|
// TrainsRemoveFromProjectMenu
|
|
//
|
|
this.TrainsRemoveFromProjectMenu.Enabled = false;
|
|
this.TrainsRemoveFromProjectMenu.Name = "TrainsRemoveFromProjectMenu";
|
|
this.TrainsRemoveFromProjectMenu.Size = new System.Drawing.Size(200, 22);
|
|
this.TrainsRemoveFromProjectMenu.Text = "Remove from Project";
|
|
this.TrainsRemoveFromProjectMenu.Click += new System.EventHandler(this.TrainsRemoveFromProjectMenu_Click);
|
|
//
|
|
// ScenarioMenu
|
|
//
|
|
this.ScenarioMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.ScenarioNameMenu,
|
|
this.toolStripSeparator11,
|
|
this.ScenarioNewPointMenu,
|
|
this.ScenarioNewPointFromSelectedMenu,
|
|
this.ScenarioNewEntityOverrideMenu,
|
|
this.ScenarioNewChainMenu,
|
|
this.ScenarioNewClusterMenu,
|
|
this.toolStripSeparator12,
|
|
this.ScenarioAddToProjectMenu,
|
|
this.ScenarioRemoveFromProjectMenu});
|
|
this.ScenarioMenu.Name = "ScenarioMenu";
|
|
this.ScenarioMenu.Size = new System.Drawing.Size(64, 20);
|
|
this.ScenarioMenu.Text = "Scenario";
|
|
//
|
|
// ScenarioNameMenu
|
|
//
|
|
this.ScenarioNameMenu.Enabled = false;
|
|
this.ScenarioNameMenu.Name = "ScenarioNameMenu";
|
|
this.ScenarioNameMenu.Size = new System.Drawing.Size(228, 22);
|
|
this.ScenarioNameMenu.Text = "(No scenario region selected)";
|
|
//
|
|
// toolStripSeparator11
|
|
//
|
|
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
|
this.toolStripSeparator11.Size = new System.Drawing.Size(225, 6);
|
|
//
|
|
// ScenarioNewPointMenu
|
|
//
|
|
this.ScenarioNewPointMenu.Enabled = false;
|
|
this.ScenarioNewPointMenu.Name = "ScenarioNewPointMenu";
|
|
this.ScenarioNewPointMenu.Size = new System.Drawing.Size(228, 22);
|
|
this.ScenarioNewPointMenu.Text = "New Point (Blank)";
|
|
this.ScenarioNewPointMenu.Click += new System.EventHandler(this.ScenarioNewPointMenu_Click);
|
|
//
|
|
// ScenarioNewPointFromSelectedMenu
|
|
//
|
|
this.ScenarioNewPointFromSelectedMenu.Enabled = false;
|
|
this.ScenarioNewPointFromSelectedMenu.Name = "ScenarioNewPointFromSelectedMenu";
|
|
this.ScenarioNewPointFromSelectedMenu.Size = new System.Drawing.Size(228, 22);
|
|
this.ScenarioNewPointFromSelectedMenu.Text = "New Point (from Selected)";
|
|
this.ScenarioNewPointFromSelectedMenu.Click += new System.EventHandler(this.ScenarioNewPointFromSelectedMenu_Click);
|
|
//
|
|
// ScenarioNewEntityOverrideMenu
|
|
//
|
|
this.ScenarioNewEntityOverrideMenu.Enabled = false;
|
|
this.ScenarioNewEntityOverrideMenu.Name = "ScenarioNewEntityOverrideMenu";
|
|
this.ScenarioNewEntityOverrideMenu.Size = new System.Drawing.Size(228, 22);
|
|
this.ScenarioNewEntityOverrideMenu.Text = "New Entity Override";
|
|
this.ScenarioNewEntityOverrideMenu.Click += new System.EventHandler(this.ScenarioNewEntityOverrideMenu_Click);
|
|
//
|
|
// ScenarioNewChainMenu
|
|
//
|
|
this.ScenarioNewChainMenu.Enabled = false;
|
|
this.ScenarioNewChainMenu.Name = "ScenarioNewChainMenu";
|
|
this.ScenarioNewChainMenu.Size = new System.Drawing.Size(228, 22);
|
|
this.ScenarioNewChainMenu.Text = "New Chain";
|
|
this.ScenarioNewChainMenu.Click += new System.EventHandler(this.ScenarioNewChainMenu_Click);
|
|
//
|
|
// ScenarioNewClusterMenu
|
|
//
|
|
this.ScenarioNewClusterMenu.Enabled = false;
|
|
this.ScenarioNewClusterMenu.Name = "ScenarioNewClusterMenu";
|
|
this.ScenarioNewClusterMenu.Size = new System.Drawing.Size(228, 22);
|
|
this.ScenarioNewClusterMenu.Text = "New Cluster";
|
|
this.ScenarioNewClusterMenu.Click += new System.EventHandler(this.ScenarioNewClusterMenu_Click);
|
|
//
|
|
// toolStripSeparator12
|
|
//
|
|
this.toolStripSeparator12.Name = "toolStripSeparator12";
|
|
this.toolStripSeparator12.Size = new System.Drawing.Size(225, 6);
|
|
//
|
|
// ScenarioAddToProjectMenu
|
|
//
|
|
this.ScenarioAddToProjectMenu.Enabled = false;
|
|
this.ScenarioAddToProjectMenu.Name = "ScenarioAddToProjectMenu";
|
|
this.ScenarioAddToProjectMenu.Size = new System.Drawing.Size(228, 22);
|
|
this.ScenarioAddToProjectMenu.Text = "Add to Project";
|
|
this.ScenarioAddToProjectMenu.Click += new System.EventHandler(this.ScenarioAddToProjectMenu_Click);
|
|
//
|
|
// ScenarioRemoveFromProjectMenu
|
|
//
|
|
this.ScenarioRemoveFromProjectMenu.Enabled = false;
|
|
this.ScenarioRemoveFromProjectMenu.Name = "ScenarioRemoveFromProjectMenu";
|
|
this.ScenarioRemoveFromProjectMenu.Size = new System.Drawing.Size(228, 22);
|
|
this.ScenarioRemoveFromProjectMenu.Text = "Remove from Project";
|
|
this.ScenarioRemoveFromProjectMenu.Click += new System.EventHandler(this.ScenarioRemoveFromProjectMenu_Click);
|
|
//
|
|
// SaveFileDialog
|
|
//
|
|
this.SaveFileDialog.Filter = "CodeWalker Projects|*.cwproj";
|
|
//
|
|
// OpenFileDialog
|
|
//
|
|
this.OpenFileDialog.Filter = "CodeWalker Projects|*.cwproj";
|
|
//
|
|
// ScenarioClusterPointsListBox
|
|
//
|
|
this.ScenarioClusterPointsListBox.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.ScenarioClusterPointsListBox.FormattingEnabled = true;
|
|
this.ScenarioClusterPointsListBox.Location = new System.Drawing.Point(100, 148);
|
|
this.ScenarioClusterPointsListBox.Name = "ScenarioClusterPointsListBox";
|
|
this.ScenarioClusterPointsListBox.Size = new System.Drawing.Size(235, 173);
|
|
this.ScenarioClusterPointsListBox.TabIndex = 13;
|
|
this.ScenarioClusterPointsListBox.DoubleClick += new System.EventHandler(this.ScenarioClusterPointsListBox_DoubleClick);
|
|
//
|
|
// label158
|
|
//
|
|
this.label158.AutoSize = true;
|
|
this.label158.Location = new System.Drawing.Point(51, 150);
|
|
this.label158.Name = "label158";
|
|
this.label158.Size = new System.Drawing.Size(39, 13);
|
|
this.label158.TabIndex = 14;
|
|
this.label158.Text = "Points:";
|
|
//
|
|
// ScenarioClusterAddPointButton
|
|
//
|
|
this.ScenarioClusterAddPointButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScenarioClusterAddPointButton.Location = new System.Drawing.Point(100, 337);
|
|
this.ScenarioClusterAddPointButton.Name = "ScenarioClusterAddPointButton";
|
|
this.ScenarioClusterAddPointButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioClusterAddPointButton.TabIndex = 15;
|
|
this.ScenarioClusterAddPointButton.Text = "Add Point";
|
|
this.ScenarioClusterAddPointButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioClusterAddPointButton.Click += new System.EventHandler(this.ScenarioClusterAddPointButton_Click);
|
|
//
|
|
// label159
|
|
//
|
|
this.label159.AutoSize = true;
|
|
this.label159.Location = new System.Drawing.Point(341, 150);
|
|
this.label159.Name = "label159";
|
|
this.label159.Size = new System.Drawing.Size(141, 13);
|
|
this.label159.TabIndex = 16;
|
|
this.label159.Text = "(Double-click to select point)";
|
|
//
|
|
// label160
|
|
//
|
|
this.label160.AutoSize = true;
|
|
this.label160.Location = new System.Drawing.Point(332, 160);
|
|
this.label160.Name = "label160";
|
|
this.label160.Size = new System.Drawing.Size(141, 13);
|
|
this.label160.TabIndex = 20;
|
|
this.label160.Text = "(Double-click to select point)";
|
|
//
|
|
// ScenarioEntityAddPointButton
|
|
//
|
|
this.ScenarioEntityAddPointButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ScenarioEntityAddPointButton.Location = new System.Drawing.Point(91, 347);
|
|
this.ScenarioEntityAddPointButton.Name = "ScenarioEntityAddPointButton";
|
|
this.ScenarioEntityAddPointButton.Size = new System.Drawing.Size(90, 23);
|
|
this.ScenarioEntityAddPointButton.TabIndex = 19;
|
|
this.ScenarioEntityAddPointButton.Text = "Add Point";
|
|
this.ScenarioEntityAddPointButton.UseVisualStyleBackColor = true;
|
|
this.ScenarioEntityAddPointButton.Click += new System.EventHandler(this.ScenarioEntityAddPointButton_Click);
|
|
//
|
|
// label161
|
|
//
|
|
this.label161.AutoSize = true;
|
|
this.label161.Location = new System.Drawing.Point(42, 160);
|
|
this.label161.Name = "label161";
|
|
this.label161.Size = new System.Drawing.Size(39, 13);
|
|
this.label161.TabIndex = 18;
|
|
this.label161.Text = "Points:";
|
|
//
|
|
// ScenarioEntityPointsListBox
|
|
//
|
|
this.ScenarioEntityPointsListBox.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.ScenarioEntityPointsListBox.FormattingEnabled = true;
|
|
this.ScenarioEntityPointsListBox.Location = new System.Drawing.Point(91, 158);
|
|
this.ScenarioEntityPointsListBox.Name = "ScenarioEntityPointsListBox";
|
|
this.ScenarioEntityPointsListBox.Size = new System.Drawing.Size(235, 173);
|
|
this.ScenarioEntityPointsListBox.TabIndex = 17;
|
|
this.ScenarioEntityPointsListBox.DoubleClick += new System.EventHandler(this.ScenarioEntityPointsListBox_DoubleClick);
|
|
//
|
|
// ProjectForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(776, 531);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.TopMenuStrip);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.TopMenuStrip;
|
|
this.Name = "ProjectForm";
|
|
this.Text = "Project - CodeWalker by dexyfex";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProjectForm_FormClosing);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ProjectForm_FormClosed);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.MainTabControl.ResumeLayout(false);
|
|
this.ProjectTabPage.ResumeLayout(false);
|
|
this.ProjectPanel.ResumeLayout(false);
|
|
this.ProjectPanel.PerformLayout();
|
|
this.YmapTabPage.ResumeLayout(false);
|
|
this.YmapTabControl.ResumeLayout(false);
|
|
this.YmapYmapTabPage.ResumeLayout(false);
|
|
this.YmapPanel.ResumeLayout(false);
|
|
this.YmapPanel.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
this.YmapEntityTabPage.ResumeLayout(false);
|
|
this.EntityPanel.ResumeLayout(false);
|
|
this.EntityTabControl.ResumeLayout(false);
|
|
this.EntityGeneralTabPage.ResumeLayout(false);
|
|
this.EntityGeneralTabPage.PerformLayout();
|
|
this.EntityLodTabPage.ResumeLayout(false);
|
|
this.EntityLodTabPage.PerformLayout();
|
|
this.EntityPivotTabPage.ResumeLayout(false);
|
|
this.EntityPivotTabPage.PerformLayout();
|
|
this.YmapCarGenTabPage.ResumeLayout(false);
|
|
this.CarGenPanel.ResumeLayout(false);
|
|
this.CarGenPanel.PerformLayout();
|
|
this.YndTabPage.ResumeLayout(false);
|
|
this.YndTabControl.ResumeLayout(false);
|
|
this.YndYndTabPage.ResumeLayout(false);
|
|
this.YndPanel.ResumeLayout(false);
|
|
this.YndPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.YndAreaIDYUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YndAreaIDXUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YndPedNodesUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YndVehicleNodesUpDown)).EndInit();
|
|
this.YndNodeTabPage.ResumeLayout(false);
|
|
this.YndNodePanel.ResumeLayout(false);
|
|
this.PathNodeTabControl.ResumeLayout(false);
|
|
this.PathNodePropertiesTabPage.ResumeLayout(false);
|
|
this.PathNodePropertiesTabPage.PerformLayout();
|
|
this.PathNodeFlags5GroupBox.ResumeLayout(false);
|
|
this.PathNodeFlags5GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags5UpDown)).EndInit();
|
|
this.PathNodeFlags4GroupBox.ResumeLayout(false);
|
|
this.PathNodeFlags4GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags42UpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags4UpDown)).EndInit();
|
|
this.PathNodeFlags3GroupBox.ResumeLayout(false);
|
|
this.PathNodeFlags3GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags32UpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags3UpDown)).EndInit();
|
|
this.PathNodeFlags2GroupBox.ResumeLayout(false);
|
|
this.PathNodeFlags2GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags2UpDown)).EndInit();
|
|
this.PathNodeFlags1GroupBox.ResumeLayout(false);
|
|
this.PathNodeFlags1GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags1UpDown)).EndInit();
|
|
this.PathNodeFlags0GroupBox.ResumeLayout(false);
|
|
this.PathNodeFlags0GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeFlags0UpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeAreaIDUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeNodeIDUpDown)).EndInit();
|
|
this.PathNodeLinksTabPage.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.PerformLayout();
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.PathNodeLinkPanel.ResumeLayout(false);
|
|
this.PathNodeLinkPanel.PerformLayout();
|
|
this.PathLinkFlags2GroupBox.ResumeLayout(false);
|
|
this.PathLinkFlags2GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFwdLanesUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkBackLanesUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags2UpDown)).EndInit();
|
|
this.PathLinkFlags1GroupBox.ResumeLayout(false);
|
|
this.PathLinkFlags1GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkOffsetSizeUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags1UpDown)).EndInit();
|
|
this.PathLinkFlags0GroupBox.ResumeLayout(false);
|
|
this.PathLinkFlags0GroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags04UpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags03UpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkFlags0UpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkLengthUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkNodeIDUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeLinkAreaIDUpDown)).EndInit();
|
|
this.PathNodeJunctionTabPage.ResumeLayout(false);
|
|
this.PathNodeJunctionTabPage.PerformLayout();
|
|
this.PathNodeJunctionPanel.ResumeLayout(false);
|
|
this.PathNodeJunctionPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionPosYUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionPosXUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionHeightmapDimYUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionHeightmapDimXUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionMinZUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PathNodeJunctionMaxZUpDown)).EndInit();
|
|
this.YnvTabPage.ResumeLayout(false);
|
|
this.YnvTabControl.ResumeLayout(false);
|
|
this.YnvYnvTabPage.ResumeLayout(false);
|
|
this.YnvPanel.ResumeLayout(false);
|
|
this.YnvPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.YnvAreaIDYUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.YnvAreaIDXUpDown)).EndInit();
|
|
this.YnvPolyTabPage.ResumeLayout(false);
|
|
this.YnvPortalTabPage.ResumeLayout(false);
|
|
this.TrainsTabPage.ResumeLayout(false);
|
|
this.TrainsTabControl.ResumeLayout(false);
|
|
this.TrainTrackTabPage.ResumeLayout(false);
|
|
this.TrainTrackFilePanel.ResumeLayout(false);
|
|
this.TrainTrackFilePanel.PerformLayout();
|
|
this.TrainNodeTabPage.ResumeLayout(false);
|
|
this.TrainNodePanel.ResumeLayout(false);
|
|
this.TrainNodePanel.PerformLayout();
|
|
this.ScenarioTabPage.ResumeLayout(false);
|
|
this.ScenarioTabControl.ResumeLayout(false);
|
|
this.ScenarioYmtTabPage.ResumeLayout(false);
|
|
this.ScenarioYmtPanel.ResumeLayout(false);
|
|
this.ScenarioYmtPanel.PerformLayout();
|
|
this.ScenarioPointTabPage.ResumeLayout(false);
|
|
this.ScenarioPointOuterPanel.ResumeLayout(false);
|
|
this.ScenarioPointOuterPanel.PerformLayout();
|
|
this.ScenarioPointPanel.ResumeLayout(false);
|
|
this.ScenarioPointPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointFlagsValueUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointWaitTimeUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointRadiusUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointSpOnlyFlagUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointProbabilityUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointTimeEndUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioPointTimeStartUpDown)).EndInit();
|
|
this.ScenarioEntityTabPage.ResumeLayout(false);
|
|
this.ScenarioEntityTabPage.PerformLayout();
|
|
this.ScenarioEntityPanel.ResumeLayout(false);
|
|
this.ScenarioEntityPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityUnk2UpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityUnk1UpDown)).EndInit();
|
|
this.ScenarioEntityPointTabPage.ResumeLayout(false);
|
|
this.ScenarioEntityPointTabPage.PerformLayout();
|
|
this.ScenarioEntityPointPanel.ResumeLayout(false);
|
|
this.ScenarioEntityPointPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityPointFlagsUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityPointEndUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioEntityPointStartUpDown)).EndInit();
|
|
this.ScenarioChainTabPage.ResumeLayout(false);
|
|
this.splitContainer3.Panel1.ResumeLayout(false);
|
|
this.splitContainer3.Panel1.PerformLayout();
|
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
this.splitContainer3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioChainUnk1UpDown)).EndInit();
|
|
this.ScenarioChainEdgePanel.ResumeLayout(false);
|
|
this.ScenarioChainEdgePanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioChainEdgeNodeIndexToUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioChainEdgeNodeIndexFromUpDown)).EndInit();
|
|
this.ScenarioChainNodeTabPage.ResumeLayout(false);
|
|
this.ScenarioChainNodeTabPage.PerformLayout();
|
|
this.ScenarioChainNodePanel.ResumeLayout(false);
|
|
this.ScenarioChainNodePanel.PerformLayout();
|
|
this.ScenarioClusterTabPage.ResumeLayout(false);
|
|
this.ScenarioClusterTabPage.PerformLayout();
|
|
this.ScenarioClusterPanel.ResumeLayout(false);
|
|
this.ScenarioClusterPanel.PerformLayout();
|
|
this.ScenarioClusterPointTabPage.ResumeLayout(false);
|
|
this.ScenarioClusterPointTabPage.PerformLayout();
|
|
this.ScenarioClusterPointPanel.ResumeLayout(false);
|
|
this.ScenarioClusterPointPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointFlagsUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointWaitTimeUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointRadiusUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointAnimalFlagUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointProbabilityUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointTimeEndUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ScenarioClusterPointTimeStartUpDown)).EndInit();
|
|
this.TopMenuStrip.ResumeLayout(false);
|
|
this.TopMenuStrip.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.TreeView ProjectTreeView;
|
|
private CodeWalker.WinForms.MenuStripFix TopMenuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem FileMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileNewMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileNewProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileNewYmapMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileOpenMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileOpenProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileOpenYmapMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem FileCloseProjectMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripMenuItem FileSaveProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileSaveProjectAsMenu;
|
|
private System.Windows.Forms.SaveFileDialog SaveFileDialog;
|
|
private System.Windows.Forms.OpenFileDialog OpenFileDialog;
|
|
private System.Windows.Forms.TabControl MainTabControl;
|
|
private System.Windows.Forms.TabPage ProjectTabPage;
|
|
private System.Windows.Forms.TabPage YmapTabPage;
|
|
private System.Windows.Forms.Label ProjectVersionLabel;
|
|
private System.Windows.Forms.TextBox ProjectNameTextBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox YmapNameTextBox;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Panel YmapPanel;
|
|
private System.Windows.Forms.Panel ProjectPanel;
|
|
private System.Windows.Forms.TextBox YmapParentTextBox;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label YmapParentHashLabel;
|
|
private System.Windows.Forms.Label YmapNameHashLabel;
|
|
private System.Windows.Forms.TextBox YmapContentFlagsTextBox;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox YmapFlagsTextBox;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox YmapStreamingExtentsMaxTextBox;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox YmapStreamingExtentsMinTextBox;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox YmapEntitiesExtentsMaxTextBox;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox YmapEntitiesExtentsMinTextBox;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.ToolStripMenuItem FileSaveItemMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileSaveItemAsMenu;
|
|
private System.Windows.Forms.Label EntityArchetypeHashLabel;
|
|
private System.Windows.Forms.TextBox EntityArchetypeTextBox;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox EntityGuidTextBox;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.TextBox EntityFlagsTextBox;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TextBox EntityRotationTextBox;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox EntityPositionTextBox;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Panel EntityPanel;
|
|
private System.Windows.Forms.TextBox EntityScaleZTextBox;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.TextBox EntityScaleXYTextBox;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.TextBox EntityParentIndexTextBox;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.TextBox EntityChildLodDistTextBox;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.TextBox EntityLodDistTextBox;
|
|
private System.Windows.Forms.ComboBox EntityLodLevelComboBox;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.ComboBox EntityPriorityLevelComboBox;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.TextBox EntityNumChildrenTextBox;
|
|
private System.Windows.Forms.Label label26;
|
|
private System.Windows.Forms.TextBox EntityAOMultiplierTextBox;
|
|
private System.Windows.Forms.Label label28;
|
|
private System.Windows.Forms.TextBox EntityTintValueTextBox;
|
|
private System.Windows.Forms.Label label27;
|
|
private System.Windows.Forms.TextBox EntityArtificialAOTextBox;
|
|
private System.Windows.Forms.CheckBox ProjectShowEntitiesCheckBox;
|
|
private System.Windows.Forms.CheckBox ProjectHideMapCheckBox;
|
|
private System.Windows.Forms.Button EntityGoToButton;
|
|
private System.Windows.Forms.ToolStripMenuItem YmapMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YmapNewEntityMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YmapNameMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.Button YmapCalculateExtentsButton;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
private System.Windows.Forms.ToolStripMenuItem YmapRemoveFromProjectMenu;
|
|
private System.Windows.Forms.Button EntityNormalizeRotationButton;
|
|
private System.Windows.Forms.TextBox YmapProjectPathTextBox;
|
|
private System.Windows.Forms.Label label30;
|
|
private System.Windows.Forms.TextBox YmapFileLocationTextBox;
|
|
private System.Windows.Forms.Label label29;
|
|
private System.Windows.Forms.Panel CarGenPanel;
|
|
private System.Windows.Forms.Button CarGoToButton;
|
|
private System.Windows.Forms.TextBox CarPositionTextBox;
|
|
private System.Windows.Forms.Label label31;
|
|
private System.Windows.Forms.TextBox CarModelTextBox;
|
|
private System.Windows.Forms.Label label32;
|
|
private System.Windows.Forms.Label CarModelHashLabel;
|
|
private System.Windows.Forms.TextBox CarOrientYTextBox;
|
|
private System.Windows.Forms.Label label34;
|
|
private System.Windows.Forms.TextBox CarOrientXTextBox;
|
|
private System.Windows.Forms.Label label35;
|
|
private System.Windows.Forms.TextBox CarPerpendicularLengthTextBox;
|
|
private System.Windows.Forms.Label label36;
|
|
private System.Windows.Forms.Label label37;
|
|
private System.Windows.Forms.TextBox CarFlagsTextBox;
|
|
private System.Windows.Forms.Label label38;
|
|
private System.Windows.Forms.TextBox CarBodyColorRemap1TextBox;
|
|
private System.Windows.Forms.Label label43;
|
|
private System.Windows.Forms.TextBox CarBodyColorRemap4TextBox;
|
|
private System.Windows.Forms.Label label42;
|
|
private System.Windows.Forms.TextBox CarBodyColorRemap3TextBox;
|
|
private System.Windows.Forms.Label label41;
|
|
private System.Windows.Forms.TextBox CarBodyColorRemap2TextBox;
|
|
private System.Windows.Forms.TextBox CarPopGroupTextBox;
|
|
private System.Windows.Forms.Label label39;
|
|
private System.Windows.Forms.Label CarPopGroupHashLabel;
|
|
private System.Windows.Forms.Label label44;
|
|
private System.Windows.Forms.TextBox CarLiveryTextBox;
|
|
private System.Windows.Forms.Button EntityDeleteButton;
|
|
private System.Windows.Forms.Button EntityAddToProjectButton;
|
|
private System.Windows.Forms.ToolStripMenuItem YmapNewCarGenMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YmapAddToProjectMenu;
|
|
private System.Windows.Forms.Button CarDeleteButton;
|
|
private System.Windows.Forms.Button CarAddToProjectButton;
|
|
private System.Windows.Forms.TabControl YmapTabControl;
|
|
private System.Windows.Forms.TabPage YmapYmapTabPage;
|
|
private System.Windows.Forms.TabPage YmapEntityTabPage;
|
|
private System.Windows.Forms.TabPage YmapCarGenTabPage;
|
|
private System.Windows.Forms.TabPage YndTabPage;
|
|
private System.Windows.Forms.Panel YndPanel;
|
|
private System.Windows.Forms.TextBox YndRpfPathTextBox;
|
|
private System.Windows.Forms.TabControl YndTabControl;
|
|
private System.Windows.Forms.TabPage YndYndTabPage;
|
|
private System.Windows.Forms.TabPage YndNodeTabPage;
|
|
private System.Windows.Forms.Label label33;
|
|
private System.Windows.Forms.Label YndAreaIDInfoLabel;
|
|
private System.Windows.Forms.Label YndTotalNodesLabel;
|
|
private System.Windows.Forms.NumericUpDown YndPedNodesUpDown;
|
|
private System.Windows.Forms.Label label45;
|
|
private System.Windows.Forms.NumericUpDown YndVehicleNodesUpDown;
|
|
private System.Windows.Forms.Label label40;
|
|
private System.Windows.Forms.Label label47;
|
|
private System.Windows.Forms.ToolStripMenuItem FileNewYndMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileOpenYndMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YndMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YndNameMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.ToolStripMenuItem YndNewNodeMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
|
private System.Windows.Forms.ToolStripMenuItem YndAddToProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YndRemoveFromProjectMenu;
|
|
private System.Windows.Forms.Label label46;
|
|
private System.Windows.Forms.TextBox YndFilePathTextBox;
|
|
private System.Windows.Forms.Panel YndNodePanel;
|
|
private System.Windows.Forms.Label label48;
|
|
private System.Windows.Forms.TextBox YndProjectPathTextBox;
|
|
private System.Windows.Forms.Label PathNodeStreetNameLabel;
|
|
private System.Windows.Forms.TextBox PathNodeStreetHashTextBox;
|
|
private System.Windows.Forms.Label label52;
|
|
private System.Windows.Forms.NumericUpDown PathNodeNodeIDUpDown;
|
|
private System.Windows.Forms.Label label50;
|
|
private System.Windows.Forms.NumericUpDown PathNodeAreaIDUpDown;
|
|
private System.Windows.Forms.Label label49;
|
|
private System.Windows.Forms.Label PathNodeFlags4Label;
|
|
private System.Windows.Forms.NumericUpDown PathNodeFlags4UpDown;
|
|
private System.Windows.Forms.Label PathNodeFlags3Label;
|
|
private System.Windows.Forms.NumericUpDown PathNodeFlags3UpDown;
|
|
private System.Windows.Forms.Label PathNodeFlags2Label;
|
|
private System.Windows.Forms.NumericUpDown PathNodeFlags2UpDown;
|
|
private System.Windows.Forms.Label PathNodeFlags1Label;
|
|
private System.Windows.Forms.NumericUpDown PathNodeFlags1UpDown;
|
|
private System.Windows.Forms.Label PathNodeFlags0Label;
|
|
private System.Windows.Forms.NumericUpDown PathNodeFlags0UpDown;
|
|
private System.Windows.Forms.TabControl PathNodeTabControl;
|
|
private System.Windows.Forms.TabPage PathNodeLinksTabPage;
|
|
private System.Windows.Forms.TabPage PathNodeJunctionTabPage;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.ListBox PathNodeLinksListBox;
|
|
private System.Windows.Forms.Panel PathNodeLinkPanel;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkNodeIDUpDown;
|
|
private System.Windows.Forms.Label label51;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkAreaIDUpDown;
|
|
private System.Windows.Forms.Label label54;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkLengthUpDown;
|
|
private System.Windows.Forms.Label label57;
|
|
private System.Windows.Forms.Label PathNodeLinkFlags2Label;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkFlags2UpDown;
|
|
private System.Windows.Forms.Label PathNodeLinkFlags1Label;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkFlags1UpDown;
|
|
private System.Windows.Forms.Label PathNodeLinkFlags0Label;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkFlags0UpDown;
|
|
private System.Windows.Forms.Button PathNodeGoToButton;
|
|
private System.Windows.Forms.TextBox PathNodePositionTextBox;
|
|
private System.Windows.Forms.Label label55;
|
|
private System.Windows.Forms.NumericUpDown PathNodeFlags5UpDown;
|
|
private System.Windows.Forms.Button PathNodeRemoveLinkButton;
|
|
private System.Windows.Forms.Button PathNodeAddLinkButton;
|
|
private System.Windows.Forms.Panel PathNodeJunctionPanel;
|
|
private System.Windows.Forms.NumericUpDown PathNodeJunctionMaxZUpDown;
|
|
private System.Windows.Forms.Label label65;
|
|
private System.Windows.Forms.CheckBox PathNodeJunctionEnableCheckBox;
|
|
private System.Windows.Forms.NumericUpDown PathNodeJunctionMinZUpDown;
|
|
private System.Windows.Forms.Label label67;
|
|
private System.Windows.Forms.NumericUpDown PathNodeJunctionHeightmapDimYUpDown;
|
|
private System.Windows.Forms.Label label77;
|
|
private System.Windows.Forms.NumericUpDown PathNodeJunctionHeightmapDimXUpDown;
|
|
private System.Windows.Forms.Label label76;
|
|
private System.Windows.Forms.Label label78;
|
|
private WinForms.TextBoxFix PathNodeJunctionHeightmapBytesTextBox;
|
|
private System.Windows.Forms.Label PathNodeLinkCountLabel;
|
|
private System.Windows.Forms.Label label68;
|
|
private System.Windows.Forms.Label PathNodeLinkageStatusLabel;
|
|
private System.Windows.Forms.Button PathNodeDeleteButton;
|
|
private System.Windows.Forms.Button PathNodeAddToProjectButton;
|
|
private System.Windows.Forms.TabPage TrainsTabPage;
|
|
private System.Windows.Forms.TabControl TrainsTabControl;
|
|
private System.Windows.Forms.TabPage TrainTrackTabPage;
|
|
private System.Windows.Forms.TabPage TrainNodeTabPage;
|
|
private System.Windows.Forms.Panel TrainNodePanel;
|
|
private System.Windows.Forms.Panel TrainTrackFilePanel;
|
|
private System.Windows.Forms.Label label74;
|
|
private System.Windows.Forms.TextBox TrainTrackProjectPathTextBox;
|
|
private System.Windows.Forms.Label label79;
|
|
private System.Windows.Forms.TextBox TrainTrackFilePathTextBox;
|
|
private System.Windows.Forms.Label label80;
|
|
private System.Windows.Forms.TextBox TrainTrackRpfPathTextBox;
|
|
private System.Windows.Forms.Button TrainNodeDeleteButton;
|
|
private System.Windows.Forms.Button TrainNodeAddToProjectButton;
|
|
private System.Windows.Forms.Button TrainNodeGoToButton;
|
|
private System.Windows.Forms.TextBox TrainNodePositionTextBox;
|
|
private System.Windows.Forms.Label label81;
|
|
private System.Windows.Forms.ComboBox TrainNodeTypeComboBox;
|
|
private System.Windows.Forms.Label label82;
|
|
private System.Windows.Forms.Label label83;
|
|
private System.Windows.Forms.TextBox TrainTrackFilenameTextBox;
|
|
private System.Windows.Forms.Label label84;
|
|
private System.Windows.Forms.TextBox TrainTrackConfigNameTextBox;
|
|
private System.Windows.Forms.CheckBox TrainTrackMPStopsAtStationsCheckBox;
|
|
private System.Windows.Forms.CheckBox TrainTrackStopsAtStationsCheckBox;
|
|
private System.Windows.Forms.CheckBox TrainTrackIsPingPongCheckBox;
|
|
private System.Windows.Forms.Label label86;
|
|
private System.Windows.Forms.TextBox TrainTrackBrakingDistTextBox;
|
|
private System.Windows.Forms.Label label85;
|
|
private System.Windows.Forms.TextBox TrainTrackSpeedTextBox;
|
|
private System.Windows.Forms.ToolStripMenuItem TrainsMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem TrainsNameMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
|
private System.Windows.Forms.ToolStripMenuItem TrainsNewNodeMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
|
private System.Windows.Forms.ToolStripMenuItem TrainsAddToProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem TrainsRemoveFromProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileNewTrainsMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileOpenTrainsMenu;
|
|
private System.Windows.Forms.TabPage YnvTabPage;
|
|
private System.Windows.Forms.TabControl YnvTabControl;
|
|
private System.Windows.Forms.TabPage YnvYnvTabPage;
|
|
private System.Windows.Forms.TabPage YnvPolyTabPage;
|
|
private System.Windows.Forms.TabPage YnvPortalTabPage;
|
|
private System.Windows.Forms.Panel YnvPanel;
|
|
private System.Windows.Forms.Panel YnvPolygonPanel;
|
|
private System.Windows.Forms.Panel YnvPortalPanel;
|
|
private System.Windows.Forms.ToolStripMenuItem FileNewYnvMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileOpenYnvMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YnvMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YnvNameMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
|
|
private System.Windows.Forms.ToolStripMenuItem YnvNewPolygonMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
|
private System.Windows.Forms.ToolStripMenuItem YnvAddToProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem YnvRemoveFromProjectMenu;
|
|
private System.Windows.Forms.Label label88;
|
|
private System.Windows.Forms.NumericUpDown YndAreaIDYUpDown;
|
|
private System.Windows.Forms.Label label87;
|
|
private System.Windows.Forms.NumericUpDown YndAreaIDXUpDown;
|
|
private System.Windows.Forms.Label label89;
|
|
private System.Windows.Forms.NumericUpDown YnvAreaIDYUpDown;
|
|
private System.Windows.Forms.Label label90;
|
|
private System.Windows.Forms.NumericUpDown YnvAreaIDXUpDown;
|
|
private System.Windows.Forms.Label YnvAreaIDInfoLabel;
|
|
private System.Windows.Forms.Label label92;
|
|
private System.Windows.Forms.TextBox YnvAABBSizeTextBox;
|
|
private System.Windows.Forms.Label label91;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsSLOD2CheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsLODCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsHDCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsOcclusionCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsInteriorCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsSLODCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsPhysicsCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsCriticalCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsDistLightsCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsLODLightsCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapCFlagsGrassCheckBox;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.CheckBox YmapFlagsLODCheckBox;
|
|
private System.Windows.Forms.CheckBox YmapFlagsScriptedCheckBox;
|
|
private System.Windows.Forms.Button YmapCalculateFlagsButton;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.Label label12;
|
|
private WinForms.TextBoxFix YmapPhysicsDictionariesTextBox;
|
|
private System.Windows.Forms.TabControl EntityTabControl;
|
|
private System.Windows.Forms.TabPage EntityGeneralTabPage;
|
|
private System.Windows.Forms.TabPage EntityLodTabPage;
|
|
private System.Windows.Forms.TabPage EntityExtensionsTabPage;
|
|
private System.Windows.Forms.TabPage EntityPivotTabPage;
|
|
private System.Windows.Forms.Label label93;
|
|
private System.Windows.Forms.TextBox EntityPivotPositionTextBox;
|
|
private System.Windows.Forms.Button EntityPivotRotationNormalizeButton;
|
|
private System.Windows.Forms.Label label94;
|
|
private System.Windows.Forms.TextBox EntityPivotRotationTextBox;
|
|
private System.Windows.Forms.CheckBox EntityPivotEditCheckBox;
|
|
private System.Windows.Forms.Label label95;
|
|
private System.Windows.Forms.NumericUpDown PathNodeJunctionPosYUpDown;
|
|
private System.Windows.Forms.Label label59;
|
|
private System.Windows.Forms.NumericUpDown PathNodeJunctionPosXUpDown;
|
|
private System.Windows.Forms.Label label69;
|
|
private System.Windows.Forms.Label TrainTrackInfoLabel;
|
|
private System.Windows.Forms.TabPage PathNodePropertiesTabPage;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags08CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags07CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags06CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags05CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags04CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags03CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags02CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags01CheckBox;
|
|
private System.Windows.Forms.GroupBox PathNodeFlags0GroupBox;
|
|
private System.Windows.Forms.GroupBox PathNodeFlags1GroupBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags11CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags18CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags12CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags17CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags13CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags16CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags14CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags15CheckBox;
|
|
private System.Windows.Forms.GroupBox PathNodeFlags2GroupBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags21CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags28CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags22CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags27CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags23CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags26CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags24CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags25CheckBox;
|
|
private System.Windows.Forms.GroupBox PathNodeFlags3GroupBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags31CheckBox;
|
|
private System.Windows.Forms.Label label70;
|
|
private System.Windows.Forms.GroupBox PathNodeFlags4GroupBox;
|
|
private System.Windows.Forms.Label label71;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags41CheckBox;
|
|
private System.Windows.Forms.NumericUpDown PathNodeFlags42UpDown;
|
|
private System.Windows.Forms.GroupBox PathNodeFlags5GroupBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags51CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags45CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags46CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags47CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags48CheckBox;
|
|
private System.Windows.Forms.NumericUpDown PathNodeFlags32UpDown;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags52CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeFlags53CheckBox;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkBackLanesUpDown;
|
|
private System.Windows.Forms.Label label56;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkFwdLanesUpDown;
|
|
private System.Windows.Forms.Label label53;
|
|
private System.Windows.Forms.GroupBox PathLinkFlags0GroupBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags01CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags02CheckBox;
|
|
private System.Windows.Forms.GroupBox PathLinkFlags1GroupBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags11CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags18CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags12CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags13CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags14CheckBox;
|
|
private System.Windows.Forms.GroupBox PathLinkFlags2GroupBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags21CheckBox;
|
|
private System.Windows.Forms.CheckBox PathNodeLinkFlags22CheckBox;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkFlags04UpDown;
|
|
private System.Windows.Forms.Label label60;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkFlags03UpDown;
|
|
private System.Windows.Forms.Label label58;
|
|
private System.Windows.Forms.NumericUpDown PathNodeLinkOffsetSizeUpDown;
|
|
private System.Windows.Forms.Label label61;
|
|
private System.Windows.Forms.TabPage ScenarioTabPage;
|
|
private System.Windows.Forms.TabControl ScenarioTabControl;
|
|
private System.Windows.Forms.TabPage ScenarioYmtTabPage;
|
|
private System.Windows.Forms.TabPage ScenarioPointTabPage;
|
|
private System.Windows.Forms.Panel ScenarioYmtPanel;
|
|
private System.Windows.Forms.Panel ScenarioPointOuterPanel;
|
|
private System.Windows.Forms.TextBox ScenarioYmtNameTextBox;
|
|
private System.Windows.Forms.Label label63;
|
|
private System.Windows.Forms.TextBox ScenarioYmtVersionTextBox;
|
|
private System.Windows.Forms.Label label64;
|
|
private System.Windows.Forms.TextBox ScenarioYmtProjectPathTextBox;
|
|
private System.Windows.Forms.Label label66;
|
|
private System.Windows.Forms.TextBox ScenarioYmtFileLocationTextBox;
|
|
private System.Windows.Forms.Label label72;
|
|
private System.Windows.Forms.TextBox ScenarioYmtGridMaxTextBox;
|
|
private System.Windows.Forms.Label label73;
|
|
private System.Windows.Forms.TextBox ScenarioYmtGridMinTextBox;
|
|
private System.Windows.Forms.Label label75;
|
|
private System.Windows.Forms.Label ScenarioYmtGridInfoLabel;
|
|
private System.Windows.Forms.TextBox ScenarioYmtGridScaleTextBox;
|
|
private System.Windows.Forms.Label label96;
|
|
private System.Windows.Forms.ToolStripMenuItem FileOpenScenarioMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioNameMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioNewPointMenu;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioAddToProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioRemoveFromProjectMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem FileNewScenarioMenu;
|
|
private System.Windows.Forms.TextBox ScenarioPointDirectionTextBox;
|
|
private System.Windows.Forms.Label label97;
|
|
private System.Windows.Forms.Button ScenarioPointDeleteButton;
|
|
private System.Windows.Forms.Button ScenarioPointAddToProjectButton;
|
|
private System.Windows.Forms.Button ScenarioPointGoToButton;
|
|
private System.Windows.Forms.TextBox ScenarioPointPositionTextBox;
|
|
private System.Windows.Forms.Label label62;
|
|
private System.Windows.Forms.Panel ScenarioPointPanel;
|
|
private System.Windows.Forms.ComboBox ScenarioPointTypeComboBox;
|
|
private System.Windows.Forms.Label label98;
|
|
private System.Windows.Forms.NumericUpDown ScenarioPointTimeEndUpDown;
|
|
private System.Windows.Forms.NumericUpDown ScenarioPointTimeStartUpDown;
|
|
private System.Windows.Forms.Label label100;
|
|
private System.Windows.Forms.ComboBox ScenarioPointModelSetComboBox;
|
|
private System.Windows.Forms.Label label99;
|
|
private System.Windows.Forms.Label label101;
|
|
private System.Windows.Forms.TextBox ScenarioPointInteriorTextBox;
|
|
private System.Windows.Forms.Label label102;
|
|
private System.Windows.Forms.Label label106;
|
|
private System.Windows.Forms.NumericUpDown ScenarioPointProbabilityUpDown;
|
|
private System.Windows.Forms.Label label107;
|
|
private System.Windows.Forms.NumericUpDown ScenarioPointSpOnlyFlagUpDown;
|
|
private System.Windows.Forms.Label label108;
|
|
private System.Windows.Forms.NumericUpDown ScenarioPointRadiusUpDown;
|
|
private System.Windows.Forms.Label label109;
|
|
private System.Windows.Forms.NumericUpDown ScenarioPointWaitTimeUpDown;
|
|
private System.Windows.Forms.Label label111;
|
|
private System.Windows.Forms.NumericUpDown ScenarioPointFlagsValueUpDown;
|
|
private System.Windows.Forms.CheckedListBox ScenarioPointFlagsCheckedListBox;
|
|
private System.Windows.Forms.CheckBox ScenarioPointCheckBox;
|
|
private System.Windows.Forms.TabPage ScenarioEntityPointTabPage;
|
|
private System.Windows.Forms.Panel ScenarioEntityPointPanel;
|
|
private System.Windows.Forms.CheckBox ScenarioEntityPointCheckBox;
|
|
private System.Windows.Forms.TabPage ScenarioChainTabPage;
|
|
private System.Windows.Forms.TabPage ScenarioClusterTabPage;
|
|
private System.Windows.Forms.Panel ScenarioClusterPanel;
|
|
private System.Windows.Forms.CheckBox ScenarioClusterCheckBox;
|
|
private System.Windows.Forms.Label ScenarioPointInteriorHashLabel;
|
|
private System.Windows.Forms.Label label116;
|
|
private System.Windows.Forms.Button ScenarioEntityPointGoToButton;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointPositionTextBox;
|
|
private System.Windows.Forms.Label label117;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointRotationTextBox;
|
|
private System.Windows.Forms.Label label118;
|
|
private System.Windows.Forms.Label ScenarioEntityPointPedTypeHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointPedTypeTextBox;
|
|
private System.Windows.Forms.Label label122;
|
|
private System.Windows.Forms.Label ScenarioEntityPointSpawnTypeHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointSpawnTypeTextBox;
|
|
private System.Windows.Forms.Label label120;
|
|
private System.Windows.Forms.Label ScenarioEntityPointRequiredImapHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointRequiredImapTextBox;
|
|
private System.Windows.Forms.Label label128;
|
|
private System.Windows.Forms.Label ScenarioEntityPointInteriorHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointInteriorTextBox;
|
|
private System.Windows.Forms.Label label126;
|
|
private System.Windows.Forms.Label ScenarioEntityPointGroupHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointGroupTextBox;
|
|
private System.Windows.Forms.Label label124;
|
|
private System.Windows.Forms.ComboBox ScenarioEntityPointAvailableInMpSpComboBox;
|
|
private System.Windows.Forms.Label label129;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointProbabilityTextBox;
|
|
private System.Windows.Forms.Label label130;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointTimeTillPedLeavesTextBox;
|
|
private System.Windows.Forms.Label label131;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointRadiusTextBox;
|
|
private System.Windows.Forms.Label label132;
|
|
private System.Windows.Forms.Label label133;
|
|
private System.Windows.Forms.NumericUpDown ScenarioEntityPointEndUpDown;
|
|
private System.Windows.Forms.NumericUpDown ScenarioEntityPointStartUpDown;
|
|
private System.Windows.Forms.Label label134;
|
|
private System.Windows.Forms.CheckBox ScenarioEntityPointHighPriCheckBox;
|
|
private System.Windows.Forms.CheckBox ScenarioEntityPointExtendedRangeCheckBox;
|
|
private System.Windows.Forms.CheckedListBox ScenarioEntityPointFlagsCheckedListBox;
|
|
private System.Windows.Forms.Label label135;
|
|
private System.Windows.Forms.NumericUpDown ScenarioEntityPointFlagsUpDown;
|
|
private System.Windows.Forms.CheckBox ScenarioEntityPointShortRangeCheckBox;
|
|
private System.Windows.Forms.Button ScenarioEntityPointDeleteButton;
|
|
private System.Windows.Forms.Button ScenarioEntityPointAddToProjectButton;
|
|
private System.Windows.Forms.Button ScenarioClusterDeleteButton;
|
|
private System.Windows.Forms.Button ScenarioClusterAddToProjectButton;
|
|
private System.Windows.Forms.Label ScenarioEntityPointNameHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPointNameTextBox;
|
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|
private System.Windows.Forms.Button ScenarioChainRemoveEdgeButton;
|
|
private System.Windows.Forms.Button ScenarioChainAddEdgeButton;
|
|
private System.Windows.Forms.ListBox ScenarioChainEdgesListBox;
|
|
private System.Windows.Forms.Label ScenarioChainEdgeCountLabel;
|
|
private System.Windows.Forms.Panel ScenarioChainEdgePanel;
|
|
private System.Windows.Forms.Label label121;
|
|
private System.Windows.Forms.Label label125;
|
|
private System.Windows.Forms.NumericUpDown ScenarioChainEdgeNodeIndexToUpDown;
|
|
private System.Windows.Forms.NumericUpDown ScenarioChainEdgeNodeIndexFromUpDown;
|
|
private System.Windows.Forms.ComboBox ScenarioChainEdgeActionComboBox;
|
|
private System.Windows.Forms.Label label127;
|
|
private System.Windows.Forms.ComboBox ScenarioChainEdgeNavSpeedComboBox;
|
|
private System.Windows.Forms.Label label137;
|
|
private System.Windows.Forms.ComboBox ScenarioChainEdgeNavModeComboBox;
|
|
private System.Windows.Forms.Label label136;
|
|
private System.Windows.Forms.Label label138;
|
|
private System.Windows.Forms.NumericUpDown ScenarioChainUnk1UpDown;
|
|
private System.Windows.Forms.Button ScenarioClusterGoToButton;
|
|
private System.Windows.Forms.TextBox ScenarioClusterCenterTextBox;
|
|
private System.Windows.Forms.Label label139;
|
|
private System.Windows.Forms.TextBox ScenarioClusterUnk1TextBox;
|
|
private System.Windows.Forms.Label label140;
|
|
private System.Windows.Forms.CheckBox ScenarioClusterUnk2CheckBox;
|
|
private System.Windows.Forms.Label ScenarioPointGroupHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioPointGroupTextBox;
|
|
private System.Windows.Forms.Label label156;
|
|
private System.Windows.Forms.Label ScenarioPointImapHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioPointImapTextBox;
|
|
private System.Windows.Forms.Label label110;
|
|
private System.Windows.Forms.TabPage ScenarioClusterPointTabPage;
|
|
private System.Windows.Forms.Button ScenarioClusterPointDeleteButton;
|
|
private System.Windows.Forms.Button ScenarioClusterPointAddToProjectButton;
|
|
private System.Windows.Forms.Panel ScenarioClusterPointPanel;
|
|
private System.Windows.Forms.Label ScenarioClusterPointImapHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioClusterPointImapTextBox;
|
|
private System.Windows.Forms.Label label143;
|
|
private System.Windows.Forms.Label ScenarioClusterPointGroupHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioClusterPointGroupTextBox;
|
|
private System.Windows.Forms.Label label141;
|
|
private System.Windows.Forms.Label ScenarioClusterPointInteriorHashLabel;
|
|
private System.Windows.Forms.CheckedListBox ScenarioClusterPointFlagsCheckedListBox;
|
|
private System.Windows.Forms.Label label142;
|
|
private System.Windows.Forms.TextBox ScenarioClusterPointDirectionTextBox;
|
|
private System.Windows.Forms.Label label144;
|
|
private System.Windows.Forms.NumericUpDown ScenarioClusterPointFlagsUpDown;
|
|
private System.Windows.Forms.Label label145;
|
|
private System.Windows.Forms.Button ScenarioClusterPointGoToButton;
|
|
private System.Windows.Forms.NumericUpDown ScenarioClusterPointWaitTimeUpDown;
|
|
private System.Windows.Forms.TextBox ScenarioClusterPointPositionTextBox;
|
|
private System.Windows.Forms.Label label146;
|
|
private System.Windows.Forms.Label label147;
|
|
private System.Windows.Forms.NumericUpDown ScenarioClusterPointRadiusUpDown;
|
|
private System.Windows.Forms.Label label148;
|
|
private System.Windows.Forms.NumericUpDown ScenarioClusterPointAnimalFlagUpDown;
|
|
private System.Windows.Forms.Label label149;
|
|
private System.Windows.Forms.NumericUpDown ScenarioClusterPointProbabilityUpDown;
|
|
private System.Windows.Forms.TextBox ScenarioClusterPointInteriorTextBox;
|
|
private System.Windows.Forms.Label label151;
|
|
private System.Windows.Forms.Label label152;
|
|
private System.Windows.Forms.NumericUpDown ScenarioClusterPointTimeEndUpDown;
|
|
private System.Windows.Forms.NumericUpDown ScenarioClusterPointTimeStartUpDown;
|
|
private System.Windows.Forms.Label label153;
|
|
private System.Windows.Forms.ComboBox ScenarioClusterPointModelSetComboBox;
|
|
private System.Windows.Forms.Label label154;
|
|
private System.Windows.Forms.ComboBox ScenarioClusterPointTypeComboBox;
|
|
private System.Windows.Forms.Label label155;
|
|
private System.Windows.Forms.CheckBox ScenarioClusterPointCheckBox;
|
|
private System.Windows.Forms.TabPage ScenarioChainNodeTabPage;
|
|
private System.Windows.Forms.Panel ScenarioChainNodePanel;
|
|
private System.Windows.Forms.ComboBox ScenarioChainNodeTypeComboBox;
|
|
private System.Windows.Forms.TextBox ScenarioChainNodeIndexTextBox;
|
|
private System.Windows.Forms.Label label115;
|
|
private System.Windows.Forms.CheckBox ScenarioChainNodeLastCheckBox;
|
|
private System.Windows.Forms.CheckBox ScenarioChainNodeFirstCheckBox;
|
|
private System.Windows.Forms.Label label123;
|
|
private System.Windows.Forms.Label ScenarioChainNodeUnk1HashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioChainNodeUnk1TextBox;
|
|
private System.Windows.Forms.Label label119;
|
|
private System.Windows.Forms.Button ScenarioChainNodeGoToButton;
|
|
private System.Windows.Forms.TextBox ScenarioChainNodePositionTextBox;
|
|
private System.Windows.Forms.Label label105;
|
|
private System.Windows.Forms.Button ScenarioChainNodeDeleteButton;
|
|
private System.Windows.Forms.CheckBox ScenarioChainNodeCheckBox;
|
|
private System.Windows.Forms.Button ScenarioChainNodeAddToProjectButton;
|
|
private System.Windows.Forms.TabPage ScenarioEntityTabPage;
|
|
private System.Windows.Forms.Button ScenarioEntityDeleteButton;
|
|
private System.Windows.Forms.Panel ScenarioEntityPanel;
|
|
private System.Windows.Forms.Label ScenarioEntityInfoLabel;
|
|
private System.Windows.Forms.Label label114;
|
|
private System.Windows.Forms.NumericUpDown ScenarioEntityUnk2UpDown;
|
|
private System.Windows.Forms.Label label113;
|
|
private System.Windows.Forms.NumericUpDown ScenarioEntityUnk1UpDown;
|
|
private System.Windows.Forms.Label ScenarioEntityTypeHashLabel;
|
|
private System.Windows.Forms.TextBox ScenarioEntityTypeTextBox;
|
|
private System.Windows.Forms.Label label112;
|
|
private System.Windows.Forms.Button ScenarioEntityGoToButton;
|
|
private System.Windows.Forms.TextBox ScenarioEntityPositionTextBox;
|
|
private System.Windows.Forms.Label label104;
|
|
private System.Windows.Forms.Button ScenarioEntityAddToProjectButton;
|
|
private System.Windows.Forms.CheckBox ScenarioEntityCheckBox;
|
|
private System.Windows.Forms.Button ScenarioChainDeleteButton;
|
|
private System.Windows.Forms.Button ScenarioChainAddToProjectButton;
|
|
private System.Windows.Forms.TextBox ScenarioYmtExtentsMaxTextBox;
|
|
private System.Windows.Forms.Label label103;
|
|
private System.Windows.Forms.TextBox ScenarioYmtExtentsMinTextBox;
|
|
private System.Windows.Forms.Label label150;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioNewPointFromSelectedMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioNewEntityOverrideMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioNewChainMenu;
|
|
private System.Windows.Forms.ToolStripMenuItem ScenarioNewClusterMenu;
|
|
private System.Windows.Forms.TextBox ScenarioClusterRadiusTextBox;
|
|
private System.Windows.Forms.Label label157;
|
|
private System.Windows.Forms.Button ScenarioChainMoveEdgeDownButton;
|
|
private System.Windows.Forms.Button ScenarioChainMoveEdgeUpButton;
|
|
private System.Windows.Forms.Button ScenarioClusterAddPointButton;
|
|
private System.Windows.Forms.Label label158;
|
|
private System.Windows.Forms.ListBox ScenarioClusterPointsListBox;
|
|
private System.Windows.Forms.Label label159;
|
|
private System.Windows.Forms.Label label160;
|
|
private System.Windows.Forms.Button ScenarioEntityAddPointButton;
|
|
private System.Windows.Forms.Label label161;
|
|
private System.Windows.Forms.ListBox ScenarioEntityPointsListBox;
|
|
}
|
|
} |