Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/10 04:34:55 (15 years ago)
Author:
swagner
Message:

Added new HeuristicLab icon and removed obsolete resources (#841)

Location:
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3
Files:
3 edited

Legend:

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

    r3453 r3732  
    6868      this.Controls.Add(this.viewPanel);
    6969      this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    70       this.Icon = HeuristicLab.Common.Resources.Resources.HeuristicLabIcon;
     70      this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
    7171      this.Name = "DockForm";
    7272      this.ShowIcon = false;
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/DocumentForm.Designer.cs

    r3453 r3732  
    6767      this.ClientSize = new System.Drawing.Size(632, 446);
    6868      this.Controls.Add(this.viewPanel);
    69       this.Icon = HeuristicLab.Common.Resources.Resources.HeuristicLabIcon;
     69      this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
    7070      this.Name = "ViewForm";
    7171      this.ShowInTaskbar = false;
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/MainForm.Designer.cs

    r3453 r3732  
    8181      this.Controls.Add(this.toolStrip);
    8282      this.Controls.Add(this.menuStrip);
    83       this.Icon = HeuristicLab.Common.Resources.Resources.HeuristicLabIcon;
     83      this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
    8484      this.MainMenuStrip = this.menuStrip;
    8585      this.Name = "MainFormBase";
Note: See TracChangeset for help on using the changeset viewer.