Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/10 11:46:07 (15 years ago)
Author:
gkronber
Message:
  • Added missing license headers
  • performance improvement in listview_itemchecked handlers
  • added functionality to switch between simple and advanced view in remote plugins view
  • changed url of deployment service in preparation for next release of the test version
  • added default user credentials for the deployment service in preparation for the next release of the test version

#891 (Refactor GUI for plugin management)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LocalPluginManager.Designer.cs

    r3090 r3112  
    4646      this.components = new System.ComponentModel.Container();
    4747      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("Inactive Plugins", System.Windows.Forms.HorizontalAlignment.Left);
     48      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Disabled Plugins", System.Windows.Forms.HorizontalAlignment.Left);
    4949      this.imageListForLocalItems = new System.Windows.Forms.ImageList(this.components);
    5050      this.localPluginsListView = new HeuristicLab.PluginInfrastructure.Advanced.MultiSelectListView();
     
    7070      listViewGroup1.Header = "Active Plugins";
    7171      listViewGroup1.Name = "activePluginsGroup";
    72       listViewGroup2.Header = "Inactive Plugins";
    73       listViewGroup2.Name = "inactivePluginsGroup";
     72      listViewGroup2.Header = "Disabled Plugins";
     73      listViewGroup2.Name = "disabledPluginsGroup";
    7474      this.localPluginsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
    7575            listViewGroup1,
Note: See TracChangeset for help on using the changeset viewer.