Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/10 04:34:55 (14 years ago)
Author:
swagner
Message:

Added new HeuristicLab icon and removed obsolete resources (#841)

File:
1 edited

Legend:

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

    r3721 r3732  
    4747      this.components = new System.ComponentModel.Container();
    4848      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StarterForm));
    49       System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
    50       System.Windows.Forms.ListViewGroup listViewGroup4 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
     49      System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Applications", System.Windows.Forms.HorizontalAlignment.Left);
     50      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Plugin Management", System.Windows.Forms.HorizontalAlignment.Left);
    5151      this.startButton = new System.Windows.Forms.Button();
    5252      this.largeImageList = new System.Windows.Forms.ImageList(this.components);
     
    8989            this.versionColumnHeader,
    9090            this.descriptionColumnHeader});
    91       listViewGroup3.Header = "Applications";
    92       listViewGroup3.Name = "Applications";
    93       listViewGroup4.Header = "Plugin Management";
    94       listViewGroup4.Name = "Plugin Management";
     91      listViewGroup1.Header = "Applications";
     92      listViewGroup1.Name = "Applications";
     93      listViewGroup2.Header = "Plugin Management";
     94      listViewGroup2.Name = "Plugin Management";
    9595      this.applicationsListView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
    96             listViewGroup3,
    97             listViewGroup4});
     96            listViewGroup1,
     97            listViewGroup2});
    9898      this.applicationsListView.LargeImageList = this.largeImageList;
    9999      this.applicationsListView.Location = new System.Drawing.Point(12, 12);
     
    138138      this.showLargeIconsButton.Size = new System.Drawing.Size(23, 23);
    139139      this.showLargeIconsButton.TabIndex = 2;
     140      this.showLargeIconsButton.TabStop = true;
    140141      this.toolTip.SetToolTip(this.showLargeIconsButton, "Show Large Icons");
    141142      this.showLargeIconsButton.UseVisualStyleBackColor = false;
Note: See TracChangeset for help on using the changeset viewer.