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/LocalPluginsView.Designer.cs

    r3573 r3608  
    5555      this.descriptionHeader = new System.Windows.Forms.ColumnHeader();
    5656      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     57      this.pluginImageList = new System.Windows.Forms.ImageList(this.components);
    5758      this.SuspendLayout();
    5859      //
     
    107108      this.localPluginsListView.Name = "localPluginsListView";
    108109      this.localPluginsListView.Size = new System.Drawing.Size(539, 477);
     110      this.localPluginsListView.SmallImageList = this.pluginImageList;
    109111      this.localPluginsListView.SuppressItemCheckedEvents = false;
    110112      this.localPluginsListView.TabIndex = 13;
     
    128130      this.descriptionHeader.Text = "Description";
    129131      this.descriptionHeader.Width = 245;
     132      //
     133      // pluginImageList
     134      //
     135      this.pluginImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     136      this.pluginImageList.ImageSize = new System.Drawing.Size(16, 16);
     137      this.pluginImageList.TransparentColor = System.Drawing.Color.Transparent;
    130138      //
    131139      // LocalPluginsView
     
    151159    private System.Windows.Forms.ColumnHeader descriptionHeader;
    152160    private System.Windows.Forms.ToolTip toolTip;
     161    private System.Windows.Forms.ImageList pluginImageList;
    153162    // private LocalPluginManagerView localPluginManagerView;
    154163  }
Note: See TracChangeset for help on using the changeset viewer.