Free cookie consent management tool by TermsFeed Policy Generator

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

Changed plugin manager GUI as suggested by reviewers. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

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

    r3573 r3608  
    5454      this.descriptionHeader = new System.Windows.Forms.ColumnHeader();
    5555      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     56      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
    5657      this.SuspendLayout();
    5758      //
     
    99100      this.listView.Name = "listView";
    100101      this.listView.Size = new System.Drawing.Size(539, 476);
     102      this.listView.SmallImageList = this.pluginImageList;
    101103      this.listView.SuppressItemCheckedEvents = false;
    102104      this.listView.TabIndex = 8;
     
    126128      this.descriptionHeader.Width = 335;
    127129      //
     130      // pluginImageList
     131      //
     132      this.pluginImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     133      this.pluginImageList.ImageSize = new System.Drawing.Size(16, 16);
     134      this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent;
     135      //
    128136      // PluginEditor
    129137      //
     
    149157    private System.Windows.Forms.ColumnHeader descriptionHeader;
    150158    private System.Windows.Forms.ToolTip toolTip;
     159    private System.Windows.Forms.ImageList pluginImageList;
    151160  }
    152161}
Note: See TracChangeset for help on using the changeset viewer.