Changeset 3112 for trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LocalPluginManager.Designer.cs
- Timestamp:
- 03/19/10 11:46:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LocalPluginManager.Designer.cs
r3090 r3112 46 46 this.components = new System.ComponentModel.Container(); 47 47 System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Active Plugins", System.Windows.Forms.HorizontalAlignment.Left); 48 System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup(" InactivePlugins", System.Windows.Forms.HorizontalAlignment.Left);48 System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Disabled Plugins", System.Windows.Forms.HorizontalAlignment.Left); 49 49 this.imageListForLocalItems = new System.Windows.Forms.ImageList(this.components); 50 50 this.localPluginsListView = new HeuristicLab.PluginInfrastructure.Advanced.MultiSelectListView(); … … 70 70 listViewGroup1.Header = "Active Plugins"; 71 71 listViewGroup1.Name = "activePluginsGroup"; 72 listViewGroup2.Header = " InactivePlugins";73 listViewGroup2.Name = " inactivePluginsGroup";72 listViewGroup2.Header = "Disabled Plugins"; 73 listViewGroup2.Name = "disabledPluginsGroup"; 74 74 this.localPluginsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] { 75 75 listViewGroup1,
Note: See TracChangeset
for help on using the changeset viewer.