Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/10 20:16:21 (14 years ago)
Author:
gkronber
Message:

Implemented change requests of reviewers. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

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

    r3608 r3612  
    5353      this.serverVersionHeader = new System.Windows.Forms.ColumnHeader();
    5454      this.descriptionHeader = new System.Windows.Forms.ColumnHeader();
     55      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
    5556      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    56       this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
    5757      this.SuspendLayout();
    5858      //
     
    105105      this.listView.UseCompatibleStateImageBehavior = false;
    106106      this.listView.View = System.Windows.Forms.View.Details;
    107       this.listView.ItemActivate += new System.EventHandler(this.listView_ItemActivate);
    108107      this.listView.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.listView_ItemChecked);
    109108      //
Note: See TracChangeset for help on using the changeset viewer.