Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/10 18:05:59 (14 years ago)
Author:
gkronber
Message:

Cleaned resources in plugin infrastructure. #994 (Clean up plugin infrastructure project)

Location:
trunk/sources/HeuristicLab.PluginInfrastructure/Starter
Files:
2 edited

Legend:

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

    r3241 r3721  
    191191      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    192192                  | System.Windows.Forms.AnchorStyles.Left)));
    193       this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.Logo_white;
     193      this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Resources.Logo_white;
    194194      this.pictureBox.Location = new System.Drawing.Point(-1, -1);
    195195      this.pictureBox.Name = "pictureBox";
  • trunk/sources/HeuristicLab.PluginInfrastructure/Starter/StarterForm.Designer.cs

    r3600 r3721  
    133133      this.showLargeIconsButton.Appearance = System.Windows.Forms.Appearance.Button;
    134134      this.showLargeIconsButton.Checked = true;
    135       this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_icons;
     135      this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.ShowIcons;
    136136      this.showLargeIconsButton.Location = new System.Drawing.Point(12, 511);
    137137      this.showLargeIconsButton.Name = "showLargeIconsButton";
     
    146146      this.showDetailsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    147147      this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button;
    148       this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_details;
     148      this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.ShowDetails;
    149149      this.showDetailsButton.Location = new System.Drawing.Point(41, 511);
    150150      this.showDetailsButton.Name = "showDetailsButton";
Note: See TracChangeset for help on using the changeset viewer.