Fixed up the profile manager form, added back all broken functions I forgot about after changing over the TreeView into a ListView.

This commit is contained in:
Admin
2020-11-09 11:20:35 -06:00
parent 09ef449909
commit 297b70c76c
5 changed files with 15 additions and 11 deletions
+1
View File
@@ -204,6 +204,7 @@
this.Controls.Add(this.MainMenu);
this.MainMenuStrip = this.MainMenu;
this.Name = "FileViewer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "File Viewer & Comparison";
this.tableLayoutPanel1.ResumeLayout(false);
this.PanelOne.ResumeLayout(false);