diff --git a/J-Runner/CPUkeydb/CpuKeyDB.Designer.cs b/J-Runner/CPUkeydb/CpuKeyDB.Designer.cs
index 2907255..062bfb3 100644
--- a/J-Runner/CPUkeydb/CpuKeyDB.Designer.cs
+++ b/J-Runner/CPUkeydb/CpuKeyDB.Designer.cs
@@ -75,7 +75,7 @@ private void InitializeComponent()
this.txtSearch.MaxLength = 32;
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(210, 20);
- this.txtSearch.TabIndex = 1;
+ this.txtSearch.TabIndex = 5;
this.txtSearch.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// dataGridView1
@@ -208,7 +208,7 @@ private void InitializeComponent()
this.btnExport.Location = new System.Drawing.Point(611, 126);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(98, 23);
- this.btnExport.TabIndex = 11;
+ this.btnExport.TabIndex = 13;
this.btnExport.Text = "Export Table";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
@@ -219,7 +219,7 @@ private void InitializeComponent()
this.btnClose.Location = new System.Drawing.Point(611, 228);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(98, 23);
- this.btnClose.TabIndex = 12;
+ this.btnClose.TabIndex = 15;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
@@ -228,30 +228,30 @@ private void InitializeComponent()
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.copyToolStripMenuItem,
- this.deleteToolStripMenuItem,
- this.EditMobotoolStripMenuItem1});
+ this.EditMobotoolStripMenuItem1,
+ this.deleteToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(172, 70);
+ this.contextMenuStrip1.Size = new System.Drawing.Size(108, 70);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
- this.copyToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
- this.copyToolStripMenuItem.Text = "Copy to Clipboard";
+ this.copyToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
+ this.copyToolStripMenuItem.Text = "Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
- this.deleteToolStripMenuItem.Size = new System.Drawing.Size(171, 22);
+ this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
this.deleteToolStripMenuItem.Text = "Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// EditMobotoolStripMenuItem1
//
this.EditMobotoolStripMenuItem1.Name = "EditMobotoolStripMenuItem1";
- this.EditMobotoolStripMenuItem1.Size = new System.Drawing.Size(171, 22);
- this.EditMobotoolStripMenuItem1.Text = "Edit Mobo Entry";
+ this.EditMobotoolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
+ this.EditMobotoolStripMenuItem1.Text = "Edit";
this.EditMobotoolStripMenuItem1.Click += new System.EventHandler(this.EditMobotoolStripMenuItem1_Click);
//
// rbtnSerial
@@ -260,7 +260,7 @@ private void InitializeComponent()
this.rbtnSerial.Location = new System.Drawing.Point(362, 13);
this.rbtnSerial.Name = "rbtnSerial";
this.rbtnSerial.Size = new System.Drawing.Size(51, 17);
- this.rbtnSerial.TabIndex = 13;
+ this.rbtnSerial.TabIndex = 7;
this.rbtnSerial.Text = "Serial";
this.rbtnSerial.UseVisualStyleBackColor = true;
this.rbtnSerial.CheckedChanged += new System.EventHandler(this.rbtnSerial_CheckedChanged);
@@ -272,7 +272,7 @@ private void InitializeComponent()
this.rbtnCPU.Location = new System.Drawing.Point(294, 13);
this.rbtnCPU.Name = "rbtnCPU";
this.rbtnCPU.Size = new System.Drawing.Size(68, 17);
- this.rbtnCPU.TabIndex = 14;
+ this.rbtnCPU.TabIndex = 6;
this.rbtnCPU.TabStop = true;
this.rbtnCPU.Text = "CPU Key";
this.rbtnCPU.UseVisualStyleBackColor = true;
@@ -283,7 +283,7 @@ private void InitializeComponent()
this.btnScan.Location = new System.Drawing.Point(611, 39);
this.btnScan.Name = "btnScan";
this.btnScan.Size = new System.Drawing.Size(98, 23);
- this.btnScan.TabIndex = 16;
+ this.btnScan.TabIndex = 10;
this.btnScan.Text = "Scan Folders";
this.btnScan.UseVisualStyleBackColor = true;
this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
@@ -293,7 +293,7 @@ private void InitializeComponent()
this.btnreverse.Location = new System.Drawing.Point(611, 68);
this.btnreverse.Name = "btnreverse";
this.btnreverse.Size = new System.Drawing.Size(98, 23);
- this.btnreverse.TabIndex = 17;
+ this.btnreverse.TabIndex = 11;
this.btnreverse.Text = "Reverse Scan";
this.btnreverse.UseVisualStyleBackColor = true;
this.btnreverse.Click += new System.EventHandler(this.btnreverse_Click);
@@ -303,7 +303,7 @@ private void InitializeComponent()
this.btnImport.Location = new System.Drawing.Point(611, 97);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(98, 23);
- this.btnImport.TabIndex = 18;
+ this.btnImport.TabIndex = 12;
this.btnImport.Text = "Import Table";
this.btnImport.UseVisualStyleBackColor = true;
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
diff --git a/J-Runner/CPUkeydb/EditMobo.Designer.cs b/J-Runner/CPUkeydb/EditMobo.Designer.cs
index f01a33f..9458363 100644
--- a/J-Runner/CPUkeydb/EditMobo.Designer.cs
+++ b/J-Runner/CPUkeydb/EditMobo.Designer.cs
@@ -43,63 +43,54 @@ private void InitializeComponent( )
//
// SerialTB
//
- this.SerialTB.Enabled = false;
- this.SerialTB.ForeColor = System.Drawing.Color.Red;
this.SerialTB.Location = new System.Drawing.Point(64, 45);
this.SerialTB.Name = "SerialTB";
- this.SerialTB.Size = new System.Drawing.Size(157, 20);
- this.SerialTB.TabIndex = 0;
- this.SerialTB.TabStop = false;
- this.SerialTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.SerialTB.ReadOnly = true;
+ this.SerialTB.Size = new System.Drawing.Size(91, 20);
+ this.SerialTB.TabIndex = 6;
//
// CpukeyTB
//
- this.CpukeyTB.Enabled = false;
- this.CpukeyTB.ForeColor = System.Drawing.Color.Red;
this.CpukeyTB.Location = new System.Drawing.Point(64, 78);
this.CpukeyTB.Name = "CpukeyTB";
- this.CpukeyTB.Size = new System.Drawing.Size(213, 20);
- this.CpukeyTB.TabIndex = 1;
- this.CpukeyTB.TabStop = false;
- this.CpukeyTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.CpukeyTB.ReadOnly = true;
+ this.CpukeyTB.Size = new System.Drawing.Size(218, 20);
+ this.CpukeyTB.TabIndex = 7;
//
// ConsTypeTB
//
this.ConsTypeTB.Location = new System.Drawing.Point(64, 111);
this.ConsTypeTB.Name = "ConsTypeTB";
- this.ConsTypeTB.Size = new System.Drawing.Size(157, 20);
- this.ConsTypeTB.TabIndex = 0;
- this.ConsTypeTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.ConsTypeTB.Size = new System.Drawing.Size(145, 20);
+ this.ConsTypeTB.TabIndex = 8;
//
// EditOKBut
//
this.EditOKBut.Location = new System.Drawing.Point(63, 143);
this.EditOKBut.Name = "EditOKBut";
- this.EditOKBut.Size = new System.Drawing.Size(75, 23);
- this.EditOKBut.TabIndex = 3;
+ this.EditOKBut.Size = new System.Drawing.Size(76, 23);
+ this.EditOKBut.TabIndex = 0;
this.EditOKBut.Text = "Save";
this.EditOKBut.UseVisualStyleBackColor = true;
this.EditOKBut.Click += new System.EventHandler(this.EditOKBut_Click);
//
// CancelBut
//
- this.CancelBut.Location = new System.Drawing.Point(153, 143);
+ this.CancelBut.Location = new System.Drawing.Point(155, 143);
this.CancelBut.Name = "CancelBut";
- this.CancelBut.Size = new System.Drawing.Size(75, 23);
- this.CancelBut.TabIndex = 4;
+ this.CancelBut.Size = new System.Drawing.Size(76, 23);
+ this.CancelBut.TabIndex = 90;
this.CancelBut.Text = "Cancel";
this.CancelBut.UseVisualStyleBackColor = true;
this.CancelBut.Click += new System.EventHandler(this.CancelBut_Click);
//
// IdentTB
//
- this.IdentTB.Enabled = false;
- this.IdentTB.ForeColor = System.Drawing.Color.Red;
this.IdentTB.Location = new System.Drawing.Point(64, 13);
this.IdentTB.Name = "IdentTB";
+ this.IdentTB.ReadOnly = true;
this.IdentTB.Size = new System.Drawing.Size(49, 20);
this.IdentTB.TabIndex = 5;
- this.IdentTB.TabStop = false;
this.IdentTB.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label1
@@ -142,7 +133,7 @@ private void InitializeComponent( )
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(291, 175);
+ this.ClientSize = new System.Drawing.Size(294, 178);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
@@ -161,7 +152,7 @@ private void InitializeComponent( )
this.Name = "Editmobo";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "Edit Console Type";
+ this.Text = "Edit Entry";
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Editmobo_KeyUp);
this.ResumeLayout(false);
this.PerformLayout();
diff --git a/J-Runner/CPUkeydb/EditMobo.resx b/J-Runner/CPUkeydb/EditMobo.resx
index 0b33b35..9e9d7ec 100644
--- a/J-Runner/CPUkeydb/EditMobo.resx
+++ b/J-Runner/CPUkeydb/EditMobo.resx
@@ -117,12 +117,6 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
-
-
- True
-
diff --git a/J-Runner/Classes/variables.cs b/J-Runner/Classes/variables.cs
index 242a597..59816ac 100644
--- a/J-Runner/Classes/variables.cs
+++ b/J-Runner/Classes/variables.cs
@@ -80,10 +80,10 @@ public enum Windows
W10_11
}
- public static string version = "3.2.2 r3 Beta";
+ public static string version = "3.2.2 r3";
public static string build = "3222." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public const string staticversion = "3.2.2.2";
- public static int revision = 31;
+ public static int revision = 32;
public static Windows currentOS = Windows.Unknown;
public static bool isWinXP = false;
public static bool isscanningip = false;
diff --git a/J-Runner/Forms/XBOptions.Designer.cs b/J-Runner/Forms/XBOptions.Designer.cs
index e48fd9b..6761db0 100644
--- a/J-Runner/Forms/XBOptions.Designer.cs
+++ b/J-Runner/Forms/XBOptions.Designer.cs
@@ -290,7 +290,6 @@ private void InitializeComponent()
this.rbtnBlank.TabIndex = 8;
this.rbtnBlank.Text = "Blank - Disabled";
this.rbtnBlank.UseVisualStyleBackColor = true;
- this.rbtnBlank.Visible = false;
this.rbtnBlank.CheckedChanged += new System.EventHandler(this.radioButton9_CheckedChanged);
//
// rbtnKiosk
diff --git a/J-Runner/MainForm.Designer.cs b/J-Runner/MainForm.Designer.cs
index 1b54c8e..973c4dc 100644
--- a/J-Runner/MainForm.Designer.cs
+++ b/J-Runner/MainForm.Designer.cs
@@ -191,7 +191,7 @@ private void InitializeComponent()
this.btnCompare.Location = new System.Drawing.Point(390, 42);
this.btnCompare.Name = "btnCompare";
this.btnCompare.Size = new System.Drawing.Size(65, 22);
- this.btnCompare.TabIndex = 24;
+ this.btnCompare.TabIndex = 25;
this.btnCompare.Text = "Compare";
this.toolTip1.SetToolTip(this.btnCompare, "Compares the source and extra nands");
this.btnCompare.UseVisualStyleBackColor = true;
@@ -202,7 +202,7 @@ private void InitializeComponent()
this.btnLoadExtra.Location = new System.Drawing.Point(7, 42);
this.btnLoadExtra.Name = "btnLoadExtra";
this.btnLoadExtra.Size = new System.Drawing.Size(76, 22);
- this.btnLoadExtra.TabIndex = 22;
+ this.btnLoadExtra.TabIndex = 23;
this.btnLoadExtra.Text = "Load Extra";
this.toolTip1.SetToolTip(this.btnLoadExtra, "Load an extra nand for comparison");
this.btnLoadExtra.UseVisualStyleBackColor = true;
@@ -228,7 +228,7 @@ private void InitializeComponent()
this.txtFileExtra.Name = "txtFileExtra";
this.txtFileExtra.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txtFileExtra.Size = new System.Drawing.Size(295, 20);
- this.txtFileExtra.TabIndex = 23;
+ this.txtFileExtra.TabIndex = 24;
this.toolTip1.SetToolTip(this.txtFileExtra, "The file listed in this box is used to compare against file loaded in \"Source fil" +
"e\" box\r\n");
this.txtFileExtra.DragDrop += new System.Windows.Forms.DragEventHandler(this.txtFileExtra_DragDrop);
@@ -273,7 +273,7 @@ private void InitializeComponent()
this.txtCPUKey.MaxLength = 32;
this.txtCPUKey.Name = "txtCPUKey";
this.txtCPUKey.Size = new System.Drawing.Size(295, 20);
- this.txtCPUKey.TabIndex = 25;
+ this.txtCPUKey.TabIndex = 26;
this.toolTip1.SetToolTip(this.txtCPUKey, "This is where your CPU key should be entered. You can drag and drop previously sa" +
"ved cpukey.txt or paste in your CPU Key details.");
this.txtCPUKey.TextChanged += new System.EventHandler(this.txtCPUKey_TextChanged);
@@ -390,7 +390,7 @@ private void InitializeComponent()
this.btnReload.Location = new System.Drawing.Point(390, 71);
this.btnReload.Name = "btnReload";
this.btnReload.Size = new System.Drawing.Size(65, 22);
- this.btnReload.TabIndex = 26;
+ this.btnReload.TabIndex = 27;
this.btnReload.Text = "Reload";
this.toolTip1.SetToolTip(this.btnReload, "Reloads and initializes the nand in source box");
this.btnReload.UseVisualStyleBackColor = true;
@@ -478,7 +478,7 @@ private void InitializeComponent()
this.btnBackup.Location = new System.Drawing.Point(390, 13);
this.btnBackup.Name = "btnBackup";
this.btnBackup.Size = new System.Drawing.Size(65, 22);
- this.btnBackup.TabIndex = 28;
+ this.btnBackup.TabIndex = 22;
this.btnBackup.Text = "Backup";
this.btnBackup.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip1.SetToolTip(this.btnBackup, "Displays a menu of backup options");
@@ -530,7 +530,7 @@ private void InitializeComponent()
this.btnScanDevices.Location = new System.Drawing.Point(567, 519);
this.btnScanDevices.Name = "btnScanDevices";
this.btnScanDevices.Size = new System.Drawing.Size(85, 26);
- this.btnScanDevices.TabIndex = 301;
+ this.btnScanDevices.TabIndex = 296;
this.btnScanDevices.Text = "Scan Devices";
this.toolTip1.SetToolTip(this.btnScanDevices, "Scans USB ports for programmers and other devices");
this.btnScanDevices.UseVisualStyleBackColor = true;
diff --git a/J-Runner/Panels/NandTools.designer.cs b/J-Runner/Panels/NandTools.designer.cs
index e02a8e0..779e8e3 100644
--- a/J-Runner/Panels/NandTools.designer.cs
+++ b/J-Runner/Panels/NandTools.designer.cs
@@ -57,7 +57,7 @@ private void InitializeComponent()
this.btnPatchKv.Location = new System.Drawing.Point(208, 106);
this.btnPatchKv.Name = "btnPatchKv";
this.btnPatchKv.Size = new System.Drawing.Size(65, 51);
- this.btnPatchKv.TabIndex = 29;
+ this.btnPatchKv.TabIndex = 30;
this.btnPatchKv.Text = "Patch\r\nKeyvault";
this.toolTip1.SetToolTip(this.btnPatchKv, "Launches the KV Patcher");
this.btnPatchKv.UseVisualStyleBackColor = true;
@@ -201,7 +201,7 @@ private void InitializeComponent()
this.btnExtractFiles.Location = new System.Drawing.Point(136, 106);
this.btnExtractFiles.Name = "btnExtractFiles";
this.btnExtractFiles.Size = new System.Drawing.Size(65, 51);
- this.btnExtractFiles.TabIndex = 28;
+ this.btnExtractFiles.TabIndex = 29;
this.btnExtractFiles.Text = "Extract\r\nFiles";
this.toolTip1.SetToolTip(this.btnExtractFiles, "Extracts the files from the source nand");
this.btnExtractFiles.UseVisualStyleBackColor = true;
@@ -212,7 +212,7 @@ private void InitializeComponent()
this.btnCreateDonor.Location = new System.Drawing.Point(64, 106);
this.btnCreateDonor.Name = "btnCreateDonor";
this.btnCreateDonor.Size = new System.Drawing.Size(65, 51);
- this.btnCreateDonor.TabIndex = 30;
+ this.btnCreateDonor.TabIndex = 28;
this.btnCreateDonor.Text = "Create\r\nDonor";
this.toolTip1.SetToolTip(this.btnCreateDonor, "Launches the Create Donor Nand Wizard");
this.btnCreateDonor.UseVisualStyleBackColor = true;
diff --git a/J-Runner/Panels/XeBuildPanel.designer.cs b/J-Runner/Panels/XeBuildPanel.designer.cs
index 0f92ee9..b7e4866 100644
--- a/J-Runner/Panels/XeBuildPanel.designer.cs
+++ b/J-Runner/Panels/XeBuildPanel.designer.cs
@@ -201,7 +201,7 @@ private void InitializeComponent()
this.Rgh3Mhz.Location = new System.Drawing.Point(284, 61);
this.Rgh3Mhz.Name = "Rgh3Mhz";
this.Rgh3Mhz.Size = new System.Drawing.Size(36, 21);
- this.Rgh3Mhz.TabIndex = 98;
+ this.Rgh3Mhz.TabIndex = 20;
this.Rgh3Mhz.Text = "27";
this.toolTip1.SetToolTip(this.Rgh3Mhz, "Sets the I2C slowdown type");
//
@@ -227,7 +227,6 @@ private void InitializeComponent()
this.chkWB.Name = "chkWB";
this.chkWB.Size = new System.Drawing.Size(60, 17);
this.chkWB.TabIndex = 14;
- this.chkWB.TabStop = false;
this.chkWB.Text = "WB 2K";
this.toolTip1.SetToolTip(this.chkWB, "Check to use 13182 CBB for Winbond 2K consoles");
this.chkWB.UseVisualStyleBackColor = false;
@@ -252,7 +251,7 @@ private void InitializeComponent()
this.chkCleanSMC.Location = new System.Drawing.Point(229, 90);
this.chkCleanSMC.Name = "chkCleanSMC";
this.chkCleanSMC.Size = new System.Drawing.Size(79, 17);
- this.chkCleanSMC.TabIndex = 23;
+ this.chkCleanSMC.TabIndex = 24;
this.chkCleanSMC.Text = "Clean SMC";
this.toolTip1.SetToolTip(this.chkCleanSMC, "Use a clean retail SMC");
this.chkCleanSMC.UseVisualStyleBackColor = true;
@@ -381,8 +380,7 @@ private void InitializeComponent()
this.chkAudClamp.Location = new System.Drawing.Point(229, 65);
this.chkAudClamp.Name = "chkAudClamp";
this.chkAudClamp.Size = new System.Drawing.Size(80, 17);
- this.chkAudClamp.TabIndex = 20;
- this.chkAudClamp.TabStop = false;
+ this.chkAudClamp.TabIndex = 21;
this.chkAudClamp.Text = "Aud_Clamp";
this.toolTip1.SetToolTip(this.chkAudClamp, "Check if using Aud_Clamp wiring on HDMI Phats");
this.chkAudClamp.UseVisualStyleBackColor = false;
@@ -419,7 +417,7 @@ private void InitializeComponent()
this.chkRJtag.Location = new System.Drawing.Point(229, 81);
this.chkRJtag.Name = "chkRJtag";
this.chkRJtag.Size = new System.Drawing.Size(64, 17);
- this.chkRJtag.TabIndex = 73;
+ this.chkRJtag.TabIndex = 23;
this.chkRJtag.Text = "R-JTAG";
this.toolTip1.SetToolTip(this.chkRJtag, "Check if using R-JTAG/R-JTOP methods");
this.chkRJtag.UseVisualStyleBackColor = true;
@@ -513,7 +511,7 @@ private void InitializeComponent()
this.groupBox2.Location = new System.Drawing.Point(210, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(104, 56);
- this.groupBox2.TabIndex = 7;
+ this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Other Patches";
//
@@ -645,7 +643,7 @@ private void InitializeComponent()
this.chkBigffs.Location = new System.Drawing.Point(4, 61);
this.chkBigffs.Name = "chkBigffs";
this.chkBigffs.Size = new System.Drawing.Size(83, 17);
- this.chkBigffs.TabIndex = 12;
+ this.chkBigffs.TabIndex = 13;
this.chkBigffs.Text = "bigffs Image";
this.toolTip1.SetToolTip(this.chkBigffs, "Only for 64MB and large NAND sizes");
this.chkBigffs.UseVisualStyleBackColor = true;
@@ -671,7 +669,7 @@ private void InitializeComponent()
this.btnLaunch.Location = new System.Drawing.Point(188, 3);
this.btnLaunch.Name = "btnLaunch";
this.btnLaunch.Size = new System.Drawing.Size(132, 26);
- this.btnLaunch.TabIndex = 13;
+ this.btnLaunch.TabIndex = 11;
this.btnLaunch.Text = "Launch.ini Options";
this.toolTip1.SetToolTip(this.btnLaunch, "Advanced Users Only\r\nAllows you to create a launch.ini\r\n");
this.btnLaunch.UseVisualStyleBackColor = true;
@@ -683,7 +681,7 @@ private void InitializeComponent()
this.chkXeSettings.Location = new System.Drawing.Point(4, 37);
this.chkXeSettings.Name = "chkXeSettings";
this.chkXeSettings.Size = new System.Drawing.Size(117, 17);
- this.chkXeSettings.TabIndex = 11;
+ this.chkXeSettings.TabIndex = 12;
this.chkXeSettings.Text = "Use Edited Options";
this.chkXeSettings.UseVisualStyleBackColor = true;
this.chkXeSettings.CheckedChanged += new System.EventHandler(this.chkxesettings_CheckedChanged);
diff --git a/J-Runner/Panels/XeBuildPanel.resx b/J-Runner/Panels/XeBuildPanel.resx
index 7dcb372..489b41b 100644
--- a/J-Runner/Panels/XeBuildPanel.resx
+++ b/J-Runner/Panels/XeBuildPanel.resx
@@ -123,16 +123,7 @@
137, 17
-
- 137, 17
-
17, 17
-
- 17, 17
-
-
- 293, 17
-
\ No newline at end of file
diff --git a/J-Runner/Resources/Build.txt b/J-Runner/Resources/Build.txt
index 6e1c04c..bd26ce7 100644
--- a/J-Runner/Resources/Build.txt
+++ b/J-Runner/Resources/Build.txt
@@ -1 +1 @@
-02-27-2023 22:33:41
\ No newline at end of file
+03-11-2023 23:20:45
\ No newline at end of file