remove service References

This commit is contained in:
gjefferyes
2014-11-13 09:54:31 -06:00
parent 7fa939af29
commit 09ccdd7e10
18 changed files with 4 additions and 1078 deletions

View File

@@ -106,7 +106,6 @@
this.fixReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutRomVaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.checkForUpdateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.registratioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
@@ -931,7 +930,6 @@
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutRomVaultToolStripMenuItem,
this.checkForUpdateToolStripMenuItem,
this.registratioToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
@@ -940,21 +938,14 @@
// aboutRomVaultToolStripMenuItem
//
this.aboutRomVaultToolStripMenuItem.Name = "aboutRomVaultToolStripMenuItem";
this.aboutRomVaultToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.aboutRomVaultToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.aboutRomVaultToolStripMenuItem.Text = "About RomVault";
this.aboutRomVaultToolStripMenuItem.Click += new System.EventHandler(this.AboutRomVaultToolStripMenuItemClick);
//
// checkForUpdateToolStripMenuItem
//
this.checkForUpdateToolStripMenuItem.Name = "checkForUpdateToolStripMenuItem";
this.checkForUpdateToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.checkForUpdateToolStripMenuItem.Text = "Check For Update";
this.checkForUpdateToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdateToolStripMenuItem_Click);
//
// registratioToolStripMenuItem
//
this.registratioToolStripMenuItem.Name = "registratioToolStripMenuItem";
this.registratioToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
this.registratioToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.registratioToolStripMenuItem.Text = "Registration";
this.registratioToolStripMenuItem.Click += new System.EventHandler(this.RegistratioToolStripMenuItemClick);
//
@@ -988,7 +979,6 @@
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1264, 762);
this.Controls.Add(this.splitContainer1);
@@ -1077,7 +1067,6 @@
private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutRomVaultToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem checkForUpdateToolStripMenuItem;
private System.Windows.Forms.DataGridViewImageColumn Type;
private System.Windows.Forms.DataGridViewTextBoxColumn CGame;
private System.Windows.Forms.DataGridViewTextBoxColumn CDescription;