Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3657 for trunk


Ignore:
Timestamp:
05/05/10 23:19:42 (14 years ago)
Author:
mkommend
Message:

corrected ViewHost designer file - thx to abeham for the hint - (ticket #972)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.Designer.cs

    r3655 r3657  
    7979      this.viewsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    8080      this.viewsLabel.ContextMenuStrip = this.viewContextMenuStrip;
    81       this.viewsLabel.Image = ((System.Drawing.Image)(resources.GetObject("viewsLabel.Image")));
     81      this.viewsLabel.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Windows;
    8282      this.viewsLabel.Location = new System.Drawing.Point(211, 0);
    8383      this.viewsLabel.Name = "viewsLabel";
     
    9292      // viewContextMenuStrip
    9393      //
    94       this.viewContextMenuStrip.IgnoredViewTypes = ((System.Collections.Generic.IEnumerable<System.Type>)(resources.GetObject("viewContextMenuStrip.IgnoredViewTypes")));
    9594      this.viewContextMenuStrip.Item = null;
    9695      this.viewContextMenuStrip.Name = "viewContextMenuStrip";
Note: See TracChangeset for help on using the changeset viewer.