|
@@ -144,8 +144,8 @@ namespace Optimizer
|
|
|
this.panelCommonApps = new System.Windows.Forms.Panel();
|
|
|
this.cAutoInstall = new Optimizer.MoonCheck();
|
|
|
this.progressDownloader = new Optimizer.MoonProgress();
|
|
|
- this.c64 = new Optimizer.MoonnRadio();
|
|
|
- this.c32 = new Optimizer.MoonnRadio();
|
|
|
+ this.c64 = new Optimizer.MoonRadio();
|
|
|
+ this.c32 = new Optimizer.MoonRadio();
|
|
|
this.btnDownloadApps = new System.Windows.Forms.Button();
|
|
|
this.setDownDirLbl = new System.Windows.Forms.Label();
|
|
|
this.txtDownloadFolder = new System.Windows.Forms.TextBox();
|
|
@@ -275,9 +275,9 @@ namespace Optimizer
|
|
|
this.security = new System.Windows.Forms.GroupBox();
|
|
|
this.checkShift = new Optimizer.MoonCheck();
|
|
|
this.itemposition = new System.Windows.Forms.GroupBox();
|
|
|
- this.radioTop = new Optimizer.MoonnRadio();
|
|
|
- this.radioMiddle = new Optimizer.MoonnRadio();
|
|
|
- this.radioBottom = new Optimizer.MoonnRadio();
|
|
|
+ this.radioTop = new Optimizer.MoonRadio();
|
|
|
+ this.radioMiddle = new Optimizer.MoonRadio();
|
|
|
+ this.radioBottom = new Optimizer.MoonRadio();
|
|
|
this.icontoaddgroup = new System.Windows.Forms.GroupBox();
|
|
|
this.checkDefaultIcon = new Optimizer.MoonCheck();
|
|
|
this.btnBrowseIcon = new System.Windows.Forms.Button();
|
|
@@ -286,11 +286,11 @@ namespace Optimizer
|
|
|
this.btnBrowseItem = new System.Windows.Forms.Button();
|
|
|
this.txtItem = new System.Windows.Forms.TextBox();
|
|
|
this.itemtype = new System.Windows.Forms.GroupBox();
|
|
|
- this.radioCommand = new Optimizer.MoonnRadio();
|
|
|
- this.radioProgram = new Optimizer.MoonnRadio();
|
|
|
- this.radioFolder = new Optimizer.MoonnRadio();
|
|
|
- this.radioLink = new Optimizer.MoonnRadio();
|
|
|
- this.radioFile = new Optimizer.MoonnRadio();
|
|
|
+ this.radioCommand = new Optimizer.MoonRadio();
|
|
|
+ this.radioProgram = new Optimizer.MoonRadio();
|
|
|
+ this.radioFolder = new Optimizer.MoonRadio();
|
|
|
+ this.radioLink = new Optimizer.MoonRadio();
|
|
|
+ this.radioFile = new Optimizer.MoonRadio();
|
|
|
this.addItemL = new System.Windows.Forms.Label();
|
|
|
this.tabPage9 = new System.Windows.Forms.TabPage();
|
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
@@ -5637,11 +5637,11 @@ namespace Optimizer
|
|
|
private System.Windows.Forms.Button removeDIB;
|
|
|
private System.Windows.Forms.Button removeAllIIB;
|
|
|
private System.Windows.Forms.GroupBox itemtype;
|
|
|
- private MoonnRadio radioCommand;
|
|
|
- private MoonnRadio radioProgram;
|
|
|
- private MoonnRadio radioFile;
|
|
|
- private MoonnRadio radioFolder;
|
|
|
- private MoonnRadio radioLink;
|
|
|
+ private MoonRadio radioCommand;
|
|
|
+ private MoonRadio radioProgram;
|
|
|
+ private MoonRadio radioFile;
|
|
|
+ private MoonRadio radioFolder;
|
|
|
+ private MoonRadio radioLink;
|
|
|
private System.Windows.Forms.Label addItemL;
|
|
|
private System.Windows.Forms.GroupBox icontoaddgroup;
|
|
|
private MoonCheck checkDefaultIcon;
|
|
@@ -5653,9 +5653,9 @@ namespace Optimizer
|
|
|
private System.Windows.Forms.GroupBox security;
|
|
|
private MoonCheck checkShift;
|
|
|
private System.Windows.Forms.GroupBox itemposition;
|
|
|
- private MoonnRadio radioTop;
|
|
|
- private MoonnRadio radioMiddle;
|
|
|
- private MoonnRadio radioBottom;
|
|
|
+ private MoonRadio radioTop;
|
|
|
+ private MoonRadio radioMiddle;
|
|
|
+ private MoonRadio radioBottom;
|
|
|
private System.Windows.Forms.GroupBox itemnamegroup;
|
|
|
private System.Windows.Forms.TextBox txtItemName;
|
|
|
private System.Windows.Forms.Button btnAddItem;
|
|
@@ -5707,7 +5707,7 @@ namespace Optimizer
|
|
|
private System.Windows.Forms.Button changeDownDirB;
|
|
|
private System.Windows.Forms.Label txtDownloadStatus;
|
|
|
private System.Windows.Forms.Label bitPref;
|
|
|
- private MoonnRadio c32;
|
|
|
+ private MoonRadio c32;
|
|
|
private System.Windows.Forms.Button goToDownloadsB;
|
|
|
private System.Windows.Forms.LinkLabel linkWarnings;
|
|
|
private MoonCheck cAutoInstall;
|
|
@@ -5746,7 +5746,7 @@ namespace Optimizer
|
|
|
private System.Windows.Forms.ToolStripMenuItem trayRestartExplorer;
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
private System.Windows.Forms.Button flushCacheB;
|
|
|
- private MoonnRadio c64;
|
|
|
+ private MoonRadio c64;
|
|
|
private System.Windows.Forms.Panel panel10;
|
|
|
private Button backupStartupB;
|
|
|
private Button restoreStartupB;
|