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)

File:
1 edited

Legend:

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

    r3627 r3721  
    178178      this.showDetailsButton.Appearance = System.Windows.Forms.Appearance.Button;
    179179      this.showDetailsButton.Checked = true;
    180       this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_details;
     180      this.showDetailsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.ShowDetails;
    181181      this.showDetailsButton.Location = new System.Drawing.Point(221, 19);
    182182      this.showDetailsButton.Name = "showDetailsButton";
     
    192192      this.showLargeIconsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    193193      this.showLargeIconsButton.Appearance = System.Windows.Forms.Appearance.Button;
    194       this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.show_icons;
     194      this.showLargeIconsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.ShowIcons;
    195195      this.showLargeIconsButton.Location = new System.Drawing.Point(190, 19);
    196196      this.showLargeIconsButton.Name = "showLargeIconsButton";
     
    205205      this.installProductsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    206206      this.installProductsButton.Enabled = false;
    207       this.installProductsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Install;
     207      this.installProductsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Install;
    208208      this.installProductsButton.Location = new System.Drawing.Point(6, 527);
    209209      this.installProductsButton.Name = "installProductsButton";
     
    218218      // refreshButton
    219219      //
    220       this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
     220      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Internet;
    221221      this.refreshButton.Location = new System.Drawing.Point(6, 19);
    222222      this.refreshButton.Name = "refreshButton";
     
    247247      this.installPluginsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    248248      this.installPluginsButton.Enabled = false;
    249       this.installPluginsButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Install;
     249      this.installPluginsButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Install;
    250250      this.installPluginsButton.Location = new System.Drawing.Point(6, 527);
    251251      this.installPluginsButton.Name = "installPluginsButton";
Note: See TracChangeset for help on using the changeset viewer.