Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/11 09:13:15 (13 years ago)
Author:
abeham
Message:

#1337

  • Renamed VS2008ImageLibrary resource to VSImageLibrary
  • Added Filter icon to the VS2010ImageLibrary folder and the resource manager
Location:
trunk/sources/HeuristicLab.Optimization.Views/3.3
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/AlgorithmView.Designer.cs

    r5237 r5287  
    119119      // openProblemButton
    120120      //
    121       this.openProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     121      this.openProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    122122      this.openProblemButton.Location = new System.Drawing.Point(36, 6);
    123123      this.openProblemButton.Name = "openProblemButton";
     
    130130      // newProblemButton
    131131      //
    132       this.newProblemButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
     132      this.newProblemButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    133133      this.newProblemButton.Location = new System.Drawing.Point(6, 6);
    134134      this.newProblemButton.Name = "newProblemButton";
     
    215215      //
    216216      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    217       this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
     217      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    218218      this.startButton.Location = new System.Drawing.Point(0, 458);
    219219      this.startButton.Name = "startButton";
     
    227227      //
    228228      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    229       this.pauseButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
     229      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    230230      this.pauseButton.Location = new System.Drawing.Point(30, 458);
    231231      this.pauseButton.Name = "pauseButton";
     
    239239      //
    240240      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    241       this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
     241      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    242242      this.resetButton.Location = new System.Drawing.Point(90, 458);
    243243      this.resetButton.Name = "resetButton";
     
    277277      //
    278278      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    279       this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
     279      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    280280      this.stopButton.Location = new System.Drawing.Point(60, 458);
    281281      this.stopButton.Name = "stopButton";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r5237 r5287  
    111111      // openAlgorithmButton
    112112      //
    113       this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     113      this.openAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    114114      this.openAlgorithmButton.Location = new System.Drawing.Point(36, 6);
    115115      this.openAlgorithmButton.Name = "openAlgorithmButton";
     
    122122      // newAlgorithmButton
    123123      //
    124       this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
     124      this.newAlgorithmButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    125125      this.newAlgorithmButton.Location = new System.Drawing.Point(6, 6);
    126126      this.newAlgorithmButton.Name = "newAlgorithmButton";
     
    156156      //
    157157      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    158       this.startButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Play;
     158      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
    159159      this.startButton.Location = new System.Drawing.Point(0, 458);
    160160      this.startButton.Name = "startButton";
     
    168168      //
    169169      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    170       this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
     170      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
    171171      this.stopButton.Location = new System.Drawing.Point(60, 458);
    172172      this.stopButton.Name = "stopButton";
     
    180180      //
    181181      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    182       this.resetButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Restart;
     182      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
    183183      this.resetButton.Location = new System.Drawing.Point(90, 458);
    184184      this.resetButton.Name = "resetButton";
     
    254254      //
    255255      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    256       this.pauseButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
     256      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
    257257      this.pauseButton.Location = new System.Drawing.Point(30, 458);
    258258      this.pauseButton.Name = "pauseButton";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r4102 r5287  
    220220      //
    221221      this.openOperatorGraphButton.Enabled = false;
    222       this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     222      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    223223      this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
    224224      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
     
    231231      //
    232232      this.newOperatorGraphButton.Enabled = false;
    233       this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
     233      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    234234      this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
    235235      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs

    r3764 r5287  
    122122      //
    123123      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    124       this.startButton.Image = Common.Resources.VS2008ImageLibrary.Play;
     124      this.startButton.Image = Common.Resources.VSImageLibrary.Play;
    125125      this.startButton.Location = new System.Drawing.Point(0, 458);
    126126      this.startButton.Name = "startButton";
     
    134134      //
    135135      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    136       this.stopButton.Image = Common.Resources.VS2008ImageLibrary.Stop;
     136      this.stopButton.Image = Common.Resources.VSImageLibrary.Stop;
    137137      this.stopButton.Location = new System.Drawing.Point(60, 458);
    138138      this.stopButton.Name = "stopButton";
     
    146146      //
    147147      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    148       this.resetButton.Image = Common.Resources.VS2008ImageLibrary.Restart;
     148      this.resetButton.Image = Common.Resources.VSImageLibrary.Restart;
    149149      this.resetButton.Location = new System.Drawing.Point(90, 458);
    150150      this.resetButton.Name = "resetButton";
     
    177177      //
    178178      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    179       this.pauseButton.Image = Common.Resources.VS2008ImageLibrary.Pause;
     179      this.pauseButton.Image = Common.Resources.VSImageLibrary.Pause;
    180180      this.pauseButton.Location = new System.Drawing.Point(30, 458);
    181181      this.pauseButton.Name = "pauseButton";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBoxPlotView.Designer.cs

    r4724 r5287  
    171171      this.showStatisticsCheckBox.Checked = true;
    172172      this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    173       this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Properties;
     173      this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
    174174      this.showStatisticsCheckBox.Location = new System.Drawing.Point(6, 245);
    175175      this.showStatisticsCheckBox.Name = "showStatisticsCheckBox";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs

    r4812 r5287  
    273273      this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    274274      this.colorXAxisButton.Enabled = false;
    275       this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.DisplayInColor;
     275      this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
    276276      this.colorXAxisButton.Location = new System.Drawing.Point(605, 313);
    277277      this.colorXAxisButton.Name = "colorXAxisButton";
     
    295295      //
    296296      this.colorYAxisButton.Enabled = false;
    297       this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.DisplayInColor;
     297      this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
    298298      this.colorYAxisButton.Location = new System.Drawing.Point(251, 3);
    299299      this.colorYAxisButton.Name = "colorYAxisButton";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.Designer.cs

    r5237 r5287  
    104104      this.showDetailsCheckBox.Checked = true;
    105105      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    106       this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Properties;
     106      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
    107107      this.showDetailsCheckBox.Location = new System.Drawing.Point(87, 3);
    108108      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
     
    184184      //
    185185      this.removeButton.Enabled = false;
    186       this.removeButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Remove;
     186      this.removeButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Remove;
    187187      this.removeButton.Location = new System.Drawing.Point(3, 3);
    188188      this.removeButton.Name = "removeButton";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.cs

    r5239 r5287  
    155155      if (item == null) {
    156156        listViewItem.Text = "null";
    157         itemsListView.SmallImageList.Images.Add(HeuristicLab.Common.Resources.VS2008ImageLibrary.Nothing);
     157        itemsListView.SmallImageList.Images.Add(HeuristicLab.Common.Resources.VSImageLibrary.Nothing);
    158158        listViewItem.ImageIndex = itemsListView.SmallImageList.Images.Count - 1;
    159159      } else {
     
    199199      IRun item = listViewItem.Tag as IRun;
    200200      int i = listViewItem.ImageIndex;
    201       listViewItem.ImageList.Images[i] = item == null ? HeuristicLab.Common.Resources.VS2008ImageLibrary.Nothing : item.ItemImage;
     201      listViewItem.ImageList.Images[i] = item == null ? HeuristicLab.Common.Resources.VSImageLibrary.Nothing : item.ItemImage;
    202202      listViewItem.ImageIndex = -1;
    203203      listViewItem.ImageIndex = i;
     
    432432      foreach (ListViewItem listViewItem in itemsListView.Items) {
    433433        IRun item = listViewItem.Tag as IRun;
    434         itemsListView.SmallImageList.Images.Add(item == null ? HeuristicLab.Common.Resources.VS2008ImageLibrary.Nothing : item.ItemImage);
     434        itemsListView.SmallImageList.Images.Add(item == null ? HeuristicLab.Common.Resources.VSImageLibrary.Nothing : item.ItemImage);
    435435        listViewItem.ImageIndex = itemsListView.SmallImageList.Images.Count - 1;
    436436      }
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.Designer.cs

    r4096 r5287  
    222222      this.showDetailsCheckBox.Checked = true;
    223223      this.showDetailsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
    224       this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Properties;
     224      this.showDetailsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
    225225      this.showDetailsCheckBox.Location = new System.Drawing.Point(471, 52);
    226226      this.showDetailsCheckBox.Name = "showDetailsCheckBox";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.cs

    r4300 r5287  
    116116      item.Tag = value;
    117117      item.Group = group;
    118       listView.SmallImageList.Images.Add(value == null ? HeuristicLab.Common.Resources.VS2008ImageLibrary.Nothing : value.ItemImage);
     118      listView.SmallImageList.Images.Add(value == null ? HeuristicLab.Common.Resources.VSImageLibrary.Nothing : value.ItemImage);
    119119      item.ImageIndex = listView.SmallImageList.Images.Count - 1;
    120120      listView.Items.Add(item);
Note: See TracChangeset for help on using the changeset viewer.