diff --git a/GPDWin2XTUManager/Form1.cs b/GPDWin2XTUManager/Form1.cs index 4bc45f0..b1c2476 100644 --- a/GPDWin2XTUManager/Form1.cs +++ b/GPDWin2XTUManager/Form1.cs @@ -16,7 +16,6 @@ public partial class MainForm : Form public MainForm(string[] args = null) { InitializeComponent(); - MessageBox.Show(Shared.LogonRegistryKeyExists().ToString()); CheckForXTU(); StartXTUService(); diff --git a/GPDWin2XTUManager/Options.Designer.cs b/GPDWin2XTUManager/Options.Designer.cs index 485a7ce..93c8aad 100644 --- a/GPDWin2XTUManager/Options.Designer.cs +++ b/GPDWin2XTUManager/Options.Designer.cs @@ -284,6 +284,7 @@ private void InitializeComponent() this.cmbProfileLogOn.Name = "cmbProfileLogOn"; this.cmbProfileLogOn.Size = new System.Drawing.Size(186, 28); this.cmbProfileLogOn.TabIndex = 19; + this.cmbProfileLogOn.Visible = false; // // chkProfileLogOn // @@ -295,6 +296,7 @@ private void InitializeComponent() this.chkProfileLogOn.TabIndex = 20; this.chkProfileLogOn.Text = "Apply profile at log on:"; this.chkProfileLogOn.UseVisualStyleBackColor = true; + this.chkProfileLogOn.Visible = false; // // label6 // @@ -304,6 +306,7 @@ private void InitializeComponent() this.label6.Size = new System.Drawing.Size(407, 43); this.label6.TabIndex = 18; this.label6.Text = "Note: Renaming or removing this profile will remove the log on entry!"; + this.label6.Visible = false; // // Options // diff --git a/GPDWin2XTUManager/Shared.cs b/GPDWin2XTUManager/Shared.cs index 766e9cf..4c6d50b 100644 --- a/GPDWin2XTUManager/Shared.cs +++ b/GPDWin2XTUManager/Shared.cs @@ -12,7 +12,7 @@ namespace GPDWin2XTUManager { public static class Shared { - public static readonly decimal VERSION = 1.10m; + public static readonly decimal VERSION = 1.02m; public static readonly string SETTINGS_PATH = "Settings.json"; public static readonly string RUN_AT_LOGON_PATH = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; public static readonly string APP_REG_KEY_VALUE = "GPDWin2XTUManager";