diff --git a/IGI1Editor.csproj b/IGI1Editor.csproj
index 52f5a14..e744310 100644
--- a/IGI1Editor.csproj
+++ b/IGI1Editor.csproj
@@ -46,10 +46,10 @@
pdbonly
true
bin\Release\
- TRACE;RELEASE
+ TRACE;RELEASE,WIN32
prompt
4
- false
+ true
true
@@ -127,7 +127,7 @@
- packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll
+ packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll
diff --git a/IGI1Editor.sln b/IGI1Editor.sln
index 881942c..5d853d6 100644
--- a/IGI1Editor.sln
+++ b/IGI1Editor.sln
@@ -29,8 +29,8 @@ Global
{1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.External|Any CPU.Build.0 = External|Any CPU
{1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.External|x86.ActiveCfg = External|x86
{1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.External|x86.Build.0 = External|x86
- {1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.Release|Any CPU.ActiveCfg = Release|x86
+ {1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.Release|Any CPU.Build.0 = Release|x86
{1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.Release|x86.ActiveCfg = Release|x86
{1BBBB5FC-3CF7-46C3-8837-9DBEE8BBD41F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
diff --git a/IGIEditor/IGIEditorUI.Designer.cs b/IGIEditor/IGIEditorUI.Designer.cs
index fd61906..433d5cc 100644
--- a/IGIEditor/IGIEditorUI.Designer.cs
+++ b/IGIEditor/IGIEditorUI.Designer.cs
@@ -43,6 +43,15 @@ private void InitializeComponent()
this.yPosLbl_M = new System.Windows.Forms.Label();
this.xPosLbl_M = new System.Windows.Forms.Label();
this.editorTabs = new System.Windows.Forms.TabControl();
+ this.levelEditor = new System.Windows.Forms.TabPage();
+ this.objectImgBox = new System.Windows.Forms.PictureBox();
+ this.clearAllLvlBtn = new System.Windows.Forms.Button();
+ this.objectSelectDD = new System.Windows.Forms.ComboBox();
+ this.buildingSelectDD = new System.Windows.Forms.ComboBox();
+ this.removeObjectBtn = new System.Windows.Forms.Button();
+ this.removeBuildingBtn = new System.Windows.Forms.Button();
+ this.addObjectBtn = new System.Windows.Forms.Button();
+ this.addBuildingBtn = new System.Windows.Forms.Button();
this.objectEditor = new System.Windows.Forms.TabPage();
this.modelIdOutLbl = new System.Windows.Forms.Label();
this.modelNameTxt = new System.Windows.Forms.TextBox();
@@ -316,6 +325,7 @@ private void InitializeComponent()
this.gameProfileNameLbl = new System.Windows.Forms.ToolStripTextBox();
this.gameProfileMissionLbl = new System.Windows.Forms.ToolStripMenuItem();
this.compilerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.compilerTypeLbl = new System.Windows.Forms.ToolStripMenuItem();
this.positionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.posCoordCb = new System.Windows.Forms.ToolStripMenuItem();
this.posMetersCb = new System.Windows.Forms.ToolStripMenuItem();
@@ -364,26 +374,18 @@ private void InitializeComponent()
this.appSupportBtn = new System.Windows.Forms.ToolStripMenuItem();
this.exportObjectsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exportObjectsDD = new System.Windows.Forms.ToolStripComboBox();
+ this.exportObjectsBtn = new System.Windows.Forms.ToolStripMenuItem();
this.gamePathBtn = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.versionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.versionLbl = new System.Windows.Forms.ToolStripTextBox();
this.infoViewer = new System.Windows.Forms.ToolTip(this.components);
- this.exportObjectsBtn = new System.Windows.Forms.ToolStripMenuItem();
- this.addBuildingBtn = new System.Windows.Forms.Button();
- this.addObjectBtn = new System.Windows.Forms.Button();
- this.removeBuildingBtn = new System.Windows.Forms.Button();
- this.removeObjectBtn = new System.Windows.Forms.Button();
- this.buildingSelectDD = new System.Windows.Forms.ComboBox();
- this.objectSelectDD = new System.Windows.Forms.ComboBox();
- this.clearAllLvlBtn = new System.Windows.Forms.Button();
- this.objectImgBox = new System.Windows.Forms.PictureBox();
- this.levelEditor = new System.Windows.Forms.TabPage();
- this.compilerTypeLbl = new System.Windows.Forms.ToolStripMenuItem();
this.editorMainPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.levelStartTxt)).BeginInit();
this.editorTabs.SuspendLayout();
+ this.levelEditor.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.objectImgBox)).BeginInit();
this.objectEditor.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.buildingsResetTxt)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.objectsResetTxt)).BeginInit();
@@ -433,8 +435,6 @@ private void InitializeComponent()
this.devMode.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.levelImgBox)).BeginInit();
this.appMenuSettings.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.objectImgBox)).BeginInit();
- this.levelEditor.SuspendLayout();
this.SuspendLayout();
//
// editorMainPanel
@@ -458,20 +458,20 @@ private void InitializeComponent()
this.editorMainPanel.Controls.Add(this.appMenuSettings);
this.editorMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.editorMainPanel.Location = new System.Drawing.Point(0, 0);
- this.editorMainPanel.Margin = new System.Windows.Forms.Padding(4);
+ this.editorMainPanel.Margin = new System.Windows.Forms.Padding(6);
this.editorMainPanel.Name = "editorMainPanel";
- this.editorMainPanel.Size = new System.Drawing.Size(1147, 741);
+ this.editorMainPanel.Size = new System.Drawing.Size(1720, 1158);
this.editorMainPanel.TabIndex = 0;
//
// quitLevelBtn
//
this.quitLevelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.quitLevelBtn.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.quitLevelBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.quitLevelBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.quitLevelBtn.Location = new System.Drawing.Point(576, 172);
- this.quitLevelBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.quitLevelBtn.Location = new System.Drawing.Point(864, 269);
+ this.quitLevelBtn.Margin = new System.Windows.Forms.Padding(6);
this.quitLevelBtn.Name = "quitLevelBtn";
- this.quitLevelBtn.Size = new System.Drawing.Size(164, 33);
+ this.quitLevelBtn.Size = new System.Drawing.Size(246, 52);
this.quitLevelBtn.TabIndex = 45;
this.quitLevelBtn.Text = "Quit";
this.quitLevelBtn.UseVisualStyleBackColor = true;
@@ -480,9 +480,10 @@ private void InitializeComponent()
// levelStartTxt
//
this.levelStartTxt.BackColor = System.Drawing.SystemColors.Control;
- this.levelStartTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.levelStartTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.levelStartTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.levelStartTxt.Location = new System.Drawing.Point(703, 71);
+ this.levelStartTxt.Location = new System.Drawing.Point(1054, 111);
+ this.levelStartTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.levelStartTxt.Maximum = new decimal(new int[] {
14,
0,
@@ -494,7 +495,7 @@ private void InitializeComponent()
0,
0});
this.levelStartTxt.Name = "levelStartTxt";
- this.levelStartTxt.Size = new System.Drawing.Size(37, 30);
+ this.levelStartTxt.Size = new System.Drawing.Size(56, 41);
this.levelStartTxt.TabIndex = 42;
this.levelStartTxt.Value = new decimal(new int[] {
1,
@@ -506,12 +507,12 @@ private void InitializeComponent()
// restartLevelBtn
//
this.restartLevelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.restartLevelBtn.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.restartLevelBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.restartLevelBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.restartLevelBtn.Location = new System.Drawing.Point(575, 124);
- this.restartLevelBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.restartLevelBtn.Location = new System.Drawing.Point(862, 194);
+ this.restartLevelBtn.Margin = new System.Windows.Forms.Padding(6);
this.restartLevelBtn.Name = "restartLevelBtn";
- this.restartLevelBtn.Size = new System.Drawing.Size(165, 33);
+ this.restartLevelBtn.Size = new System.Drawing.Size(248, 52);
this.restartLevelBtn.TabIndex = 26;
this.restartLevelBtn.Text = "Restart";
this.restartLevelBtn.UseVisualStyleBackColor = true;
@@ -520,12 +521,12 @@ private void InitializeComponent()
// startGameBtn
//
this.startGameBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.startGameBtn.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.startGameBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.startGameBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.startGameBtn.Location = new System.Drawing.Point(575, 71);
- this.startGameBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.startGameBtn.Location = new System.Drawing.Point(862, 111);
+ this.startGameBtn.Margin = new System.Windows.Forms.Padding(6);
this.startGameBtn.Name = "startGameBtn";
- this.startGameBtn.Size = new System.Drawing.Size(121, 33);
+ this.startGameBtn.Size = new System.Drawing.Size(182, 52);
this.startGameBtn.TabIndex = 15;
this.startGameBtn.Text = "Start";
this.startGameBtn.UseVisualStyleBackColor = true;
@@ -533,12 +534,12 @@ private void InitializeComponent()
//
// xPosLbl
//
- this.xPosLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.xPosLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.xPosLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.xPosLbl.Location = new System.Drawing.Point(281, 71);
- this.xPosLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.xPosLbl.Location = new System.Drawing.Point(422, 111);
+ this.xPosLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.xPosLbl.Name = "xPosLbl";
- this.xPosLbl.Size = new System.Drawing.Size(245, 33);
+ this.xPosLbl.Size = new System.Drawing.Size(368, 52);
this.xPosLbl.TabIndex = 14;
this.xPosLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.infoViewer.SetToolTip(this.xPosLbl, "Click to Copy Position");
@@ -546,12 +547,12 @@ private void InitializeComponent()
//
// yPosLbl
//
- this.yPosLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.yPosLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.yPosLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.yPosLbl.Location = new System.Drawing.Point(281, 124);
- this.yPosLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.yPosLbl.Location = new System.Drawing.Point(422, 194);
+ this.yPosLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.yPosLbl.Name = "yPosLbl";
- this.yPosLbl.Size = new System.Drawing.Size(245, 33);
+ this.yPosLbl.Size = new System.Drawing.Size(368, 52);
this.yPosLbl.TabIndex = 13;
this.yPosLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.infoViewer.SetToolTip(this.yPosLbl, "Click to Copy Position");
@@ -559,12 +560,12 @@ private void InitializeComponent()
//
// zPosLbl
//
- this.zPosLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.zPosLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.zPosLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.zPosLbl.Location = new System.Drawing.Point(281, 172);
- this.zPosLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.zPosLbl.Location = new System.Drawing.Point(422, 269);
+ this.zPosLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.zPosLbl.Name = "zPosLbl";
- this.zPosLbl.Size = new System.Drawing.Size(245, 33);
+ this.zPosLbl.Size = new System.Drawing.Size(368, 52);
this.zPosLbl.TabIndex = 12;
this.zPosLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.infoViewer.SetToolTip(this.zPosLbl, "Click to Copy Position");
@@ -573,48 +574,48 @@ private void InitializeComponent()
// statusTxt
//
this.statusTxt.AutoSize = true;
- this.statusTxt.Font = new System.Drawing.Font("Century Gothic", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.statusTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.statusTxt.ForeColor = System.Drawing.Color.Gray;
- this.statusTxt.Location = new System.Drawing.Point(259, 232);
- this.statusTxt.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.statusTxt.Location = new System.Drawing.Point(388, 362);
+ this.statusTxt.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.statusTxt.Name = "statusTxt";
- this.statusTxt.Size = new System.Drawing.Size(100, 23);
+ this.statusTxt.Size = new System.Drawing.Size(164, 33);
this.statusTxt.TabIndex = 11;
this.statusTxt.Text = "Staus Text";
this.statusTxt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// zPosLbl_M
//
- this.zPosLbl_M.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.zPosLbl_M.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.zPosLbl_M.ForeColor = System.Drawing.SystemColors.ControlText;
- this.zPosLbl_M.Location = new System.Drawing.Point(236, 172);
- this.zPosLbl_M.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.zPosLbl_M.Location = new System.Drawing.Point(354, 269);
+ this.zPosLbl_M.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.zPosLbl_M.Name = "zPosLbl_M";
- this.zPosLbl_M.Size = new System.Drawing.Size(37, 33);
+ this.zPosLbl_M.Size = new System.Drawing.Size(56, 52);
this.zPosLbl_M.TabIndex = 9;
this.zPosLbl_M.Text = "Z ";
this.zPosLbl_M.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// yPosLbl_M
//
- this.yPosLbl_M.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.yPosLbl_M.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.yPosLbl_M.ForeColor = System.Drawing.SystemColors.ControlText;
- this.yPosLbl_M.Location = new System.Drawing.Point(236, 124);
- this.yPosLbl_M.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.yPosLbl_M.Location = new System.Drawing.Point(354, 194);
+ this.yPosLbl_M.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.yPosLbl_M.Name = "yPosLbl_M";
- this.yPosLbl_M.Size = new System.Drawing.Size(37, 33);
+ this.yPosLbl_M.Size = new System.Drawing.Size(56, 52);
this.yPosLbl_M.TabIndex = 8;
this.yPosLbl_M.Text = "Y ";
this.yPosLbl_M.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// xPosLbl_M
//
- this.xPosLbl_M.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.xPosLbl_M.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.xPosLbl_M.ForeColor = System.Drawing.SystemColors.ControlText;
- this.xPosLbl_M.Location = new System.Drawing.Point(236, 71);
- this.xPosLbl_M.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.xPosLbl_M.Location = new System.Drawing.Point(354, 111);
+ this.xPosLbl_M.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.xPosLbl_M.Name = "xPosLbl_M";
- this.xPosLbl_M.Size = new System.Drawing.Size(37, 33);
+ this.xPosLbl_M.Size = new System.Drawing.Size(56, 52);
this.xPosLbl_M.TabIndex = 7;
this.xPosLbl_M.Text = "X ";
this.xPosLbl_M.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -632,20 +633,146 @@ private void InitializeComponent()
this.editorTabs.Controls.Add(this.graphEditor);
this.editorTabs.Controls.Add(this.positionEditor);
this.editorTabs.Controls.Add(this.devMode);
- this.editorTabs.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.editorTabs.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.editorTabs.HotTrack = true;
this.editorTabs.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.editorTabs.Location = new System.Drawing.Point(0, 319);
- this.editorTabs.Margin = new System.Windows.Forms.Padding(4);
+ this.editorTabs.Location = new System.Drawing.Point(0, 498);
+ this.editorTabs.Margin = new System.Windows.Forms.Padding(6);
this.editorTabs.Multiline = true;
this.editorTabs.Name = "editorTabs";
this.editorTabs.SelectedIndex = 0;
this.editorTabs.ShowToolTips = true;
- this.editorTabs.Size = new System.Drawing.Size(1145, 421);
+ this.editorTabs.Size = new System.Drawing.Size(1718, 658);
this.editorTabs.TabIndex = 6;
this.infoViewer.SetToolTip(this.editorTabs, "\r\n");
this.editorTabs.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabContainer_Selected);
//
+ // levelEditor
+ //
+ this.levelEditor.BackColor = System.Drawing.SystemColors.Control;
+ this.levelEditor.Controls.Add(this.objectImgBox);
+ this.levelEditor.Controls.Add(this.clearAllLvlBtn);
+ this.levelEditor.Controls.Add(this.objectSelectDD);
+ this.levelEditor.Controls.Add(this.buildingSelectDD);
+ this.levelEditor.Controls.Add(this.removeObjectBtn);
+ this.levelEditor.Controls.Add(this.removeBuildingBtn);
+ this.levelEditor.Controls.Add(this.addObjectBtn);
+ this.levelEditor.Controls.Add(this.addBuildingBtn);
+ this.levelEditor.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.levelEditor.Location = new System.Drawing.Point(8, 44);
+ this.levelEditor.Margin = new System.Windows.Forms.Padding(6);
+ this.levelEditor.Name = "levelEditor";
+ this.levelEditor.Padding = new System.Windows.Forms.Padding(6);
+ this.levelEditor.Size = new System.Drawing.Size(1702, 606);
+ this.levelEditor.TabIndex = 1;
+ this.levelEditor.Text = "Level Editor";
+ //
+ // objectImgBox
+ //
+ this.objectImgBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.objectImgBox.Location = new System.Drawing.Point(54, 72);
+ this.objectImgBox.Margin = new System.Windows.Forms.Padding(6);
+ this.objectImgBox.Name = "objectImgBox";
+ this.objectImgBox.Size = new System.Drawing.Size(298, 485);
+ this.objectImgBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.objectImgBox.TabIndex = 44;
+ this.objectImgBox.TabStop = false;
+ //
+ // clearAllLvlBtn
+ //
+ this.clearAllLvlBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.clearAllLvlBtn.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.clearAllLvlBtn.Location = new System.Drawing.Point(1378, 270);
+ this.clearAllLvlBtn.Margin = new System.Windows.Forms.Padding(6);
+ this.clearAllLvlBtn.Name = "clearAllLvlBtn";
+ this.clearAllLvlBtn.Size = new System.Drawing.Size(316, 48);
+ this.clearAllLvlBtn.TabIndex = 43;
+ this.clearAllLvlBtn.Text = "Clear level";
+ this.clearAllLvlBtn.UseVisualStyleBackColor = true;
+ this.clearAllLvlBtn.Click += new System.EventHandler(this.clearAllLevelBtn_Click);
+ //
+ // objectSelectDD
+ //
+ this.objectSelectDD.BackColor = System.Drawing.SystemColors.Control;
+ this.objectSelectDD.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.objectSelectDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.objectSelectDD.ForeColor = System.Drawing.SystemColors.WindowText;
+ this.objectSelectDD.FormattingEnabled = true;
+ this.objectSelectDD.Location = new System.Drawing.Point(384, 167);
+ this.objectSelectDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.objectSelectDD.Name = "objectSelectDD";
+ this.objectSelectDD.Size = new System.Drawing.Size(626, 38);
+ this.objectSelectDD.TabIndex = 32;
+ this.objectSelectDD.SelectedIndexChanged += new System.EventHandler(this.objectSelectDD_SelectedIndexChanged);
+ this.objectSelectDD.Click += new System.EventHandler(this.objectSelectDD_Click);
+ //
+ // buildingSelectDD
+ //
+ this.buildingSelectDD.BackColor = System.Drawing.SystemColors.Control;
+ this.buildingSelectDD.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.buildingSelectDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.buildingSelectDD.ForeColor = System.Drawing.SystemColors.WindowText;
+ this.buildingSelectDD.FormattingEnabled = true;
+ this.buildingSelectDD.Location = new System.Drawing.Point(384, 72);
+ this.buildingSelectDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.buildingSelectDD.Name = "buildingSelectDD";
+ this.buildingSelectDD.Size = new System.Drawing.Size(626, 38);
+ this.buildingSelectDD.TabIndex = 31;
+ this.buildingSelectDD.SelectedIndexChanged += new System.EventHandler(this.buildingSelectDD_SelectedIndexChanged);
+ this.buildingSelectDD.Click += new System.EventHandler(this.buildingSelectDD_Click);
+ //
+ // removeObjectBtn
+ //
+ this.removeObjectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.removeObjectBtn.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.removeObjectBtn.Location = new System.Drawing.Point(1378, 167);
+ this.removeObjectBtn.Margin = new System.Windows.Forms.Padding(6);
+ this.removeObjectBtn.Name = "removeObjectBtn";
+ this.removeObjectBtn.Size = new System.Drawing.Size(316, 48);
+ this.removeObjectBtn.TabIndex = 20;
+ this.removeObjectBtn.Text = "Remove object";
+ this.removeObjectBtn.UseVisualStyleBackColor = true;
+ this.removeObjectBtn.Click += new System.EventHandler(this.removeObjectBtn_Click);
+ //
+ // removeBuildingBtn
+ //
+ this.removeBuildingBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.removeBuildingBtn.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.removeBuildingBtn.Location = new System.Drawing.Point(1378, 67);
+ this.removeBuildingBtn.Margin = new System.Windows.Forms.Padding(6);
+ this.removeBuildingBtn.Name = "removeBuildingBtn";
+ this.removeBuildingBtn.Size = new System.Drawing.Size(315, 48);
+ this.removeBuildingBtn.TabIndex = 19;
+ this.removeBuildingBtn.Text = "Remove building";
+ this.removeBuildingBtn.UseVisualStyleBackColor = true;
+ this.removeBuildingBtn.Click += new System.EventHandler(this.removeBuildingBtn_Click);
+ //
+ // addObjectBtn
+ //
+ this.addObjectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.addObjectBtn.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.addObjectBtn.Location = new System.Drawing.Point(1053, 167);
+ this.addObjectBtn.Margin = new System.Windows.Forms.Padding(6);
+ this.addObjectBtn.Name = "addObjectBtn";
+ this.addObjectBtn.Size = new System.Drawing.Size(315, 48);
+ this.addObjectBtn.TabIndex = 11;
+ this.addObjectBtn.Text = "Add object";
+ this.addObjectBtn.UseVisualStyleBackColor = true;
+ this.addObjectBtn.Click += new System.EventHandler(this.addObjectBtn_Click);
+ //
+ // addBuildingBtn
+ //
+ this.addBuildingBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.addBuildingBtn.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.addBuildingBtn.Location = new System.Drawing.Point(1053, 67);
+ this.addBuildingBtn.Margin = new System.Windows.Forms.Padding(6);
+ this.addBuildingBtn.Name = "addBuildingBtn";
+ this.addBuildingBtn.Size = new System.Drawing.Size(315, 48);
+ this.addBuildingBtn.TabIndex = 8;
+ this.addBuildingBtn.Text = "Add building";
+ this.addBuildingBtn.UseVisualStyleBackColor = true;
+ this.addBuildingBtn.Click += new System.EventHandler(this.addBuildingBtn_Click);
+ //
// objectEditor
//
this.objectEditor.BackColor = System.Drawing.SystemColors.Control;
@@ -666,22 +793,22 @@ private void InitializeComponent()
this.objectEditor.Controls.Add(this.removeBuildingsBtn);
this.objectEditor.Controls.Add(this.removeObjsBtn);
this.objectEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.objectEditor.Location = new System.Drawing.Point(4, 30);
- this.objectEditor.Margin = new System.Windows.Forms.Padding(4);
+ this.objectEditor.Location = new System.Drawing.Point(8, 44);
+ this.objectEditor.Margin = new System.Windows.Forms.Padding(6);
this.objectEditor.Name = "objectEditor";
- this.objectEditor.Padding = new System.Windows.Forms.Padding(4);
- this.objectEditor.Size = new System.Drawing.Size(1137, 387);
+ this.objectEditor.Padding = new System.Windows.Forms.Padding(6);
+ this.objectEditor.Size = new System.Drawing.Size(1702, 606);
this.objectEditor.TabIndex = 0;
this.objectEditor.Text = "Object Editor";
//
// modelIdOutLbl
//
- this.modelIdOutLbl.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.modelIdOutLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.modelIdOutLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.modelIdOutLbl.Location = new System.Drawing.Point(377, 109);
- this.modelIdOutLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.modelIdOutLbl.Location = new System.Drawing.Point(566, 170);
+ this.modelIdOutLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.modelIdOutLbl.Name = "modelIdOutLbl";
- this.modelIdOutLbl.Size = new System.Drawing.Size(289, 33);
+ this.modelIdOutLbl.Size = new System.Drawing.Size(434, 52);
this.modelIdOutLbl.TabIndex = 52;
this.modelIdOutLbl.Text = "Model Id";
this.modelIdOutLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -690,12 +817,12 @@ private void InitializeComponent()
//
this.modelNameTxt.BackColor = System.Drawing.SystemColors.Control;
this.modelNameTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.modelNameTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.modelNameTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.modelNameTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.modelNameTxt.Location = new System.Drawing.Point(158, 109);
- this.modelNameTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.modelNameTxt.Location = new System.Drawing.Point(237, 170);
+ this.modelNameTxt.Margin = new System.Windows.Forms.Padding(6);
this.modelNameTxt.Name = "modelNameTxt";
- this.modelNameTxt.Size = new System.Drawing.Size(208, 30);
+ this.modelNameTxt.Size = new System.Drawing.Size(311, 41);
this.modelNameTxt.TabIndex = 51;
this.modelNameTxt.Text = "WaterTower";
this.infoViewer.SetToolTip(this.modelNameTxt, "Model id of object like 435_01_1 for WaterTower");
@@ -703,12 +830,12 @@ private void InitializeComponent()
//
// label3
//
- this.label3.Font = new System.Drawing.Font("Century Gothic", 10F);
+ this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label3.Location = new System.Drawing.Point(8, 108);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label3.Location = new System.Drawing.Point(12, 169);
+ this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(142, 33);
+ this.label3.Size = new System.Drawing.Size(213, 52);
this.label3.TabIndex = 50;
this.label3.Text = "Model Name";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -716,16 +843,17 @@ private void InitializeComponent()
// buildingsResetTxt
//
this.buildingsResetTxt.BackColor = System.Drawing.SystemColors.Control;
- this.buildingsResetTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.buildingsResetTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.buildingsResetTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.buildingsResetTxt.Location = new System.Drawing.Point(920, 284);
+ this.buildingsResetTxt.Location = new System.Drawing.Point(1380, 444);
+ this.buildingsResetTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.buildingsResetTxt.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.buildingsResetTxt.Name = "buildingsResetTxt";
- this.buildingsResetTxt.Size = new System.Drawing.Size(197, 30);
+ this.buildingsResetTxt.Size = new System.Drawing.Size(296, 41);
this.buildingsResetTxt.TabIndex = 49;
this.buildingsResetTxt.Value = new decimal(new int[] {
1,
@@ -736,16 +864,17 @@ private void InitializeComponent()
// objectsResetTxt
//
this.objectsResetTxt.BackColor = System.Drawing.SystemColors.Control;
- this.objectsResetTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.objectsResetTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.objectsResetTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.objectsResetTxt.Location = new System.Drawing.Point(921, 232);
+ this.objectsResetTxt.Location = new System.Drawing.Point(1382, 362);
+ this.objectsResetTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.objectsResetTxt.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.objectsResetTxt.Name = "objectsResetTxt";
- this.objectsResetTxt.Size = new System.Drawing.Size(197, 30);
+ this.objectsResetTxt.Size = new System.Drawing.Size(296, 41);
this.objectsResetTxt.TabIndex = 48;
this.objectsResetTxt.Value = new decimal(new int[] {
1,
@@ -756,16 +885,17 @@ private void InitializeComponent()
// buildingsRemoveTxt
//
this.buildingsRemoveTxt.BackColor = System.Drawing.SystemColors.Control;
- this.buildingsRemoveTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.buildingsRemoveTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.buildingsRemoveTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.buildingsRemoveTxt.Location = new System.Drawing.Point(920, 161);
+ this.buildingsRemoveTxt.Location = new System.Drawing.Point(1380, 252);
+ this.buildingsRemoveTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.buildingsRemoveTxt.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.buildingsRemoveTxt.Name = "buildingsRemoveTxt";
- this.buildingsRemoveTxt.Size = new System.Drawing.Size(197, 30);
+ this.buildingsRemoveTxt.Size = new System.Drawing.Size(296, 41);
this.buildingsRemoveTxt.TabIndex = 47;
this.buildingsRemoveTxt.Value = new decimal(new int[] {
1,
@@ -776,16 +906,17 @@ private void InitializeComponent()
// objectsRemoveTxt
//
this.objectsRemoveTxt.BackColor = System.Drawing.SystemColors.Control;
- this.objectsRemoveTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.objectsRemoveTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.objectsRemoveTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.objectsRemoveTxt.Location = new System.Drawing.Point(921, 112);
+ this.objectsRemoveTxt.Location = new System.Drawing.Point(1382, 175);
+ this.objectsRemoveTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.objectsRemoveTxt.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.objectsRemoveTxt.Name = "objectsRemoveTxt";
- this.objectsRemoveTxt.Size = new System.Drawing.Size(197, 30);
+ this.objectsRemoveTxt.Size = new System.Drawing.Size(296, 41);
this.objectsRemoveTxt.TabIndex = 46;
this.objectsRemoveTxt.Value = new decimal(new int[] {
1,
@@ -797,10 +928,10 @@ private void InitializeComponent()
//
this.resetBuildingsBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.resetBuildingsBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.resetBuildingsBtn.Location = new System.Drawing.Point(674, 280);
- this.resetBuildingsBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.resetBuildingsBtn.Location = new System.Drawing.Point(1011, 438);
+ this.resetBuildingsBtn.Margin = new System.Windows.Forms.Padding(6);
this.resetBuildingsBtn.Name = "resetBuildingsBtn";
- this.resetBuildingsBtn.Size = new System.Drawing.Size(217, 34);
+ this.resetBuildingsBtn.Size = new System.Drawing.Size(326, 53);
this.resetBuildingsBtn.TabIndex = 11;
this.resetBuildingsBtn.Text = "Reset Buildings";
this.resetBuildingsBtn.UseVisualStyleBackColor = true;
@@ -810,10 +941,10 @@ private void InitializeComponent()
//
this.resetObjectsBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.resetObjectsBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.resetObjectsBtn.Location = new System.Drawing.Point(674, 229);
- this.resetObjectsBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.resetObjectsBtn.Location = new System.Drawing.Point(1011, 358);
+ this.resetObjectsBtn.Margin = new System.Windows.Forms.Padding(6);
this.resetObjectsBtn.Name = "resetObjectsBtn";
- this.resetObjectsBtn.Size = new System.Drawing.Size(217, 34);
+ this.resetObjectsBtn.Size = new System.Drawing.Size(326, 53);
this.resetObjectsBtn.TabIndex = 10;
this.resetObjectsBtn.Text = "Reset Objects";
this.resetObjectsBtn.UseVisualStyleBackColor = true;
@@ -821,12 +952,12 @@ private void InitializeComponent()
//
// modelNameOutLbl
//
- this.modelNameOutLbl.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.modelNameOutLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.modelNameOutLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.modelNameOutLbl.Location = new System.Drawing.Point(377, 49);
- this.modelNameOutLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.modelNameOutLbl.Location = new System.Drawing.Point(566, 77);
+ this.modelNameOutLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.modelNameOutLbl.Name = "modelNameOutLbl";
- this.modelNameOutLbl.Size = new System.Drawing.Size(289, 33);
+ this.modelNameOutLbl.Size = new System.Drawing.Size(434, 52);
this.modelNameOutLbl.TabIndex = 9;
this.modelNameOutLbl.Text = "Model Name";
this.modelNameOutLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -835,12 +966,12 @@ private void InitializeComponent()
//
this.modelIDTxt.BackColor = System.Drawing.SystemColors.Control;
this.modelIDTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.modelIDTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.modelIDTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.modelIDTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.modelIDTxt.Location = new System.Drawing.Point(158, 49);
- this.modelIDTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.modelIDTxt.Location = new System.Drawing.Point(237, 77);
+ this.modelIDTxt.Margin = new System.Windows.Forms.Padding(6);
this.modelIDTxt.Name = "modelIDTxt";
- this.modelIDTxt.Size = new System.Drawing.Size(208, 30);
+ this.modelIDTxt.Size = new System.Drawing.Size(311, 41);
this.modelIDTxt.TabIndex = 7;
this.modelIDTxt.Text = "435_01_1";
this.infoViewer.SetToolTip(this.modelIDTxt, "Model id of object like 435_01_1 for WaterTower");
@@ -849,12 +980,12 @@ private void InitializeComponent()
//
// modelIdLbl
//
- this.modelIdLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.modelIdLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.modelIdLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.modelIdLbl.Location = new System.Drawing.Point(33, 48);
- this.modelIdLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.modelIdLbl.Location = new System.Drawing.Point(50, 75);
+ this.modelIdLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.modelIdLbl.Name = "modelIdLbl";
- this.modelIdLbl.Size = new System.Drawing.Size(117, 33);
+ this.modelIdLbl.Size = new System.Drawing.Size(176, 52);
this.modelIdLbl.TabIndex = 6;
this.modelIdLbl.Text = "Model Id";
this.modelIdLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -863,10 +994,10 @@ private void InitializeComponent()
//
this.restoreModelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.restoreModelBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.restoreModelBtn.Location = new System.Drawing.Point(901, 49);
- this.restoreModelBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.restoreModelBtn.Location = new System.Drawing.Point(1352, 77);
+ this.restoreModelBtn.Margin = new System.Windows.Forms.Padding(6);
this.restoreModelBtn.Name = "restoreModelBtn";
- this.restoreModelBtn.Size = new System.Drawing.Size(217, 31);
+ this.restoreModelBtn.Size = new System.Drawing.Size(326, 48);
this.restoreModelBtn.TabIndex = 5;
this.restoreModelBtn.Text = "Restrore model";
this.restoreModelBtn.UseVisualStyleBackColor = true;
@@ -876,10 +1007,10 @@ private void InitializeComponent()
//
this.removeModelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeModelBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeModelBtn.Location = new System.Drawing.Point(674, 49);
- this.removeModelBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.removeModelBtn.Location = new System.Drawing.Point(1011, 77);
+ this.removeModelBtn.Margin = new System.Windows.Forms.Padding(6);
this.removeModelBtn.Name = "removeModelBtn";
- this.removeModelBtn.Size = new System.Drawing.Size(217, 31);
+ this.removeModelBtn.Size = new System.Drawing.Size(326, 48);
this.removeModelBtn.TabIndex = 5;
this.removeModelBtn.Text = "Remove model";
this.removeModelBtn.UseVisualStyleBackColor = true;
@@ -889,10 +1020,10 @@ private void InitializeComponent()
//
this.removeBuildingsBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeBuildingsBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeBuildingsBtn.Location = new System.Drawing.Point(674, 158);
- this.removeBuildingsBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.removeBuildingsBtn.Location = new System.Drawing.Point(1011, 247);
+ this.removeBuildingsBtn.Margin = new System.Windows.Forms.Padding(6);
this.removeBuildingsBtn.Name = "removeBuildingsBtn";
- this.removeBuildingsBtn.Size = new System.Drawing.Size(217, 34);
+ this.removeBuildingsBtn.Size = new System.Drawing.Size(326, 53);
this.removeBuildingsBtn.TabIndex = 4;
this.removeBuildingsBtn.Text = "Remove Buildings";
this.removeBuildingsBtn.UseVisualStyleBackColor = true;
@@ -902,10 +1033,10 @@ private void InitializeComponent()
//
this.removeObjsBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeObjsBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeObjsBtn.Location = new System.Drawing.Point(674, 108);
- this.removeObjsBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.removeObjsBtn.Location = new System.Drawing.Point(1011, 169);
+ this.removeObjsBtn.Margin = new System.Windows.Forms.Padding(6);
this.removeObjsBtn.Name = "removeObjsBtn";
- this.removeObjsBtn.Size = new System.Drawing.Size(217, 34);
+ this.removeObjsBtn.Size = new System.Drawing.Size(326, 53);
this.removeObjsBtn.TabIndex = 0;
this.removeObjsBtn.Text = "Remove Objects";
this.removeObjsBtn.UseVisualStyleBackColor = true;
@@ -944,10 +1075,10 @@ private void InitializeComponent()
this.humanEditor.Controls.Add(this.peekLRLbl);
this.humanEditor.Controls.Add(this.movementSpeedLbl);
this.humanEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.humanEditor.Location = new System.Drawing.Point(4, 30);
- this.humanEditor.Margin = new System.Windows.Forms.Padding(4);
+ this.humanEditor.Location = new System.Drawing.Point(8, 44);
+ this.humanEditor.Margin = new System.Windows.Forms.Padding(6);
this.humanEditor.Name = "humanEditor";
- this.humanEditor.Size = new System.Drawing.Size(1137, 387);
+ this.humanEditor.Size = new System.Drawing.Size(1702, 606);
this.humanEditor.TabIndex = 2;
this.humanEditor.Text = "Human Editor";
//
@@ -955,14 +1086,15 @@ private void InitializeComponent()
//
this.inAirSpeedTxt.BackColor = System.Drawing.SystemColors.Control;
this.inAirSpeedTxt.DecimalPlaces = 2;
- this.inAirSpeedTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.inAirSpeedTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.inAirSpeedTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.inAirSpeedTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.inAirSpeedTxt.Location = new System.Drawing.Point(823, 47);
+ this.inAirSpeedTxt.Location = new System.Drawing.Point(1234, 73);
+ this.inAirSpeedTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.inAirSpeedTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
@@ -974,7 +1106,7 @@ private void InitializeComponent()
0,
65536});
this.inAirSpeedTxt.Name = "inAirSpeedTxt";
- this.inAirSpeedTxt.Size = new System.Drawing.Size(100, 30);
+ this.inAirSpeedTxt.Size = new System.Drawing.Size(150, 41);
this.inAirSpeedTxt.TabIndex = 76;
this.inAirSpeedTxt.Value = new decimal(new int[] {
5,
@@ -986,14 +1118,15 @@ private void InitializeComponent()
//
this.upwardJumpTxt.BackColor = System.Drawing.SystemColors.Control;
this.upwardJumpTxt.DecimalPlaces = 2;
- this.upwardJumpTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.upwardJumpTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.upwardJumpTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.upwardJumpTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.upwardJumpTxt.Location = new System.Drawing.Point(604, 46);
+ this.upwardJumpTxt.Location = new System.Drawing.Point(906, 72);
+ this.upwardJumpTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.upwardJumpTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
@@ -1005,7 +1138,7 @@ private void InitializeComponent()
0,
65536});
this.upwardJumpTxt.Name = "upwardJumpTxt";
- this.upwardJumpTxt.Size = new System.Drawing.Size(100, 30);
+ this.upwardJumpTxt.Size = new System.Drawing.Size(150, 41);
this.upwardJumpTxt.TabIndex = 75;
this.upwardJumpTxt.Value = new decimal(new int[] {
70,
@@ -1017,14 +1150,15 @@ private void InitializeComponent()
//
this.forwardJumpTxt.BackColor = System.Drawing.SystemColors.Control;
this.forwardJumpTxt.DecimalPlaces = 2;
- this.forwardJumpTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.forwardJumpTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.forwardJumpTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.forwardJumpTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.forwardJumpTxt.Location = new System.Drawing.Point(362, 45);
+ this.forwardJumpTxt.Location = new System.Drawing.Point(543, 70);
+ this.forwardJumpTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.forwardJumpTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
@@ -1036,7 +1170,7 @@ private void InitializeComponent()
0,
65536});
this.forwardJumpTxt.Name = "forwardJumpTxt";
- this.forwardJumpTxt.Size = new System.Drawing.Size(100, 30);
+ this.forwardJumpTxt.Size = new System.Drawing.Size(150, 41);
this.forwardJumpTxt.TabIndex = 74;
this.forwardJumpTxt.Value = new decimal(new int[] {
20,
@@ -1048,21 +1182,22 @@ private void InitializeComponent()
//
this.peekTimeTxt.BackColor = System.Drawing.SystemColors.Control;
this.peekTimeTxt.DecimalPlaces = 16;
- this.peekTimeTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.peekTimeTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.peekTimeTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.peekTimeTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.peekTimeTxt.Location = new System.Drawing.Point(604, 124);
+ this.peekTimeTxt.Location = new System.Drawing.Point(906, 194);
+ this.peekTimeTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.peekTimeTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.peekTimeTxt.Name = "peekTimeTxt";
- this.peekTimeTxt.Size = new System.Drawing.Size(100, 30);
+ this.peekTimeTxt.Size = new System.Drawing.Size(150, 41);
this.peekTimeTxt.TabIndex = 79;
this.peekTimeTxt.Value = new decimal(new int[] {
5,
@@ -1074,21 +1209,22 @@ private void InitializeComponent()
//
this.peekCrouchTxt.BackColor = System.Drawing.SystemColors.Control;
this.peekCrouchTxt.DecimalPlaces = 16;
- this.peekCrouchTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.peekCrouchTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.peekCrouchTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.peekCrouchTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.peekCrouchTxt.Location = new System.Drawing.Point(362, 124);
+ this.peekCrouchTxt.Location = new System.Drawing.Point(543, 194);
+ this.peekCrouchTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.peekCrouchTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.peekCrouchTxt.Name = "peekCrouchTxt";
- this.peekCrouchTxt.Size = new System.Drawing.Size(100, 30);
+ this.peekCrouchTxt.Size = new System.Drawing.Size(150, 41);
this.peekCrouchTxt.TabIndex = 78;
this.peekCrouchTxt.Value = new decimal(new int[] {
50,
@@ -1100,21 +1236,22 @@ private void InitializeComponent()
//
this.peekLRTxt.BackColor = System.Drawing.SystemColors.Control;
this.peekLRTxt.DecimalPlaces = 16;
- this.peekLRTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.peekLRTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.peekLRTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.peekLRTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.peekLRTxt.Location = new System.Drawing.Point(134, 124);
+ this.peekLRTxt.Location = new System.Drawing.Point(201, 194);
+ this.peekLRTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.peekLRTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.peekLRTxt.Name = "peekLRTxt";
- this.peekLRTxt.Size = new System.Drawing.Size(100, 30);
+ this.peekLRTxt.Size = new System.Drawing.Size(150, 41);
this.peekLRTxt.TabIndex = 77;
this.peekLRTxt.Value = new decimal(new int[] {
50,
@@ -1125,16 +1262,17 @@ private void InitializeComponent()
// humanViewCamTxt
//
this.humanViewCamTxt.BackColor = System.Drawing.SystemColors.Control;
- this.humanViewCamTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.humanViewCamTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.humanViewCamTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.humanViewCamTxt.Location = new System.Drawing.Point(366, 273);
+ this.humanViewCamTxt.Location = new System.Drawing.Point(549, 427);
+ this.humanViewCamTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.humanViewCamTxt.Maximum = new decimal(new int[] {
5,
0,
0,
0});
this.humanViewCamTxt.Name = "humanViewCamTxt";
- this.humanViewCamTxt.Size = new System.Drawing.Size(100, 30);
+ this.humanViewCamTxt.Size = new System.Drawing.Size(150, 41);
this.humanViewCamTxt.TabIndex = 83;
this.humanViewCamTxt.Value = new decimal(new int[] {
1,
@@ -1145,61 +1283,65 @@ private void InitializeComponent()
// damageScaleFallTxt
//
this.damageScaleFallTxt.BackColor = System.Drawing.SystemColors.Control;
- this.damageScaleFallTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.damageScaleFallTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.damageScaleFallTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.damageScaleFallTxt.Location = new System.Drawing.Point(604, 196);
+ this.damageScaleFallTxt.Location = new System.Drawing.Point(906, 306);
+ this.damageScaleFallTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.damageScaleFallTxt.Maximum = new decimal(new int[] {
2,
0,
0,
0});
this.damageScaleFallTxt.Name = "damageScaleFallTxt";
- this.damageScaleFallTxt.Size = new System.Drawing.Size(100, 30);
+ this.damageScaleFallTxt.Size = new System.Drawing.Size(150, 41);
this.damageScaleFallTxt.TabIndex = 81;
//
// damageScaleFenceTxt
//
this.damageScaleFenceTxt.BackColor = System.Drawing.SystemColors.Control;
this.damageScaleFenceTxt.DecimalPlaces = 2;
- this.damageScaleFenceTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.damageScaleFenceTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.damageScaleFenceTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.damageScaleFenceTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.damageScaleFenceTxt.Location = new System.Drawing.Point(365, 195);
+ this.damageScaleFenceTxt.Location = new System.Drawing.Point(548, 305);
+ this.damageScaleFenceTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.damageScaleFenceTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.damageScaleFenceTxt.Name = "damageScaleFenceTxt";
- this.damageScaleFenceTxt.Size = new System.Drawing.Size(100, 30);
+ this.damageScaleFenceTxt.Size = new System.Drawing.Size(150, 41);
this.damageScaleFenceTxt.TabIndex = 81;
//
// teamIdTxt
//
this.teamIdTxt.BackColor = System.Drawing.SystemColors.Control;
- this.teamIdTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.teamIdTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.teamIdTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.teamIdTxt.Location = new System.Drawing.Point(135, 273);
+ this.teamIdTxt.Location = new System.Drawing.Point(202, 427);
+ this.teamIdTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.teamIdTxt.Name = "teamIdTxt";
- this.teamIdTxt.Size = new System.Drawing.Size(100, 30);
+ this.teamIdTxt.Size = new System.Drawing.Size(150, 41);
this.teamIdTxt.TabIndex = 82;
//
// damageScaleTxt
//
this.damageScaleTxt.BackColor = System.Drawing.SystemColors.Control;
this.damageScaleTxt.DecimalPlaces = 2;
- this.damageScaleTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.damageScaleTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.damageScaleTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.damageScaleTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.damageScaleTxt.Location = new System.Drawing.Point(134, 195);
+ this.damageScaleTxt.Location = new System.Drawing.Point(201, 305);
+ this.damageScaleTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.damageScaleTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
@@ -1211,7 +1353,7 @@ private void InitializeComponent()
0,
65536});
this.damageScaleTxt.Name = "damageScaleTxt";
- this.damageScaleTxt.Size = new System.Drawing.Size(100, 30);
+ this.damageScaleTxt.Size = new System.Drawing.Size(150, 41);
this.damageScaleTxt.TabIndex = 80;
this.damageScaleTxt.Value = new decimal(new int[] {
10,
@@ -1223,14 +1365,15 @@ private void InitializeComponent()
//
this.movementSpeedTxt.BackColor = System.Drawing.SystemColors.Control;
this.movementSpeedTxt.DecimalPlaces = 2;
- this.movementSpeedTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.movementSpeedTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.movementSpeedTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.movementSpeedTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.movementSpeedTxt.Location = new System.Drawing.Point(140, 44);
+ this.movementSpeedTxt.Location = new System.Drawing.Point(210, 69);
+ this.movementSpeedTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.movementSpeedTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
@@ -1242,7 +1385,7 @@ private void InitializeComponent()
0,
65536});
this.movementSpeedTxt.Name = "movementSpeedTxt";
- this.movementSpeedTxt.Size = new System.Drawing.Size(100, 30);
+ this.movementSpeedTxt.Size = new System.Drawing.Size(150, 41);
this.movementSpeedTxt.TabIndex = 73;
this.movementSpeedTxt.Value = new decimal(new int[] {
10,
@@ -1254,10 +1397,10 @@ private void InitializeComponent()
//
this.updateHumanBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.updateHumanBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateHumanBtn.Location = new System.Drawing.Point(931, 273);
- this.updateHumanBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updateHumanBtn.Location = new System.Drawing.Point(1396, 427);
+ this.updateHumanBtn.Margin = new System.Windows.Forms.Padding(6);
this.updateHumanBtn.Name = "updateHumanBtn";
- this.updateHumanBtn.Size = new System.Drawing.Size(181, 31);
+ this.updateHumanBtn.Size = new System.Drawing.Size(272, 48);
this.updateHumanBtn.TabIndex = 60;
this.updateHumanBtn.Text = "Update Human";
this.updateHumanBtn.UseVisualStyleBackColor = true;
@@ -1267,10 +1410,10 @@ private void InitializeComponent()
//
this.resetHumanBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.resetHumanBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.resetHumanBtn.Location = new System.Drawing.Point(931, 347);
- this.resetHumanBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.resetHumanBtn.Location = new System.Drawing.Point(1396, 542);
+ this.resetHumanBtn.Margin = new System.Windows.Forms.Padding(6);
this.resetHumanBtn.Name = "resetHumanBtn";
- this.resetHumanBtn.Size = new System.Drawing.Size(181, 31);
+ this.resetHumanBtn.Size = new System.Drawing.Size(272, 48);
this.resetHumanBtn.TabIndex = 59;
this.resetHumanBtn.Text = "Reset Human";
this.resetHumanBtn.UseVisualStyleBackColor = true;
@@ -1278,12 +1421,12 @@ private void InitializeComponent()
//
// inAirSpeedLbl
//
- this.inAirSpeedLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.inAirSpeedLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.inAirSpeedLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.inAirSpeedLbl.Location = new System.Drawing.Point(713, 46);
- this.inAirSpeedLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.inAirSpeedLbl.Location = new System.Drawing.Point(1070, 72);
+ this.inAirSpeedLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.inAirSpeedLbl.Name = "inAirSpeedLbl";
- this.inAirSpeedLbl.Size = new System.Drawing.Size(107, 33);
+ this.inAirSpeedLbl.Size = new System.Drawing.Size(160, 52);
this.inAirSpeedLbl.TabIndex = 52;
this.inAirSpeedLbl.Text = "In Air";
this.inAirSpeedLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1292,10 +1435,10 @@ private void InitializeComponent()
//
this.updatePeekBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.updatePeekBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updatePeekBtn.Location = new System.Drawing.Point(931, 124);
- this.updatePeekBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updatePeekBtn.Location = new System.Drawing.Point(1396, 194);
+ this.updatePeekBtn.Margin = new System.Windows.Forms.Padding(6);
this.updatePeekBtn.Name = "updatePeekBtn";
- this.updatePeekBtn.Size = new System.Drawing.Size(181, 31);
+ this.updatePeekBtn.Size = new System.Drawing.Size(272, 48);
this.updatePeekBtn.TabIndex = 51;
this.updatePeekBtn.Text = "Update Peek";
this.updatePeekBtn.UseVisualStyleBackColor = true;
@@ -1305,10 +1448,10 @@ private void InitializeComponent()
//
this.updateHumanHealthBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.updateHumanHealthBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateHumanHealthBtn.Location = new System.Drawing.Point(931, 197);
- this.updateHumanHealthBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updateHumanHealthBtn.Location = new System.Drawing.Point(1396, 308);
+ this.updateHumanHealthBtn.Margin = new System.Windows.Forms.Padding(6);
this.updateHumanHealthBtn.Name = "updateHumanHealthBtn";
- this.updateHumanHealthBtn.Size = new System.Drawing.Size(181, 31);
+ this.updateHumanHealthBtn.Size = new System.Drawing.Size(272, 48);
this.updateHumanHealthBtn.TabIndex = 51;
this.updateHumanHealthBtn.Text = "Update Health";
this.updateHumanHealthBtn.UseVisualStyleBackColor = true;
@@ -1316,37 +1459,37 @@ private void InitializeComponent()
//
// damageScaleLbl
//
- this.damageScaleLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.damageScaleLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.damageScaleLbl.ForeColor = System.Drawing.SystemColors.ControlText;
this.damageScaleLbl.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
- this.damageScaleLbl.Location = new System.Drawing.Point(23, 195);
- this.damageScaleLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.damageScaleLbl.Location = new System.Drawing.Point(34, 305);
+ this.damageScaleLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.damageScaleLbl.Name = "damageScaleLbl";
- this.damageScaleLbl.Size = new System.Drawing.Size(110, 33);
+ this.damageScaleLbl.Size = new System.Drawing.Size(165, 52);
this.damageScaleLbl.TabIndex = 47;
this.damageScaleLbl.Text = "Human";
this.damageScaleLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// fallDamageLbl
//
- this.fallDamageLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.fallDamageLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.fallDamageLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.fallDamageLbl.Location = new System.Drawing.Point(479, 196);
- this.fallDamageLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.fallDamageLbl.Location = new System.Drawing.Point(718, 306);
+ this.fallDamageLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.fallDamageLbl.Name = "fallDamageLbl";
- this.fallDamageLbl.Size = new System.Drawing.Size(96, 33);
+ this.fallDamageLbl.Size = new System.Drawing.Size(144, 52);
this.fallDamageLbl.TabIndex = 47;
this.fallDamageLbl.Text = "Fall";
this.fallDamageLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// fenceDamageScaleLbl
//
- this.fenceDamageScaleLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.fenceDamageScaleLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.fenceDamageScaleLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.fenceDamageScaleLbl.Location = new System.Drawing.Point(237, 195);
- this.fenceDamageScaleLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.fenceDamageScaleLbl.Location = new System.Drawing.Point(356, 305);
+ this.fenceDamageScaleLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.fenceDamageScaleLbl.Name = "fenceDamageScaleLbl";
- this.fenceDamageScaleLbl.Size = new System.Drawing.Size(96, 33);
+ this.fenceDamageScaleLbl.Size = new System.Drawing.Size(144, 52);
this.fenceDamageScaleLbl.TabIndex = 47;
this.fenceDamageScaleLbl.Text = "Fence";
this.fenceDamageScaleLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1355,10 +1498,10 @@ private void InitializeComponent()
//
this.updateHumanSpeedBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.updateHumanSpeedBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateHumanSpeedBtn.Location = new System.Drawing.Point(931, 48);
- this.updateHumanSpeedBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updateHumanSpeedBtn.Location = new System.Drawing.Point(1396, 75);
+ this.updateHumanSpeedBtn.Margin = new System.Windows.Forms.Padding(6);
this.updateHumanSpeedBtn.Name = "updateHumanSpeedBtn";
- this.updateHumanSpeedBtn.Size = new System.Drawing.Size(181, 31);
+ this.updateHumanSpeedBtn.Size = new System.Drawing.Size(272, 48);
this.updateHumanSpeedBtn.TabIndex = 44;
this.updateHumanSpeedBtn.Text = "Update Speed";
this.updateHumanSpeedBtn.UseVisualStyleBackColor = true;
@@ -1366,96 +1509,96 @@ private void InitializeComponent()
//
// peekTimeLbl
//
- this.peekTimeLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.peekTimeLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.peekTimeLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.peekTimeLbl.Location = new System.Drawing.Point(479, 122);
- this.peekTimeLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.peekTimeLbl.Location = new System.Drawing.Point(718, 191);
+ this.peekTimeLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.peekTimeLbl.Name = "peekTimeLbl";
- this.peekTimeLbl.Size = new System.Drawing.Size(129, 33);
+ this.peekTimeLbl.Size = new System.Drawing.Size(194, 52);
this.peekTimeLbl.TabIndex = 12;
this.peekTimeLbl.Text = "Time";
this.peekTimeLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// upwardJumpLbl
//
- this.upwardJumpLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.upwardJumpLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.upwardJumpLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.upwardJumpLbl.Location = new System.Drawing.Point(479, 45);
- this.upwardJumpLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.upwardJumpLbl.Location = new System.Drawing.Point(718, 70);
+ this.upwardJumpLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.upwardJumpLbl.Name = "upwardJumpLbl";
- this.upwardJumpLbl.Size = new System.Drawing.Size(129, 33);
+ this.upwardJumpLbl.Size = new System.Drawing.Size(194, 52);
this.upwardJumpLbl.TabIndex = 12;
this.upwardJumpLbl.Text = "Upward";
this.upwardJumpLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// peekCrouchLbl
//
- this.peekCrouchLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.peekCrouchLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.peekCrouchLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.peekCrouchLbl.Location = new System.Drawing.Point(250, 122);
- this.peekCrouchLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.peekCrouchLbl.Location = new System.Drawing.Point(375, 191);
+ this.peekCrouchLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.peekCrouchLbl.Name = "peekCrouchLbl";
- this.peekCrouchLbl.Size = new System.Drawing.Size(117, 33);
+ this.peekCrouchLbl.Size = new System.Drawing.Size(176, 52);
this.peekCrouchLbl.TabIndex = 10;
this.peekCrouchLbl.Text = "Crouch";
this.peekCrouchLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// forwardJumpLbl
//
- this.forwardJumpLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.forwardJumpLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.forwardJumpLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.forwardJumpLbl.Location = new System.Drawing.Point(237, 44);
- this.forwardJumpLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.forwardJumpLbl.Location = new System.Drawing.Point(356, 69);
+ this.forwardJumpLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.forwardJumpLbl.Name = "forwardJumpLbl";
- this.forwardJumpLbl.Size = new System.Drawing.Size(117, 33);
+ this.forwardJumpLbl.Size = new System.Drawing.Size(176, 52);
this.forwardJumpLbl.TabIndex = 10;
this.forwardJumpLbl.Text = "Forward";
this.forwardJumpLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// humanViewCamLbl
//
- this.humanViewCamLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.humanViewCamLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.humanViewCamLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.humanViewCamLbl.Location = new System.Drawing.Point(237, 269);
- this.humanViewCamLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.humanViewCamLbl.Location = new System.Drawing.Point(356, 420);
+ this.humanViewCamLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.humanViewCamLbl.Name = "humanViewCamLbl";
- this.humanViewCamLbl.Size = new System.Drawing.Size(117, 33);
+ this.humanViewCamLbl.Size = new System.Drawing.Size(176, 52);
this.humanViewCamLbl.TabIndex = 8;
this.humanViewCamLbl.Text = "View Cam";
this.humanViewCamLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// teamIdLbl
//
- this.teamIdLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.teamIdLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.teamIdLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.teamIdLbl.Location = new System.Drawing.Point(8, 269);
- this.teamIdLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.teamIdLbl.Location = new System.Drawing.Point(12, 420);
+ this.teamIdLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.teamIdLbl.Name = "teamIdLbl";
- this.teamIdLbl.Size = new System.Drawing.Size(114, 33);
+ this.teamIdLbl.Size = new System.Drawing.Size(171, 52);
this.teamIdLbl.TabIndex = 8;
this.teamIdLbl.Text = "Team Id";
this.teamIdLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// peekLRLbl
//
- this.peekLRLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.peekLRLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.peekLRLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.peekLRLbl.Location = new System.Drawing.Point(8, 121);
- this.peekLRLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.peekLRLbl.Location = new System.Drawing.Point(12, 189);
+ this.peekLRLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.peekLRLbl.Name = "peekLRLbl";
- this.peekLRLbl.Size = new System.Drawing.Size(125, 33);
+ this.peekLRLbl.Size = new System.Drawing.Size(188, 52);
this.peekLRLbl.TabIndex = 8;
this.peekLRLbl.Text = "Left Right";
this.peekLRLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// movementSpeedLbl
//
- this.movementSpeedLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.movementSpeedLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.movementSpeedLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.movementSpeedLbl.Location = new System.Drawing.Point(8, 44);
- this.movementSpeedLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.movementSpeedLbl.Location = new System.Drawing.Point(12, 69);
+ this.movementSpeedLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.movementSpeedLbl.Name = "movementSpeedLbl";
- this.movementSpeedLbl.Size = new System.Drawing.Size(125, 33);
+ this.movementSpeedLbl.Size = new System.Drawing.Size(188, 52);
this.movementSpeedLbl.TabIndex = 8;
this.movementSpeedLbl.Text = "Movement";
this.movementSpeedLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1465,10 +1608,10 @@ private void InitializeComponent()
this.aiEditor.BackColor = System.Drawing.SystemColors.Control;
this.aiEditor.Controls.Add(this.aiEditorTabs);
this.aiEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiEditor.Location = new System.Drawing.Point(4, 30);
- this.aiEditor.Margin = new System.Windows.Forms.Padding(4);
+ this.aiEditor.Location = new System.Drawing.Point(8, 44);
+ this.aiEditor.Margin = new System.Windows.Forms.Padding(6);
this.aiEditor.Name = "aiEditor";
- this.aiEditor.Size = new System.Drawing.Size(1137, 387);
+ this.aiEditor.Size = new System.Drawing.Size(1702, 606);
this.aiEditor.TabIndex = 8;
this.aiEditor.Text = "A.I Editor";
//
@@ -1478,12 +1621,12 @@ private void InitializeComponent()
this.aiEditorTabs.Controls.Add(this.aiJSONEditor);
this.aiEditorTabs.Controls.Add(this.aiScriptEditor);
this.aiEditorTabs.Controls.Add(this.aiPatrolPathEditor);
- this.aiEditorTabs.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiEditorTabs.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.aiEditorTabs.Location = new System.Drawing.Point(0, 0);
- this.aiEditorTabs.Margin = new System.Windows.Forms.Padding(4);
+ this.aiEditorTabs.Margin = new System.Windows.Forms.Padding(6);
this.aiEditorTabs.Name = "aiEditorTabs";
this.aiEditorTabs.SelectedIndex = 0;
- this.aiEditorTabs.Size = new System.Drawing.Size(1137, 408);
+ this.aiEditorTabs.Size = new System.Drawing.Size(1706, 638);
this.aiEditorTabs.TabIndex = 85;
this.aiEditorTabs.Selected += new System.Windows.Forms.TabControlEventHandler(this.aiEditorTabs_Selected);
//
@@ -1518,44 +1661,45 @@ private void InitializeComponent()
this.aiEditorMainTab.Controls.Add(this.aiModelLbl);
this.aiEditorMainTab.Controls.Add(this.saveAIBtn);
this.aiEditorMainTab.Controls.Add(this.addAiBtn);
- this.aiEditorMainTab.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.aiEditorMainTab.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.aiEditorMainTab.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiEditorMainTab.Location = new System.Drawing.Point(4, 26);
- this.aiEditorMainTab.Margin = new System.Windows.Forms.Padding(4);
+ this.aiEditorMainTab.Location = new System.Drawing.Point(8, 39);
+ this.aiEditorMainTab.Margin = new System.Windows.Forms.Padding(6);
this.aiEditorMainTab.Name = "aiEditorMainTab";
- this.aiEditorMainTab.Size = new System.Drawing.Size(1129, 378);
+ this.aiEditorMainTab.Size = new System.Drawing.Size(1690, 591);
this.aiEditorMainTab.TabIndex = 0;
this.aiEditorMainTab.Text = "Main Editor";
//
// teamIdText
//
this.teamIdText.BackColor = System.Drawing.SystemColors.Control;
- this.teamIdText.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.teamIdText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.teamIdText.ForeColor = System.Drawing.SystemColors.ControlText;
- this.teamIdText.Location = new System.Drawing.Point(684, 260);
+ this.teamIdText.Location = new System.Drawing.Point(1026, 406);
+ this.teamIdText.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.teamIdText.Name = "teamIdText";
- this.teamIdText.Size = new System.Drawing.Size(68, 30);
+ this.teamIdText.Size = new System.Drawing.Size(102, 41);
this.teamIdText.TabIndex = 111;
//
// teamIdLabel
//
- this.teamIdLabel.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.teamIdLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.teamIdLabel.ForeColor = System.Drawing.SystemColors.ControlText;
- this.teamIdLabel.Location = new System.Drawing.Point(533, 260);
- this.teamIdLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.teamIdLabel.Location = new System.Drawing.Point(800, 406);
+ this.teamIdLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.teamIdLabel.Name = "teamIdLabel";
- this.teamIdLabel.Size = new System.Drawing.Size(119, 33);
+ this.teamIdLabel.Size = new System.Drawing.Size(178, 52);
this.teamIdLabel.TabIndex = 110;
this.teamIdLabel.Text = "Team Id";
this.teamIdLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// removeAllAiCb
//
- this.removeAllAiCb.Font = new System.Drawing.Font("Century Gothic", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.removeAllAiCb.Location = new System.Drawing.Point(974, 297);
- this.removeAllAiCb.Margin = new System.Windows.Forms.Padding(4);
+ this.removeAllAiCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.removeAllAiCb.Location = new System.Drawing.Point(1461, 464);
+ this.removeAllAiCb.Margin = new System.Windows.Forms.Padding(6);
this.removeAllAiCb.Name = "removeAllAiCb";
- this.removeAllAiCb.Size = new System.Drawing.Size(117, 20);
+ this.removeAllAiCb.Size = new System.Drawing.Size(176, 31);
this.removeAllAiCb.TabIndex = 109;
this.removeAllAiCb.Text = "All Soldiers";
this.removeAllAiCb.UseVisualStyleBackColor = true;
@@ -1564,11 +1708,12 @@ private void InitializeComponent()
//
this.maxSpawnsTxt.BackColor = System.Drawing.SystemColors.Control;
this.maxSpawnsTxt.Enabled = false;
- this.maxSpawnsTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.maxSpawnsTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.maxSpawnsTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.maxSpawnsTxt.Location = new System.Drawing.Point(1040, 260);
+ this.maxSpawnsTxt.Location = new System.Drawing.Point(1560, 406);
+ this.maxSpawnsTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.maxSpawnsTxt.Name = "maxSpawnsTxt";
- this.maxSpawnsTxt.Size = new System.Drawing.Size(68, 30);
+ this.maxSpawnsTxt.Size = new System.Drawing.Size(102, 41);
this.maxSpawnsTxt.TabIndex = 108;
this.maxSpawnsTxt.Value = new decimal(new int[] {
1,
@@ -1579,11 +1724,12 @@ private void InitializeComponent()
// aiCountTxt
//
this.aiCountTxt.BackColor = System.Drawing.SystemColors.Control;
- this.aiCountTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.aiCountTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.aiCountTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiCountTxt.Location = new System.Drawing.Point(874, 260);
+ this.aiCountTxt.Location = new System.Drawing.Point(1311, 406);
+ this.aiCountTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiCountTxt.Name = "aiCountTxt";
- this.aiCountTxt.Size = new System.Drawing.Size(68, 30);
+ this.aiCountTxt.Size = new System.Drawing.Size(102, 41);
this.aiCountTxt.TabIndex = 107;
this.aiCountTxt.Value = new decimal(new int[] {
1,
@@ -1595,10 +1741,10 @@ private void InitializeComponent()
//
this.removeAiBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeAiBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeAiBtn.Location = new System.Drawing.Point(974, 317);
- this.removeAiBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.removeAiBtn.Location = new System.Drawing.Point(1461, 495);
+ this.removeAiBtn.Margin = new System.Windows.Forms.Padding(6);
this.removeAiBtn.Name = "removeAiBtn";
- this.removeAiBtn.Size = new System.Drawing.Size(134, 31);
+ this.removeAiBtn.Size = new System.Drawing.Size(201, 48);
this.removeAiBtn.TabIndex = 106;
this.removeAiBtn.Text = "Remove A.I";
this.removeAiBtn.UseVisualStyleBackColor = true;
@@ -1608,24 +1754,24 @@ private void InitializeComponent()
//
this.graphAreaAiLbl.BackColor = System.Drawing.SystemColors.Control;
this.graphAreaAiLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.graphAreaAiLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.graphAreaAiLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.graphAreaAiLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.graphAreaAiLbl.Location = new System.Drawing.Point(775, 189);
- this.graphAreaAiLbl.Margin = new System.Windows.Forms.Padding(4);
+ this.graphAreaAiLbl.Location = new System.Drawing.Point(1162, 295);
+ this.graphAreaAiLbl.Margin = new System.Windows.Forms.Padding(6);
this.graphAreaAiLbl.Name = "graphAreaAiLbl";
this.graphAreaAiLbl.ReadOnly = true;
- this.graphAreaAiLbl.Size = new System.Drawing.Size(328, 30);
+ this.graphAreaAiLbl.Size = new System.Drawing.Size(491, 41);
this.graphAreaAiLbl.TabIndex = 105;
this.graphAreaAiLbl.Text = "Graph Area";
//
// taskDetectionAiCb
//
this.taskDetectionAiCb.AutoSize = true;
- this.taskDetectionAiCb.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.taskDetectionAiCb.Location = new System.Drawing.Point(221, 135);
- this.taskDetectionAiCb.Margin = new System.Windows.Forms.Padding(4);
+ this.taskDetectionAiCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.taskDetectionAiCb.Location = new System.Drawing.Point(332, 211);
+ this.taskDetectionAiCb.Margin = new System.Windows.Forms.Padding(6);
this.taskDetectionAiCb.Name = "taskDetectionAiCb";
- this.taskDetectionAiCb.Size = new System.Drawing.Size(157, 25);
+ this.taskDetectionAiCb.Size = new System.Drawing.Size(236, 36);
this.taskDetectionAiCb.TabIndex = 104;
this.taskDetectionAiCb.Text = "Task Detection";
this.taskDetectionAiCb.UseVisualStyleBackColor = true;
@@ -1633,11 +1779,11 @@ private void InitializeComponent()
// customAiCb
//
this.customAiCb.AutoSize = true;
- this.customAiCb.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.customAiCb.Location = new System.Drawing.Point(221, 109);
- this.customAiCb.Margin = new System.Windows.Forms.Padding(4);
+ this.customAiCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.customAiCb.Location = new System.Drawing.Point(332, 170);
+ this.customAiCb.Margin = new System.Windows.Forms.Padding(6);
this.customAiCb.Name = "customAiCb";
- this.customAiCb.Size = new System.Drawing.Size(124, 25);
+ this.customAiCb.Size = new System.Drawing.Size(185, 36);
this.customAiCb.TabIndex = 103;
this.customAiCb.Text = "Custom A.I";
this.customAiCb.UseVisualStyleBackColor = true;
@@ -1645,12 +1791,12 @@ private void InitializeComponent()
//
// maxSpawnsLbl
//
- this.maxSpawnsLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.maxSpawnsLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.maxSpawnsLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.maxSpawnsLbl.Location = new System.Drawing.Point(949, 257);
- this.maxSpawnsLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.maxSpawnsLbl.Location = new System.Drawing.Point(1424, 402);
+ this.maxSpawnsLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.maxSpawnsLbl.Name = "maxSpawnsLbl";
- this.maxSpawnsLbl.Size = new System.Drawing.Size(84, 33);
+ this.maxSpawnsLbl.Size = new System.Drawing.Size(126, 52);
this.maxSpawnsLbl.TabIndex = 102;
this.maxSpawnsLbl.Text = "Spawns ";
this.maxSpawnsLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1658,11 +1804,11 @@ private void InitializeComponent()
// aiFriendlyCb
//
this.aiFriendlyCb.AutoSize = true;
- this.aiFriendlyCb.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.aiFriendlyCb.Location = new System.Drawing.Point(221, 57);
- this.aiFriendlyCb.Margin = new System.Windows.Forms.Padding(4);
+ this.aiFriendlyCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiFriendlyCb.Location = new System.Drawing.Point(332, 89);
+ this.aiFriendlyCb.Margin = new System.Windows.Forms.Padding(6);
this.aiFriendlyCb.Name = "aiFriendlyCb";
- this.aiFriendlyCb.Size = new System.Drawing.Size(92, 25);
+ this.aiFriendlyCb.Size = new System.Drawing.Size(149, 36);
this.aiFriendlyCb.TabIndex = 100;
this.aiFriendlyCb.Text = "Friendly";
this.aiFriendlyCb.UseVisualStyleBackColor = true;
@@ -1671,11 +1817,11 @@ private void InitializeComponent()
// aiAdvanceViewCb
//
this.aiAdvanceViewCb.AutoSize = true;
- this.aiAdvanceViewCb.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.aiAdvanceViewCb.Location = new System.Drawing.Point(221, 31);
- this.aiAdvanceViewCb.Margin = new System.Windows.Forms.Padding(4);
+ this.aiAdvanceViewCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiAdvanceViewCb.Location = new System.Drawing.Point(332, 48);
+ this.aiAdvanceViewCb.Margin = new System.Windows.Forms.Padding(6);
this.aiAdvanceViewCb.Name = "aiAdvanceViewCb";
- this.aiAdvanceViewCb.Size = new System.Drawing.Size(158, 25);
+ this.aiAdvanceViewCb.Size = new System.Drawing.Size(227, 36);
this.aiAdvanceViewCb.TabIndex = 99;
this.aiAdvanceViewCb.Text = "Advance View";
this.aiAdvanceViewCb.UseVisualStyleBackColor = true;
@@ -1683,11 +1829,11 @@ private void InitializeComponent()
// guardGeneratorCb
//
this.guardGeneratorCb.AutoSize = true;
- this.guardGeneratorCb.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.guardGeneratorCb.Location = new System.Drawing.Point(221, 83);
- this.guardGeneratorCb.Margin = new System.Windows.Forms.Padding(4);
+ this.guardGeneratorCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.guardGeneratorCb.Location = new System.Drawing.Point(332, 130);
+ this.guardGeneratorCb.Margin = new System.Windows.Forms.Padding(6);
this.guardGeneratorCb.Name = "guardGeneratorCb";
- this.guardGeneratorCb.Size = new System.Drawing.Size(178, 25);
+ this.guardGeneratorCb.Size = new System.Drawing.Size(261, 36);
this.guardGeneratorCb.TabIndex = 98;
this.guardGeneratorCb.Text = "Guard Generator";
this.guardGeneratorCb.UseVisualStyleBackColor = true;
@@ -1696,11 +1842,11 @@ private void InitializeComponent()
// aiInvincibleCb
//
this.aiInvincibleCb.AutoSize = true;
- this.aiInvincibleCb.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.aiInvincibleCb.Location = new System.Drawing.Point(221, 5);
- this.aiInvincibleCb.Margin = new System.Windows.Forms.Padding(4);
+ this.aiInvincibleCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiInvincibleCb.Location = new System.Drawing.Point(332, 8);
+ this.aiInvincibleCb.Margin = new System.Windows.Forms.Padding(6);
this.aiInvincibleCb.Name = "aiInvincibleCb";
- this.aiInvincibleCb.Size = new System.Drawing.Size(111, 25);
+ this.aiInvincibleCb.Size = new System.Drawing.Size(167, 36);
this.aiInvincibleCb.TabIndex = 101;
this.aiInvincibleCb.Text = "Invincible";
this.aiInvincibleCb.UseVisualStyleBackColor = true;
@@ -1712,9 +1858,10 @@ private void InitializeComponent()
this.aiGraphIdDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.aiGraphIdDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.aiGraphIdDD.FormattingEnabled = true;
- this.aiGraphIdDD.Location = new System.Drawing.Point(684, 188);
+ this.aiGraphIdDD.Location = new System.Drawing.Point(1026, 294);
+ this.aiGraphIdDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiGraphIdDD.Name = "aiGraphIdDD";
- this.aiGraphIdDD.Size = new System.Drawing.Size(73, 29);
+ this.aiGraphIdDD.Size = new System.Drawing.Size(108, 38);
this.aiGraphIdDD.TabIndex = 97;
this.aiGraphIdDD.SelectedIndexChanged += new System.EventHandler(this.aiGraphIdDD_SelectedValueChanged);
//
@@ -1725,9 +1872,10 @@ private void InitializeComponent()
this.aiTypeDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.aiTypeDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.aiTypeDD.FormattingEnabled = true;
- this.aiTypeDD.Location = new System.Drawing.Point(684, 125);
+ this.aiTypeDD.Location = new System.Drawing.Point(1026, 195);
+ this.aiTypeDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiTypeDD.Name = "aiTypeDD";
- this.aiTypeDD.Size = new System.Drawing.Size(424, 29);
+ this.aiTypeDD.Size = new System.Drawing.Size(634, 38);
this.aiTypeDD.TabIndex = 96;
this.aiTypeDD.SelectedIndexChanged += new System.EventHandler(this.aiTypeDD_SelectedIndexChanged);
//
@@ -1738,44 +1886,45 @@ private void InitializeComponent()
this.aiWeaponDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.aiWeaponDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.aiWeaponDD.FormattingEnabled = true;
- this.aiWeaponDD.Location = new System.Drawing.Point(684, 67);
+ this.aiWeaponDD.Location = new System.Drawing.Point(1026, 105);
+ this.aiWeaponDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiWeaponDD.Name = "aiWeaponDD";
- this.aiWeaponDD.Size = new System.Drawing.Size(424, 29);
+ this.aiWeaponDD.Size = new System.Drawing.Size(634, 38);
this.aiWeaponDD.TabIndex = 95;
this.aiWeaponDD.SelectedValueChanged += new System.EventHandler(this.weaponAiDD_SelectedValueChanged);
//
// graphIdAiLbl
//
- this.graphIdAiLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.graphIdAiLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.graphIdAiLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.graphIdAiLbl.Location = new System.Drawing.Point(498, 185);
- this.graphIdAiLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.graphIdAiLbl.Location = new System.Drawing.Point(747, 289);
+ this.graphIdAiLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.graphIdAiLbl.Name = "graphIdAiLbl";
- this.graphIdAiLbl.Size = new System.Drawing.Size(173, 33);
+ this.graphIdAiLbl.Size = new System.Drawing.Size(260, 52);
this.graphIdAiLbl.TabIndex = 94;
this.graphIdAiLbl.Text = "Graph Id ";
this.graphIdAiLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// aiTypeLbl
//
- this.aiTypeLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.aiTypeLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.aiTypeLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiTypeLbl.Location = new System.Drawing.Point(498, 125);
- this.aiTypeLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.aiTypeLbl.Location = new System.Drawing.Point(747, 195);
+ this.aiTypeLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.aiTypeLbl.Name = "aiTypeLbl";
- this.aiTypeLbl.Size = new System.Drawing.Size(173, 33);
+ this.aiTypeLbl.Size = new System.Drawing.Size(260, 52);
this.aiTypeLbl.TabIndex = 93;
this.aiTypeLbl.Text = "Type ";
this.aiTypeLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// weaponAiLbl
//
- this.weaponAiLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponAiLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponAiLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponAiLbl.Location = new System.Drawing.Point(498, 63);
- this.weaponAiLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponAiLbl.Location = new System.Drawing.Point(747, 98);
+ this.weaponAiLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponAiLbl.Name = "weaponAiLbl";
- this.weaponAiLbl.Size = new System.Drawing.Size(173, 33);
+ this.weaponAiLbl.Size = new System.Drawing.Size(260, 52);
this.weaponAiLbl.TabIndex = 92;
this.weaponAiLbl.Text = "Weapon ";
this.weaponAiLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1783,10 +1932,10 @@ private void InitializeComponent()
// weaponAIImgBox
//
this.weaponAIImgBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.weaponAIImgBox.Location = new System.Drawing.Point(211, 167);
- this.weaponAIImgBox.Margin = new System.Windows.Forms.Padding(4);
+ this.weaponAIImgBox.Location = new System.Drawing.Point(316, 261);
+ this.weaponAIImgBox.Margin = new System.Windows.Forms.Padding(6);
this.weaponAIImgBox.Name = "weaponAIImgBox";
- this.weaponAIImgBox.Size = new System.Drawing.Size(199, 184);
+ this.weaponAIImgBox.Size = new System.Drawing.Size(298, 286);
this.weaponAIImgBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.weaponAIImgBox.TabIndex = 91;
this.weaponAIImgBox.TabStop = false;
@@ -1798,54 +1947,55 @@ private void InitializeComponent()
this.aiModelSelectDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.aiModelSelectDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.aiModelSelectDD.FormattingEnabled = true;
- this.aiModelSelectDD.Location = new System.Drawing.Point(684, 6);
+ this.aiModelSelectDD.Location = new System.Drawing.Point(1026, 9);
+ this.aiModelSelectDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiModelSelectDD.Name = "aiModelSelectDD";
- this.aiModelSelectDD.Size = new System.Drawing.Size(419, 29);
+ this.aiModelSelectDD.Size = new System.Drawing.Size(626, 38);
this.aiModelSelectDD.TabIndex = 90;
this.aiModelSelectDD.SelectedValueChanged += new System.EventHandler(this.aiModelSelectDD_SelectedValueChanged);
//
// aiImgBox
//
this.aiImgBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.aiImgBox.Location = new System.Drawing.Point(4, 29);
- this.aiImgBox.Margin = new System.Windows.Forms.Padding(4);
+ this.aiImgBox.Location = new System.Drawing.Point(6, 45);
+ this.aiImgBox.Margin = new System.Windows.Forms.Padding(6);
this.aiImgBox.Name = "aiImgBox";
- this.aiImgBox.Size = new System.Drawing.Size(199, 322);
+ this.aiImgBox.Size = new System.Drawing.Size(298, 502);
this.aiImgBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.aiImgBox.TabIndex = 89;
this.aiImgBox.TabStop = false;
//
// aiCountLbl
//
- this.aiCountLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.aiCountLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.aiCountLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiCountLbl.Location = new System.Drawing.Point(747, 259);
- this.aiCountLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.aiCountLbl.Location = new System.Drawing.Point(1120, 405);
+ this.aiCountLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.aiCountLbl.Name = "aiCountLbl";
- this.aiCountLbl.Size = new System.Drawing.Size(119, 33);
+ this.aiCountLbl.Size = new System.Drawing.Size(178, 52);
this.aiCountLbl.TabIndex = 87;
this.aiCountLbl.Text = "AI Count";
this.aiCountLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// aiModelNameLbl
//
- this.aiModelNameLbl.Font = new System.Drawing.Font("Century Gothic", 13F);
+ this.aiModelNameLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F);
this.aiModelNameLbl.ForeColor = System.Drawing.SystemColors.ControlText;
this.aiModelNameLbl.Location = new System.Drawing.Point(0, 0);
- this.aiModelNameLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.aiModelNameLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.aiModelNameLbl.Name = "aiModelNameLbl";
- this.aiModelNameLbl.Size = new System.Drawing.Size(203, 28);
+ this.aiModelNameLbl.Size = new System.Drawing.Size(304, 44);
this.aiModelNameLbl.TabIndex = 86;
this.aiModelNameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// aiModelLbl
//
- this.aiModelLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.aiModelLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.aiModelLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiModelLbl.Location = new System.Drawing.Point(493, 2);
- this.aiModelLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.aiModelLbl.Location = new System.Drawing.Point(740, 3);
+ this.aiModelLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.aiModelLbl.Name = "aiModelLbl";
- this.aiModelLbl.Size = new System.Drawing.Size(173, 33);
+ this.aiModelLbl.Size = new System.Drawing.Size(260, 52);
this.aiModelLbl.TabIndex = 88;
this.aiModelLbl.Text = "Model";
this.aiModelLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1854,10 +2004,10 @@ private void InitializeComponent()
//
this.saveAIBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.saveAIBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.saveAIBtn.Location = new System.Drawing.Point(826, 317);
- this.saveAIBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.saveAIBtn.Location = new System.Drawing.Point(1239, 495);
+ this.saveAIBtn.Margin = new System.Windows.Forms.Padding(6);
this.saveAIBtn.Name = "saveAIBtn";
- this.saveAIBtn.Size = new System.Drawing.Size(134, 31);
+ this.saveAIBtn.Size = new System.Drawing.Size(201, 48);
this.saveAIBtn.TabIndex = 85;
this.saveAIBtn.Text = "Save A.I";
this.saveAIBtn.UseVisualStyleBackColor = true;
@@ -1867,10 +2017,10 @@ private void InitializeComponent()
//
this.addAiBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addAiBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.addAiBtn.Location = new System.Drawing.Point(684, 317);
- this.addAiBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.addAiBtn.Location = new System.Drawing.Point(1026, 495);
+ this.addAiBtn.Margin = new System.Windows.Forms.Padding(6);
this.addAiBtn.Name = "addAiBtn";
- this.addAiBtn.Size = new System.Drawing.Size(134, 31);
+ this.addAiBtn.Size = new System.Drawing.Size(201, 48);
this.addAiBtn.TabIndex = 85;
this.addAiBtn.Text = "Add A.I";
this.addAiBtn.UseVisualStyleBackColor = true;
@@ -1890,23 +2040,24 @@ private void InitializeComponent()
this.aiJSONEditor.Controls.Add(this.aiFileSizeTxt);
this.aiJSONEditor.Controls.Add(this.aiJsonVersionTxt);
this.aiJSONEditor.Controls.Add(this.aiJsonSaveAiBtn);
- this.aiJSONEditor.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiJSONEditor.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.aiJSONEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiJSONEditor.Location = new System.Drawing.Point(4, 26);
+ this.aiJSONEditor.Location = new System.Drawing.Point(8, 39);
+ this.aiJSONEditor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiJSONEditor.Name = "aiJSONEditor";
- this.aiJSONEditor.Padding = new System.Windows.Forms.Padding(3);
- this.aiJSONEditor.Size = new System.Drawing.Size(1129, 378);
+ this.aiJSONEditor.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.aiJSONEditor.Size = new System.Drawing.Size(1690, 591);
this.aiJSONEditor.TabIndex = 1;
this.aiJSONEditor.Text = "JSON Editor";
//
// aiJsonAutoFmtCb
//
this.aiJsonAutoFmtCb.AutoSize = true;
- this.aiJsonAutoFmtCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.aiJsonAutoFmtCb.Location = new System.Drawing.Point(1046, 219);
- this.aiJsonAutoFmtCb.Margin = new System.Windows.Forms.Padding(4);
+ this.aiJsonAutoFmtCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiJsonAutoFmtCb.Location = new System.Drawing.Point(1569, 342);
+ this.aiJsonAutoFmtCb.Margin = new System.Windows.Forms.Padding(6);
this.aiJsonAutoFmtCb.Name = "aiJsonAutoFmtCb";
- this.aiJsonAutoFmtCb.Size = new System.Drawing.Size(79, 23);
+ this.aiJsonAutoFmtCb.Size = new System.Drawing.Size(111, 29);
this.aiJsonAutoFmtCb.TabIndex = 64;
this.aiJsonAutoFmtCb.Text = "Format";
this.aiJsonAutoFmtCb.UseVisualStyleBackColor = true;
@@ -1914,11 +2065,11 @@ private void InitializeComponent()
// aiJsonEditModeCb
//
this.aiJsonEditModeCb.AutoSize = true;
- this.aiJsonEditModeCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.aiJsonEditModeCb.Location = new System.Drawing.Point(873, 219);
- this.aiJsonEditModeCb.Margin = new System.Windows.Forms.Padding(4);
+ this.aiJsonEditModeCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiJsonEditModeCb.Location = new System.Drawing.Point(1310, 342);
+ this.aiJsonEditModeCb.Margin = new System.Windows.Forms.Padding(6);
this.aiJsonEditModeCb.Name = "aiJsonEditModeCb";
- this.aiJsonEditModeCb.Size = new System.Drawing.Size(57, 23);
+ this.aiJsonEditModeCb.Size = new System.Drawing.Size(81, 29);
this.aiJsonEditModeCb.TabIndex = 65;
this.aiJsonEditModeCb.Text = "Edit";
this.aiJsonEditModeCb.UseVisualStyleBackColor = true;
@@ -1927,11 +2078,11 @@ private void InitializeComponent()
// aiJsonClearDataCb
//
this.aiJsonClearDataCb.AutoSize = true;
- this.aiJsonClearDataCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.aiJsonClearDataCb.Location = new System.Drawing.Point(956, 219);
- this.aiJsonClearDataCb.Margin = new System.Windows.Forms.Padding(4);
+ this.aiJsonClearDataCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiJsonClearDataCb.Location = new System.Drawing.Point(1434, 342);
+ this.aiJsonClearDataCb.Margin = new System.Windows.Forms.Padding(6);
this.aiJsonClearDataCb.Name = "aiJsonClearDataCb";
- this.aiJsonClearDataCb.Size = new System.Drawing.Size(68, 23);
+ this.aiJsonClearDataCb.Size = new System.Drawing.Size(95, 29);
this.aiJsonClearDataCb.TabIndex = 65;
this.aiJsonClearDataCb.Text = "Clear";
this.aiJsonClearDataCb.UseVisualStyleBackColor = true;
@@ -1940,12 +2091,13 @@ private void InitializeComponent()
//
this.aiJsonEditorTxt.AutoWordSelection = true;
this.aiJsonEditorTxt.BackColor = System.Drawing.SystemColors.Control;
- this.aiJsonEditorTxt.Font = new System.Drawing.Font("Century Gothic", 10.15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.aiJsonEditorTxt.ForeColor = System.Drawing.Color.White;
- this.aiJsonEditorTxt.Location = new System.Drawing.Point(1, -2);
+ this.aiJsonEditorTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiJsonEditorTxt.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.aiJsonEditorTxt.Location = new System.Drawing.Point(2, -3);
+ this.aiJsonEditorTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiJsonEditorTxt.Name = "aiJsonEditorTxt";
this.aiJsonEditorTxt.ReadOnly = true;
- this.aiJsonEditorTxt.Size = new System.Drawing.Size(865, 360);
+ this.aiJsonEditorTxt.Size = new System.Drawing.Size(1296, 560);
this.aiJsonEditorTxt.TabIndex = 63;
this.aiJsonEditorTxt.Text = "";
this.aiJsonEditorTxt.TextChanged += new System.EventHandler(this.aiJsonEditorTxt_TextChanged);
@@ -1954,12 +2106,12 @@ private void InitializeComponent()
// aiJsonSaveBtn
//
this.aiJsonSaveBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.aiJsonSaveBtn.Font = new System.Drawing.Font("Century Gothic", 10.2F);
+ this.aiJsonSaveBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
this.aiJsonSaveBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiJsonSaveBtn.Location = new System.Drawing.Point(871, 170);
- this.aiJsonSaveBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.aiJsonSaveBtn.Location = new System.Drawing.Point(1306, 266);
+ this.aiJsonSaveBtn.Margin = new System.Windows.Forms.Padding(6);
this.aiJsonSaveBtn.Name = "aiJsonSaveBtn";
- this.aiJsonSaveBtn.Size = new System.Drawing.Size(254, 41);
+ this.aiJsonSaveBtn.Size = new System.Drawing.Size(381, 64);
this.aiJsonSaveBtn.TabIndex = 60;
this.aiJsonSaveBtn.Text = "Save JSON";
this.aiJsonSaveBtn.UseVisualStyleBackColor = true;
@@ -1968,12 +2120,12 @@ private void InitializeComponent()
// aiJsonLoadBtn
//
this.aiJsonLoadBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.aiJsonLoadBtn.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.aiJsonLoadBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.aiJsonLoadBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiJsonLoadBtn.Location = new System.Drawing.Point(871, 121);
- this.aiJsonLoadBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.aiJsonLoadBtn.Location = new System.Drawing.Point(1306, 189);
+ this.aiJsonLoadBtn.Margin = new System.Windows.Forms.Padding(6);
this.aiJsonLoadBtn.Name = "aiJsonLoadBtn";
- this.aiJsonLoadBtn.Size = new System.Drawing.Size(254, 41);
+ this.aiJsonLoadBtn.Size = new System.Drawing.Size(381, 64);
this.aiJsonLoadBtn.TabIndex = 61;
this.aiJsonLoadBtn.Text = "Load JSON";
this.aiJsonLoadBtn.UseVisualStyleBackColor = true;
@@ -1982,12 +2134,12 @@ private void InitializeComponent()
// aiJsonAddAiBtn
//
this.aiJsonAddAiBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.aiJsonAddAiBtn.Font = new System.Drawing.Font("Century Gothic", 10.2F);
+ this.aiJsonAddAiBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
this.aiJsonAddAiBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiJsonAddAiBtn.Location = new System.Drawing.Point(873, 262);
- this.aiJsonAddAiBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.aiJsonAddAiBtn.Location = new System.Drawing.Point(1310, 409);
+ this.aiJsonAddAiBtn.Margin = new System.Windows.Forms.Padding(6);
this.aiJsonAddAiBtn.Name = "aiJsonAddAiBtn";
- this.aiJsonAddAiBtn.Size = new System.Drawing.Size(254, 41);
+ this.aiJsonAddAiBtn.Size = new System.Drawing.Size(381, 64);
this.aiJsonAddAiBtn.TabIndex = 62;
this.aiJsonAddAiBtn.Text = "Add to Level";
this.aiJsonAddAiBtn.UseVisualStyleBackColor = true;
@@ -1997,50 +2149,50 @@ private void InitializeComponent()
//
this.aiFileNameTxt.BackColor = System.Drawing.SystemColors.Control;
this.aiFileNameTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.aiFileNameTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.aiFileNameTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.aiFileNameTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiFileNameTxt.Location = new System.Drawing.Point(881, 45);
- this.aiFileNameTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.aiFileNameTxt.Location = new System.Drawing.Point(1322, 70);
+ this.aiFileNameTxt.Margin = new System.Windows.Forms.Padding(6);
this.aiFileNameTxt.Name = "aiFileNameTxt";
this.aiFileNameTxt.ReadOnly = true;
- this.aiFileNameTxt.Size = new System.Drawing.Size(223, 30);
+ this.aiFileNameTxt.Size = new System.Drawing.Size(334, 41);
this.aiFileNameTxt.TabIndex = 57;
//
// aiFileSizeTxt
//
this.aiFileSizeTxt.BackColor = System.Drawing.SystemColors.Control;
this.aiFileSizeTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.aiFileSizeTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.aiFileSizeTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.aiFileSizeTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiFileSizeTxt.Location = new System.Drawing.Point(881, 83);
- this.aiFileSizeTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.aiFileSizeTxt.Location = new System.Drawing.Point(1322, 130);
+ this.aiFileSizeTxt.Margin = new System.Windows.Forms.Padding(6);
this.aiFileSizeTxt.Name = "aiFileSizeTxt";
this.aiFileSizeTxt.ReadOnly = true;
- this.aiFileSizeTxt.Size = new System.Drawing.Size(223, 30);
+ this.aiFileSizeTxt.Size = new System.Drawing.Size(334, 41);
this.aiFileSizeTxt.TabIndex = 58;
//
// aiJsonVersionTxt
//
this.aiJsonVersionTxt.BackColor = System.Drawing.SystemColors.Control;
this.aiJsonVersionTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.aiJsonVersionTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.aiJsonVersionTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.aiJsonVersionTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiJsonVersionTxt.Location = new System.Drawing.Point(881, 7);
- this.aiJsonVersionTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.aiJsonVersionTxt.Location = new System.Drawing.Point(1322, 11);
+ this.aiJsonVersionTxt.Margin = new System.Windows.Forms.Padding(6);
this.aiJsonVersionTxt.Name = "aiJsonVersionTxt";
- this.aiJsonVersionTxt.Size = new System.Drawing.Size(223, 30);
+ this.aiJsonVersionTxt.Size = new System.Drawing.Size(334, 41);
this.aiJsonVersionTxt.TabIndex = 59;
this.aiJsonVersionTxt.Text = "JSON v1.1";
//
// aiJsonSaveAiBtn
//
this.aiJsonSaveAiBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.aiJsonSaveAiBtn.Font = new System.Drawing.Font("Century Gothic", 10.2F);
+ this.aiJsonSaveAiBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
this.aiJsonSaveAiBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.aiJsonSaveAiBtn.Location = new System.Drawing.Point(871, 311);
- this.aiJsonSaveAiBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.aiJsonSaveAiBtn.Location = new System.Drawing.Point(1306, 486);
+ this.aiJsonSaveAiBtn.Margin = new System.Windows.Forms.Padding(6);
this.aiJsonSaveAiBtn.Name = "aiJsonSaveAiBtn";
- this.aiJsonSaveAiBtn.Size = new System.Drawing.Size(254, 41);
+ this.aiJsonSaveAiBtn.Size = new System.Drawing.Size(381, 64);
this.aiJsonSaveAiBtn.TabIndex = 56;
this.aiJsonSaveAiBtn.Text = "Save to List";
this.aiJsonSaveAiBtn.UseVisualStyleBackColor = true;
@@ -2049,19 +2201,21 @@ private void InitializeComponent()
// aiScriptEditor
//
this.aiScriptEditor.BackColor = System.Drawing.SystemColors.Control;
- this.aiScriptEditor.Location = new System.Drawing.Point(4, 26);
+ this.aiScriptEditor.Location = new System.Drawing.Point(8, 39);
+ this.aiScriptEditor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiScriptEditor.Name = "aiScriptEditor";
- this.aiScriptEditor.Padding = new System.Windows.Forms.Padding(3);
- this.aiScriptEditor.Size = new System.Drawing.Size(1129, 378);
+ this.aiScriptEditor.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.aiScriptEditor.Size = new System.Drawing.Size(1690, 591);
this.aiScriptEditor.TabIndex = 2;
this.aiScriptEditor.Text = "Script Editor";
//
// aiPatrolPathEditor
//
this.aiPatrolPathEditor.BackColor = System.Drawing.SystemColors.Control;
- this.aiPatrolPathEditor.Location = new System.Drawing.Point(4, 26);
+ this.aiPatrolPathEditor.Location = new System.Drawing.Point(8, 39);
+ this.aiPatrolPathEditor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.aiPatrolPathEditor.Name = "aiPatrolPathEditor";
- this.aiPatrolPathEditor.Size = new System.Drawing.Size(1129, 378);
+ this.aiPatrolPathEditor.Size = new System.Drawing.Size(1690, 591);
this.aiPatrolPathEditor.TabIndex = 3;
this.aiPatrolPathEditor.Text = "Patrol Editor";
//
@@ -2070,10 +2224,10 @@ private void InitializeComponent()
this.weaponEditor.BackColor = System.Drawing.SystemColors.Control;
this.weaponEditor.Controls.Add(this.weaponEditorTabs);
this.weaponEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponEditor.Location = new System.Drawing.Point(4, 30);
- this.weaponEditor.Margin = new System.Windows.Forms.Padding(4);
+ this.weaponEditor.Location = new System.Drawing.Point(8, 44);
+ this.weaponEditor.Margin = new System.Windows.Forms.Padding(6);
this.weaponEditor.Name = "weaponEditor";
- this.weaponEditor.Size = new System.Drawing.Size(1137, 387);
+ this.weaponEditor.Size = new System.Drawing.Size(1702, 606);
this.weaponEditor.TabIndex = 7;
this.weaponEditor.Text = "Weapon Editor";
//
@@ -2083,13 +2237,13 @@ private void InitializeComponent()
this.weaponEditorTabs.Controls.Add(this.weaponCfgEditor);
this.weaponEditorTabs.Controls.Add(this.weaponCfgAdvanceEditor);
this.weaponEditorTabs.Dock = System.Windows.Forms.DockStyle.Fill;
- this.weaponEditorTabs.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.weaponEditorTabs.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.weaponEditorTabs.Location = new System.Drawing.Point(0, 0);
- this.weaponEditorTabs.Margin = new System.Windows.Forms.Padding(4);
+ this.weaponEditorTabs.Margin = new System.Windows.Forms.Padding(6);
this.weaponEditorTabs.Multiline = true;
this.weaponEditorTabs.Name = "weaponEditorTabs";
this.weaponEditorTabs.SelectedIndex = 0;
- this.weaponEditorTabs.Size = new System.Drawing.Size(1137, 387);
+ this.weaponEditorTabs.Size = new System.Drawing.Size(1702, 606);
this.weaponEditorTabs.TabIndex = 86;
//
// weaponEditorMainTab
@@ -2108,12 +2262,12 @@ private void InitializeComponent()
this.weaponEditorMainTab.Controls.Add(this.removeWeaponBtn);
this.weaponEditorMainTab.Controls.Add(this.label5);
this.weaponEditorMainTab.Controls.Add(this.addWeaponBtn);
- this.weaponEditorMainTab.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.weaponEditorMainTab.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.weaponEditorMainTab.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponEditorMainTab.Location = new System.Drawing.Point(4, 26);
- this.weaponEditorMainTab.Margin = new System.Windows.Forms.Padding(4);
+ this.weaponEditorMainTab.Location = new System.Drawing.Point(8, 39);
+ this.weaponEditorMainTab.Margin = new System.Windows.Forms.Padding(6);
this.weaponEditorMainTab.Name = "weaponEditorMainTab";
- this.weaponEditorMainTab.Size = new System.Drawing.Size(1129, 357);
+ this.weaponEditorMainTab.Size = new System.Drawing.Size(1686, 559);
this.weaponEditorMainTab.TabIndex = 0;
this.weaponEditorMainTab.Text = "Main Editor";
this.weaponEditorMainTab.Click += new System.EventHandler(this.weaponEditorMainTab_Click);
@@ -2121,11 +2275,11 @@ private void InitializeComponent()
// currentWeaponCb
//
this.currentWeaponCb.AutoSize = true;
- this.currentWeaponCb.Font = new System.Drawing.Font("Century Gothic", 7.8F);
- this.currentWeaponCb.Location = new System.Drawing.Point(966, 329);
- this.currentWeaponCb.Margin = new System.Windows.Forms.Padding(4);
+ this.currentWeaponCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
+ this.currentWeaponCb.Location = new System.Drawing.Point(1449, 514);
+ this.currentWeaponCb.Margin = new System.Windows.Forms.Padding(6);
this.currentWeaponCb.Name = "currentWeaponCb";
- this.currentWeaponCb.Size = new System.Drawing.Size(148, 23);
+ this.currentWeaponCb.Size = new System.Drawing.Size(201, 29);
this.currentWeaponCb.TabIndex = 156;
this.currentWeaponCb.Text = "Current Weapon";
this.currentWeaponCb.UseVisualStyleBackColor = true;
@@ -2135,12 +2289,12 @@ private void InitializeComponent()
//
this.weaponGroupFileTxt.BackColor = System.Drawing.SystemColors.Control;
this.weaponGroupFileTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.weaponGroupFileTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponGroupFileTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponGroupFileTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponGroupFileTxt.Location = new System.Drawing.Point(255, 148);
- this.weaponGroupFileTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.weaponGroupFileTxt.Location = new System.Drawing.Point(382, 231);
+ this.weaponGroupFileTxt.Margin = new System.Windows.Forms.Padding(6);
this.weaponGroupFileTxt.Name = "weaponGroupFileTxt";
- this.weaponGroupFileTxt.Size = new System.Drawing.Size(401, 30);
+ this.weaponGroupFileTxt.Size = new System.Drawing.Size(600, 41);
this.weaponGroupFileTxt.TabIndex = 122;
this.weaponGroupFileTxt.Text = "WEAPON GROUP NAME";
this.infoViewer.SetToolTip(this.weaponGroupFileTxt, "Weapon Group File Name");
@@ -2149,10 +2303,10 @@ private void InitializeComponent()
//
this.loadWeaponGroupBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.loadWeaponGroupBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.loadWeaponGroupBtn.Location = new System.Drawing.Point(894, 148);
- this.loadWeaponGroupBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.loadWeaponGroupBtn.Location = new System.Drawing.Point(1341, 231);
+ this.loadWeaponGroupBtn.Margin = new System.Windows.Forms.Padding(6);
this.loadWeaponGroupBtn.Name = "loadWeaponGroupBtn";
- this.loadWeaponGroupBtn.Size = new System.Drawing.Size(211, 31);
+ this.loadWeaponGroupBtn.Size = new System.Drawing.Size(316, 48);
this.loadWeaponGroupBtn.TabIndex = 121;
this.loadWeaponGroupBtn.Text = "Load Group";
this.loadWeaponGroupBtn.UseVisualStyleBackColor = true;
@@ -2162,10 +2316,10 @@ private void InitializeComponent()
//
this.saveWeaponGroupBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.saveWeaponGroupBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.saveWeaponGroupBtn.Location = new System.Drawing.Point(675, 148);
- this.saveWeaponGroupBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.saveWeaponGroupBtn.Location = new System.Drawing.Point(1012, 231);
+ this.saveWeaponGroupBtn.Margin = new System.Windows.Forms.Padding(6);
this.saveWeaponGroupBtn.Name = "saveWeaponGroupBtn";
- this.saveWeaponGroupBtn.Size = new System.Drawing.Size(211, 31);
+ this.saveWeaponGroupBtn.Size = new System.Drawing.Size(316, 48);
this.saveWeaponGroupBtn.TabIndex = 120;
this.saveWeaponGroupBtn.Text = "Save Group";
this.saveWeaponGroupBtn.UseVisualStyleBackColor = true;
@@ -2174,9 +2328,10 @@ private void InitializeComponent()
// weaponAmmoTxt
//
this.weaponAmmoTxt.BackColor = System.Drawing.SystemColors.Control;
- this.weaponAmmoTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponAmmoTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponAmmoTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponAmmoTxt.Location = new System.Drawing.Point(237, 67);
+ this.weaponAmmoTxt.Location = new System.Drawing.Point(356, 105);
+ this.weaponAmmoTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponAmmoTxt.Maximum = new decimal(new int[] {
2147483647,
0,
@@ -2188,7 +2343,7 @@ private void InitializeComponent()
0,
0});
this.weaponAmmoTxt.Name = "weaponAmmoTxt";
- this.weaponAmmoTxt.Size = new System.Drawing.Size(101, 30);
+ this.weaponAmmoTxt.Size = new System.Drawing.Size(152, 41);
this.weaponAmmoTxt.TabIndex = 115;
this.weaponAmmoTxt.Value = new decimal(new int[] {
100,
@@ -2199,11 +2354,11 @@ private void InitializeComponent()
// markWeaponsCb
//
this.markWeaponsCb.AutoSize = true;
- this.markWeaponsCb.Font = new System.Drawing.Font("Century Gothic", 7.8F);
- this.markWeaponsCb.Location = new System.Drawing.Point(966, 308);
- this.markWeaponsCb.Margin = new System.Windows.Forms.Padding(4);
+ this.markWeaponsCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
+ this.markWeaponsCb.Location = new System.Drawing.Point(1449, 481);
+ this.markWeaponsCb.Margin = new System.Windows.Forms.Padding(6);
this.markWeaponsCb.Name = "markWeaponsCb";
- this.markWeaponsCb.Size = new System.Drawing.Size(131, 23);
+ this.markWeaponsCb.Size = new System.Drawing.Size(178, 29);
this.markWeaponsCb.TabIndex = 113;
this.markWeaponsCb.Text = "Mark Weapon";
this.markWeaponsCb.UseVisualStyleBackColor = true;
@@ -2211,23 +2366,23 @@ private void InitializeComponent()
// allWeaponsCb
//
this.allWeaponsCb.AutoSize = true;
- this.allWeaponsCb.Font = new System.Drawing.Font("Century Gothic", 7.8F);
- this.allWeaponsCb.Location = new System.Drawing.Point(966, 284);
- this.allWeaponsCb.Margin = new System.Windows.Forms.Padding(4);
+ this.allWeaponsCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
+ this.allWeaponsCb.Location = new System.Drawing.Point(1449, 444);
+ this.allWeaponsCb.Margin = new System.Windows.Forms.Padding(6);
this.allWeaponsCb.Name = "allWeaponsCb";
- this.allWeaponsCb.Size = new System.Drawing.Size(117, 23);
+ this.allWeaponsCb.Size = new System.Drawing.Size(165, 29);
this.allWeaponsCb.TabIndex = 114;
this.allWeaponsCb.Text = "All Weapons";
this.allWeaponsCb.UseVisualStyleBackColor = true;
//
// label4
//
- this.label4.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label4.Location = new System.Drawing.Point(49, 64);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label4.Location = new System.Drawing.Point(74, 100);
+ this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(173, 33);
+ this.label4.Size = new System.Drawing.Size(260, 52);
this.label4.TabIndex = 112;
this.label4.Text = "Ammo ";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2239,19 +2394,20 @@ private void InitializeComponent()
this.weaponDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.weaponDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.weaponDD.FormattingEnabled = true;
- this.weaponDD.Location = new System.Drawing.Point(237, 12);
+ this.weaponDD.Location = new System.Drawing.Point(356, 19);
+ this.weaponDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponDD.Name = "weaponDD";
- this.weaponDD.Size = new System.Drawing.Size(419, 29);
+ this.weaponDD.Size = new System.Drawing.Size(626, 38);
this.weaponDD.TabIndex = 111;
this.weaponDD.SelectedValueChanged += new System.EventHandler(this.weaponSelectDD_SelectedValueChanged);
//
// weaponImgBox
//
this.weaponImgBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.weaponImgBox.Location = new System.Drawing.Point(23, 123);
- this.weaponImgBox.Margin = new System.Windows.Forms.Padding(4);
+ this.weaponImgBox.Location = new System.Drawing.Point(34, 192);
+ this.weaponImgBox.Margin = new System.Windows.Forms.Padding(6);
this.weaponImgBox.Name = "weaponImgBox";
- this.weaponImgBox.Size = new System.Drawing.Size(199, 184);
+ this.weaponImgBox.Size = new System.Drawing.Size(298, 286);
this.weaponImgBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.weaponImgBox.TabIndex = 110;
this.weaponImgBox.TabStop = false;
@@ -2260,10 +2416,10 @@ private void InitializeComponent()
//
this.removeWeaponBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeWeaponBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeWeaponBtn.Location = new System.Drawing.Point(894, 10);
- this.removeWeaponBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.removeWeaponBtn.Location = new System.Drawing.Point(1341, 16);
+ this.removeWeaponBtn.Margin = new System.Windows.Forms.Padding(6);
this.removeWeaponBtn.Name = "removeWeaponBtn";
- this.removeWeaponBtn.Size = new System.Drawing.Size(211, 31);
+ this.removeWeaponBtn.Size = new System.Drawing.Size(316, 48);
this.removeWeaponBtn.TabIndex = 109;
this.removeWeaponBtn.Text = "Remove Weapon";
this.removeWeaponBtn.UseVisualStyleBackColor = true;
@@ -2271,12 +2427,12 @@ private void InitializeComponent()
//
// label5
//
- this.label5.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label5.Location = new System.Drawing.Point(46, 8);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label5.Location = new System.Drawing.Point(69, 12);
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(173, 33);
+ this.label5.Size = new System.Drawing.Size(260, 52);
this.label5.TabIndex = 106;
this.label5.Text = "Weapon";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2285,10 +2441,10 @@ private void InitializeComponent()
//
this.addWeaponBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addWeaponBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.addWeaponBtn.Location = new System.Drawing.Point(675, 10);
- this.addWeaponBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.addWeaponBtn.Location = new System.Drawing.Point(1012, 16);
+ this.addWeaponBtn.Margin = new System.Windows.Forms.Padding(6);
this.addWeaponBtn.Name = "addWeaponBtn";
- this.addWeaponBtn.Size = new System.Drawing.Size(211, 31);
+ this.addWeaponBtn.Size = new System.Drawing.Size(316, 48);
this.addWeaponBtn.TabIndex = 105;
this.addWeaponBtn.Text = "Add Weapon";
this.addWeaponBtn.UseVisualStyleBackColor = true;
@@ -2329,12 +2485,13 @@ private void InitializeComponent()
this.weaponCfgEditor.Controls.Add(this.updateWeaponDetailsBtn);
this.weaponCfgEditor.Controls.Add(this.weaponNameTxt);
this.weaponCfgEditor.Controls.Add(this.updateWeaponPropertiesBtn);
- this.weaponCfgEditor.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.weaponCfgEditor.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.weaponCfgEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponCfgEditor.Location = new System.Drawing.Point(4, 26);
+ this.weaponCfgEditor.Location = new System.Drawing.Point(8, 39);
+ this.weaponCfgEditor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponCfgEditor.Name = "weaponCfgEditor";
- this.weaponCfgEditor.Padding = new System.Windows.Forms.Padding(3);
- this.weaponCfgEditor.Size = new System.Drawing.Size(1129, 357);
+ this.weaponCfgEditor.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.weaponCfgEditor.Size = new System.Drawing.Size(1686, 523);
this.weaponCfgEditor.TabIndex = 1;
this.weaponCfgEditor.Text = "Weapon Editor";
this.weaponCfgEditor.Click += new System.EventHandler(this.weaponCfgEditor_Click);
@@ -2342,12 +2499,12 @@ private void InitializeComponent()
// resetWeaponBtn
//
this.resetWeaponBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.resetWeaponBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.resetWeaponBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.resetWeaponBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.resetWeaponBtn.Location = new System.Drawing.Point(949, 314);
- this.resetWeaponBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.resetWeaponBtn.Location = new System.Drawing.Point(1424, 491);
+ this.resetWeaponBtn.Margin = new System.Windows.Forms.Padding(6);
this.resetWeaponBtn.Name = "resetWeaponBtn";
- this.resetWeaponBtn.Size = new System.Drawing.Size(159, 31);
+ this.resetWeaponBtn.Size = new System.Drawing.Size(238, 48);
this.resetWeaponBtn.TabIndex = 155;
this.resetWeaponBtn.Text = "Reset";
this.resetWeaponBtn.UseVisualStyleBackColor = true;
@@ -2357,21 +2514,22 @@ private void InitializeComponent()
//
this.weaponRangeTxt.BackColor = System.Drawing.SystemColors.Control;
this.weaponRangeTxt.DecimalPlaces = 2;
- this.weaponRangeTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponRangeTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponRangeTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.weaponRangeTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.weaponRangeTxt.Location = new System.Drawing.Point(676, 313);
+ this.weaponRangeTxt.Location = new System.Drawing.Point(1014, 489);
+ this.weaponRangeTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponRangeTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.weaponRangeTxt.Name = "weaponRangeTxt";
- this.weaponRangeTxt.Size = new System.Drawing.Size(100, 30);
+ this.weaponRangeTxt.Size = new System.Drawing.Size(150, 41);
this.weaponRangeTxt.TabIndex = 153;
this.weaponRangeTxt.Value = new decimal(new int[] {
20,
@@ -2381,12 +2539,12 @@ private void InitializeComponent()
//
// weaponRangeLbl
//
- this.weaponRangeLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponRangeLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponRangeLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponRangeLbl.Location = new System.Drawing.Point(585, 310);
- this.weaponRangeLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponRangeLbl.Location = new System.Drawing.Point(878, 484);
+ this.weaponRangeLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponRangeLbl.Name = "weaponRangeLbl";
- this.weaponRangeLbl.Size = new System.Drawing.Size(84, 33);
+ this.weaponRangeLbl.Size = new System.Drawing.Size(126, 52);
this.weaponRangeLbl.TabIndex = 152;
this.weaponRangeLbl.Text = "Range";
this.weaponRangeLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2394,16 +2552,17 @@ private void InitializeComponent()
// weaponRoundPerMinuteTxt
//
this.weaponRoundPerMinuteTxt.BackColor = System.Drawing.SystemColors.Control;
- this.weaponRoundPerMinuteTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponRoundPerMinuteTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponRoundPerMinuteTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponRoundPerMinuteTxt.Location = new System.Drawing.Point(184, 310);
+ this.weaponRoundPerMinuteTxt.Location = new System.Drawing.Point(276, 484);
+ this.weaponRoundPerMinuteTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponRoundPerMinuteTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.weaponRoundPerMinuteTxt.Name = "weaponRoundPerMinuteTxt";
- this.weaponRoundPerMinuteTxt.Size = new System.Drawing.Size(100, 30);
+ this.weaponRoundPerMinuteTxt.Size = new System.Drawing.Size(150, 41);
this.weaponRoundPerMinuteTxt.TabIndex = 151;
this.weaponRoundPerMinuteTxt.Value = new decimal(new int[] {
5,
@@ -2414,16 +2573,17 @@ private void InitializeComponent()
// weaponBulletsTxt
//
this.weaponBulletsTxt.BackColor = System.Drawing.SystemColors.Control;
- this.weaponBulletsTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponBulletsTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponBulletsTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponBulletsTxt.Location = new System.Drawing.Point(676, 250);
+ this.weaponBulletsTxt.Location = new System.Drawing.Point(1014, 391);
+ this.weaponBulletsTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponBulletsTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.weaponBulletsTxt.Name = "weaponBulletsTxt";
- this.weaponBulletsTxt.Size = new System.Drawing.Size(100, 30);
+ this.weaponBulletsTxt.Size = new System.Drawing.Size(150, 41);
this.weaponBulletsTxt.TabIndex = 150;
this.weaponBulletsTxt.Value = new decimal(new int[] {
70,
@@ -2435,21 +2595,22 @@ private void InitializeComponent()
//
this.weaponPowerTxt.BackColor = System.Drawing.SystemColors.Control;
this.weaponPowerTxt.DecimalPlaces = 2;
- this.weaponPowerTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponPowerTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponPowerTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.weaponPowerTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.weaponPowerTxt.Location = new System.Drawing.Point(453, 250);
+ this.weaponPowerTxt.Location = new System.Drawing.Point(680, 391);
+ this.weaponPowerTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponPowerTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.weaponPowerTxt.Name = "weaponPowerTxt";
- this.weaponPowerTxt.Size = new System.Drawing.Size(100, 30);
+ this.weaponPowerTxt.Size = new System.Drawing.Size(150, 41);
this.weaponPowerTxt.TabIndex = 149;
this.weaponPowerTxt.Value = new decimal(new int[] {
20,
@@ -2461,21 +2622,22 @@ private void InitializeComponent()
//
this.weaponDamageTxt.BackColor = System.Drawing.SystemColors.Control;
this.weaponDamageTxt.DecimalPlaces = 2;
- this.weaponDamageTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponDamageTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponDamageTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.weaponDamageTxt.Increment = new decimal(new int[] {
1,
0,
0,
131072});
- this.weaponDamageTxt.Location = new System.Drawing.Point(184, 250);
+ this.weaponDamageTxt.Location = new System.Drawing.Point(276, 391);
+ this.weaponDamageTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponDamageTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.weaponDamageTxt.Name = "weaponDamageTxt";
- this.weaponDamageTxt.Size = new System.Drawing.Size(100, 30);
+ this.weaponDamageTxt.Size = new System.Drawing.Size(150, 41);
this.weaponDamageTxt.TabIndex = 148;
this.weaponDamageTxt.Value = new decimal(new int[] {
10,
@@ -2486,17 +2648,17 @@ private void InitializeComponent()
// weaponRoundPerClipTxt
//
this.weaponRoundPerClipTxt.BackColor = System.Drawing.SystemColors.Control;
- this.weaponRoundPerClipTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponRoundPerClipTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponRoundPerClipTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponRoundPerClipTxt.Location = new System.Drawing.Point(453, 314);
- this.weaponRoundPerClipTxt.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponRoundPerClipTxt.Location = new System.Drawing.Point(680, 491);
+ this.weaponRoundPerClipTxt.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponRoundPerClipTxt.Maximum = new decimal(new int[] {
-805306368,
967903254,
1843143693,
0});
this.weaponRoundPerClipTxt.Name = "weaponRoundPerClipTxt";
- this.weaponRoundPerClipTxt.Size = new System.Drawing.Size(101, 30);
+ this.weaponRoundPerClipTxt.Size = new System.Drawing.Size(152, 41);
this.weaponRoundPerClipTxt.TabIndex = 147;
this.weaponRoundPerClipTxt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.weaponRoundPerClipTxt.Value = new decimal(new int[] {
@@ -2507,24 +2669,24 @@ private void InitializeComponent()
//
// weaponRoundPerClipLbl
//
- this.weaponRoundPerClipLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponRoundPerClipLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponRoundPerClipLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponRoundPerClipLbl.Location = new System.Drawing.Point(305, 313);
- this.weaponRoundPerClipLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponRoundPerClipLbl.Location = new System.Drawing.Point(458, 489);
+ this.weaponRoundPerClipLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponRoundPerClipLbl.Name = "weaponRoundPerClipLbl";
- this.weaponRoundPerClipLbl.Size = new System.Drawing.Size(131, 33);
+ this.weaponRoundPerClipLbl.Size = new System.Drawing.Size(196, 52);
this.weaponRoundPerClipLbl.TabIndex = 154;
this.weaponRoundPerClipLbl.Text = "Rounds/Clip";
this.weaponRoundPerClipLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// weaponRoundPerMinuteLbl
//
- this.weaponRoundPerMinuteLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponRoundPerMinuteLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponRoundPerMinuteLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponRoundPerMinuteLbl.Location = new System.Drawing.Point(7, 310);
- this.weaponRoundPerMinuteLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponRoundPerMinuteLbl.Location = new System.Drawing.Point(10, 484);
+ this.weaponRoundPerMinuteLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponRoundPerMinuteLbl.Name = "weaponRoundPerMinuteLbl";
- this.weaponRoundPerMinuteLbl.Size = new System.Drawing.Size(164, 33);
+ this.weaponRoundPerMinuteLbl.Size = new System.Drawing.Size(246, 52);
this.weaponRoundPerMinuteLbl.TabIndex = 147;
this.weaponRoundPerMinuteLbl.Text = "Rounds/Minute";
this.weaponRoundPerMinuteLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2532,12 +2694,12 @@ private void InitializeComponent()
// updateWeaponPowerDamageBtn
//
this.updateWeaponPowerDamageBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.updateWeaponPowerDamageBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.updateWeaponPowerDamageBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.updateWeaponPowerDamageBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateWeaponPowerDamageBtn.Location = new System.Drawing.Point(784, 254);
- this.updateWeaponPowerDamageBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updateWeaponPowerDamageBtn.Location = new System.Drawing.Point(1176, 397);
+ this.updateWeaponPowerDamageBtn.Margin = new System.Windows.Forms.Padding(6);
this.updateWeaponPowerDamageBtn.Name = "updateWeaponPowerDamageBtn";
- this.updateWeaponPowerDamageBtn.Size = new System.Drawing.Size(324, 31);
+ this.updateWeaponPowerDamageBtn.Size = new System.Drawing.Size(486, 48);
this.updateWeaponPowerDamageBtn.TabIndex = 146;
this.updateWeaponPowerDamageBtn.Text = "Update Power";
this.updateWeaponPowerDamageBtn.UseVisualStyleBackColor = true;
@@ -2545,36 +2707,36 @@ private void InitializeComponent()
//
// weaponBulletsLbl
//
- this.weaponBulletsLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponBulletsLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponBulletsLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponBulletsLbl.Location = new System.Drawing.Point(579, 250);
- this.weaponBulletsLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponBulletsLbl.Location = new System.Drawing.Point(868, 391);
+ this.weaponBulletsLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponBulletsLbl.Name = "weaponBulletsLbl";
- this.weaponBulletsLbl.Size = new System.Drawing.Size(90, 33);
+ this.weaponBulletsLbl.Size = new System.Drawing.Size(135, 52);
this.weaponBulletsLbl.TabIndex = 145;
this.weaponBulletsLbl.Text = "Bullets";
this.weaponBulletsLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// weaponPowerLbl
//
- this.weaponPowerLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponPowerLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponPowerLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponPowerLbl.Location = new System.Drawing.Point(322, 247);
- this.weaponPowerLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponPowerLbl.Location = new System.Drawing.Point(483, 386);
+ this.weaponPowerLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponPowerLbl.Name = "weaponPowerLbl";
- this.weaponPowerLbl.Size = new System.Drawing.Size(84, 33);
+ this.weaponPowerLbl.Size = new System.Drawing.Size(126, 52);
this.weaponPowerLbl.TabIndex = 144;
this.weaponPowerLbl.Text = "Power";
this.weaponPowerLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// weaponDamageLbl
//
- this.weaponDamageLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponDamageLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponDamageLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponDamageLbl.Location = new System.Drawing.Point(10, 250);
- this.weaponDamageLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponDamageLbl.Location = new System.Drawing.Point(15, 391);
+ this.weaponDamageLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponDamageLbl.Name = "weaponDamageLbl";
- this.weaponDamageLbl.Size = new System.Drawing.Size(123, 33);
+ this.weaponDamageLbl.Size = new System.Drawing.Size(184, 52);
this.weaponDamageLbl.TabIndex = 143;
this.weaponDamageLbl.Text = "Damage";
this.weaponDamageLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2584,12 +2746,13 @@ private void InitializeComponent()
this.weaponSfx2DD.BackColor = System.Drawing.SystemColors.Control;
this.weaponSfx2DD.Cursor = System.Windows.Forms.Cursors.Hand;
this.weaponSfx2DD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.weaponSfx2DD.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.weaponSfx2DD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.weaponSfx2DD.ForeColor = System.Drawing.SystemColors.WindowText;
this.weaponSfx2DD.FormattingEnabled = true;
- this.weaponSfx2DD.Location = new System.Drawing.Point(560, 190);
+ this.weaponSfx2DD.Location = new System.Drawing.Point(840, 297);
+ this.weaponSfx2DD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponSfx2DD.Name = "weaponSfx2DD";
- this.weaponSfx2DD.Size = new System.Drawing.Size(208, 29);
+ this.weaponSfx2DD.Size = new System.Drawing.Size(310, 38);
this.weaponSfx2DD.TabIndex = 142;
//
// weaponSfx1DD
@@ -2597,12 +2760,13 @@ private void InitializeComponent()
this.weaponSfx1DD.BackColor = System.Drawing.SystemColors.Control;
this.weaponSfx1DD.Cursor = System.Windows.Forms.Cursors.Hand;
this.weaponSfx1DD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.weaponSfx1DD.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.weaponSfx1DD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.weaponSfx1DD.ForeColor = System.Drawing.SystemColors.WindowText;
this.weaponSfx1DD.FormattingEnabled = true;
- this.weaponSfx1DD.Location = new System.Drawing.Point(140, 190);
+ this.weaponSfx1DD.Location = new System.Drawing.Point(210, 297);
+ this.weaponSfx1DD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponSfx1DD.Name = "weaponSfx1DD";
- this.weaponSfx1DD.Size = new System.Drawing.Size(208, 29);
+ this.weaponSfx1DD.Size = new System.Drawing.Size(310, 38);
this.weaponSfx1DD.TabIndex = 141;
//
// weaponDisplayTypeDD
@@ -2610,7 +2774,7 @@ private void InitializeComponent()
this.weaponDisplayTypeDD.BackColor = System.Drawing.SystemColors.Control;
this.weaponDisplayTypeDD.Cursor = System.Windows.Forms.Cursors.Hand;
this.weaponDisplayTypeDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.weaponDisplayTypeDD.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.weaponDisplayTypeDD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.weaponDisplayTypeDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.weaponDisplayTypeDD.FormattingEnabled = true;
this.weaponDisplayTypeDD.Items.AddRange(new object[] {
@@ -2620,19 +2784,20 @@ private void InitializeComponent()
"CLIP",
"NORMAL",
"NONE"});
- this.weaponDisplayTypeDD.Location = new System.Drawing.Point(560, 124);
+ this.weaponDisplayTypeDD.Location = new System.Drawing.Point(840, 194);
+ this.weaponDisplayTypeDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponDisplayTypeDD.Name = "weaponDisplayTypeDD";
- this.weaponDisplayTypeDD.Size = new System.Drawing.Size(208, 29);
+ this.weaponDisplayTypeDD.Size = new System.Drawing.Size(310, 38);
this.weaponDisplayTypeDD.TabIndex = 142;
//
// sfx2Lbl
//
- this.sfx2Lbl.Font = new System.Drawing.Font("Century Gothic", 10.2F);
+ this.sfx2Lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
this.sfx2Lbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.sfx2Lbl.Location = new System.Drawing.Point(407, 190);
- this.sfx2Lbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.sfx2Lbl.Location = new System.Drawing.Point(610, 297);
+ this.sfx2Lbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.sfx2Lbl.Name = "sfx2Lbl";
- this.sfx2Lbl.Size = new System.Drawing.Size(146, 33);
+ this.sfx2Lbl.Size = new System.Drawing.Size(219, 52);
this.sfx2Lbl.TabIndex = 140;
this.sfx2Lbl.Text = "Sound Effect 2";
this.sfx2Lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2642,37 +2807,38 @@ private void InitializeComponent()
this.weaponSightTypeDD.BackColor = System.Drawing.SystemColors.Control;
this.weaponSightTypeDD.Cursor = System.Windows.Forms.Cursors.Hand;
this.weaponSightTypeDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.weaponSightTypeDD.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.weaponSightTypeDD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.weaponSightTypeDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.weaponSightTypeDD.FormattingEnabled = true;
this.weaponSightTypeDD.Items.AddRange(new object[] {
"CROSSHAIR",
"NONE"});
- this.weaponSightTypeDD.Location = new System.Drawing.Point(140, 124);
+ this.weaponSightTypeDD.Location = new System.Drawing.Point(210, 194);
+ this.weaponSightTypeDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponSightTypeDD.Name = "weaponSightTypeDD";
- this.weaponSightTypeDD.Size = new System.Drawing.Size(208, 29);
+ this.weaponSightTypeDD.Size = new System.Drawing.Size(310, 38);
this.weaponSightTypeDD.TabIndex = 141;
//
// sfx1Lbl
//
- this.sfx1Lbl.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.sfx1Lbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sfx1Lbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.sfx1Lbl.Location = new System.Drawing.Point(7, 186);
- this.sfx1Lbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.sfx1Lbl.Location = new System.Drawing.Point(10, 291);
+ this.sfx1Lbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.sfx1Lbl.Name = "sfx1Lbl";
- this.sfx1Lbl.Size = new System.Drawing.Size(133, 33);
+ this.sfx1Lbl.Size = new System.Drawing.Size(200, 52);
this.sfx1Lbl.TabIndex = 138;
this.sfx1Lbl.Text = "Sound Effect 1";
this.sfx1Lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label6
//
- this.label6.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label6.Location = new System.Drawing.Point(407, 124);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label6.Location = new System.Drawing.Point(610, 194);
+ this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(146, 33);
+ this.label6.Size = new System.Drawing.Size(219, 52);
this.label6.TabIndex = 140;
this.label6.Text = "Display Type";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2680,12 +2846,12 @@ private void InitializeComponent()
// updateWeaponSFXBtn
//
this.updateWeaponSFXBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.updateWeaponSFXBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.updateWeaponSFXBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.updateWeaponSFXBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateWeaponSFXBtn.Location = new System.Drawing.Point(784, 190);
- this.updateWeaponSFXBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updateWeaponSFXBtn.Location = new System.Drawing.Point(1176, 297);
+ this.updateWeaponSFXBtn.Margin = new System.Windows.Forms.Padding(6);
this.updateWeaponSFXBtn.Name = "updateWeaponSFXBtn";
- this.updateWeaponSFXBtn.Size = new System.Drawing.Size(323, 31);
+ this.updateWeaponSFXBtn.Size = new System.Drawing.Size(484, 48);
this.updateWeaponSFXBtn.TabIndex = 137;
this.updateWeaponSFXBtn.Text = "Update SFX";
this.updateWeaponSFXBtn.UseVisualStyleBackColor = true;
@@ -2693,12 +2859,12 @@ private void InitializeComponent()
//
// label7
//
- this.label7.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label7.Location = new System.Drawing.Point(19, 120);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label7.Location = new System.Drawing.Point(28, 188);
+ this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(114, 33);
+ this.label7.Size = new System.Drawing.Size(171, 52);
this.label7.TabIndex = 138;
this.label7.Text = "Sight Type";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2706,12 +2872,12 @@ private void InitializeComponent()
// updateWeaponUIBtn
//
this.updateWeaponUIBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.updateWeaponUIBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.updateWeaponUIBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.updateWeaponUIBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateWeaponUIBtn.Location = new System.Drawing.Point(784, 124);
- this.updateWeaponUIBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updateWeaponUIBtn.Location = new System.Drawing.Point(1176, 194);
+ this.updateWeaponUIBtn.Margin = new System.Windows.Forms.Padding(6);
this.updateWeaponUIBtn.Name = "updateWeaponUIBtn";
- this.updateWeaponUIBtn.Size = new System.Drawing.Size(323, 31);
+ this.updateWeaponUIBtn.Size = new System.Drawing.Size(484, 48);
this.updateWeaponUIBtn.TabIndex = 137;
this.updateWeaponUIBtn.Text = "Update UI";
this.updateWeaponUIBtn.UseVisualStyleBackColor = true;
@@ -2719,12 +2885,12 @@ private void InitializeComponent()
//
// label2
//
- this.label2.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
- this.label2.Location = new System.Drawing.Point(417, 69);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.label2.Location = new System.Drawing.Point(626, 108);
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(137, 33);
+ this.label2.Size = new System.Drawing.Size(206, 52);
this.label2.TabIndex = 135;
this.label2.Text = "Description";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2733,24 +2899,24 @@ private void InitializeComponent()
//
this.weaponDescriptionTxt.BackColor = System.Drawing.SystemColors.Control;
this.weaponDescriptionTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.weaponDescriptionTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponDescriptionTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponDescriptionTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponDescriptionTxt.Location = new System.Drawing.Point(562, 70);
- this.weaponDescriptionTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.weaponDescriptionTxt.Location = new System.Drawing.Point(843, 109);
+ this.weaponDescriptionTxt.Margin = new System.Windows.Forms.Padding(6);
this.weaponDescriptionTxt.Name = "weaponDescriptionTxt";
- this.weaponDescriptionTxt.Size = new System.Drawing.Size(208, 30);
+ this.weaponDescriptionTxt.Size = new System.Drawing.Size(311, 41);
this.weaponDescriptionTxt.TabIndex = 134;
this.weaponDescriptionTxt.Text = "";
this.infoViewer.SetToolTip(this.weaponDescriptionTxt, "Weapon Description");
//
// weaponNameLbl
//
- this.weaponNameLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponNameLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponNameLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponNameLbl.Location = new System.Drawing.Point(19, 70);
- this.weaponNameLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponNameLbl.Location = new System.Drawing.Point(28, 109);
+ this.weaponNameLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponNameLbl.Name = "weaponNameLbl";
- this.weaponNameLbl.Size = new System.Drawing.Size(114, 33);
+ this.weaponNameLbl.Size = new System.Drawing.Size(171, 52);
this.weaponNameLbl.TabIndex = 133;
this.weaponNameLbl.Text = "Name";
this.weaponNameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2760,23 +2926,24 @@ private void InitializeComponent()
this.weaponCfgDD.BackColor = System.Drawing.SystemColors.Control;
this.weaponCfgDD.Cursor = System.Windows.Forms.Cursors.Hand;
this.weaponCfgDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.weaponCfgDD.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.weaponCfgDD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.weaponCfgDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.weaponCfgDD.FormattingEnabled = true;
- this.weaponCfgDD.Location = new System.Drawing.Point(316, 6);
+ this.weaponCfgDD.Location = new System.Drawing.Point(474, 9);
+ this.weaponCfgDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponCfgDD.Name = "weaponCfgDD";
- this.weaponCfgDD.Size = new System.Drawing.Size(419, 29);
+ this.weaponCfgDD.Size = new System.Drawing.Size(626, 38);
this.weaponCfgDD.TabIndex = 123;
this.weaponCfgDD.SelectedIndexChanged += new System.EventHandler(this.weaponCfgDD_SelectedIndexChanged);
//
// weaponTypeLblDD
//
- this.weaponTypeLblDD.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponTypeLblDD.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponTypeLblDD.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponTypeLblDD.Location = new System.Drawing.Point(125, 2);
- this.weaponTypeLblDD.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.weaponTypeLblDD.Location = new System.Drawing.Point(188, 3);
+ this.weaponTypeLblDD.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.weaponTypeLblDD.Name = "weaponTypeLblDD";
- this.weaponTypeLblDD.Size = new System.Drawing.Size(173, 33);
+ this.weaponTypeLblDD.Size = new System.Drawing.Size(260, 52);
this.weaponTypeLblDD.TabIndex = 122;
this.weaponTypeLblDD.Text = "Weapon";
this.weaponTypeLblDD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2784,12 +2951,12 @@ private void InitializeComponent()
// updateWeaponDetailsBtn
//
this.updateWeaponDetailsBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.updateWeaponDetailsBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.updateWeaponDetailsBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.updateWeaponDetailsBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateWeaponDetailsBtn.Location = new System.Drawing.Point(784, 70);
- this.updateWeaponDetailsBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updateWeaponDetailsBtn.Location = new System.Drawing.Point(1176, 109);
+ this.updateWeaponDetailsBtn.Margin = new System.Windows.Forms.Padding(6);
this.updateWeaponDetailsBtn.Name = "updateWeaponDetailsBtn";
- this.updateWeaponDetailsBtn.Size = new System.Drawing.Size(324, 31);
+ this.updateWeaponDetailsBtn.Size = new System.Drawing.Size(486, 48);
this.updateWeaponDetailsBtn.TabIndex = 121;
this.updateWeaponDetailsBtn.Text = "Update Details";
this.updateWeaponDetailsBtn.UseVisualStyleBackColor = true;
@@ -2799,12 +2966,12 @@ private void InitializeComponent()
//
this.weaponNameTxt.BackColor = System.Drawing.SystemColors.Control;
this.weaponNameTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.weaponNameTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.weaponNameTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.weaponNameTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.weaponNameTxt.Location = new System.Drawing.Point(141, 70);
- this.weaponNameTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.weaponNameTxt.Location = new System.Drawing.Point(212, 109);
+ this.weaponNameTxt.Margin = new System.Windows.Forms.Padding(6);
this.weaponNameTxt.Name = "weaponNameTxt";
- this.weaponNameTxt.Size = new System.Drawing.Size(208, 30);
+ this.weaponNameTxt.Size = new System.Drawing.Size(311, 41);
this.weaponNameTxt.TabIndex = 120;
this.weaponNameTxt.Text = "Sniperz";
this.infoViewer.SetToolTip(this.weaponNameTxt, "Weapon Name");
@@ -2812,12 +2979,12 @@ private void InitializeComponent()
// updateWeaponPropertiesBtn
//
this.updateWeaponPropertiesBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.updateWeaponPropertiesBtn.Font = new System.Drawing.Font("Century Gothic", 9.75F);
+ this.updateWeaponPropertiesBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.updateWeaponPropertiesBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateWeaponPropertiesBtn.Location = new System.Drawing.Point(783, 314);
- this.updateWeaponPropertiesBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.updateWeaponPropertiesBtn.Location = new System.Drawing.Point(1174, 491);
+ this.updateWeaponPropertiesBtn.Margin = new System.Windows.Forms.Padding(6);
this.updateWeaponPropertiesBtn.Name = "updateWeaponPropertiesBtn";
- this.updateWeaponPropertiesBtn.Size = new System.Drawing.Size(166, 31);
+ this.updateWeaponPropertiesBtn.Size = new System.Drawing.Size(249, 48);
this.updateWeaponPropertiesBtn.TabIndex = 119;
this.updateWeaponPropertiesBtn.Text = "Update";
this.updateWeaponPropertiesBtn.UseVisualStyleBackColor = true;
@@ -2826,10 +2993,11 @@ private void InitializeComponent()
// weaponCfgAdvanceEditor
//
this.weaponCfgAdvanceEditor.BackColor = System.Drawing.SystemColors.Control;
- this.weaponCfgAdvanceEditor.Location = new System.Drawing.Point(4, 26);
+ this.weaponCfgAdvanceEditor.Location = new System.Drawing.Point(8, 39);
+ this.weaponCfgAdvanceEditor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.weaponCfgAdvanceEditor.Name = "weaponCfgAdvanceEditor";
- this.weaponCfgAdvanceEditor.Padding = new System.Windows.Forms.Padding(3);
- this.weaponCfgAdvanceEditor.Size = new System.Drawing.Size(1129, 357);
+ this.weaponCfgAdvanceEditor.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.weaponCfgAdvanceEditor.Size = new System.Drawing.Size(1686, 523);
this.weaponCfgAdvanceEditor.TabIndex = 2;
this.weaponCfgAdvanceEditor.Text = "Advance Editor";
//
@@ -2839,10 +3007,10 @@ private void InitializeComponent()
this.threeDEditor.Controls.Add(this.resume3DEditorBtn);
this.threeDEditor.Controls.Add(this.start3DEditorBtn);
this.threeDEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.threeDEditor.Location = new System.Drawing.Point(4, 30);
- this.threeDEditor.Margin = new System.Windows.Forms.Padding(4);
+ this.threeDEditor.Location = new System.Drawing.Point(8, 44);
+ this.threeDEditor.Margin = new System.Windows.Forms.Padding(6);
this.threeDEditor.Name = "threeDEditor";
- this.threeDEditor.Size = new System.Drawing.Size(1137, 387);
+ this.threeDEditor.Size = new System.Drawing.Size(1702, 606);
this.threeDEditor.TabIndex = 3;
this.threeDEditor.Text = "3D Editor";
//
@@ -2850,10 +3018,10 @@ private void InitializeComponent()
//
this.resume3DEditorBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.resume3DEditorBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.resume3DEditorBtn.Location = new System.Drawing.Point(457, 125);
- this.resume3DEditorBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.resume3DEditorBtn.Location = new System.Drawing.Point(686, 195);
+ this.resume3DEditorBtn.Margin = new System.Windows.Forms.Padding(6);
this.resume3DEditorBtn.Name = "resume3DEditorBtn";
- this.resume3DEditorBtn.Size = new System.Drawing.Size(267, 41);
+ this.resume3DEditorBtn.Size = new System.Drawing.Size(400, 64);
this.resume3DEditorBtn.TabIndex = 22;
this.resume3DEditorBtn.Text = "Resume 3D Editor";
this.resume3DEditorBtn.UseVisualStyleBackColor = true;
@@ -2862,10 +3030,10 @@ private void InitializeComponent()
//
this.start3DEditorBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.start3DEditorBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.start3DEditorBtn.Location = new System.Drawing.Point(457, 76);
- this.start3DEditorBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.start3DEditorBtn.Location = new System.Drawing.Point(686, 119);
+ this.start3DEditorBtn.Margin = new System.Windows.Forms.Padding(6);
this.start3DEditorBtn.Name = "start3DEditorBtn";
- this.start3DEditorBtn.Size = new System.Drawing.Size(267, 41);
+ this.start3DEditorBtn.Size = new System.Drawing.Size(400, 64);
this.start3DEditorBtn.TabIndex = 21;
this.start3DEditorBtn.Text = "Start 3D Editor";
this.start3DEditorBtn.UseVisualStyleBackColor = true;
@@ -2894,22 +3062,22 @@ private void InitializeComponent()
this.missionEditor.Controls.Add(this.loadMissionBtn);
this.missionEditor.Controls.Add(this.saveMissionBtn);
this.missionEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionEditor.Location = new System.Drawing.Point(4, 30);
- this.missionEditor.Margin = new System.Windows.Forms.Padding(4);
+ this.missionEditor.Location = new System.Drawing.Point(8, 44);
+ this.missionEditor.Margin = new System.Windows.Forms.Padding(6);
this.missionEditor.Name = "missionEditor";
- this.missionEditor.Size = new System.Drawing.Size(1137, 387);
+ this.missionEditor.Size = new System.Drawing.Size(1702, 606);
this.missionEditor.TabIndex = 4;
this.missionEditor.Text = "Mission Editor";
//
// missionLevelLbl
//
this.missionLevelLbl.AutoSize = true;
- this.missionLevelLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionLevelLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionLevelLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionLevelLbl.Location = new System.Drawing.Point(447, 257);
- this.missionLevelLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.missionLevelLbl.Location = new System.Drawing.Point(670, 402);
+ this.missionLevelLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.missionLevelLbl.Name = "missionLevelLbl";
- this.missionLevelLbl.Size = new System.Drawing.Size(59, 22);
+ this.missionLevelLbl.Size = new System.Drawing.Size(86, 36);
this.missionLevelLbl.TabIndex = 81;
this.missionLevelLbl.Text = "Level";
this.missionLevelLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -2917,12 +3085,12 @@ private void InitializeComponent()
// missionAuthorLbl
//
this.missionAuthorLbl.AutoSize = true;
- this.missionAuthorLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionAuthorLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionAuthorLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionAuthorLbl.Location = new System.Drawing.Point(225, 257);
- this.missionAuthorLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.missionAuthorLbl.Location = new System.Drawing.Point(338, 402);
+ this.missionAuthorLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.missionAuthorLbl.Name = "missionAuthorLbl";
- this.missionAuthorLbl.Size = new System.Drawing.Size(84, 22);
+ this.missionAuthorLbl.Size = new System.Drawing.Size(121, 36);
this.missionAuthorLbl.TabIndex = 80;
this.missionAuthorLbl.Text = "Author: ";
this.missionAuthorLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -2930,12 +3098,12 @@ private void InitializeComponent()
// missionSizeLbl
//
this.missionSizeLbl.AutoSize = true;
- this.missionSizeLbl.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.missionSizeLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.missionSizeLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionSizeLbl.Location = new System.Drawing.Point(527, 257);
- this.missionSizeLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.missionSizeLbl.Location = new System.Drawing.Point(790, 402);
+ this.missionSizeLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.missionSizeLbl.Name = "missionSizeLbl";
- this.missionSizeLbl.Size = new System.Drawing.Size(49, 21);
+ this.missionSizeLbl.Size = new System.Drawing.Size(86, 32);
this.missionSizeLbl.TabIndex = 79;
this.missionSizeLbl.Text = "Size: ";
this.missionSizeLbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -2947,9 +3115,10 @@ private void InitializeComponent()
this.missionsOnlineDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.missionsOnlineDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.missionsOnlineDD.FormattingEnabled = true;
- this.missionsOnlineDD.Location = new System.Drawing.Point(229, 215);
+ this.missionsOnlineDD.Location = new System.Drawing.Point(344, 336);
+ this.missionsOnlineDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.missionsOnlineDD.Name = "missionsOnlineDD";
- this.missionsOnlineDD.Size = new System.Drawing.Size(447, 29);
+ this.missionsOnlineDD.Size = new System.Drawing.Size(668, 38);
this.missionsOnlineDD.TabIndex = 78;
this.missionsOnlineDD.SelectedIndexChanged += new System.EventHandler(this.missionsOnlineDD_SelectedIndexChanged);
//
@@ -2957,10 +3126,10 @@ private void InitializeComponent()
//
this.uploadMissionBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.uploadMissionBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.uploadMissionBtn.Location = new System.Drawing.Point(451, 329);
- this.uploadMissionBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.uploadMissionBtn.Location = new System.Drawing.Point(676, 514);
+ this.uploadMissionBtn.Margin = new System.Windows.Forms.Padding(6);
this.uploadMissionBtn.Name = "uploadMissionBtn";
- this.uploadMissionBtn.Size = new System.Drawing.Size(225, 31);
+ this.uploadMissionBtn.Size = new System.Drawing.Size(338, 48);
this.uploadMissionBtn.TabIndex = 77;
this.uploadMissionBtn.Text = "Upload";
this.uploadMissionBtn.UseVisualStyleBackColor = true;
@@ -2968,12 +3137,12 @@ private void InitializeComponent()
//
// missionServerList
//
- this.missionServerList.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionServerList.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionServerList.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionServerList.Location = new System.Drawing.Point(44, 211);
- this.missionServerList.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.missionServerList.Location = new System.Drawing.Point(66, 330);
+ this.missionServerList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.missionServerList.Name = "missionServerList";
- this.missionServerList.Size = new System.Drawing.Size(173, 33);
+ this.missionServerList.Size = new System.Drawing.Size(260, 52);
this.missionServerList.TabIndex = 76;
this.missionServerList.Text = "Missions Online";
this.missionServerList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2983,23 +3152,23 @@ private void InitializeComponent()
this.missionLevelFlowTimerCb.AutoSize = true;
this.missionLevelFlowTimerCb.Checked = true;
this.missionLevelFlowTimerCb.CheckState = System.Windows.Forms.CheckState.Checked;
- this.missionLevelFlowTimerCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.missionLevelFlowTimerCb.Location = new System.Drawing.Point(809, 357);
- this.missionLevelFlowTimerCb.Margin = new System.Windows.Forms.Padding(4);
+ this.missionLevelFlowTimerCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.missionLevelFlowTimerCb.Location = new System.Drawing.Point(1214, 558);
+ this.missionLevelFlowTimerCb.Margin = new System.Windows.Forms.Padding(6);
this.missionLevelFlowTimerCb.Name = "missionLevelFlowTimerCb";
- this.missionLevelFlowTimerCb.Size = new System.Drawing.Size(118, 23);
+ this.missionLevelFlowTimerCb.Size = new System.Drawing.Size(171, 29);
this.missionLevelFlowTimerCb.TabIndex = 74;
this.missionLevelFlowTimerCb.Text = "Enable Timer";
this.missionLevelFlowTimerCb.UseVisualStyleBackColor = true;
//
// missionPlayTimeLbl
//
- this.missionPlayTimeLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionPlayTimeLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionPlayTimeLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionPlayTimeLbl.Location = new System.Drawing.Point(805, 309);
- this.missionPlayTimeLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.missionPlayTimeLbl.Location = new System.Drawing.Point(1208, 483);
+ this.missionPlayTimeLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.missionPlayTimeLbl.Name = "missionPlayTimeLbl";
- this.missionPlayTimeLbl.Size = new System.Drawing.Size(122, 33);
+ this.missionPlayTimeLbl.Size = new System.Drawing.Size(183, 52);
this.missionPlayTimeLbl.TabIndex = 36;
this.missionPlayTimeLbl.Text = "Play Time";
this.missionPlayTimeLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3008,10 +3177,10 @@ private void InitializeComponent()
//
this.addLevelFlowBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addLevelFlowBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.addLevelFlowBtn.Location = new System.Drawing.Point(946, 347);
- this.addLevelFlowBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.addLevelFlowBtn.Location = new System.Drawing.Point(1419, 542);
+ this.addLevelFlowBtn.Margin = new System.Windows.Forms.Padding(6);
this.addLevelFlowBtn.Name = "addLevelFlowBtn";
- this.addLevelFlowBtn.Size = new System.Drawing.Size(183, 31);
+ this.addLevelFlowBtn.Size = new System.Drawing.Size(274, 48);
this.addLevelFlowBtn.TabIndex = 35;
this.addLevelFlowBtn.Text = "Add Timer";
this.addLevelFlowBtn.UseVisualStyleBackColor = true;
@@ -3021,10 +3190,10 @@ private void InitializeComponent()
//
this.downloadMissionBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.downloadMissionBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.downloadMissionBtn.Location = new System.Drawing.Point(229, 329);
- this.downloadMissionBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.downloadMissionBtn.Location = new System.Drawing.Point(344, 514);
+ this.downloadMissionBtn.Margin = new System.Windows.Forms.Padding(6);
this.downloadMissionBtn.Name = "downloadMissionBtn";
- this.downloadMissionBtn.Size = new System.Drawing.Size(222, 31);
+ this.downloadMissionBtn.Size = new System.Drawing.Size(333, 48);
this.downloadMissionBtn.TabIndex = 34;
this.downloadMissionBtn.Text = "Download";
this.downloadMissionBtn.UseVisualStyleBackColor = true;
@@ -3034,10 +3203,10 @@ private void InitializeComponent()
//
this.installMissionBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.installMissionBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.installMissionBtn.Location = new System.Drawing.Point(712, 38);
- this.installMissionBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.installMissionBtn.Location = new System.Drawing.Point(1068, 59);
+ this.installMissionBtn.Margin = new System.Windows.Forms.Padding(6);
this.installMissionBtn.Name = "installMissionBtn";
- this.installMissionBtn.Size = new System.Drawing.Size(210, 31);
+ this.installMissionBtn.Size = new System.Drawing.Size(315, 48);
this.installMissionBtn.TabIndex = 34;
this.installMissionBtn.Text = "Install Mission";
this.installMissionBtn.UseVisualStyleBackColor = true;
@@ -3047,22 +3216,22 @@ private void InitializeComponent()
//
this.missionDescTxt.BackColor = System.Drawing.SystemColors.Control;
this.missionDescTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.missionDescTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionDescTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionDescTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionDescTxt.Location = new System.Drawing.Point(226, 100);
- this.missionDescTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.missionDescTxt.Location = new System.Drawing.Point(339, 156);
+ this.missionDescTxt.Margin = new System.Windows.Forms.Padding(6);
this.missionDescTxt.Name = "missionDescTxt";
- this.missionDescTxt.Size = new System.Drawing.Size(450, 30);
+ this.missionDescTxt.Size = new System.Drawing.Size(674, 41);
this.missionDescTxt.TabIndex = 33;
//
// missionDescLbl
//
- this.missionDescLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionDescLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionDescLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionDescLbl.Location = new System.Drawing.Point(52, 99);
- this.missionDescLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.missionDescLbl.Location = new System.Drawing.Point(78, 155);
+ this.missionDescLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.missionDescLbl.Name = "missionDescLbl";
- this.missionDescLbl.Size = new System.Drawing.Size(173, 33);
+ this.missionDescLbl.Size = new System.Drawing.Size(260, 52);
this.missionDescLbl.TabIndex = 32;
this.missionDescLbl.Text = "Description ";
this.missionDescLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3071,10 +3240,10 @@ private void InitializeComponent()
//
this.missionRefreshBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.missionRefreshBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionRefreshBtn.Location = new System.Drawing.Point(712, 211);
- this.missionRefreshBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.missionRefreshBtn.Location = new System.Drawing.Point(1068, 330);
+ this.missionRefreshBtn.Margin = new System.Windows.Forms.Padding(6);
this.missionRefreshBtn.Name = "missionRefreshBtn";
- this.missionRefreshBtn.Size = new System.Drawing.Size(210, 31);
+ this.missionRefreshBtn.Size = new System.Drawing.Size(315, 48);
this.missionRefreshBtn.TabIndex = 28;
this.missionRefreshBtn.Text = "Refresh Missions";
this.missionRefreshBtn.UseVisualStyleBackColor = true;
@@ -3084,10 +3253,10 @@ private void InitializeComponent()
//
this.removeMissionBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeMissionBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeMissionBtn.Location = new System.Drawing.Point(712, 101);
- this.removeMissionBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.removeMissionBtn.Location = new System.Drawing.Point(1068, 158);
+ this.removeMissionBtn.Margin = new System.Windows.Forms.Padding(6);
this.removeMissionBtn.Name = "removeMissionBtn";
- this.removeMissionBtn.Size = new System.Drawing.Size(210, 31);
+ this.removeMissionBtn.Size = new System.Drawing.Size(315, 48);
this.removeMissionBtn.TabIndex = 28;
this.removeMissionBtn.Text = "Remove Mission";
this.removeMissionBtn.UseVisualStyleBackColor = true;
@@ -3097,12 +3266,12 @@ private void InitializeComponent()
//
this.missionPlayTimeTxt.BackColor = System.Drawing.SystemColors.Control;
this.missionPlayTimeTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.missionPlayTimeTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionPlayTimeTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionPlayTimeTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionPlayTimeTxt.Location = new System.Drawing.Point(946, 309);
- this.missionPlayTimeTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.missionPlayTimeTxt.Location = new System.Drawing.Point(1419, 483);
+ this.missionPlayTimeTxt.Margin = new System.Windows.Forms.Padding(6);
this.missionPlayTimeTxt.Name = "missionPlayTimeTxt";
- this.missionPlayTimeTxt.Size = new System.Drawing.Size(183, 30);
+ this.missionPlayTimeTxt.Size = new System.Drawing.Size(274, 41);
this.missionPlayTimeTxt.TabIndex = 30;
this.missionPlayTimeTxt.Text = "60";
//
@@ -3110,22 +3279,22 @@ private void InitializeComponent()
//
this.missionNameTxt.BackColor = System.Drawing.SystemColors.Control;
this.missionNameTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.missionNameTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionNameTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionNameTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionNameTxt.Location = new System.Drawing.Point(226, 41);
- this.missionNameTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.missionNameTxt.Location = new System.Drawing.Point(339, 64);
+ this.missionNameTxt.Margin = new System.Windows.Forms.Padding(6);
this.missionNameTxt.Name = "missionNameTxt";
- this.missionNameTxt.Size = new System.Drawing.Size(450, 30);
+ this.missionNameTxt.Size = new System.Drawing.Size(674, 41);
this.missionNameTxt.TabIndex = 30;
//
// missionNameLbl
//
- this.missionNameLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.missionNameLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.missionNameLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.missionNameLbl.Location = new System.Drawing.Point(52, 40);
- this.missionNameLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.missionNameLbl.Location = new System.Drawing.Point(78, 62);
+ this.missionNameLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.missionNameLbl.Name = "missionNameLbl";
- this.missionNameLbl.Size = new System.Drawing.Size(173, 33);
+ this.missionNameLbl.Size = new System.Drawing.Size(260, 52);
this.missionNameLbl.TabIndex = 29;
this.missionNameLbl.Text = "Name ";
this.missionNameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3134,10 +3303,10 @@ private void InitializeComponent()
//
this.loadMissionBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.loadMissionBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.loadMissionBtn.Location = new System.Drawing.Point(451, 150);
- this.loadMissionBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.loadMissionBtn.Location = new System.Drawing.Point(676, 234);
+ this.loadMissionBtn.Margin = new System.Windows.Forms.Padding(6);
this.loadMissionBtn.Name = "loadMissionBtn";
- this.loadMissionBtn.Size = new System.Drawing.Size(225, 31);
+ this.loadMissionBtn.Size = new System.Drawing.Size(338, 48);
this.loadMissionBtn.TabIndex = 28;
this.loadMissionBtn.Text = "Load Mission";
this.loadMissionBtn.UseVisualStyleBackColor = true;
@@ -3147,10 +3316,10 @@ private void InitializeComponent()
//
this.saveMissionBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.saveMissionBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.saveMissionBtn.Location = new System.Drawing.Point(226, 150);
- this.saveMissionBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.saveMissionBtn.Location = new System.Drawing.Point(339, 234);
+ this.saveMissionBtn.Margin = new System.Windows.Forms.Padding(6);
this.saveMissionBtn.Name = "saveMissionBtn";
- this.saveMissionBtn.Size = new System.Drawing.Size(225, 31);
+ this.saveMissionBtn.Size = new System.Drawing.Size(338, 48);
this.saveMissionBtn.TabIndex = 28;
this.saveMissionBtn.Text = "Save Mission";
this.saveMissionBtn.UseVisualStyleBackColor = true;
@@ -3197,20 +3366,21 @@ private void InitializeComponent()
this.graphEditor.Controls.Add(this.graphIdDD);
this.graphEditor.Controls.Add(this.graphIdLbl);
this.graphEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.graphEditor.Location = new System.Drawing.Point(4, 30);
+ this.graphEditor.Location = new System.Drawing.Point(8, 44);
+ this.graphEditor.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.graphEditor.Name = "graphEditor";
- this.graphEditor.Size = new System.Drawing.Size(1137, 387);
+ this.graphEditor.Size = new System.Drawing.Size(1702, 606);
this.graphEditor.TabIndex = 9;
this.graphEditor.Text = "Graph Editor";
//
// nodesInfoCb
//
this.nodesInfoCb.AutoSize = true;
- this.nodesInfoCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.nodesInfoCb.Location = new System.Drawing.Point(1002, 336);
- this.nodesInfoCb.Margin = new System.Windows.Forms.Padding(4);
+ this.nodesInfoCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.nodesInfoCb.Location = new System.Drawing.Point(1503, 525);
+ this.nodesInfoCb.Margin = new System.Windows.Forms.Padding(6);
this.nodesInfoCb.Name = "nodesInfoCb";
- this.nodesInfoCb.Size = new System.Drawing.Size(112, 23);
+ this.nodesInfoCb.Size = new System.Drawing.Size(160, 29);
this.nodesInfoCb.TabIndex = 82;
this.nodesInfoCb.Text = "Nodes - Info";
this.nodesInfoCb.UseVisualStyleBackColor = true;
@@ -3219,11 +3389,11 @@ private void InitializeComponent()
// showAllGraphsCb
//
this.showAllGraphsCb.AutoSize = true;
- this.showAllGraphsCb.Font = new System.Drawing.Font("Century Gothic", 7.8F);
- this.showAllGraphsCb.Location = new System.Drawing.Point(342, 74);
- this.showAllGraphsCb.Margin = new System.Windows.Forms.Padding(4);
+ this.showAllGraphsCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
+ this.showAllGraphsCb.Location = new System.Drawing.Point(513, 116);
+ this.showAllGraphsCb.Margin = new System.Windows.Forms.Padding(6);
this.showAllGraphsCb.Name = "showAllGraphsCb";
- this.showAllGraphsCb.Size = new System.Drawing.Size(100, 23);
+ this.showAllGraphsCb.Size = new System.Drawing.Size(144, 29);
this.showAllGraphsCb.TabIndex = 81;
this.showAllGraphsCb.Text = "All Graphs";
this.showAllGraphsCb.UseVisualStyleBackColor = true;
@@ -3231,12 +3401,12 @@ private void InitializeComponent()
//
// gameItemsLbl
//
- this.gameItemsLbl.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.gameItemsLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.gameItemsLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gameItemsLbl.Location = new System.Drawing.Point(1002, 0);
- this.gameItemsLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.gameItemsLbl.Location = new System.Drawing.Point(1503, 0);
+ this.gameItemsLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.gameItemsLbl.Name = "gameItemsLbl";
- this.gameItemsLbl.Size = new System.Drawing.Size(127, 19);
+ this.gameItemsLbl.Size = new System.Drawing.Size(190, 30);
this.gameItemsLbl.TabIndex = 80;
this.gameItemsLbl.Text = "Game Items";
this.gameItemsLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3247,12 +3417,12 @@ private void InitializeComponent()
//
this.stopTraversingNodesBtn.Enabled = false;
this.stopTraversingNodesBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.stopTraversingNodesBtn.Font = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.stopTraversingNodesBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.stopTraversingNodesBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.stopTraversingNodesBtn.Location = new System.Drawing.Point(636, 206);
- this.stopTraversingNodesBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.stopTraversingNodesBtn.Location = new System.Drawing.Point(954, 322);
+ this.stopTraversingNodesBtn.Margin = new System.Windows.Forms.Padding(6);
this.stopTraversingNodesBtn.Name = "stopTraversingNodesBtn";
- this.stopTraversingNodesBtn.Size = new System.Drawing.Size(147, 41);
+ this.stopTraversingNodesBtn.Size = new System.Drawing.Size(220, 64);
this.stopTraversingNodesBtn.TabIndex = 79;
this.stopTraversingNodesBtn.Text = "Stop Traversing";
this.stopTraversingNodesBtn.UseVisualStyleBackColor = true;
@@ -3263,11 +3433,11 @@ private void InitializeComponent()
this.manualTeleportGraphCb.AutoSize = true;
this.manualTeleportGraphCb.Checked = true;
this.manualTeleportGraphCb.CheckState = System.Windows.Forms.CheckState.Checked;
- this.manualTeleportGraphCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.manualTeleportGraphCb.Location = new System.Drawing.Point(51, 255);
- this.manualTeleportGraphCb.Margin = new System.Windows.Forms.Padding(4);
+ this.manualTeleportGraphCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.manualTeleportGraphCb.Location = new System.Drawing.Point(76, 398);
+ this.manualTeleportGraphCb.Margin = new System.Windows.Forms.Padding(6);
this.manualTeleportGraphCb.Name = "manualTeleportGraphCb";
- this.manualTeleportGraphCb.Size = new System.Drawing.Size(139, 23);
+ this.manualTeleportGraphCb.Size = new System.Drawing.Size(188, 29);
this.manualTeleportGraphCb.TabIndex = 78;
this.manualTeleportGraphCb.Text = "Manual - Mode";
this.manualTeleportGraphCb.UseVisualStyleBackColor = true;
@@ -3278,11 +3448,11 @@ private void InitializeComponent()
this.manualTeleportNodeCb.AutoSize = true;
this.manualTeleportNodeCb.Checked = true;
this.manualTeleportNodeCb.CheckState = System.Windows.Forms.CheckState.Checked;
- this.manualTeleportNodeCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.manualTeleportNodeCb.Location = new System.Drawing.Point(337, 255);
- this.manualTeleportNodeCb.Margin = new System.Windows.Forms.Padding(4);
+ this.manualTeleportNodeCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.manualTeleportNodeCb.Location = new System.Drawing.Point(506, 398);
+ this.manualTeleportNodeCb.Margin = new System.Windows.Forms.Padding(6);
this.manualTeleportNodeCb.Name = "manualTeleportNodeCb";
- this.manualTeleportNodeCb.Size = new System.Drawing.Size(139, 23);
+ this.manualTeleportNodeCb.Size = new System.Drawing.Size(188, 29);
this.manualTeleportNodeCb.TabIndex = 77;
this.manualTeleportNodeCb.Text = "Manual - Mode";
this.manualTeleportNodeCb.UseVisualStyleBackColor = true;
@@ -3291,11 +3461,11 @@ private void InitializeComponent()
// autoTeleportGraphCb
//
this.autoTeleportGraphCb.AutoSize = true;
- this.autoTeleportGraphCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.autoTeleportGraphCb.Location = new System.Drawing.Point(201, 255);
- this.autoTeleportGraphCb.Margin = new System.Windows.Forms.Padding(4);
+ this.autoTeleportGraphCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.autoTeleportGraphCb.Location = new System.Drawing.Point(302, 398);
+ this.autoTeleportGraphCb.Margin = new System.Windows.Forms.Padding(6);
this.autoTeleportGraphCb.Name = "autoTeleportGraphCb";
- this.autoTeleportGraphCb.Size = new System.Drawing.Size(117, 23);
+ this.autoTeleportGraphCb.Size = new System.Drawing.Size(161, 29);
this.autoTeleportGraphCb.TabIndex = 76;
this.autoTeleportGraphCb.Text = "Auto - Mode";
this.autoTeleportGraphCb.UseVisualStyleBackColor = true;
@@ -3305,10 +3475,10 @@ private void InitializeComponent()
//
this.teleportToGraphBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.teleportToGraphBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.teleportToGraphBtn.Location = new System.Drawing.Point(51, 206);
- this.teleportToGraphBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.teleportToGraphBtn.Location = new System.Drawing.Point(76, 322);
+ this.teleportToGraphBtn.Margin = new System.Windows.Forms.Padding(6);
this.teleportToGraphBtn.Name = "teleportToGraphBtn";
- this.teleportToGraphBtn.Size = new System.Drawing.Size(267, 41);
+ this.teleportToGraphBtn.Size = new System.Drawing.Size(400, 64);
this.teleportToGraphBtn.TabIndex = 75;
this.teleportToGraphBtn.Text = "Teleport To Graph";
this.teleportToGraphBtn.UseVisualStyleBackColor = true;
@@ -3317,11 +3487,11 @@ private void InitializeComponent()
// autoTeleportNodeCb
//
this.autoTeleportNodeCb.AutoSize = true;
- this.autoTeleportNodeCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.autoTeleportNodeCb.Location = new System.Drawing.Point(487, 255);
- this.autoTeleportNodeCb.Margin = new System.Windows.Forms.Padding(4);
+ this.autoTeleportNodeCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.autoTeleportNodeCb.Location = new System.Drawing.Point(730, 398);
+ this.autoTeleportNodeCb.Margin = new System.Windows.Forms.Padding(6);
this.autoTeleportNodeCb.Name = "autoTeleportNodeCb";
- this.autoTeleportNodeCb.Size = new System.Drawing.Size(117, 23);
+ this.autoTeleportNodeCb.Size = new System.Drawing.Size(161, 29);
this.autoTeleportNodeCb.TabIndex = 74;
this.autoTeleportNodeCb.Text = "Auto - Mode";
this.autoTeleportNodeCb.UseVisualStyleBackColor = true;
@@ -3330,11 +3500,11 @@ private void InitializeComponent()
// viewPortCameraEnableCb
//
this.viewPortCameraEnableCb.AutoSize = true;
- this.viewPortCameraEnableCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.viewPortCameraEnableCb.Location = new System.Drawing.Point(636, 255);
- this.viewPortCameraEnableCb.Margin = new System.Windows.Forms.Padding(4);
+ this.viewPortCameraEnableCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.viewPortCameraEnableCb.Location = new System.Drawing.Point(954, 398);
+ this.viewPortCameraEnableCb.Margin = new System.Windows.Forms.Padding(6);
this.viewPortCameraEnableCb.Name = "viewPortCameraEnableCb";
- this.viewPortCameraEnableCb.Size = new System.Drawing.Size(150, 23);
+ this.viewPortCameraEnableCb.Size = new System.Drawing.Size(205, 29);
this.viewPortCameraEnableCb.TabIndex = 73;
this.viewPortCameraEnableCb.Text = "Camera - Enable";
this.viewPortCameraEnableCb.UseVisualStyleBackColor = true;
@@ -3344,10 +3514,10 @@ private void InitializeComponent()
//
this.teleportToNodeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.teleportToNodeBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.teleportToNodeBtn.Location = new System.Drawing.Point(342, 206);
- this.teleportToNodeBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.teleportToNodeBtn.Location = new System.Drawing.Point(513, 322);
+ this.teleportToNodeBtn.Margin = new System.Windows.Forms.Padding(6);
this.teleportToNodeBtn.Name = "teleportToNodeBtn";
- this.teleportToNodeBtn.Size = new System.Drawing.Size(267, 41);
+ this.teleportToNodeBtn.Size = new System.Drawing.Size(400, 64);
this.teleportToNodeBtn.TabIndex = 72;
this.teleportToNodeBtn.Text = "Teleport To Node";
this.teleportToNodeBtn.UseVisualStyleBackColor = true;
@@ -3356,11 +3526,11 @@ private void InitializeComponent()
// nodeIdMetreCb
//
this.nodeIdMetreCb.AutoSize = true;
- this.nodeIdMetreCb.Font = new System.Drawing.Font("Century Gothic", 9F);
- this.nodeIdMetreCb.Location = new System.Drawing.Point(678, 154);
- this.nodeIdMetreCb.Margin = new System.Windows.Forms.Padding(4);
+ this.nodeIdMetreCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
+ this.nodeIdMetreCb.Location = new System.Drawing.Point(1017, 241);
+ this.nodeIdMetreCb.Margin = new System.Windows.Forms.Padding(6);
this.nodeIdMetreCb.Name = "nodeIdMetreCb";
- this.nodeIdMetreCb.Size = new System.Drawing.Size(76, 24);
+ this.nodeIdMetreCb.Size = new System.Drawing.Size(107, 33);
this.nodeIdMetreCb.TabIndex = 70;
this.nodeIdMetreCb.Text = "Meter";
this.nodeIdMetreCb.UseVisualStyleBackColor = true;
@@ -3371,11 +3541,11 @@ private void InitializeComponent()
this.nodeIdOffsetCb.AutoSize = true;
this.nodeIdOffsetCb.Checked = true;
this.nodeIdOffsetCb.CheckState = System.Windows.Forms.CheckState.Checked;
- this.nodeIdOffsetCb.Font = new System.Drawing.Font("Century Gothic", 9F);
- this.nodeIdOffsetCb.Location = new System.Drawing.Point(595, 154);
- this.nodeIdOffsetCb.Margin = new System.Windows.Forms.Padding(4);
+ this.nodeIdOffsetCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
+ this.nodeIdOffsetCb.Location = new System.Drawing.Point(892, 241);
+ this.nodeIdOffsetCb.Margin = new System.Windows.Forms.Padding(6);
this.nodeIdOffsetCb.Name = "nodeIdOffsetCb";
- this.nodeIdOffsetCb.Size = new System.Drawing.Size(75, 24);
+ this.nodeIdOffsetCb.Size = new System.Drawing.Size(108, 33);
this.nodeIdOffsetCb.TabIndex = 71;
this.nodeIdOffsetCb.Text = "Offset";
this.nodeIdOffsetCb.UseVisualStyleBackColor = true;
@@ -3385,23 +3555,23 @@ private void InitializeComponent()
//
this.graphTotalNodesTxt.BackColor = System.Drawing.SystemColors.Control;
this.graphTotalNodesTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.graphTotalNodesTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.graphTotalNodesTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.graphTotalNodesTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.graphTotalNodesTxt.Location = new System.Drawing.Point(901, 40);
- this.graphTotalNodesTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.graphTotalNodesTxt.Location = new System.Drawing.Point(1352, 62);
+ this.graphTotalNodesTxt.Margin = new System.Windows.Forms.Padding(6);
this.graphTotalNodesTxt.Name = "graphTotalNodesTxt";
this.graphTotalNodesTxt.ReadOnly = true;
- this.graphTotalNodesTxt.Size = new System.Drawing.Size(142, 30);
+ this.graphTotalNodesTxt.Size = new System.Drawing.Size(212, 41);
this.graphTotalNodesTxt.TabIndex = 69;
//
// graphTotalNodesLbl
//
- this.graphTotalNodesLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.graphTotalNodesLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.graphTotalNodesLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.graphTotalNodesLbl.Location = new System.Drawing.Point(699, 36);
- this.graphTotalNodesLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.graphTotalNodesLbl.Location = new System.Drawing.Point(1048, 56);
+ this.graphTotalNodesLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.graphTotalNodesLbl.Name = "graphTotalNodesLbl";
- this.graphTotalNodesLbl.Size = new System.Drawing.Size(165, 33);
+ this.graphTotalNodesLbl.Size = new System.Drawing.Size(248, 52);
this.graphTotalNodesLbl.TabIndex = 68;
this.graphTotalNodesLbl.Text = "Total Nodes";
this.graphTotalNodesLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3410,36 +3580,36 @@ private void InitializeComponent()
//
this.nodeCriteriaTxt.BackColor = System.Drawing.SystemColors.Control;
this.nodeCriteriaTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.nodeCriteriaTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.nodeCriteriaTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.nodeCriteriaTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.nodeCriteriaTxt.Location = new System.Drawing.Point(275, 115);
- this.nodeCriteriaTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.nodeCriteriaTxt.Location = new System.Drawing.Point(412, 180);
+ this.nodeCriteriaTxt.Margin = new System.Windows.Forms.Padding(6);
this.nodeCriteriaTxt.Name = "nodeCriteriaTxt";
this.nodeCriteriaTxt.ReadOnly = true;
- this.nodeCriteriaTxt.Size = new System.Drawing.Size(234, 30);
+ this.nodeCriteriaTxt.Size = new System.Drawing.Size(350, 41);
this.nodeCriteriaTxt.TabIndex = 67;
//
// nodeZTxt
//
this.nodeZTxt.BackColor = System.Drawing.SystemColors.Control;
this.nodeZTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.nodeZTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.nodeZTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.nodeZTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.nodeZTxt.Location = new System.Drawing.Point(989, 116);
- this.nodeZTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.nodeZTxt.Location = new System.Drawing.Point(1484, 181);
+ this.nodeZTxt.Margin = new System.Windows.Forms.Padding(6);
this.nodeZTxt.Name = "nodeZTxt";
- this.nodeZTxt.Size = new System.Drawing.Size(120, 30);
+ this.nodeZTxt.Size = new System.Drawing.Size(179, 41);
this.nodeZTxt.TabIndex = 66;
this.nodeZTxt.Text = "0";
//
// nodeZLbl
//
- this.nodeZLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.nodeZLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.nodeZLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.nodeZLbl.Location = new System.Drawing.Point(937, 113);
- this.nodeZLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.nodeZLbl.Location = new System.Drawing.Point(1406, 177);
+ this.nodeZLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.nodeZLbl.Name = "nodeZLbl";
- this.nodeZLbl.Size = new System.Drawing.Size(44, 33);
+ this.nodeZLbl.Size = new System.Drawing.Size(66, 52);
this.nodeZLbl.TabIndex = 65;
this.nodeZLbl.Text = "Z ";
this.nodeZLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3448,23 +3618,23 @@ private void InitializeComponent()
//
this.nodeYTxt.BackColor = System.Drawing.SystemColors.Control;
this.nodeYTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.nodeYTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.nodeYTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.nodeYTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.nodeYTxt.Location = new System.Drawing.Point(788, 116);
- this.nodeYTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.nodeYTxt.Location = new System.Drawing.Point(1182, 181);
+ this.nodeYTxt.Margin = new System.Windows.Forms.Padding(6);
this.nodeYTxt.Name = "nodeYTxt";
- this.nodeYTxt.Size = new System.Drawing.Size(120, 30);
+ this.nodeYTxt.Size = new System.Drawing.Size(179, 41);
this.nodeYTxt.TabIndex = 64;
this.nodeYTxt.Text = "0";
//
// nodeYLbl
//
- this.nodeYLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.nodeYLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.nodeYLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.nodeYLbl.Location = new System.Drawing.Point(736, 113);
- this.nodeYLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.nodeYLbl.Location = new System.Drawing.Point(1104, 177);
+ this.nodeYLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.nodeYLbl.Name = "nodeYLbl";
- this.nodeYLbl.Size = new System.Drawing.Size(44, 33);
+ this.nodeYLbl.Size = new System.Drawing.Size(66, 52);
this.nodeYLbl.TabIndex = 63;
this.nodeYLbl.Text = "Y ";
this.nodeYLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3473,23 +3643,23 @@ private void InitializeComponent()
//
this.nodeXTxt.BackColor = System.Drawing.SystemColors.Control;
this.nodeXTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.nodeXTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.nodeXTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.nodeXTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.nodeXTxt.Location = new System.Drawing.Point(597, 116);
- this.nodeXTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.nodeXTxt.Location = new System.Drawing.Point(896, 181);
+ this.nodeXTxt.Margin = new System.Windows.Forms.Padding(6);
this.nodeXTxt.Name = "nodeXTxt";
- this.nodeXTxt.Size = new System.Drawing.Size(120, 30);
+ this.nodeXTxt.Size = new System.Drawing.Size(179, 41);
this.nodeXTxt.TabIndex = 62;
this.nodeXTxt.Text = "0";
//
// nodeXLbl
//
- this.nodeXLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.nodeXLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.nodeXLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.nodeXLbl.Location = new System.Drawing.Point(545, 113);
- this.nodeXLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.nodeXLbl.Location = new System.Drawing.Point(818, 177);
+ this.nodeXLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.nodeXLbl.Name = "nodeXLbl";
- this.nodeXLbl.Size = new System.Drawing.Size(44, 33);
+ this.nodeXLbl.Size = new System.Drawing.Size(66, 52);
this.nodeXLbl.TabIndex = 61;
this.nodeXLbl.Text = "X ";
this.nodeXLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3498,10 +3668,10 @@ private void InitializeComponent()
//
this.removeNodesBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeNodesBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeNodesBtn.Location = new System.Drawing.Point(51, 336);
- this.removeNodesBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.removeNodesBtn.Location = new System.Drawing.Point(76, 525);
+ this.removeNodesBtn.Margin = new System.Windows.Forms.Padding(6);
this.removeNodesBtn.Name = "removeNodesBtn";
- this.removeNodesBtn.Size = new System.Drawing.Size(267, 41);
+ this.removeNodesBtn.Size = new System.Drawing.Size(400, 64);
this.removeNodesBtn.TabIndex = 60;
this.removeNodesBtn.Text = "Remove Node";
this.removeNodesBtn.UseVisualStyleBackColor = true;
@@ -3511,10 +3681,10 @@ private void InitializeComponent()
//
this.removeLinksBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeLinksBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeLinksBtn.Location = new System.Drawing.Point(342, 336);
- this.removeLinksBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.removeLinksBtn.Location = new System.Drawing.Point(513, 525);
+ this.removeLinksBtn.Margin = new System.Windows.Forms.Padding(6);
this.removeLinksBtn.Name = "removeLinksBtn";
- this.removeLinksBtn.Size = new System.Drawing.Size(267, 41);
+ this.removeLinksBtn.Size = new System.Drawing.Size(400, 64);
this.removeLinksBtn.TabIndex = 60;
this.removeLinksBtn.Text = "Remove Link";
this.removeLinksBtn.UseVisualStyleBackColor = true;
@@ -3524,10 +3694,10 @@ private void InitializeComponent()
//
this.refreshLinksBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.refreshLinksBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.refreshLinksBtn.Location = new System.Drawing.Point(476, 295);
- this.refreshLinksBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.refreshLinksBtn.Location = new System.Drawing.Point(714, 461);
+ this.refreshLinksBtn.Margin = new System.Windows.Forms.Padding(6);
this.refreshLinksBtn.Name = "refreshLinksBtn";
- this.refreshLinksBtn.Size = new System.Drawing.Size(133, 41);
+ this.refreshLinksBtn.Size = new System.Drawing.Size(200, 64);
this.refreshLinksBtn.TabIndex = 60;
this.refreshLinksBtn.Text = "Refresh";
this.refreshLinksBtn.UseVisualStyleBackColor = true;
@@ -3537,10 +3707,10 @@ private void InitializeComponent()
//
this.addLinksBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addLinksBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.addLinksBtn.Location = new System.Drawing.Point(342, 295);
- this.addLinksBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.addLinksBtn.Location = new System.Drawing.Point(513, 461);
+ this.addLinksBtn.Margin = new System.Windows.Forms.Padding(6);
this.addLinksBtn.Name = "addLinksBtn";
- this.addLinksBtn.Size = new System.Drawing.Size(133, 41);
+ this.addLinksBtn.Size = new System.Drawing.Size(200, 64);
this.addLinksBtn.TabIndex = 60;
this.addLinksBtn.Text = "Add";
this.addLinksBtn.UseVisualStyleBackColor = true;
@@ -3549,12 +3719,12 @@ private void InitializeComponent()
// refreshNodesBtn
//
this.refreshNodesBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.refreshNodesBtn.Font = new System.Drawing.Font("Century Gothic", 9.45F);
+ this.refreshNodesBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.45F);
this.refreshNodesBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.refreshNodesBtn.Location = new System.Drawing.Point(185, 295);
- this.refreshNodesBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.refreshNodesBtn.Location = new System.Drawing.Point(278, 461);
+ this.refreshNodesBtn.Margin = new System.Windows.Forms.Padding(6);
this.refreshNodesBtn.Name = "refreshNodesBtn";
- this.refreshNodesBtn.Size = new System.Drawing.Size(133, 41);
+ this.refreshNodesBtn.Size = new System.Drawing.Size(200, 64);
this.refreshNodesBtn.TabIndex = 60;
this.refreshNodesBtn.Text = "Refresh";
this.refreshNodesBtn.UseVisualStyleBackColor = true;
@@ -3564,10 +3734,10 @@ private void InitializeComponent()
//
this.addNodesBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addNodesBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.addNodesBtn.Location = new System.Drawing.Point(51, 295);
- this.addNodesBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.addNodesBtn.Location = new System.Drawing.Point(76, 461);
+ this.addNodesBtn.Margin = new System.Windows.Forms.Padding(6);
this.addNodesBtn.Name = "addNodesBtn";
- this.addNodesBtn.Size = new System.Drawing.Size(133, 41);
+ this.addNodesBtn.Size = new System.Drawing.Size(200, 64);
this.addNodesBtn.TabIndex = 60;
this.addNodesBtn.Text = "Add";
this.addNodesBtn.UseVisualStyleBackColor = true;
@@ -3576,11 +3746,11 @@ private void InitializeComponent()
// graphsMarkCb
//
this.graphsMarkCb.AutoSize = true;
- this.graphsMarkCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.graphsMarkCb.Location = new System.Drawing.Point(870, 336);
- this.graphsMarkCb.Margin = new System.Windows.Forms.Padding(4);
+ this.graphsMarkCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.graphsMarkCb.Location = new System.Drawing.Point(1305, 525);
+ this.graphsMarkCb.Margin = new System.Windows.Forms.Padding(6);
this.graphsMarkCb.Name = "graphsMarkCb";
- this.graphsMarkCb.Size = new System.Drawing.Size(123, 23);
+ this.graphsMarkCb.Size = new System.Drawing.Size(170, 29);
this.graphsMarkCb.TabIndex = 58;
this.graphsMarkCb.Text = "Graph - Mark";
this.graphsMarkCb.UseVisualStyleBackColor = true;
@@ -3589,11 +3759,11 @@ private void InitializeComponent()
// graphsAllCb
//
this.graphsAllCb.AutoSize = true;
- this.graphsAllCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.graphsAllCb.Location = new System.Drawing.Point(870, 360);
- this.graphsAllCb.Margin = new System.Windows.Forms.Padding(4);
+ this.graphsAllCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.graphsAllCb.Location = new System.Drawing.Point(1305, 562);
+ this.graphsAllCb.Margin = new System.Windows.Forms.Padding(6);
this.graphsAllCb.Name = "graphsAllCb";
- this.graphsAllCb.Size = new System.Drawing.Size(104, 23);
+ this.graphsAllCb.Size = new System.Drawing.Size(146, 29);
this.graphsAllCb.TabIndex = 58;
this.graphsAllCb.Text = "Graph - All";
this.graphsAllCb.UseVisualStyleBackColor = true;
@@ -3602,11 +3772,11 @@ private void InitializeComponent()
// nodesHilightCb
//
this.nodesHilightCb.AutoSize = true;
- this.nodesHilightCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.nodesHilightCb.Location = new System.Drawing.Point(1001, 360);
- this.nodesHilightCb.Margin = new System.Windows.Forms.Padding(4);
+ this.nodesHilightCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.nodesHilightCb.Location = new System.Drawing.Point(1502, 562);
+ this.nodesHilightCb.Margin = new System.Windows.Forms.Padding(6);
this.nodesHilightCb.Name = "nodesHilightCb";
- this.nodesHilightCb.Size = new System.Drawing.Size(129, 23);
+ this.nodesHilightCb.Size = new System.Drawing.Size(185, 29);
this.nodesHilightCb.TabIndex = 58;
this.nodesHilightCb.Text = "Nodes - Hilight";
this.nodesHilightCb.UseVisualStyleBackColor = true;
@@ -3617,11 +3787,11 @@ private void InitializeComponent()
this.nodesObjectsCb.AutoSize = true;
this.nodesObjectsCb.Checked = true;
this.nodesObjectsCb.CheckState = System.Windows.Forms.CheckState.Checked;
- this.nodesObjectsCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.nodesObjectsCb.Location = new System.Drawing.Point(1002, 307);
- this.nodesObjectsCb.Margin = new System.Windows.Forms.Padding(4);
+ this.nodesObjectsCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.nodesObjectsCb.Location = new System.Drawing.Point(1503, 480);
+ this.nodesObjectsCb.Margin = new System.Windows.Forms.Padding(6);
this.nodesObjectsCb.Name = "nodesObjectsCb";
- this.nodesObjectsCb.Size = new System.Drawing.Size(131, 23);
+ this.nodesObjectsCb.Size = new System.Drawing.Size(181, 29);
this.nodesObjectsCb.TabIndex = 57;
this.nodesObjectsCb.Text = "Nodes- Object";
this.nodesObjectsCb.UseVisualStyleBackColor = true;
@@ -3634,20 +3804,21 @@ private void InitializeComponent()
this.nodeIdDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.nodeIdDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.nodeIdDD.FormattingEnabled = true;
- this.nodeIdDD.Location = new System.Drawing.Point(177, 112);
+ this.nodeIdDD.Location = new System.Drawing.Point(266, 175);
+ this.nodeIdDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.nodeIdDD.Name = "nodeIdDD";
- this.nodeIdDD.Size = new System.Drawing.Size(73, 29);
+ this.nodeIdDD.Size = new System.Drawing.Size(108, 38);
this.nodeIdDD.TabIndex = 56;
this.nodeIdDD.SelectedIndexChanged += new System.EventHandler(this.nodeIdDD_SelectedIndexChanged);
//
// nodeIdLbl
//
- this.nodeIdLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.nodeIdLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.nodeIdLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.nodeIdLbl.Location = new System.Drawing.Point(8, 108);
- this.nodeIdLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.nodeIdLbl.Location = new System.Drawing.Point(12, 169);
+ this.nodeIdLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.nodeIdLbl.Name = "nodeIdLbl";
- this.nodeIdLbl.Size = new System.Drawing.Size(173, 33);
+ this.nodeIdLbl.Size = new System.Drawing.Size(260, 52);
this.nodeIdLbl.TabIndex = 55;
this.nodeIdLbl.Text = "Node Id ";
this.nodeIdLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3656,13 +3827,13 @@ private void InitializeComponent()
//
this.graphAreaLbl.BackColor = System.Drawing.SystemColors.Control;
this.graphAreaLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.graphAreaLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.graphAreaLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.graphAreaLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.graphAreaLbl.Location = new System.Drawing.Point(342, 36);
- this.graphAreaLbl.Margin = new System.Windows.Forms.Padding(4);
+ this.graphAreaLbl.Location = new System.Drawing.Point(513, 56);
+ this.graphAreaLbl.Margin = new System.Windows.Forms.Padding(6);
this.graphAreaLbl.Name = "graphAreaLbl";
this.graphAreaLbl.ReadOnly = true;
- this.graphAreaLbl.Size = new System.Drawing.Size(328, 30);
+ this.graphAreaLbl.Size = new System.Drawing.Size(491, 41);
this.graphAreaLbl.TabIndex = 52;
this.graphAreaLbl.Text = "Graph Area";
//
@@ -3673,20 +3844,21 @@ private void InitializeComponent()
this.graphIdDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.graphIdDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.graphIdDD.FormattingEnabled = true;
- this.graphIdDD.Location = new System.Drawing.Point(177, 36);
+ this.graphIdDD.Location = new System.Drawing.Point(266, 56);
+ this.graphIdDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.graphIdDD.Name = "graphIdDD";
- this.graphIdDD.Size = new System.Drawing.Size(73, 29);
+ this.graphIdDD.Size = new System.Drawing.Size(108, 38);
this.graphIdDD.TabIndex = 51;
this.graphIdDD.SelectedIndexChanged += new System.EventHandler(this.graphIdDD_SelectedIndexChanged);
//
// graphIdLbl
//
- this.graphIdLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.graphIdLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.graphIdLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.graphIdLbl.Location = new System.Drawing.Point(4, 32);
- this.graphIdLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.graphIdLbl.Location = new System.Drawing.Point(6, 50);
+ this.graphIdLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.graphIdLbl.Name = "graphIdLbl";
- this.graphIdLbl.Size = new System.Drawing.Size(173, 33);
+ this.graphIdLbl.Size = new System.Drawing.Size(260, 52);
this.graphIdLbl.TabIndex = 50;
this.graphIdLbl.Text = "Graph Id ";
this.graphIdLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3726,22 +3898,22 @@ private void InitializeComponent()
this.positionEditor.Controls.Add(this.xPosLbl_O);
this.positionEditor.Controls.Add(this.updateObjPosition);
this.positionEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.positionEditor.Location = new System.Drawing.Point(4, 30);
- this.positionEditor.Margin = new System.Windows.Forms.Padding(4);
+ this.positionEditor.Location = new System.Drawing.Point(8, 44);
+ this.positionEditor.Margin = new System.Windows.Forms.Padding(6);
this.positionEditor.Name = "positionEditor";
- this.positionEditor.Size = new System.Drawing.Size(1137, 387);
+ this.positionEditor.Size = new System.Drawing.Size(1702, 606);
this.positionEditor.TabIndex = 5;
this.positionEditor.Text = "Position Editor";
//
// resetPosCb
//
this.resetPosCb.AutoSize = true;
- this.resetPosCb.Font = new System.Drawing.Font("Century Gothic", 9F);
+ this.resetPosCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
this.resetPosCb.ForeColor = System.Drawing.SystemColors.ControlText;
- this.resetPosCb.Location = new System.Drawing.Point(1019, 332);
- this.resetPosCb.Margin = new System.Windows.Forms.Padding(4);
+ this.resetPosCb.Location = new System.Drawing.Point(1528, 519);
+ this.resetPosCb.Margin = new System.Windows.Forms.Padding(6);
this.resetPosCb.Name = "resetPosCb";
- this.resetPosCb.Size = new System.Drawing.Size(100, 24);
+ this.resetPosCb.Size = new System.Drawing.Size(156, 33);
this.resetPosCb.TabIndex = 73;
this.resetPosCb.Text = "Reset Pos";
this.resetPosCb.UseVisualStyleBackColor = true;
@@ -3751,97 +3923,100 @@ private void InitializeComponent()
//
this.gammaTxt.BackColor = System.Drawing.SystemColors.Control;
this.gammaTxt.DecimalPlaces = 4;
- this.gammaTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.gammaTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.gammaTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.gammaTxt.Increment = new decimal(new int[] {
1,
0,
0,
262144});
- this.gammaTxt.Location = new System.Drawing.Point(691, 208);
+ this.gammaTxt.Location = new System.Drawing.Point(1036, 325);
+ this.gammaTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.gammaTxt.Maximum = new decimal(new int[] {
9,
0,
0,
0});
this.gammaTxt.Name = "gammaTxt";
- this.gammaTxt.Size = new System.Drawing.Size(120, 30);
+ this.gammaTxt.Size = new System.Drawing.Size(180, 41);
this.gammaTxt.TabIndex = 70;
//
// betaTxt
//
this.betaTxt.BackColor = System.Drawing.SystemColors.Control;
this.betaTxt.DecimalPlaces = 4;
- this.betaTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.betaTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.betaTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.betaTxt.Increment = new decimal(new int[] {
1,
0,
0,
262144});
- this.betaTxt.Location = new System.Drawing.Point(426, 208);
+ this.betaTxt.Location = new System.Drawing.Point(639, 325);
+ this.betaTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.betaTxt.Maximum = new decimal(new int[] {
9,
0,
0,
0});
this.betaTxt.Name = "betaTxt";
- this.betaTxt.Size = new System.Drawing.Size(120, 30);
+ this.betaTxt.Size = new System.Drawing.Size(180, 41);
this.betaTxt.TabIndex = 71;
//
// alphaTxt
//
this.alphaTxt.BackColor = System.Drawing.SystemColors.Control;
this.alphaTxt.DecimalPlaces = 4;
- this.alphaTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.alphaTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.alphaTxt.ForeColor = System.Drawing.SystemColors.ControlText;
this.alphaTxt.Increment = new decimal(new int[] {
1,
0,
0,
262144});
- this.alphaTxt.Location = new System.Drawing.Point(174, 208);
+ this.alphaTxt.Location = new System.Drawing.Point(261, 325);
+ this.alphaTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.alphaTxt.Maximum = new decimal(new int[] {
9,
0,
0,
0});
this.alphaTxt.Name = "alphaTxt";
- this.alphaTxt.Size = new System.Drawing.Size(120, 30);
+ this.alphaTxt.Size = new System.Drawing.Size(180, 41);
this.alphaTxt.TabIndex = 72;
//
// gammaLbl
//
- this.gammaLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.gammaLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.gammaLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gammaLbl.Location = new System.Drawing.Point(569, 206);
- this.gammaLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.gammaLbl.Location = new System.Drawing.Point(854, 322);
+ this.gammaLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.gammaLbl.Name = "gammaLbl";
- this.gammaLbl.Size = new System.Drawing.Size(104, 33);
+ this.gammaLbl.Size = new System.Drawing.Size(156, 52);
this.gammaLbl.TabIndex = 69;
this.gammaLbl.Text = "Gamma ";
this.gammaLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// betaLbl
//
- this.betaLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.betaLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.betaLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.betaLbl.Location = new System.Drawing.Point(325, 204);
- this.betaLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.betaLbl.Location = new System.Drawing.Point(488, 319);
+ this.betaLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.betaLbl.Name = "betaLbl";
- this.betaLbl.Size = new System.Drawing.Size(93, 33);
+ this.betaLbl.Size = new System.Drawing.Size(140, 52);
this.betaLbl.TabIndex = 68;
this.betaLbl.Text = "Beta ";
this.betaLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// alphaLbl
//
- this.alphaLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.alphaLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.alphaLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.alphaLbl.Location = new System.Drawing.Point(74, 202);
- this.alphaLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.alphaLbl.Location = new System.Drawing.Point(111, 316);
+ this.alphaLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.alphaLbl.Name = "alphaLbl";
- this.alphaLbl.Size = new System.Drawing.Size(93, 33);
+ this.alphaLbl.Size = new System.Drawing.Size(140, 52);
this.alphaLbl.TabIndex = 67;
this.alphaLbl.Text = "Alpha ";
this.alphaLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3850,10 +4025,10 @@ private void InitializeComponent()
//
this.updateObjOrientation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.updateObjOrientation.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateObjOrientation.Location = new System.Drawing.Point(851, 207);
- this.updateObjOrientation.Margin = new System.Windows.Forms.Padding(4);
+ this.updateObjOrientation.Location = new System.Drawing.Point(1276, 323);
+ this.updateObjOrientation.Margin = new System.Windows.Forms.Padding(6);
this.updateObjOrientation.Name = "updateObjOrientation";
- this.updateObjOrientation.Size = new System.Drawing.Size(277, 31);
+ this.updateObjOrientation.Size = new System.Drawing.Size(416, 48);
this.updateObjOrientation.TabIndex = 66;
this.updateObjOrientation.Text = "Update Object Orientation";
this.updateObjOrientation.UseVisualStyleBackColor = true;
@@ -3862,11 +4037,11 @@ private void InitializeComponent()
// humanPosMeterCb
//
this.humanPosMeterCb.AutoSize = true;
- this.humanPosMeterCb.Font = new System.Drawing.Font("Century Gothic", 9F);
- this.humanPosMeterCb.Location = new System.Drawing.Point(929, 332);
- this.humanPosMeterCb.Margin = new System.Windows.Forms.Padding(4);
+ this.humanPosMeterCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
+ this.humanPosMeterCb.Location = new System.Drawing.Point(1394, 519);
+ this.humanPosMeterCb.Margin = new System.Windows.Forms.Padding(6);
this.humanPosMeterCb.Name = "humanPosMeterCb";
- this.humanPosMeterCb.Size = new System.Drawing.Size(76, 24);
+ this.humanPosMeterCb.Size = new System.Drawing.Size(107, 33);
this.humanPosMeterCb.TabIndex = 64;
this.humanPosMeterCb.Text = "Meter";
this.humanPosMeterCb.UseVisualStyleBackColor = true;
@@ -3877,11 +4052,11 @@ private void InitializeComponent()
this.humanPosOffCb.AutoSize = true;
this.humanPosOffCb.Checked = true;
this.humanPosOffCb.CheckState = System.Windows.Forms.CheckState.Checked;
- this.humanPosOffCb.Font = new System.Drawing.Font("Century Gothic", 9F);
- this.humanPosOffCb.Location = new System.Drawing.Point(851, 332);
- this.humanPosOffCb.Margin = new System.Windows.Forms.Padding(4);
+ this.humanPosOffCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
+ this.humanPosOffCb.Location = new System.Drawing.Point(1276, 519);
+ this.humanPosOffCb.Margin = new System.Windows.Forms.Padding(6);
this.humanPosOffCb.Name = "humanPosOffCb";
- this.humanPosOffCb.Size = new System.Drawing.Size(75, 24);
+ this.humanPosOffCb.Size = new System.Drawing.Size(108, 33);
this.humanPosOffCb.TabIndex = 65;
this.humanPosOffCb.Text = "Offset";
this.humanPosOffCb.UseVisualStyleBackColor = true;
@@ -3891,23 +4066,23 @@ private void InitializeComponent()
//
this.zPosTxt_H.BackColor = System.Drawing.SystemColors.Control;
this.zPosTxt_H.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.zPosTxt_H.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.zPosTxt_H.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.zPosTxt_H.ForeColor = System.Drawing.SystemColors.ControlText;
- this.zPosTxt_H.Location = new System.Drawing.Point(691, 295);
- this.zPosTxt_H.Margin = new System.Windows.Forms.Padding(4);
+ this.zPosTxt_H.Location = new System.Drawing.Point(1036, 461);
+ this.zPosTxt_H.Margin = new System.Windows.Forms.Padding(6);
this.zPosTxt_H.Name = "zPosTxt_H";
- this.zPosTxt_H.Size = new System.Drawing.Size(120, 30);
+ this.zPosTxt_H.Size = new System.Drawing.Size(179, 41);
this.zPosTxt_H.TabIndex = 63;
this.zPosTxt_H.Text = "0";
//
// zPosLbl_H
//
- this.zPosLbl_H.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.zPosLbl_H.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.zPosLbl_H.ForeColor = System.Drawing.SystemColors.ControlText;
- this.zPosLbl_H.Location = new System.Drawing.Point(579, 293);
- this.zPosLbl_H.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.zPosLbl_H.Location = new System.Drawing.Point(868, 458);
+ this.zPosLbl_H.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.zPosLbl_H.Name = "zPosLbl_H";
- this.zPosLbl_H.Size = new System.Drawing.Size(104, 33);
+ this.zPosLbl_H.Size = new System.Drawing.Size(156, 52);
this.zPosLbl_H.TabIndex = 62;
this.zPosLbl_H.Text = "Z ";
this.zPosLbl_H.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3916,23 +4091,23 @@ private void InitializeComponent()
//
this.yPosTxt_H.BackColor = System.Drawing.SystemColors.Control;
this.yPosTxt_H.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.yPosTxt_H.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.yPosTxt_H.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.yPosTxt_H.ForeColor = System.Drawing.SystemColors.ControlText;
- this.yPosTxt_H.Location = new System.Drawing.Point(426, 292);
- this.yPosTxt_H.Margin = new System.Windows.Forms.Padding(4);
+ this.yPosTxt_H.Location = new System.Drawing.Point(639, 456);
+ this.yPosTxt_H.Margin = new System.Windows.Forms.Padding(6);
this.yPosTxt_H.Name = "yPosTxt_H";
- this.yPosTxt_H.Size = new System.Drawing.Size(120, 30);
+ this.yPosTxt_H.Size = new System.Drawing.Size(179, 41);
this.yPosTxt_H.TabIndex = 61;
this.yPosTxt_H.Text = "0";
//
// yPosLbl_H
//
- this.yPosLbl_H.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.yPosLbl_H.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.yPosLbl_H.ForeColor = System.Drawing.SystemColors.ControlText;
- this.yPosLbl_H.Location = new System.Drawing.Point(335, 291);
- this.yPosLbl_H.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.yPosLbl_H.Location = new System.Drawing.Point(502, 455);
+ this.yPosLbl_H.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.yPosLbl_H.Name = "yPosLbl_H";
- this.yPosLbl_H.Size = new System.Drawing.Size(93, 33);
+ this.yPosLbl_H.Size = new System.Drawing.Size(140, 52);
this.yPosLbl_H.TabIndex = 60;
this.yPosLbl_H.Text = "Y ";
this.yPosLbl_H.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3941,23 +4116,23 @@ private void InitializeComponent()
//
this.xPosTxt_H.BackColor = System.Drawing.SystemColors.Control;
this.xPosTxt_H.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.xPosTxt_H.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.xPosTxt_H.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.xPosTxt_H.ForeColor = System.Drawing.SystemColors.ControlText;
- this.xPosTxt_H.Location = new System.Drawing.Point(174, 290);
- this.xPosTxt_H.Margin = new System.Windows.Forms.Padding(4);
+ this.xPosTxt_H.Location = new System.Drawing.Point(261, 453);
+ this.xPosTxt_H.Margin = new System.Windows.Forms.Padding(6);
this.xPosTxt_H.Name = "xPosTxt_H";
- this.xPosTxt_H.Size = new System.Drawing.Size(120, 30);
+ this.xPosTxt_H.Size = new System.Drawing.Size(179, 41);
this.xPosTxt_H.TabIndex = 59;
this.xPosTxt_H.Text = "0";
//
// xPosLbl_H
//
- this.xPosLbl_H.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.xPosLbl_H.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.xPosLbl_H.ForeColor = System.Drawing.SystemColors.ControlText;
- this.xPosLbl_H.Location = new System.Drawing.Point(84, 289);
- this.xPosLbl_H.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.xPosLbl_H.Location = new System.Drawing.Point(126, 452);
+ this.xPosLbl_H.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.xPosLbl_H.Name = "xPosLbl_H";
- this.xPosLbl_H.Size = new System.Drawing.Size(93, 33);
+ this.xPosLbl_H.Size = new System.Drawing.Size(140, 52);
this.xPosLbl_H.TabIndex = 58;
this.xPosLbl_H.Text = "X ";
this.xPosLbl_H.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -3966,10 +4141,10 @@ private void InitializeComponent()
//
this.updateHumaPosition.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.updateHumaPosition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateHumaPosition.Location = new System.Drawing.Point(851, 293);
- this.updateHumaPosition.Margin = new System.Windows.Forms.Padding(4);
+ this.updateHumaPosition.Location = new System.Drawing.Point(1276, 458);
+ this.updateHumaPosition.Margin = new System.Windows.Forms.Padding(6);
this.updateHumaPosition.Name = "updateHumaPosition";
- this.updateHumaPosition.Size = new System.Drawing.Size(277, 31);
+ this.updateHumaPosition.Size = new System.Drawing.Size(416, 48);
this.updateHumaPosition.TabIndex = 57;
this.updateHumaPosition.Text = "Update Human Position";
this.updateHumaPosition.UseVisualStyleBackColor = true;
@@ -3982,21 +4157,22 @@ private void InitializeComponent()
this.objectPosDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.objectPosDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.objectPosDD.FormattingEnabled = true;
- this.objectPosDD.Location = new System.Drawing.Point(671, 37);
+ this.objectPosDD.Location = new System.Drawing.Point(1006, 58);
+ this.objectPosDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.objectPosDD.Name = "objectPosDD";
- this.objectPosDD.Size = new System.Drawing.Size(419, 29);
+ this.objectPosDD.Size = new System.Drawing.Size(626, 38);
this.objectPosDD.TabIndex = 56;
this.objectPosDD.SelectedIndexChanged += new System.EventHandler(this.objectPosDD_SelectedIndexChanged);
this.objectPosDD.Click += new System.EventHandler(this.objectSelectDD_Click);
//
// objPosLbl
//
- this.objPosLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.objPosLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.objPosLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.objPosLbl.Location = new System.Drawing.Point(510, 37);
- this.objPosLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.objPosLbl.Location = new System.Drawing.Point(765, 58);
+ this.objPosLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.objPosLbl.Name = "objPosLbl";
- this.objPosLbl.Size = new System.Drawing.Size(173, 33);
+ this.objPosLbl.Size = new System.Drawing.Size(260, 52);
this.objPosLbl.TabIndex = 55;
this.objPosLbl.Text = "Object";
this.objPosLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -4008,21 +4184,22 @@ private void InitializeComponent()
this.buildingPosDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.buildingPosDD.ForeColor = System.Drawing.SystemColors.WindowText;
this.buildingPosDD.FormattingEnabled = true;
- this.buildingPosDD.Location = new System.Drawing.Point(151, 37);
+ this.buildingPosDD.Location = new System.Drawing.Point(226, 58);
+ this.buildingPosDD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.buildingPosDD.Name = "buildingPosDD";
- this.buildingPosDD.Size = new System.Drawing.Size(360, 29);
+ this.buildingPosDD.Size = new System.Drawing.Size(538, 38);
this.buildingPosDD.TabIndex = 54;
this.buildingPosDD.SelectedIndexChanged += new System.EventHandler(this.buildingPosDD_SelectedIndexChanged);
this.buildingPosDD.Click += new System.EventHandler(this.buildingSelectDD_Click);
//
// buildingPosLbl
//
- this.buildingPosLbl.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.buildingPosLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.buildingPosLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.buildingPosLbl.Location = new System.Drawing.Point(11, 34);
- this.buildingPosLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.buildingPosLbl.Location = new System.Drawing.Point(16, 53);
+ this.buildingPosLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.buildingPosLbl.Name = "buildingPosLbl";
- this.buildingPosLbl.Size = new System.Drawing.Size(173, 33);
+ this.buildingPosLbl.Size = new System.Drawing.Size(260, 52);
this.buildingPosLbl.TabIndex = 53;
this.buildingPosLbl.Text = "Building";
this.buildingPosLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -4030,12 +4207,12 @@ private void InitializeComponent()
// posCurrentCb
//
this.posCurrentCb.AutoSize = true;
- this.posCurrentCb.Font = new System.Drawing.Font("Century Gothic", 9F);
+ this.posCurrentCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
this.posCurrentCb.ForeColor = System.Drawing.SystemColors.ControlText;
- this.posCurrentCb.Location = new System.Drawing.Point(1013, 152);
- this.posCurrentCb.Margin = new System.Windows.Forms.Padding(4);
+ this.posCurrentCb.Location = new System.Drawing.Point(1520, 238);
+ this.posCurrentCb.Margin = new System.Windows.Forms.Padding(6);
this.posCurrentCb.Name = "posCurrentCb";
- this.posCurrentCb.Size = new System.Drawing.Size(115, 24);
+ this.posCurrentCb.Size = new System.Drawing.Size(172, 33);
this.posCurrentCb.TabIndex = 52;
this.posCurrentCb.Text = "Current Pos";
this.posCurrentCb.UseVisualStyleBackColor = true;
@@ -4044,11 +4221,11 @@ private void InitializeComponent()
// posMeterCb
//
this.posMeterCb.AutoSize = true;
- this.posMeterCb.Font = new System.Drawing.Font("Century Gothic", 9F);
- this.posMeterCb.Location = new System.Drawing.Point(929, 152);
- this.posMeterCb.Margin = new System.Windows.Forms.Padding(4);
+ this.posMeterCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
+ this.posMeterCb.Location = new System.Drawing.Point(1394, 238);
+ this.posMeterCb.Margin = new System.Windows.Forms.Padding(6);
this.posMeterCb.Name = "posMeterCb";
- this.posMeterCb.Size = new System.Drawing.Size(76, 24);
+ this.posMeterCb.Size = new System.Drawing.Size(107, 33);
this.posMeterCb.TabIndex = 50;
this.posMeterCb.Text = "Meter";
this.posMeterCb.UseVisualStyleBackColor = true;
@@ -4059,11 +4236,11 @@ private void InitializeComponent()
this.posOffCb.AutoSize = true;
this.posOffCb.Checked = true;
this.posOffCb.CheckState = System.Windows.Forms.CheckState.Checked;
- this.posOffCb.Font = new System.Drawing.Font("Century Gothic", 9F);
- this.posOffCb.Location = new System.Drawing.Point(851, 152);
- this.posOffCb.Margin = new System.Windows.Forms.Padding(4);
+ this.posOffCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
+ this.posOffCb.Location = new System.Drawing.Point(1276, 238);
+ this.posOffCb.Margin = new System.Windows.Forms.Padding(6);
this.posOffCb.Name = "posOffCb";
- this.posOffCb.Size = new System.Drawing.Size(75, 24);
+ this.posOffCb.Size = new System.Drawing.Size(108, 33);
this.posOffCb.TabIndex = 51;
this.posOffCb.Text = "Offset";
this.posOffCb.UseVisualStyleBackColor = true;
@@ -4073,23 +4250,23 @@ private void InitializeComponent()
//
this.zPosObjTxt.BackColor = System.Drawing.SystemColors.Control;
this.zPosObjTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.zPosObjTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.zPosObjTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.zPosObjTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.zPosObjTxt.Location = new System.Drawing.Point(691, 113);
- this.zPosObjTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.zPosObjTxt.Location = new System.Drawing.Point(1036, 177);
+ this.zPosObjTxt.Margin = new System.Windows.Forms.Padding(6);
this.zPosObjTxt.Name = "zPosObjTxt";
- this.zPosObjTxt.Size = new System.Drawing.Size(120, 30);
+ this.zPosObjTxt.Size = new System.Drawing.Size(179, 41);
this.zPosObjTxt.TabIndex = 49;
this.zPosObjTxt.Text = "0";
//
// zPosLbl_O
//
- this.zPosLbl_O.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.zPosLbl_O.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.zPosLbl_O.ForeColor = System.Drawing.SystemColors.ControlText;
- this.zPosLbl_O.Location = new System.Drawing.Point(579, 111);
- this.zPosLbl_O.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.zPosLbl_O.Location = new System.Drawing.Point(868, 173);
+ this.zPosLbl_O.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.zPosLbl_O.Name = "zPosLbl_O";
- this.zPosLbl_O.Size = new System.Drawing.Size(104, 33);
+ this.zPosLbl_O.Size = new System.Drawing.Size(156, 52);
this.zPosLbl_O.TabIndex = 48;
this.zPosLbl_O.Text = "Z ";
this.zPosLbl_O.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -4098,23 +4275,23 @@ private void InitializeComponent()
//
this.yPosObjTxt.BackColor = System.Drawing.SystemColors.Control;
this.yPosObjTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.yPosObjTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.yPosObjTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.yPosObjTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.yPosObjTxt.Location = new System.Drawing.Point(426, 110);
- this.yPosObjTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.yPosObjTxt.Location = new System.Drawing.Point(639, 172);
+ this.yPosObjTxt.Margin = new System.Windows.Forms.Padding(6);
this.yPosObjTxt.Name = "yPosObjTxt";
- this.yPosObjTxt.Size = new System.Drawing.Size(120, 30);
+ this.yPosObjTxt.Size = new System.Drawing.Size(179, 41);
this.yPosObjTxt.TabIndex = 47;
this.yPosObjTxt.Text = "0";
//
// yPosLbl_O
//
- this.yPosLbl_O.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.yPosLbl_O.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.yPosLbl_O.ForeColor = System.Drawing.SystemColors.ControlText;
- this.yPosLbl_O.Location = new System.Drawing.Point(335, 109);
- this.yPosLbl_O.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.yPosLbl_O.Location = new System.Drawing.Point(502, 170);
+ this.yPosLbl_O.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.yPosLbl_O.Name = "yPosLbl_O";
- this.yPosLbl_O.Size = new System.Drawing.Size(93, 33);
+ this.yPosLbl_O.Size = new System.Drawing.Size(140, 52);
this.yPosLbl_O.TabIndex = 46;
this.yPosLbl_O.Text = "Y ";
this.yPosLbl_O.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -4123,23 +4300,23 @@ private void InitializeComponent()
//
this.xPosObjTxt.BackColor = System.Drawing.SystemColors.Control;
this.xPosObjTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.xPosObjTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.xPosObjTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.xPosObjTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.xPosObjTxt.Location = new System.Drawing.Point(174, 108);
- this.xPosObjTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.xPosObjTxt.Location = new System.Drawing.Point(261, 169);
+ this.xPosObjTxt.Margin = new System.Windows.Forms.Padding(6);
this.xPosObjTxt.Name = "xPosObjTxt";
- this.xPosObjTxt.Size = new System.Drawing.Size(120, 30);
+ this.xPosObjTxt.Size = new System.Drawing.Size(179, 41);
this.xPosObjTxt.TabIndex = 45;
this.xPosObjTxt.Text = "0";
//
// xPosLbl_O
//
- this.xPosLbl_O.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.xPosLbl_O.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.xPosLbl_O.ForeColor = System.Drawing.SystemColors.ControlText;
- this.xPosLbl_O.Location = new System.Drawing.Point(84, 107);
- this.xPosLbl_O.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.xPosLbl_O.Location = new System.Drawing.Point(126, 167);
+ this.xPosLbl_O.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.xPosLbl_O.Name = "xPosLbl_O";
- this.xPosLbl_O.Size = new System.Drawing.Size(93, 33);
+ this.xPosLbl_O.Size = new System.Drawing.Size(140, 52);
this.xPosLbl_O.TabIndex = 44;
this.xPosLbl_O.Text = "X ";
this.xPosLbl_O.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -4148,10 +4325,10 @@ private void InitializeComponent()
//
this.updateObjPosition.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.updateObjPosition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.updateObjPosition.Location = new System.Drawing.Point(851, 113);
- this.updateObjPosition.Margin = new System.Windows.Forms.Padding(4);
+ this.updateObjPosition.Location = new System.Drawing.Point(1276, 177);
+ this.updateObjPosition.Margin = new System.Windows.Forms.Padding(6);
this.updateObjPosition.Name = "updateObjPosition";
- this.updateObjPosition.Size = new System.Drawing.Size(277, 31);
+ this.updateObjPosition.Size = new System.Drawing.Size(416, 48);
this.updateObjPosition.TabIndex = 43;
this.updateObjPosition.Text = "Update Object Position";
this.updateObjPosition.UseVisualStyleBackColor = true;
@@ -4171,20 +4348,21 @@ private void InitializeComponent()
this.devMode.Controls.Add(this.devVersionTxt);
this.devMode.Controls.Add(this.createUpdateBtn);
this.devMode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.devMode.Location = new System.Drawing.Point(4, 30);
+ this.devMode.Location = new System.Drawing.Point(8, 44);
+ this.devMode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.devMode.Name = "devMode";
- this.devMode.Size = new System.Drawing.Size(1137, 387);
+ this.devMode.Size = new System.Drawing.Size(1702, 606);
this.devMode.TabIndex = 10;
this.devMode.Text = "Dev Mode";
//
// devAutoFormatCb
//
this.devAutoFormatCb.AutoSize = true;
- this.devAutoFormatCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.devAutoFormatCb.Location = new System.Drawing.Point(985, 248);
- this.devAutoFormatCb.Margin = new System.Windows.Forms.Padding(4);
+ this.devAutoFormatCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.devAutoFormatCb.Location = new System.Drawing.Point(1478, 388);
+ this.devAutoFormatCb.Margin = new System.Windows.Forms.Padding(6);
this.devAutoFormatCb.Name = "devAutoFormatCb";
- this.devAutoFormatCb.Size = new System.Drawing.Size(115, 23);
+ this.devAutoFormatCb.Size = new System.Drawing.Size(161, 29);
this.devAutoFormatCb.TabIndex = 55;
this.devAutoFormatCb.Text = "Auto Format";
this.devAutoFormatCb.UseVisualStyleBackColor = true;
@@ -4192,11 +4370,11 @@ private void InitializeComponent()
// devClearContentsCb
//
this.devClearContentsCb.AutoSize = true;
- this.devClearContentsCb.Font = new System.Drawing.Font("Century Gothic", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.devClearContentsCb.Location = new System.Drawing.Point(879, 248);
- this.devClearContentsCb.Margin = new System.Windows.Forms.Padding(4);
+ this.devClearContentsCb.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.devClearContentsCb.Location = new System.Drawing.Point(1318, 388);
+ this.devClearContentsCb.Margin = new System.Windows.Forms.Padding(6);
this.devClearContentsCb.Name = "devClearContentsCb";
- this.devClearContentsCb.Size = new System.Drawing.Size(107, 23);
+ this.devClearContentsCb.Size = new System.Drawing.Size(146, 29);
this.devClearContentsCb.TabIndex = 55;
this.devClearContentsCb.Text = "Clear Data";
this.devClearContentsCb.UseVisualStyleBackColor = true;
@@ -4205,10 +4383,11 @@ private void InitializeComponent()
//
this.devViewerTxt.AutoWordSelection = true;
this.devViewerTxt.BackColor = System.Drawing.SystemColors.Control;
- this.devViewerTxt.ForeColor = System.Drawing.Color.White;
- this.devViewerTxt.Location = new System.Drawing.Point(7, 4);
+ this.devViewerTxt.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.devViewerTxt.Location = new System.Drawing.Point(10, 6);
+ this.devViewerTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.devViewerTxt.Name = "devViewerTxt";
- this.devViewerTxt.Size = new System.Drawing.Size(865, 383);
+ this.devViewerTxt.Size = new System.Drawing.Size(1296, 596);
this.devViewerTxt.TabIndex = 54;
this.devViewerTxt.Text = "DEVELOPER TEXT VIEWER";
this.devViewerTxt.TextChanged += new System.EventHandler(this.devViewerTxt_TextChanged);
@@ -4217,12 +4396,12 @@ private void InitializeComponent()
// saveDevFileBtn
//
this.saveDevFileBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.saveDevFileBtn.Font = new System.Drawing.Font("Century Gothic", 10.2F);
+ this.saveDevFileBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
this.saveDevFileBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.saveDevFileBtn.Location = new System.Drawing.Point(879, 199);
- this.saveDevFileBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.saveDevFileBtn.Location = new System.Drawing.Point(1318, 311);
+ this.saveDevFileBtn.Margin = new System.Windows.Forms.Padding(6);
this.saveDevFileBtn.Name = "saveDevFileBtn";
- this.saveDevFileBtn.Size = new System.Drawing.Size(254, 41);
+ this.saveDevFileBtn.Size = new System.Drawing.Size(381, 64);
this.saveDevFileBtn.TabIndex = 53;
this.saveDevFileBtn.Text = "Save File";
this.saveDevFileBtn.UseVisualStyleBackColor = true;
@@ -4231,12 +4410,12 @@ private void InitializeComponent()
// loadDevFileBtn
//
this.loadDevFileBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.loadDevFileBtn.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.loadDevFileBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.loadDevFileBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.loadDevFileBtn.Location = new System.Drawing.Point(879, 150);
- this.loadDevFileBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.loadDevFileBtn.Location = new System.Drawing.Point(1318, 234);
+ this.loadDevFileBtn.Margin = new System.Windows.Forms.Padding(6);
this.loadDevFileBtn.Name = "loadDevFileBtn";
- this.loadDevFileBtn.Size = new System.Drawing.Size(254, 41);
+ this.loadDevFileBtn.Size = new System.Drawing.Size(381, 64);
this.loadDevFileBtn.TabIndex = 53;
this.loadDevFileBtn.Text = "Load File";
this.loadDevFileBtn.UseVisualStyleBackColor = true;
@@ -4245,12 +4424,12 @@ private void InitializeComponent()
// uploadUpdateBtn
//
this.uploadUpdateBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.uploadUpdateBtn.Font = new System.Drawing.Font("Century Gothic", 10.2F);
+ this.uploadUpdateBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
this.uploadUpdateBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.uploadUpdateBtn.Location = new System.Drawing.Point(879, 342);
- this.uploadUpdateBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.uploadUpdateBtn.Location = new System.Drawing.Point(1318, 534);
+ this.uploadUpdateBtn.Margin = new System.Windows.Forms.Padding(6);
this.uploadUpdateBtn.Name = "uploadUpdateBtn";
- this.uploadUpdateBtn.Size = new System.Drawing.Size(254, 41);
+ this.uploadUpdateBtn.Size = new System.Drawing.Size(381, 64);
this.uploadUpdateBtn.TabIndex = 53;
this.uploadUpdateBtn.Text = "Upload Update";
this.uploadUpdateBtn.UseVisualStyleBackColor = true;
@@ -4260,50 +4439,50 @@ private void InitializeComponent()
//
this.devFileNameTxt.BackColor = System.Drawing.SystemColors.Control;
this.devFileNameTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.devFileNameTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.devFileNameTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.devFileNameTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.devFileNameTxt.Location = new System.Drawing.Point(887, 42);
- this.devFileNameTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.devFileNameTxt.Location = new System.Drawing.Point(1330, 66);
+ this.devFileNameTxt.Margin = new System.Windows.Forms.Padding(6);
this.devFileNameTxt.Name = "devFileNameTxt";
this.devFileNameTxt.ReadOnly = true;
- this.devFileNameTxt.Size = new System.Drawing.Size(223, 30);
+ this.devFileNameTxt.Size = new System.Drawing.Size(334, 41);
this.devFileNameTxt.TabIndex = 52;
//
// devFileSizeTxt
//
this.devFileSizeTxt.BackColor = System.Drawing.SystemColors.Control;
this.devFileSizeTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.devFileSizeTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.devFileSizeTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.devFileSizeTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.devFileSizeTxt.Location = new System.Drawing.Point(887, 80);
- this.devFileSizeTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.devFileSizeTxt.Location = new System.Drawing.Point(1330, 125);
+ this.devFileSizeTxt.Margin = new System.Windows.Forms.Padding(6);
this.devFileSizeTxt.Name = "devFileSizeTxt";
this.devFileSizeTxt.ReadOnly = true;
- this.devFileSizeTxt.Size = new System.Drawing.Size(223, 30);
+ this.devFileSizeTxt.Size = new System.Drawing.Size(334, 41);
this.devFileSizeTxt.TabIndex = 52;
//
// devVersionTxt
//
this.devVersionTxt.BackColor = System.Drawing.SystemColors.Control;
this.devVersionTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.devVersionTxt.Font = new System.Drawing.Font("Century Gothic", 11F);
+ this.devVersionTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
this.devVersionTxt.ForeColor = System.Drawing.SystemColors.ControlText;
- this.devVersionTxt.Location = new System.Drawing.Point(887, 4);
- this.devVersionTxt.Margin = new System.Windows.Forms.Padding(4);
+ this.devVersionTxt.Location = new System.Drawing.Point(1330, 6);
+ this.devVersionTxt.Margin = new System.Windows.Forms.Padding(6);
this.devVersionTxt.Name = "devVersionTxt";
- this.devVersionTxt.Size = new System.Drawing.Size(223, 30);
+ this.devVersionTxt.Size = new System.Drawing.Size(334, 41);
this.devVersionTxt.TabIndex = 52;
this.devVersionTxt.Text = "0.4.0.0";
//
// createUpdateBtn
//
this.createUpdateBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.createUpdateBtn.Font = new System.Drawing.Font("Century Gothic", 10.2F);
+ this.createUpdateBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F);
this.createUpdateBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.createUpdateBtn.Location = new System.Drawing.Point(879, 293);
- this.createUpdateBtn.Margin = new System.Windows.Forms.Padding(4);
+ this.createUpdateBtn.Location = new System.Drawing.Point(1318, 458);
+ this.createUpdateBtn.Margin = new System.Windows.Forms.Padding(6);
this.createUpdateBtn.Name = "createUpdateBtn";
- this.createUpdateBtn.Size = new System.Drawing.Size(254, 41);
+ this.createUpdateBtn.Size = new System.Drawing.Size(381, 64);
this.createUpdateBtn.TabIndex = 50;
this.createUpdateBtn.Text = "Create Update";
this.createUpdateBtn.UseVisualStyleBackColor = true;
@@ -4311,22 +4490,22 @@ private void InitializeComponent()
//
// levelNameLbl
//
- this.levelNameLbl.Font = new System.Drawing.Font("Century Gothic", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.levelNameLbl.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.levelNameLbl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.levelNameLbl.Location = new System.Drawing.Point(11, 34);
- this.levelNameLbl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ this.levelNameLbl.Location = new System.Drawing.Point(16, 53);
+ this.levelNameLbl.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.levelNameLbl.Name = "levelNameLbl";
- this.levelNameLbl.Size = new System.Drawing.Size(200, 33);
+ this.levelNameLbl.Size = new System.Drawing.Size(300, 52);
this.levelNameLbl.TabIndex = 2;
this.levelNameLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// levelImgBox
//
this.levelImgBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.levelImgBox.Location = new System.Drawing.Point(12, 71);
- this.levelImgBox.Margin = new System.Windows.Forms.Padding(4);
+ this.levelImgBox.Location = new System.Drawing.Point(18, 111);
+ this.levelImgBox.Margin = new System.Windows.Forms.Padding(6);
this.levelImgBox.Name = "levelImgBox";
- this.levelImgBox.Size = new System.Drawing.Size(199, 184);
+ this.levelImgBox.Size = new System.Drawing.Size(298, 286);
this.levelImgBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.levelImgBox.TabIndex = 1;
this.levelImgBox.TabStop = false;
@@ -4340,7 +4519,8 @@ private void InitializeComponent()
this.helpToolStripMenuItem});
this.appMenuSettings.Location = new System.Drawing.Point(0, 0);
this.appMenuSettings.Name = "appMenuSettings";
- this.appMenuSettings.Size = new System.Drawing.Size(1145, 28);
+ this.appMenuSettings.Padding = new System.Windows.Forms.Padding(9, 3, 0, 3);
+ this.appMenuSettings.Size = new System.Drawing.Size(1718, 42);
this.appMenuSettings.TabIndex = 49;
this.appMenuSettings.Text = "menuStrip1";
//
@@ -4355,7 +4535,7 @@ private void InitializeComponent()
this.compilerToolStripMenuItem,
this.positionToolStripMenuItem});
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
- this.settingsToolStripMenuItem.Size = new System.Drawing.Size(64, 24);
+ this.settingsToolStripMenuItem.Size = new System.Drawing.Size(105, 36);
this.settingsToolStripMenuItem.Text = " Menu";
//
// editorOnlineToolStripMenuItem
@@ -4366,7 +4546,7 @@ private void InitializeComponent()
this.quitLevelBtnMenu,
this.refreshGameBtnMenu});
this.editorOnlineToolStripMenuItem.Name = "editorOnlineToolStripMenuItem";
- this.editorOnlineToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.editorOnlineToolStripMenuItem.Size = new System.Drawing.Size(341, 44);
this.editorOnlineToolStripMenuItem.Text = "Level Menu";
//
// startGameBtnMenu
@@ -4374,35 +4554,34 @@ private void InitializeComponent()
this.startGameBtnMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.levelStartTxtMenu});
this.startGameBtnMenu.Name = "startGameBtnMenu";
- this.startGameBtnMenu.Size = new System.Drawing.Size(141, 26);
+ this.startGameBtnMenu.Size = new System.Drawing.Size(228, 44);
this.startGameBtnMenu.Text = "Start";
this.startGameBtnMenu.Click += new System.EventHandler(this.startGameBtnMenu_Click);
//
// levelStartTxtMenu
//
- this.levelStartTxtMenu.Font = new System.Drawing.Font("Segoe UI", 9F);
this.levelStartTxtMenu.Name = "levelStartTxtMenu";
- this.levelStartTxtMenu.Size = new System.Drawing.Size(224, 27);
+ this.levelStartTxtMenu.Size = new System.Drawing.Size(224, 39);
this.levelStartTxtMenu.Text = "1";
//
// restartLevelBtnMenu
//
this.restartLevelBtnMenu.Name = "restartLevelBtnMenu";
- this.restartLevelBtnMenu.Size = new System.Drawing.Size(141, 26);
+ this.restartLevelBtnMenu.Size = new System.Drawing.Size(228, 44);
this.restartLevelBtnMenu.Text = "Restart";
this.restartLevelBtnMenu.Click += new System.EventHandler(this.restartLevelBtn_Click);
//
// quitLevelBtnMenu
//
this.quitLevelBtnMenu.Name = "quitLevelBtnMenu";
- this.quitLevelBtnMenu.Size = new System.Drawing.Size(141, 26);
+ this.quitLevelBtnMenu.Size = new System.Drawing.Size(228, 44);
this.quitLevelBtnMenu.Text = "Quit";
this.quitLevelBtnMenu.Click += new System.EventHandler(this.quitLevelBtn_Click);
//
// refreshGameBtnMenu
//
this.refreshGameBtnMenu.Name = "refreshGameBtnMenu";
- this.refreshGameBtnMenu.Size = new System.Drawing.Size(141, 26);
+ this.refreshGameBtnMenu.Size = new System.Drawing.Size(228, 44);
this.refreshGameBtnMenu.Text = "Refresh";
this.refreshGameBtnMenu.Click += new System.EventHandler(this.refreshGame_Click);
//
@@ -4413,27 +4592,27 @@ private void InitializeComponent()
this.editorModeCb,
this.liveEditorCb});
this.selectEditorModeToolStripMenuItem.Name = "selectEditorModeToolStripMenuItem";
- this.selectEditorModeToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.selectEditorModeToolStripMenuItem.Size = new System.Drawing.Size(341, 44);
this.selectEditorModeToolStripMenuItem.Text = "Editor Mode";
//
// playModeCb
//
this.playModeCb.Name = "playModeCb";
- this.playModeCb.Size = new System.Drawing.Size(224, 26);
+ this.playModeCb.Size = new System.Drawing.Size(262, 44);
this.playModeCb.Text = "Play Mode";
this.playModeCb.Click += new System.EventHandler(this.playModeCb_Click);
//
// editorModeCb
//
this.editorModeCb.Name = "editorModeCb";
- this.editorModeCb.Size = new System.Drawing.Size(224, 26);
+ this.editorModeCb.Size = new System.Drawing.Size(262, 44);
this.editorModeCb.Text = "Edit Mode";
this.editorModeCb.Click += new System.EventHandler(this.editorModeCb_Click);
//
// liveEditorCb
//
this.liveEditorCb.Name = "liveEditorCb";
- this.liveEditorCb.Size = new System.Drawing.Size(224, 26);
+ this.liveEditorCb.Size = new System.Drawing.Size(262, 44);
this.liveEditorCb.Text = "Live Mode";
this.liveEditorCb.Click += new System.EventHandler(this.liveEditorCb_Click);
//
@@ -4442,7 +4621,7 @@ private void InitializeComponent()
this.editorConnectionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.editorOnlineCb});
this.editorConnectionToolStripMenuItem.Name = "editorConnectionToolStripMenuItem";
- this.editorConnectionToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.editorConnectionToolStripMenuItem.Size = new System.Drawing.Size(341, 44);
this.editorConnectionToolStripMenuItem.Text = "Editor Connection";
//
// editorOnlineCb
@@ -4450,7 +4629,7 @@ private void InitializeComponent()
this.editorOnlineCb.Checked = true;
this.editorOnlineCb.CheckState = System.Windows.Forms.CheckState.Checked;
this.editorOnlineCb.Name = "editorOnlineCb";
- this.editorOnlineCb.Size = new System.Drawing.Size(135, 26);
+ this.editorOnlineCb.Size = new System.Drawing.Size(220, 44);
this.editorOnlineCb.Text = "Online";
this.editorOnlineCb.Click += new System.EventHandler(this.editorOnlineCb_Click);
//
@@ -4460,20 +4639,20 @@ private void InitializeComponent()
this.startWindowedGameBtn,
this.startFullScreenGameBtn});
this.startGameToolStripMenuItem.Name = "startGameToolStripMenuItem";
- this.startGameToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.startGameToolStripMenuItem.Size = new System.Drawing.Size(341, 44);
this.startGameToolStripMenuItem.Text = "Start Game";
//
// startWindowedGameBtn
//
this.startWindowedGameBtn.Name = "startWindowedGameBtn";
- this.startWindowedGameBtn.Size = new System.Drawing.Size(163, 26);
+ this.startWindowedGameBtn.Size = new System.Drawing.Size(266, 44);
this.startWindowedGameBtn.Text = "Window";
this.startWindowedGameBtn.Click += new System.EventHandler(this.startWindowedGameBtn_Click);
//
// startFullScreenGameBtn
//
this.startFullScreenGameBtn.Name = "startFullScreenGameBtn";
- this.startFullScreenGameBtn.Size = new System.Drawing.Size(163, 26);
+ this.startFullScreenGameBtn.Size = new System.Drawing.Size(266, 44);
this.startFullScreenGameBtn.Text = "Full Screen";
this.startFullScreenGameBtn.Click += new System.EventHandler(this.startFullScreenGameBtn_Click);
//
@@ -4483,7 +4662,7 @@ private void InitializeComponent()
this.internalsStatusMenu,
this.profileToolStripMenuItem});
this.gameStatusToolStripMenuItem.Name = "gameStatusToolStripMenuItem";
- this.gameStatusToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.gameStatusToolStripMenuItem.Size = new System.Drawing.Size(341, 44);
this.gameStatusToolStripMenuItem.Text = "Game Status";
//
// internalsStatusMenu
@@ -4491,13 +4670,13 @@ private void InitializeComponent()
this.internalsStatusMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.internalsStatusLbl});
this.internalsStatusMenu.Name = "internalsStatusMenu";
- this.internalsStatusMenu.Size = new System.Drawing.Size(148, 26);
+ this.internalsStatusMenu.Size = new System.Drawing.Size(240, 44);
this.internalsStatusMenu.Text = "Internals";
//
// internalsStatusLbl
//
this.internalsStatusLbl.Name = "internalsStatusLbl";
- this.internalsStatusLbl.Size = new System.Drawing.Size(119, 26);
+ this.internalsStatusLbl.Size = new System.Drawing.Size(191, 44);
this.internalsStatusLbl.Text = "N/A";
//
// profileToolStripMenuItem
@@ -4506,20 +4685,19 @@ private void InitializeComponent()
this.gameProfileNameLbl,
this.gameProfileMissionLbl});
this.profileToolStripMenuItem.Name = "profileToolStripMenuItem";
- this.profileToolStripMenuItem.Size = new System.Drawing.Size(148, 26);
+ this.profileToolStripMenuItem.Size = new System.Drawing.Size(240, 44);
this.profileToolStripMenuItem.Text = "Profile";
//
// gameProfileNameLbl
//
- this.gameProfileNameLbl.Font = new System.Drawing.Font("Segoe UI", 9F);
this.gameProfileNameLbl.Name = "gameProfileNameLbl";
- this.gameProfileNameLbl.Size = new System.Drawing.Size(224, 27);
+ this.gameProfileNameLbl.Size = new System.Drawing.Size(224, 39);
this.gameProfileNameLbl.Text = "N/A";
//
// gameProfileMissionLbl
//
this.gameProfileMissionLbl.Name = "gameProfileMissionLbl";
- this.gameProfileMissionLbl.Size = new System.Drawing.Size(298, 26);
+ this.gameProfileMissionLbl.Size = new System.Drawing.Size(343, 44);
this.gameProfileMissionLbl.Text = "N/A";
//
// compilerToolStripMenuItem
@@ -4527,16 +4705,22 @@ private void InitializeComponent()
this.compilerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.compilerTypeLbl});
this.compilerToolStripMenuItem.Name = "compilerToolStripMenuItem";
- this.compilerToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.compilerToolStripMenuItem.Size = new System.Drawing.Size(341, 44);
this.compilerToolStripMenuItem.Text = "Compiler";
//
+ // compilerTypeLbl
+ //
+ this.compilerTypeLbl.Name = "compilerTypeLbl";
+ this.compilerTypeLbl.Size = new System.Drawing.Size(230, 44);
+ this.compilerTypeLbl.Text = "Internal";
+ //
// positionToolStripMenuItem
//
this.positionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.posCoordCb,
this.posMetersCb});
this.positionToolStripMenuItem.Name = "positionToolStripMenuItem";
- this.positionToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.positionToolStripMenuItem.Size = new System.Drawing.Size(341, 44);
this.positionToolStripMenuItem.Text = "Position";
//
// posCoordCb
@@ -4544,14 +4728,14 @@ private void InitializeComponent()
this.posCoordCb.Checked = true;
this.posCoordCb.CheckState = System.Windows.Forms.CheckState.Checked;
this.posCoordCb.Name = "posCoordCb";
- this.posCoordCb.Size = new System.Drawing.Size(224, 26);
+ this.posCoordCb.Size = new System.Drawing.Size(277, 44);
this.posCoordCb.Text = "Coordinates";
this.posCoordCb.Click += new System.EventHandler(this.posCoordCb_Click);
//
// posMetersCb
//
this.posMetersCb.Name = "posMetersCb";
- this.posMetersCb.Size = new System.Drawing.Size(224, 26);
+ this.posMetersCb.Size = new System.Drawing.Size(277, 44);
this.posMetersCb.Text = "Meter";
this.posMetersCb.Click += new System.EventHandler(this.posMetersCb_Click);
//
@@ -4561,7 +4745,7 @@ private void InitializeComponent()
this.gameSettingsToolStripMenuItem,
this.applicationSettingsToolStripMenuItem});
this.appSettingsToolStripMenuItem.Name = "appSettingsToolStripMenuItem";
- this.appSettingsToolStripMenuItem.Size = new System.Drawing.Size(76, 24);
+ this.appSettingsToolStripMenuItem.Size = new System.Drawing.Size(121, 36);
this.appSettingsToolStripMenuItem.Text = "Settings";
//
// gameSettingsToolStripMenuItem
@@ -4574,7 +4758,7 @@ private void InitializeComponent()
this.configToolStripMenuItem,
this.miscToolStripMenuItem});
this.gameSettingsToolStripMenuItem.Name = "gameSettingsToolStripMenuItem";
- this.gameSettingsToolStripMenuItem.Size = new System.Drawing.Size(226, 26);
+ this.gameSettingsToolStripMenuItem.Size = new System.Drawing.Size(362, 44);
this.gameSettingsToolStripMenuItem.Text = "Game Settings";
//
// musicToolStripMenuItem
@@ -4583,13 +4767,13 @@ private void InitializeComponent()
this.enableMusicCb,
this.volumeToolStripMenuItem});
this.musicToolStripMenuItem.Name = "musicToolStripMenuItem";
- this.musicToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.musicToolStripMenuItem.Size = new System.Drawing.Size(291, 44);
this.musicToolStripMenuItem.Text = "Music";
//
// enableMusicCb
//
this.enableMusicCb.Name = "enableMusicCb";
- this.enableMusicCb.Size = new System.Drawing.Size(142, 26);
+ this.enableMusicCb.Size = new System.Drawing.Size(230, 44);
this.enableMusicCb.Text = "Enable";
this.enableMusicCb.Click += new System.EventHandler(this.enableMusicCb_CheckedChanged);
//
@@ -4599,7 +4783,7 @@ private void InitializeComponent()
this.musicVolumeUpdateBtn,
this.sfxVolumeUpdateBtn});
this.volumeToolStripMenuItem.Name = "volumeToolStripMenuItem";
- this.volumeToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
+ this.volumeToolStripMenuItem.Size = new System.Drawing.Size(230, 44);
this.volumeToolStripMenuItem.Text = "Volume";
//
// musicVolumeUpdateBtn
@@ -4607,14 +4791,13 @@ private void InitializeComponent()
this.musicVolumeUpdateBtn.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.musicVolumeUpdateTxt});
this.musicVolumeUpdateBtn.Name = "musicVolumeUpdateBtn";
- this.musicVolumeUpdateBtn.Size = new System.Drawing.Size(130, 26);
+ this.musicVolumeUpdateBtn.Size = new System.Drawing.Size(212, 44);
this.musicVolumeUpdateBtn.Text = "Music";
//
// musicVolumeUpdateTxt
//
- this.musicVolumeUpdateTxt.Font = new System.Drawing.Font("Segoe UI", 9F);
this.musicVolumeUpdateTxt.Name = "musicVolumeUpdateTxt";
- this.musicVolumeUpdateTxt.Size = new System.Drawing.Size(224, 27);
+ this.musicVolumeUpdateTxt.Size = new System.Drawing.Size(224, 39);
this.musicVolumeUpdateTxt.Text = "5.0";
this.musicVolumeUpdateTxt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.musicVolumeUpdateTxt_KeyDown);
//
@@ -4623,14 +4806,13 @@ private void InitializeComponent()
this.sfxVolumeUpdateBtn.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.sfxVolumeUpdateTxt});
this.sfxVolumeUpdateBtn.Name = "sfxVolumeUpdateBtn";
- this.sfxVolumeUpdateBtn.Size = new System.Drawing.Size(130, 26);
+ this.sfxVolumeUpdateBtn.Size = new System.Drawing.Size(212, 44);
this.sfxVolumeUpdateBtn.Text = "SFX";
//
// sfxVolumeUpdateTxt
//
- this.sfxVolumeUpdateTxt.Font = new System.Drawing.Font("Segoe UI", 9F);
this.sfxVolumeUpdateTxt.Name = "sfxVolumeUpdateTxt";
- this.sfxVolumeUpdateTxt.Size = new System.Drawing.Size(224, 27);
+ this.sfxVolumeUpdateTxt.Size = new System.Drawing.Size(224, 39);
this.sfxVolumeUpdateTxt.Text = "3.5";
this.sfxVolumeUpdateTxt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sfxVolumeUpdateTxt_KeyDown);
//
@@ -4639,21 +4821,20 @@ private void InitializeComponent()
this.setFramesBtn.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.framesTxt});
this.setFramesBtn.Name = "setFramesBtn";
- this.setFramesBtn.Size = new System.Drawing.Size(224, 26);
+ this.setFramesBtn.Size = new System.Drawing.Size(291, 44);
this.setFramesBtn.Text = "Frames";
//
// framesTxt
//
- this.framesTxt.Font = new System.Drawing.Font("Segoe UI", 9F);
this.framesTxt.Name = "framesTxt";
- this.framesTxt.Size = new System.Drawing.Size(224, 27);
+ this.framesTxt.Size = new System.Drawing.Size(224, 39);
this.framesTxt.Text = "30";
this.framesTxt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.framesTxt_KeyDown);
//
// debugModeCb
//
this.debugModeCb.Name = "debugModeCb";
- this.debugModeCb.Size = new System.Drawing.Size(224, 26);
+ this.debugModeCb.Size = new System.Drawing.Size(291, 44);
this.debugModeCb.Text = "Debug Mode";
this.debugModeCb.Click += new System.EventHandler(this.debugModeCb_CheckedChanged);
//
@@ -4664,27 +4845,27 @@ private void InitializeComponent()
this.resetLevelBtn,
this.resetScriptsFileBtn});
this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
- this.resetToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.resetToolStripMenuItem.Size = new System.Drawing.Size(291, 44);
this.resetToolStripMenuItem.Text = "Reset";
//
// gfxResetBtn
//
this.gfxResetBtn.Name = "gfxResetBtn";
- this.gfxResetBtn.Size = new System.Drawing.Size(189, 26);
+ this.gfxResetBtn.Size = new System.Drawing.Size(304, 44);
this.gfxResetBtn.Text = "Graphics Reset";
this.gfxResetBtn.Click += new System.EventHandler(this.gfxResetBtn_Click);
//
// resetLevelBtn
//
this.resetLevelBtn.Name = "resetLevelBtn";
- this.resetLevelBtn.Size = new System.Drawing.Size(189, 26);
+ this.resetLevelBtn.Size = new System.Drawing.Size(304, 44);
this.resetLevelBtn.Text = "Level Reset";
this.resetLevelBtn.Click += new System.EventHandler(this.resetLevelBtn_Click);
//
// resetScriptsFileBtn
//
this.resetScriptsFileBtn.Name = "resetScriptsFileBtn";
- this.resetScriptsFileBtn.Size = new System.Drawing.Size(189, 26);
+ this.resetScriptsFileBtn.Size = new System.Drawing.Size(304, 44);
this.resetScriptsFileBtn.Text = "File Reset";
this.resetScriptsFileBtn.Click += new System.EventHandler(this.resetScriptsFileBtn_Click);
//
@@ -4694,20 +4875,20 @@ private void InitializeComponent()
this.configSaveBtn,
this.configLoadBtn});
this.configToolStripMenuItem.Name = "configToolStripMenuItem";
- this.configToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.configToolStripMenuItem.Size = new System.Drawing.Size(291, 44);
this.configToolStripMenuItem.Text = "Config";
//
// configSaveBtn
//
this.configSaveBtn.Name = "configSaveBtn";
- this.configSaveBtn.Size = new System.Drawing.Size(125, 26);
+ this.configSaveBtn.Size = new System.Drawing.Size(200, 44);
this.configSaveBtn.Text = "Save";
this.configSaveBtn.Click += new System.EventHandler(this.configSaveBtn_Click);
//
// configLoadBtn
//
this.configLoadBtn.Name = "configLoadBtn";
- this.configLoadBtn.Size = new System.Drawing.Size(125, 26);
+ this.configLoadBtn.Size = new System.Drawing.Size(200, 44);
this.configLoadBtn.Text = "Load";
this.configLoadBtn.Click += new System.EventHandler(this.configLoadBtn_Click);
//
@@ -4718,27 +4899,27 @@ private void InitializeComponent()
this.cutsceneRemoveBtn,
this.aiIdleCb});
this.miscToolStripMenuItem.Name = "miscToolStripMenuItem";
- this.miscToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.miscToolStripMenuItem.Size = new System.Drawing.Size(291, 44);
this.miscToolStripMenuItem.Text = "Misc";
//
// disableWarningsCb
//
this.disableWarningsCb.Name = "disableWarningsCb";
- this.disableWarningsCb.Size = new System.Drawing.Size(215, 26);
+ this.disableWarningsCb.Size = new System.Drawing.Size(350, 44);
this.disableWarningsCb.Text = "Disable Warnings";
this.disableWarningsCb.Click += new System.EventHandler(this.disableWarningsCb_CheckedChanged);
//
// cutsceneRemoveBtn
//
this.cutsceneRemoveBtn.Name = "cutsceneRemoveBtn";
- this.cutsceneRemoveBtn.Size = new System.Drawing.Size(215, 26);
+ this.cutsceneRemoveBtn.Size = new System.Drawing.Size(350, 44);
this.cutsceneRemoveBtn.Text = "Remove Cutscenes";
this.cutsceneRemoveBtn.Click += new System.EventHandler(this.cutsceneRemoveBtn_Click);
//
// aiIdleCb
//
this.aiIdleCb.Name = "aiIdleCb";
- this.aiIdleCb.Size = new System.Drawing.Size(215, 26);
+ this.aiIdleCb.Size = new System.Drawing.Size(350, 44);
this.aiIdleCb.Text = "Enemy Idle state";
this.aiIdleCb.Click += new System.EventHandler(this.aiIdleCb_CheckedChanged);
//
@@ -4754,7 +4935,7 @@ private void InitializeComponent()
this.exportObjectsToolStripMenuItem,
this.gamePathBtn});
this.applicationSettingsToolStripMenuItem.Name = "applicationSettingsToolStripMenuItem";
- this.applicationSettingsToolStripMenuItem.Size = new System.Drawing.Size(226, 26);
+ this.applicationSettingsToolStripMenuItem.Size = new System.Drawing.Size(362, 44);
this.applicationSettingsToolStripMenuItem.Text = "Application Settings";
//
// logsToolStripMenuItem
@@ -4764,27 +4945,27 @@ private void InitializeComponent()
this.shareAppLogsBtn,
this.viewAppLogsBtn});
this.logsToolStripMenuItem.Name = "logsToolStripMenuItem";
- this.logsToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.logsToolStripMenuItem.Size = new System.Drawing.Size(344, 44);
this.logsToolStripMenuItem.Text = "Logs";
//
// appLogsCb
//
this.appLogsCb.Name = "appLogsCb";
- this.appLogsCb.Size = new System.Drawing.Size(137, 26);
+ this.appLogsCb.Size = new System.Drawing.Size(220, 44);
this.appLogsCb.Text = "Enable";
this.appLogsCb.Click += new System.EventHandler(this.appLogsCb_CheckedChanged);
//
// shareAppLogsBtn
//
this.shareAppLogsBtn.Name = "shareAppLogsBtn";
- this.shareAppLogsBtn.Size = new System.Drawing.Size(137, 26);
+ this.shareAppLogsBtn.Size = new System.Drawing.Size(220, 44);
this.shareAppLogsBtn.Text = "Share";
this.shareAppLogsBtn.Click += new System.EventHandler(this.shareAppLogsBtn_Click);
//
// viewAppLogsBtn
//
this.viewAppLogsBtn.Name = "viewAppLogsBtn";
- this.viewAppLogsBtn.Size = new System.Drawing.Size(137, 26);
+ this.viewAppLogsBtn.Size = new System.Drawing.Size(220, 44);
this.viewAppLogsBtn.Text = "View";
this.viewAppLogsBtn.Click += new System.EventHandler(this.viewAppLogsBtn_Click);
//
@@ -4794,20 +4975,20 @@ private void InitializeComponent()
this.showAppDataCachePathBtn,
this.clearCacheBtn});
this.appdataToolStripMenuItem.Name = "appdataToolStripMenuItem";
- this.appdataToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.appdataToolStripMenuItem.Size = new System.Drawing.Size(344, 44);
this.appdataToolStripMenuItem.Text = "Appdata";
//
// showAppDataCachePathBtn
//
this.showAppDataCachePathBtn.Name = "showAppDataCachePathBtn";
- this.showAppDataCachePathBtn.Size = new System.Drawing.Size(224, 26);
+ this.showAppDataCachePathBtn.Size = new System.Drawing.Size(275, 44);
this.showAppDataCachePathBtn.Text = "Show Path";
this.showAppDataCachePathBtn.Click += new System.EventHandler(this.showAppDataCachePathBtn_Click);
//
// clearCacheBtn
//
this.clearCacheBtn.Name = "clearCacheBtn";
- this.clearCacheBtn.Size = new System.Drawing.Size(224, 26);
+ this.clearCacheBtn.Size = new System.Drawing.Size(275, 44);
this.clearCacheBtn.Text = "Clear Cache";
this.clearCacheBtn.Click += new System.EventHandler(this.clearCacheBtn_Click);
//
@@ -4817,20 +4998,20 @@ private void InitializeComponent()
this.autoResetCb,
this.autoRefreshGameCb});
this.autoOptionsToolStripMenuItem.Name = "autoOptionsToolStripMenuItem";
- this.autoOptionsToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.autoOptionsToolStripMenuItem.Size = new System.Drawing.Size(344, 44);
this.autoOptionsToolStripMenuItem.Text = "Auto level options";
//
// autoResetCb
//
this.autoResetCb.Name = "autoResetCb";
- this.autoResetCb.Size = new System.Drawing.Size(245, 26);
+ this.autoResetCb.Size = new System.Drawing.Size(396, 44);
this.autoResetCb.Text = "Automatic reset level";
this.autoResetCb.Click += new System.EventHandler(this.autoResetCb_CheckedChanged);
//
// autoRefreshGameCb
//
this.autoRefreshGameCb.Name = "autoRefreshGameCb";
- this.autoRefreshGameCb.Size = new System.Drawing.Size(245, 26);
+ this.autoRefreshGameCb.Size = new System.Drawing.Size(396, 44);
this.autoRefreshGameCb.Text = "Automatic refresh level";
this.autoRefreshGameCb.Click += new System.EventHandler(this.autoRefreshGameCb_CheckedChanged);
//
@@ -4840,20 +5021,20 @@ private void InitializeComponent()
this.internalCompilerCb,
this.externalCompilerCb});
this.compilerSelectToolStripMenuItem.Name = "compilerSelectToolStripMenuItem";
- this.compilerSelectToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.compilerSelectToolStripMenuItem.Size = new System.Drawing.Size(344, 44);
this.compilerSelectToolStripMenuItem.Text = "Compiler select";
//
// internalCompilerCb
//
this.internalCompilerCb.Name = "internalCompilerCb";
- this.internalCompilerCb.Size = new System.Drawing.Size(224, 26);
+ this.internalCompilerCb.Size = new System.Drawing.Size(233, 44);
this.internalCompilerCb.Text = "Internal";
this.internalCompilerCb.Click += new System.EventHandler(this.internalCompilerCb_CheckedChanged);
//
// externalCompilerCb
//
this.externalCompilerCb.Name = "externalCompilerCb";
- this.externalCompilerCb.Size = new System.Drawing.Size(224, 26);
+ this.externalCompilerCb.Size = new System.Drawing.Size(233, 44);
this.externalCompilerCb.Text = "External";
this.externalCompilerCb.Click += new System.EventHandler(this.externalCompilerCb_CheckedChanged);
//
@@ -4863,13 +5044,13 @@ private void InitializeComponent()
this.editorUpdaterBtn,
this.updateCheckerAutomaticOption});
this.updateToolStripMenuItem.Name = "updateToolStripMenuItem";
- this.updateToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.updateToolStripMenuItem.Size = new System.Drawing.Size(344, 44);
this.updateToolStripMenuItem.Text = "Update";
//
// editorUpdaterBtn
//
this.editorUpdaterBtn.Name = "editorUpdaterBtn";
- this.editorUpdaterBtn.Size = new System.Drawing.Size(224, 26);
+ this.editorUpdaterBtn.Size = new System.Drawing.Size(258, 44);
this.editorUpdaterBtn.Text = "Manual";
this.editorUpdaterBtn.Click += new System.EventHandler(this.editorUpdaterBtn_Click);
//
@@ -4879,14 +5060,13 @@ private void InitializeComponent()
this.updateIntervalTxt,
this.updateCheckerCb});
this.updateCheckerAutomaticOption.Name = "updateCheckerAutomaticOption";
- this.updateCheckerAutomaticOption.Size = new System.Drawing.Size(224, 26);
+ this.updateCheckerAutomaticOption.Size = new System.Drawing.Size(258, 44);
this.updateCheckerAutomaticOption.Text = "Automatic";
//
// updateIntervalTxt
//
- this.updateIntervalTxt.Font = new System.Drawing.Font("Segoe UI", 9F);
this.updateIntervalTxt.Name = "updateIntervalTxt";
- this.updateIntervalTxt.Size = new System.Drawing.Size(224, 27);
+ this.updateIntervalTxt.Size = new System.Drawing.Size(224, 39);
this.updateIntervalTxt.Text = "15";
this.updateIntervalTxt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.updateIntervalTxt_KeyDown);
this.updateIntervalTxt.TextChanged += new System.EventHandler(this.updateIntervalTxt_TextChanged);
@@ -4894,14 +5074,14 @@ private void InitializeComponent()
// updateCheckerCb
//
this.updateCheckerCb.Name = "updateCheckerCb";
- this.updateCheckerCb.Size = new System.Drawing.Size(298, 26);
+ this.updateCheckerCb.Size = new System.Drawing.Size(343, 44);
this.updateCheckerCb.Text = "Enable Timer";
this.updateCheckerCb.Click += new System.EventHandler(this.updateCheckerCb_Click);
//
// appSupportBtn
//
this.appSupportBtn.Name = "appSupportBtn";
- this.appSupportBtn.Size = new System.Drawing.Size(224, 26);
+ this.appSupportBtn.Size = new System.Drawing.Size(344, 44);
this.appSupportBtn.Text = "Support";
this.appSupportBtn.Click += new System.EventHandler(this.appSupportBtn_Click);
//
@@ -4911,7 +5091,7 @@ private void InitializeComponent()
this.exportObjectsDD,
this.exportObjectsBtn});
this.exportObjectsToolStripMenuItem.Name = "exportObjectsToolStripMenuItem";
- this.exportObjectsToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.exportObjectsToolStripMenuItem.Size = new System.Drawing.Size(344, 44);
this.exportObjectsToolStripMenuItem.Text = "Export Objects";
//
// exportObjectsDD
@@ -4921,13 +5101,20 @@ private void InitializeComponent()
"XML",
"JSON"});
this.exportObjectsDD.Name = "exportObjectsDD";
- this.exportObjectsDD.Size = new System.Drawing.Size(224, 28);
+ this.exportObjectsDD.Size = new System.Drawing.Size(224, 40);
this.exportObjectsDD.Text = "CSV";
//
+ // exportObjectsBtn
+ //
+ this.exportObjectsBtn.Name = "exportObjectsBtn";
+ this.exportObjectsBtn.Size = new System.Drawing.Size(343, 44);
+ this.exportObjectsBtn.Text = "Export";
+ this.exportObjectsBtn.Click += new System.EventHandler(this.exportObjectsBtn_Click);
+ //
// gamePathBtn
//
this.gamePathBtn.Name = "gamePathBtn";
- this.gamePathBtn.Size = new System.Drawing.Size(224, 26);
+ this.gamePathBtn.Size = new System.Drawing.Size(344, 44);
this.gamePathBtn.Text = "Set Game path";
this.gamePathBtn.Click += new System.EventHandler(this.gamePathBtn_Click);
//
@@ -4937,13 +5124,13 @@ private void InitializeComponent()
this.aboutToolStripMenuItem,
this.versionToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
- this.helpToolStripMenuItem.Size = new System.Drawing.Size(55, 24);
+ this.helpToolStripMenuItem.Size = new System.Drawing.Size(85, 36);
this.helpToolStripMenuItem.Text = "Help";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
- this.aboutToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.aboutToolStripMenuItem.Size = new System.Drawing.Size(227, 44);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
@@ -4952,171 +5139,35 @@ private void InitializeComponent()
this.versionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.versionLbl});
this.versionToolStripMenuItem.Name = "versionToolStripMenuItem";
- this.versionToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
+ this.versionToolStripMenuItem.Size = new System.Drawing.Size(227, 44);
this.versionToolStripMenuItem.Text = "Version";
//
// versionLbl
//
- this.versionLbl.Font = new System.Drawing.Font("Segoe UI", 9F);
this.versionLbl.Name = "versionLbl";
- this.versionLbl.Size = new System.Drawing.Size(224, 27);
+ this.versionLbl.Size = new System.Drawing.Size(224, 39);
this.versionLbl.Text = "IGI-1.1";
//
- // exportObjectsBtn
- //
- this.exportObjectsBtn.Name = "exportObjectsBtn";
- this.exportObjectsBtn.Size = new System.Drawing.Size(298, 26);
- this.exportObjectsBtn.Text = "Export";
- this.exportObjectsBtn.Click += new System.EventHandler(this.exportObjectsBtn_Click);
- //
- // addBuildingBtn
- //
- this.addBuildingBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.addBuildingBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.addBuildingBtn.Location = new System.Drawing.Point(702, 43);
- this.addBuildingBtn.Margin = new System.Windows.Forms.Padding(4);
- this.addBuildingBtn.Name = "addBuildingBtn";
- this.addBuildingBtn.Size = new System.Drawing.Size(210, 31);
- this.addBuildingBtn.TabIndex = 8;
- this.addBuildingBtn.Text = "Add building";
- this.addBuildingBtn.UseVisualStyleBackColor = true;
- this.addBuildingBtn.Click += new System.EventHandler(this.addBuildingBtn_Click);
- //
- // addObjectBtn
- //
- this.addObjectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.addObjectBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.addObjectBtn.Location = new System.Drawing.Point(702, 107);
- this.addObjectBtn.Margin = new System.Windows.Forms.Padding(4);
- this.addObjectBtn.Name = "addObjectBtn";
- this.addObjectBtn.Size = new System.Drawing.Size(210, 31);
- this.addObjectBtn.TabIndex = 11;
- this.addObjectBtn.Text = "Add object";
- this.addObjectBtn.UseVisualStyleBackColor = true;
- this.addObjectBtn.Click += new System.EventHandler(this.addObjectBtn_Click);
- //
- // removeBuildingBtn
- //
- this.removeBuildingBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.removeBuildingBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeBuildingBtn.Location = new System.Drawing.Point(919, 43);
- this.removeBuildingBtn.Margin = new System.Windows.Forms.Padding(4);
- this.removeBuildingBtn.Name = "removeBuildingBtn";
- this.removeBuildingBtn.Size = new System.Drawing.Size(210, 31);
- this.removeBuildingBtn.TabIndex = 19;
- this.removeBuildingBtn.Text = "Remove building";
- this.removeBuildingBtn.UseVisualStyleBackColor = true;
- this.removeBuildingBtn.Click += new System.EventHandler(this.removeBuildingBtn_Click);
- //
- // removeObjectBtn
- //
- this.removeObjectBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.removeObjectBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.removeObjectBtn.Location = new System.Drawing.Point(919, 107);
- this.removeObjectBtn.Margin = new System.Windows.Forms.Padding(4);
- this.removeObjectBtn.Name = "removeObjectBtn";
- this.removeObjectBtn.Size = new System.Drawing.Size(211, 31);
- this.removeObjectBtn.TabIndex = 20;
- this.removeObjectBtn.Text = "Remove object";
- this.removeObjectBtn.UseVisualStyleBackColor = true;
- this.removeObjectBtn.Click += new System.EventHandler(this.removeObjectBtn_Click);
- //
- // buildingSelectDD
- //
- this.buildingSelectDD.BackColor = System.Drawing.SystemColors.Control;
- this.buildingSelectDD.Cursor = System.Windows.Forms.Cursors.Hand;
- this.buildingSelectDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.buildingSelectDD.ForeColor = System.Drawing.SystemColors.WindowText;
- this.buildingSelectDD.FormattingEnabled = true;
- this.buildingSelectDD.Location = new System.Drawing.Point(256, 46);
- this.buildingSelectDD.Name = "buildingSelectDD";
- this.buildingSelectDD.Size = new System.Drawing.Size(419, 29);
- this.buildingSelectDD.TabIndex = 31;
- this.buildingSelectDD.SelectedIndexChanged += new System.EventHandler(this.buildingSelectDD_SelectedIndexChanged);
- this.buildingSelectDD.Click += new System.EventHandler(this.buildingSelectDD_Click);
- //
- // objectSelectDD
- //
- this.objectSelectDD.BackColor = System.Drawing.SystemColors.Control;
- this.objectSelectDD.Cursor = System.Windows.Forms.Cursors.Hand;
- this.objectSelectDD.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.objectSelectDD.ForeColor = System.Drawing.SystemColors.WindowText;
- this.objectSelectDD.FormattingEnabled = true;
- this.objectSelectDD.Location = new System.Drawing.Point(256, 107);
- this.objectSelectDD.Name = "objectSelectDD";
- this.objectSelectDD.Size = new System.Drawing.Size(419, 29);
- this.objectSelectDD.TabIndex = 32;
- this.objectSelectDD.SelectedIndexChanged += new System.EventHandler(this.objectSelectDD_SelectedIndexChanged);
- this.objectSelectDD.Click += new System.EventHandler(this.objectSelectDD_Click);
- //
- // clearAllLvlBtn
- //
- this.clearAllLvlBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.clearAllLvlBtn.ForeColor = System.Drawing.SystemColors.ControlText;
- this.clearAllLvlBtn.Location = new System.Drawing.Point(919, 173);
- this.clearAllLvlBtn.Margin = new System.Windows.Forms.Padding(4);
- this.clearAllLvlBtn.Name = "clearAllLvlBtn";
- this.clearAllLvlBtn.Size = new System.Drawing.Size(211, 31);
- this.clearAllLvlBtn.TabIndex = 43;
- this.clearAllLvlBtn.Text = "Clear level";
- this.clearAllLvlBtn.UseVisualStyleBackColor = true;
- this.clearAllLvlBtn.Click += new System.EventHandler(this.clearAllLevelBtn_Click);
- //
- // objectImgBox
- //
- this.objectImgBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.objectImgBox.Location = new System.Drawing.Point(36, 46);
- this.objectImgBox.Margin = new System.Windows.Forms.Padding(4);
- this.objectImgBox.Name = "objectImgBox";
- this.objectImgBox.Size = new System.Drawing.Size(199, 311);
- this.objectImgBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.objectImgBox.TabIndex = 44;
- this.objectImgBox.TabStop = false;
- //
- // levelEditor
- //
- this.levelEditor.BackColor = System.Drawing.SystemColors.Control;
- this.levelEditor.Controls.Add(this.objectImgBox);
- this.levelEditor.Controls.Add(this.clearAllLvlBtn);
- this.levelEditor.Controls.Add(this.objectSelectDD);
- this.levelEditor.Controls.Add(this.buildingSelectDD);
- this.levelEditor.Controls.Add(this.removeObjectBtn);
- this.levelEditor.Controls.Add(this.removeBuildingBtn);
- this.levelEditor.Controls.Add(this.addObjectBtn);
- this.levelEditor.Controls.Add(this.addBuildingBtn);
- this.levelEditor.ForeColor = System.Drawing.SystemColors.ControlText;
- this.levelEditor.Location = new System.Drawing.Point(4, 30);
- this.levelEditor.Margin = new System.Windows.Forms.Padding(4);
- this.levelEditor.Name = "levelEditor";
- this.levelEditor.Padding = new System.Windows.Forms.Padding(4);
- this.levelEditor.Size = new System.Drawing.Size(1137, 387);
- this.levelEditor.TabIndex = 1;
- this.levelEditor.Text = "Level Editor";
- //
- // compilerTypeLbl
- //
- this.compilerTypeLbl.Name = "compilerTypeLbl";
- this.compilerTypeLbl.Size = new System.Drawing.Size(224, 26);
- this.compilerTypeLbl.Text = "Internal";
- //
// IGIEditorUI
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
- this.ClientSize = new System.Drawing.Size(1147, 741);
+ this.ClientSize = new System.Drawing.Size(1720, 1158);
this.Controls.Add(this.editorMainPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.appMenuSettings;
- this.Margin = new System.Windows.Forms.Padding(4);
+ this.Margin = new System.Windows.Forms.Padding(6);
this.Name = "IGIEditorUI";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "IGI 1 Editor - HM@2022";
+ this.Text = "Project IGI 1 Editor";
this.editorMainPanel.ResumeLayout(false);
this.editorMainPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.levelStartTxt)).EndInit();
this.editorTabs.ResumeLayout(false);
+ this.levelEditor.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.objectImgBox)).EndInit();
this.objectEditor.ResumeLayout(false);
this.objectEditor.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.buildingsResetTxt)).EndInit();
@@ -5176,8 +5227,6 @@ private void InitializeComponent()
((System.ComponentModel.ISupportInitialize)(this.levelImgBox)).EndInit();
this.appMenuSettings.ResumeLayout(false);
this.appMenuSettings.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.objectImgBox)).EndInit();
- this.levelEditor.ResumeLayout(false);
this.ResumeLayout(false);
}
diff --git a/IGIEditor/IGIEditorUI.cs b/IGIEditor/IGIEditorUI.cs
index a4c722f..63ec915 100644
--- a/IGIEditor/IGIEditorUI.cs
+++ b/IGIEditor/IGIEditorUI.cs
@@ -77,7 +77,7 @@ public IGIEditorUI()
editorTabs.TabPages.RemoveByKey("devMode");
gameItemsLbl.Visible = true;
#else
- GAME_MAX_LEVEL = 3;
+ GAME_MAX_LEVEL = 14;
editorTabs.TabPages.RemoveByKey("threeDEditor");
//editorTabs.TabPages.RemoveByKey("graphEditor");
versionLbl.Text = appEditorSubVersion;
@@ -3089,7 +3089,7 @@ private void enableMusicCb_CheckedChanged(object sender, EventArgs e)
private void gfxResetBtn_Click(object sender, EventArgs e)
{
QInternals.GraphicsReset();
- QInternals.StatusMessageShow("Graphics settings reset");
+ SetStatusText("Graphics settings reset");
}
private void resetPosCb_CheckedChanged(object sender, EventArgs e)
@@ -3603,7 +3603,7 @@ private void createUpdateBtn_Click(object sender, EventArgs e)
}
catch (Exception ex)
{
- QUtils.LogException(MethodBase.GetCurrentMethod().Name, ex);
+ QUtils.ShowException(MethodBase.GetCurrentMethod().Name, ex);
}
}
@@ -3905,7 +3905,7 @@ private void saveAIBtn_Click(object sender, EventArgs e)
private void autoRefreshGameCb_CheckedChanged(object sender, EventArgs e)
{
autoRefreshGameCb.Checked = !autoRefreshGameCb.Checked;
- QUtils.gameRefresh = ((CheckBox)sender).Checked;
+ QUtils.gameRefresh = autoRefreshGameCb.Checked;
if (autoRefreshGameCb.Checked)
{
internalsAttachTimer.Start();
@@ -4466,12 +4466,20 @@ private void playModeCb_Click(object sender, EventArgs e)
private void musicVolumeUpdateBtn_Click(object sender, EventArgs e)
{
-
+ var musicVolume = musicVolumeUpdateTxt.Text;
+ float volume = Convert.ToSingle(musicVolume);
+ if (volume < 0.0f || volume > 10.0f) musicVolume = "5.0";
+ QInternals.MusicVolumeSet(musicVolume);
+ SetStatusText("Music volume has been set to " + musicVolume);
}
private void sfxVolumeUpdateBtn_Click(object sender, EventArgs e)
{
-
+ var sfxVolume = sfxVolumeUpdateTxt.Text;
+ float volume = Convert.ToSingle(sfxVolume);
+ if (volume < 0.0f || volume > 10.0f) sfxVolume = "5.0";
+ QInternals.MusicSFXVolumeSet(sfxVolume);
+ SetStatusText("SFX volume has been set to " + sfxVolume);
}
private void framesTxt_KeyDown(object sender, KeyEventArgs e)
diff --git a/IGIEditor/QUtils.cs b/IGIEditor/QUtils.cs
index e4a33dc..38d8bd6 100644
--- a/IGIEditor/QUtils.cs
+++ b/IGIEditor/QUtils.cs
@@ -146,7 +146,7 @@ internal class WeaponGroup
#region App Version
internal static string versionFileName = "VERSION";
- internal static string appEditorSubVersion = "0.7.1.0";
+ internal static string appEditorSubVersion = "0.7.2.0";
internal static float viewPortDelta = 10000.0f;
#endregion
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 7e76bbd..6b50379 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.5.0.0")]
+[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
diff --git a/packages.config b/packages.config
index 67e08ab..9a32282 100644
--- a/packages.config
+++ b/packages.config
@@ -1,4 +1,5 @@
+
\ No newline at end of file