Free cookie consent management tool by TermsFeed Policy Generator

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

Fixed display of application icons in the starter. #989

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Starter/StarterForm.Designer.cs

    r3736 r3748  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm));
    4948      System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
    5049      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
     50      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm));
    5151      this.startButton = new System.Windows.Forms.Button();
    5252      this.largeImageList = new System.Windows.Forms.ImageList(this.components);
     
    7474      this.startButton.UseVisualStyleBackColor = true;
    7575      this.startButton.Click += new System.EventHandler(this.applicationsListView_ItemActivate);
     76      //
     77      // largeImageList
     78      //
     79      this.largeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     80      this.largeImageList.ImageSize = new System.Drawing.Size(32, 32);
     81      this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
    7682      //
    7783      // applicationsListView
     
    117123      this.descriptionColumnHeader.Width = 453;
    118124      //
     125      // smallImageList
     126      //
     127      this.smallImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     128      this.smallImageList.ImageSize = new System.Drawing.Size(16, 16);
     129      this.smallImageList.TransparentColor = System.Drawing.Color.Transparent;
     130      //
    119131      // showLargeIconsButton
    120132      //
Note: See TracChangeset for help on using the changeset viewer.