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:
Generated
+3
-1
@@ -285,6 +285,7 @@
|
||||
this.FolderGroupListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.NameColumn,
|
||||
this.PathColumn});
|
||||
this.FolderGroupListView.FullRowSelect = true;
|
||||
this.FolderGroupListView.HideSelection = false;
|
||||
this.FolderGroupListView.Location = new System.Drawing.Point(20, 407);
|
||||
this.FolderGroupListView.MultiSelect = false;
|
||||
@@ -316,7 +317,8 @@
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "ProfileManager";
|
||||
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
||||
this.Text = "ProfileManager";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Profile Manager";
|
||||
this.MainLayoutPanel.ResumeLayout(false);
|
||||
this.MainPanel.ResumeLayout(false);
|
||||
this.MainPanel.PerformLayout();
|
||||
|
||||
Reference in New Issue
Block a user