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/Advanced
Files:
11 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";
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/AvailablePluginsView.cs

    r3627 r3721  
    6868    public AvailablePluginsView() {
    6969      InitializeComponent();
    70       productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.Setup_Install);
    71       productLargeImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.Setup_Install);
    72       pluginsImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.plugin_16);
     70      productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install);
     71      productLargeImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install);
     72      pluginsImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin);
    7373      refreshServerPluginsBackgroundWorker = new BackgroundWorker();
    7474      refreshServerPluginsBackgroundWorker.DoWork += new DoWorkEventHandler(refreshServerPluginsBackgroundWorker_DoWork);
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/BasicUpdateView.Designer.cs

    r3573 r3721  
    5353      //
    5454      this.updateAndInstallButton.Anchor = System.Windows.Forms.AnchorStyles.None;
    55       this.updateAndInstallButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
     55      this.updateAndInstallButton.Image = HeuristicLab.PluginInfrastructure.Resources.Internet;
    5656      this.updateAndInstallButton.Location = new System.Drawing.Point(3, 2);
    5757      this.updateAndInstallButton.Name = "updateAndInstallButton";
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/EditProductsView.Designer.cs

    r3627 r3721  
    8181      //
    8282      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    83       this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
     83      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Internet;
    8484      this.refreshButton.Location = new System.Drawing.Point(6, 394);
    8585      this.refreshButton.Name = "refreshButton";
     
    9696      this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    9797      this.uploadButton.Enabled = false;
    98       this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.PublishToWebHS;
     98      this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.PublishToWeb;
    9999      this.uploadButton.Location = new System.Drawing.Point(85, 394);
    100100      this.uploadButton.Name = "uploadButton";
     
    144144      //
    145145      this.deleteProductButton.Enabled = false;
    146       this.deleteProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Remove;
     146      this.deleteProductButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Remove;
    147147      this.deleteProductButton.Location = new System.Drawing.Point(116, 19);
    148148      this.deleteProductButton.Name = "deleteProductButton";
     
    158158      //
    159159      this.newProductButton.Enabled = false;
    160       this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Add;
     160      this.newProductButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Add;
    161161      this.newProductButton.Location = new System.Drawing.Point(6, 19);
    162162      this.newProductButton.Name = "newProductButton";
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/EditProductsView.cs

    r3627 r3721  
    4848      InitializeComponent();
    4949
    50       productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.Setup_Install);
    51       productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.ArrowUp);
    52       pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.plugin_16);
     50      productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install);
     51      productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.ArrowUp);
     52      pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin);
    5353
    5454      dirtyProducts = new HashSet<DeploymentService.ProductDescription>();
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.Designer.cs

    r3627 r3721  
    284284      // connectionSettingsToolStripMenuItem
    285285      //
    286       this.connectionSettingsToolStripMenuItem.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_NetworkConnections;
     286      this.connectionSettingsToolStripMenuItem.Image = global::HeuristicLab.PluginInfrastructure.Resources.NetworkConnections;
    287287      this.connectionSettingsToolStripMenuItem.Name = "connectionSettingsToolStripMenuItem";
    288288      this.connectionSettingsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstalledPluginsView.Designer.cs

    r3627 r3721  
    112112      //
    113113      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    114       this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.RepeatHS1;
     114      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Repeat;
    115115      this.refreshButton.Location = new System.Drawing.Point(0, 483);
    116116      this.refreshButton.Name = "refreshButton";
     
    127127      this.removeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    128128      this.removeButton.Enabled = false;
    129       this.removeButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_CommonElements_Actions_Remove;
     129      this.removeButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Remove;
    130130      this.removeButton.Location = new System.Drawing.Point(222, 483);
    131131      this.removeButton.Name = "removeButton";
     
    142142      this.updateSelectedButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    143143      this.updateSelectedButton.Enabled = false;
    144       this.updateSelectedButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
     144      this.updateSelectedButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Internet;
    145145      this.updateSelectedButton.Location = new System.Drawing.Point(102, 483);
    146146      this.updateSelectedButton.Name = "updateSelectedButton";
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstalledPluginsView.cs

    r3627 r3721  
    6363      enabledPluginsGroup = localPluginsListView.Groups["activePluginsGroup"];
    6464      disabledPluginsGroup = localPluginsListView.Groups["disabledPluginsGroup"];
    65       pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.plugin_16);
     65      pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin);
    6666      removePluginsBackgroundWorker = new BackgroundWorker();
    6767      removePluginsBackgroundWorker.DoWork += new DoWorkEventHandler(removePluginsBackgroundWorker_DoWork);
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/PluginView.cs

    r3627 r3721  
    5555
    5656    private void PopulateImageList() {
    57       pluginsImageList.Images.Add(IMAGE_KEY_PLUGIN, HeuristicLab.PluginInfrastructure.Resources.Resources.plugin_16);
    58       filesImageList.Images.Add(IMAGE_KEY_ASSEMBLY, HeuristicLab.PluginInfrastructure.Resources.Resources.Assembly);
    59       filesImageList.Images.Add(IMAGE_KEY_FILE, HeuristicLab.PluginInfrastructure.Resources.Resources.File);
    60       filesImageList.Images.Add(IMAGE_KEY_DOCUMENT, HeuristicLab.PluginInfrastructure.Resources.Resources.Document);
     57      pluginsImageList.Images.Add(IMAGE_KEY_PLUGIN, HeuristicLab.PluginInfrastructure.Resources.Plugin);
     58      filesImageList.Images.Add(IMAGE_KEY_ASSEMBLY, HeuristicLab.PluginInfrastructure.Resources.Assembly);
     59      filesImageList.Images.Add(IMAGE_KEY_FILE, HeuristicLab.PluginInfrastructure.Resources.File);
     60      filesImageList.Images.Add(IMAGE_KEY_DOCUMENT, HeuristicLab.PluginInfrastructure.Resources.Document);
    6161    }
    6262
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/UploadPluginsView.Designer.cs

    r3627 r3721  
    6161      this.uploadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    6262      this.uploadButton.Enabled = false;
    63       this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.PublishToWebHS;
     63      this.uploadButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.PublishToWeb;
    6464      this.uploadButton.Location = new System.Drawing.Point(78, 482);
    6565      this.uploadButton.Name = "uploadButton";
     
    7575      //
    7676      this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    77       this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Properties.Resources.VS2008ImageLibrary_Objects_Internet;
     77      this.refreshButton.Image = global::HeuristicLab.PluginInfrastructure.Resources.Internet;
    7878      this.refreshButton.Location = new System.Drawing.Point(0, 482);
    7979      this.refreshButton.Name = "refreshButton";
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/UploadPluginsView.cs

    r3710 r3721  
    5050    public UploadPluginsView() {
    5151      InitializeComponent();
    52       pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.plugin_16);
     52      pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin);
    5353      localAndServerPlugins = new Dictionary<IPluginDescription, IPluginDescription>();
    5454
Note: See TracChangeset for help on using the changeset viewer.