diff --git a/RetroManager/CompressRom.Designer.cs b/RetroManager/CompressRom.Designer.cs index 8a6af31..2e3c3bd 100644 --- a/RetroManager/CompressRom.Designer.cs +++ b/RetroManager/CompressRom.Designer.cs @@ -36,6 +36,7 @@ private void InitializeComponent() this.btnStart = new System.Windows.Forms.Button(); this.cbn64 = new System.Windows.Forms.CheckBox(); this.gbEmulator = new System.Windows.Forms.GroupBox(); + this.lbEmulator = new System.Windows.Forms.Label(); this.cbgg = new System.Windows.Forms.CheckBox(); this.cbpc = new System.Windows.Forms.CheckBox(); this.cbngp = new System.Windows.Forms.CheckBox(); @@ -56,7 +57,6 @@ private void InitializeComponent() this.ttDirectory = new System.Windows.Forms.ToolTip(this.components); this.ttef = new System.Windows.Forms.ToolTip(this.components); this.tte = new System.Windows.Forms.ToolTip(this.components); - this.lbEmulator = new System.Windows.Forms.Label(); this.pb = new System.Windows.Forms.ProgressBar(); this.gbEmulator.SuspendLayout(); this.SuspendLayout(); @@ -66,7 +66,7 @@ private void InitializeComponent() this.btnBrowse.Location = new System.Drawing.Point(281, 33); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(61, 20); - this.btnBrowse.TabIndex = 9; + this.btnBrowse.TabIndex = 2; this.btnBrowse.Text = "Browse"; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.BtnBrowse_Click); @@ -76,7 +76,7 @@ private void InitializeComponent() this.txtDirectory.Location = new System.Drawing.Point(15, 34); this.txtDirectory.Name = "txtDirectory"; this.txtDirectory.Size = new System.Drawing.Size(260, 20); - this.txtDirectory.TabIndex = 8; + this.txtDirectory.TabIndex = 1; // // lbDirectory // @@ -93,7 +93,7 @@ private void InitializeComponent() this.cbExtract.Location = new System.Drawing.Point(21, 273); this.cbExtract.Name = "cbExtract"; this.cbExtract.Size = new System.Drawing.Size(81, 17); - this.cbExtract.TabIndex = 10; + this.cbExtract.TabIndex = 21; this.cbExtract.Text = "Extract First"; this.cbExtract.UseVisualStyleBackColor = true; // @@ -102,7 +102,7 @@ private void InitializeComponent() this.btnStart.Location = new System.Drawing.Point(15, 296); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(75, 23); - this.btnStart.TabIndex = 11; + this.btnStart.TabIndex = 22; this.btnStart.Text = "Start"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.BtnStart_Click); @@ -113,7 +113,7 @@ private void InitializeComponent() this.cbn64.Location = new System.Drawing.Point(6, 62); this.cbn64.Name = "cbn64"; this.cbn64.Size = new System.Drawing.Size(46, 17); - this.cbn64.TabIndex = 12; + this.cbn64.TabIndex = 5; this.cbn64.Text = "N64"; this.cbn64.UseVisualStyleBackColor = true; // @@ -144,13 +144,22 @@ private void InitializeComponent() this.gbEmulator.TabIndex = 13; this.gbEmulator.TabStop = false; // + // lbEmulator + // + this.lbEmulator.AutoSize = true; + this.lbEmulator.Location = new System.Drawing.Point(6, 0); + this.lbEmulator.Name = "lbEmulator"; + this.lbEmulator.Size = new System.Drawing.Size(53, 13); + this.lbEmulator.TabIndex = 14; + this.lbEmulator.Text = "Emulators"; + // // cbgg // this.cbgg.AutoSize = true; this.cbgg.Location = new System.Drawing.Point(73, 108); this.cbgg.Name = "cbgg"; this.cbgg.Size = new System.Drawing.Size(80, 17); - this.cbgg.TabIndex = 30; + this.cbgg.TabIndex = 14; this.cbgg.Text = "Game Gear"; this.cbgg.UseVisualStyleBackColor = true; // @@ -160,7 +169,7 @@ private void InitializeComponent() this.cbpc.Location = new System.Drawing.Point(237, 95); this.cbpc.Name = "cbpc"; this.cbpc.Size = new System.Drawing.Size(84, 17); - this.cbpc.TabIndex = 29; + this.cbpc.TabIndex = 20; this.cbpc.Text = "PC Machine"; this.cbpc.UseVisualStyleBackColor = true; // @@ -170,7 +179,7 @@ private void InitializeComponent() this.cbngp.Location = new System.Drawing.Point(181, 131); this.cbngp.Name = "cbngp"; this.cbngp.Size = new System.Drawing.Size(49, 17); - this.cbngp.TabIndex = 28; + this.cbngp.TabIndex = 17; this.cbngp.Text = "NGP"; this.cbngp.UseVisualStyleBackColor = true; // @@ -180,7 +189,7 @@ private void InitializeComponent() this.cbz.Location = new System.Drawing.Point(237, 72); this.cbz.Name = "cbz"; this.cbz.Size = new System.Drawing.Size(77, 17); - this.cbz.TabIndex = 27; + this.cbz.TabIndex = 19; this.cbz.Text = "Z-Machine"; this.cbz.UseVisualStyleBackColor = true; // @@ -190,7 +199,7 @@ private void InitializeComponent() this.cbngc.Location = new System.Drawing.Point(181, 154); this.cbngc.Name = "cbngc"; this.cbngc.Size = new System.Drawing.Size(49, 17); - this.cbngc.TabIndex = 26; + this.cbngc.TabIndex = 18; this.cbngc.Text = "NGC"; this.cbngc.UseVisualStyleBackColor = true; // @@ -200,7 +209,7 @@ private void InitializeComponent() this.cblynx.Location = new System.Drawing.Point(181, 39); this.cblynx.Name = "cblynx"; this.cblynx.Size = new System.Drawing.Size(48, 17); - this.cblynx.TabIndex = 25; + this.cblynx.TabIndex = 16; this.cblynx.Text = "Lynx"; this.cblynx.UseVisualStyleBackColor = true; // @@ -210,7 +219,7 @@ private void InitializeComponent() this.cbatari.Location = new System.Drawing.Point(181, 16); this.cbatari.Name = "cbatari"; this.cbatari.Size = new System.Drawing.Size(74, 17); - this.cbatari.TabIndex = 24; + this.cbatari.TabIndex = 15; this.cbatari.Text = "Atari 2600"; this.cbatari.UseVisualStyleBackColor = true; // @@ -220,7 +229,7 @@ private void InitializeComponent() this.cbms.Location = new System.Drawing.Point(73, 85); this.cbms.Name = "cbms"; this.cbms.Size = new System.Drawing.Size(95, 17); - this.cbms.TabIndex = 22; + this.cbms.TabIndex = 13; this.cbms.Text = "Master System"; this.cbms.UseVisualStyleBackColor = true; // @@ -230,7 +239,7 @@ private void InitializeComponent() this.cbds.Location = new System.Drawing.Point(6, 154); this.cbds.Name = "cbds"; this.cbds.Size = new System.Drawing.Size(41, 17); - this.cbds.TabIndex = 21; + this.cbds.TabIndex = 9; this.cbds.Text = "DS"; this.cbds.UseVisualStyleBackColor = true; // @@ -240,7 +249,7 @@ private void InitializeComponent() this.cb32x.Location = new System.Drawing.Point(73, 39); this.cb32x.Name = "cb32x"; this.cb32x.Size = new System.Drawing.Size(45, 17); - this.cb32x.TabIndex = 20; + this.cb32x.TabIndex = 11; this.cb32x.Text = "32X"; this.cb32x.UseVisualStyleBackColor = true; // @@ -250,7 +259,7 @@ private void InitializeComponent() this.cbsg.Location = new System.Drawing.Point(73, 16); this.cbsg.Name = "cbsg"; this.cbsg.Size = new System.Drawing.Size(68, 17); - this.cbsg.TabIndex = 19; + this.cbsg.TabIndex = 10; this.cbsg.Text = "SG-1000"; this.cbsg.UseVisualStyleBackColor = true; // @@ -260,7 +269,7 @@ private void InitializeComponent() this.cbgen.Location = new System.Drawing.Point(73, 62); this.cbgen.Name = "cbgen"; this.cbgen.Size = new System.Drawing.Size(64, 17); - this.cbgen.TabIndex = 18; + this.cbgen.TabIndex = 12; this.cbgen.Text = "Genesis"; this.cbgen.UseVisualStyleBackColor = true; // @@ -270,7 +279,7 @@ private void InitializeComponent() this.cbgbc.Location = new System.Drawing.Point(6, 108); this.cbgbc.Name = "cbgbc"; this.cbgbc.Size = new System.Drawing.Size(48, 17); - this.cbgbc.TabIndex = 17; + this.cbgbc.TabIndex = 7; this.cbgbc.Text = "GBC"; this.cbgbc.UseVisualStyleBackColor = true; // @@ -280,7 +289,7 @@ private void InitializeComponent() this.cbgb.Location = new System.Drawing.Point(6, 85); this.cbgb.Name = "cbgb"; this.cbgb.Size = new System.Drawing.Size(41, 17); - this.cbgb.TabIndex = 16; + this.cbgb.TabIndex = 6; this.cbgb.Text = "GB"; this.cbgb.UseVisualStyleBackColor = true; // @@ -290,7 +299,7 @@ private void InitializeComponent() this.cbgba.Location = new System.Drawing.Point(6, 131); this.cbgba.Name = "cbgba"; this.cbgba.Size = new System.Drawing.Size(48, 17); - this.cbgba.TabIndex = 15; + this.cbgba.TabIndex = 8; this.cbgba.Text = "GBA"; this.cbgba.UseVisualStyleBackColor = true; // @@ -300,7 +309,7 @@ private void InitializeComponent() this.cbSnes.Location = new System.Drawing.Point(6, 39); this.cbSnes.Name = "cbSnes"; this.cbSnes.Size = new System.Drawing.Size(55, 17); - this.cbSnes.TabIndex = 14; + this.cbSnes.TabIndex = 4; this.cbSnes.Text = "SNES"; this.cbSnes.UseVisualStyleBackColor = true; // @@ -310,19 +319,10 @@ private void InitializeComponent() this.cbNes.Location = new System.Drawing.Point(6, 16); this.cbNes.Name = "cbNes"; this.cbNes.Size = new System.Drawing.Size(48, 17); - this.cbNes.TabIndex = 13; + this.cbNes.TabIndex = 3; this.cbNes.Text = "NES"; this.cbNes.UseVisualStyleBackColor = true; // - // lbEmulator - // - this.lbEmulator.AutoSize = true; - this.lbEmulator.Location = new System.Drawing.Point(6, 0); - this.lbEmulator.Name = "lbEmulator"; - this.lbEmulator.Size = new System.Drawing.Size(53, 13); - this.lbEmulator.TabIndex = 14; - this.lbEmulator.Text = "Emulators"; - // // pb // this.pb.Location = new System.Drawing.Point(133, 273); diff --git a/RetroManager/DuplicateRemover.Designer.cs b/RetroManager/DuplicateRemover.Designer.cs index 2eaa818..10de537 100644 --- a/RetroManager/DuplicateRemover.Designer.cs +++ b/RetroManager/DuplicateRemover.Designer.cs @@ -61,7 +61,7 @@ private void InitializeComponent() this.btnAnalyze.Location = new System.Drawing.Point(12, 143); this.btnAnalyze.Name = "btnAnalyze"; this.btnAnalyze.Size = new System.Drawing.Size(75, 23); - this.btnAnalyze.TabIndex = 2; + this.btnAnalyze.TabIndex = 3; this.btnAnalyze.Text = "Analyze"; this.btnAnalyze.UseVisualStyleBackColor = true; this.btnAnalyze.Click += new System.EventHandler(this.BtnSubmit_Click); @@ -80,14 +80,14 @@ private void InitializeComponent() this.txtDirectory.Location = new System.Drawing.Point(12, 97); this.txtDirectory.Name = "txtDirectory"; this.txtDirectory.Size = new System.Drawing.Size(260, 20); - this.txtDirectory.TabIndex = 5; + this.txtDirectory.TabIndex = 1; // // btnBrowse // this.btnBrowse.Location = new System.Drawing.Point(278, 96); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(61, 20); - this.btnBrowse.TabIndex = 6; + this.btnBrowse.TabIndex = 2; this.btnBrowse.Text = "Browse"; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.BtnBrowse_Click); @@ -98,7 +98,7 @@ private void InitializeComponent() this.btnDelete.Location = new System.Drawing.Point(197, 143); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); - this.btnDelete.TabIndex = 7; + this.btnDelete.TabIndex = 4; this.btnDelete.Text = "Delete"; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new System.EventHandler(this.BtnDelete_Click); diff --git a/RetroManager/RootFolder.Designer.cs b/RetroManager/RootFolder.Designer.cs index 08c2597..14f9430 100644 --- a/RetroManager/RootFolder.Designer.cs +++ b/RetroManager/RootFolder.Designer.cs @@ -43,7 +43,7 @@ private void InitializeComponent() this.btnBrowse.Location = new System.Drawing.Point(281, 40); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(61, 20); - this.btnBrowse.TabIndex = 9; + this.btnBrowse.TabIndex = 2; this.btnBrowse.Text = "Browse"; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.BtnBrowse_Click); @@ -53,7 +53,7 @@ private void InitializeComponent() this.txtDirectory.Location = new System.Drawing.Point(15, 41); this.txtDirectory.Name = "txtDirectory"; this.txtDirectory.Size = new System.Drawing.Size(260, 20); - this.txtDirectory.TabIndex = 8; + this.txtDirectory.TabIndex = 1; // // lbDirectory // @@ -69,7 +69,7 @@ private void InitializeComponent() this.btnMove.Location = new System.Drawing.Point(15, 127); this.btnMove.Name = "btnMove"; this.btnMove.Size = new System.Drawing.Size(75, 23); - this.btnMove.TabIndex = 10; + this.btnMove.TabIndex = 4; this.btnMove.Text = "Move"; this.btnMove.UseVisualStyleBackColor = true; this.btnMove.Click += new System.EventHandler(this.BtnMove_Click); @@ -80,7 +80,7 @@ private void InitializeComponent() this.cbRename.Location = new System.Drawing.Point(15, 95); this.cbRename.Name = "cbRename"; this.cbRename.Size = new System.Drawing.Size(129, 17); - this.cbRename.TabIndex = 11; + this.cbRename.TabIndex = 3; this.cbRename.Text = "Rename File to Folder"; this.cbRename.UseVisualStyleBackColor = true; //