Better formatting for CH Products macro builder

master v1.0.2.3
Aaron Johnson 5 years ago
parent df2aedeed4
commit 4b53f580d2

@ -182,7 +182,7 @@
this.lbl_version.Name = "lbl_version";
this.lbl_version.Size = new System.Drawing.Size(46, 13);
this.lbl_version.TabIndex = 11;
this.lbl_version.Text = "v1.0.2.2";
this.lbl_version.Text = "v1.0.2.3";
//
// gbox_pipmgmt
//

@ -24,10 +24,10 @@ namespace Elite_Power_Management_Simulator
public static Int16 sys = 4;
public static Int16 wep = 4;
public static string key_rst = "KBDOWN ";
public static string key_sys = "KBLEFT ";
public static string key_eng = "KBUP ";
public static string key_wep = "KBRIGHT ";
public static string key_rst = "KBDOWN";
public static string key_sys = " KBLEFT";
public static string key_eng = " KBUP";
public static string key_wep = " KBRIGHT";
public static string rst_text = "[ RST ]\t\t[ 2 / 2 / 2 ]";
@ -362,10 +362,10 @@ namespace Elite_Power_Management_Simulator
{
if (rad_ch.Checked)
{
global.key_rst = "KBDOWN ";
global.key_sys = "KBLEFT ";
global.key_eng = "KBUP ";
global.key_wep = "KBRIGHT ";
global.key_rst = "KBDOWN";
global.key_sys = " KBLEFT";
global.key_eng = " KBUP";
global.key_wep = " KBRIGHT";
lbl_mbaChangeWarning.Show();
//gbox_custom.Hide();

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 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("1.0.2.2")]
[assembly: AssemblyFileVersion("1.0.2.2")]
[assembly: AssemblyVersion("1.0.2.3")]
[assembly: AssemblyFileVersion("1.0.2.3")]

Loading…
Cancel
Save