Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 02:54:27 (14 years ago)
Author:
swagner
Message:

Set icon of forms (#983)

File:
1 edited

Legend:

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

    r3437 r3453  
    6767      this.ClientSize = new System.Drawing.Size(632, 446);
    6868      this.Controls.Add(this.viewPanel);
    69       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     69      this.Icon = HeuristicLab.Common.Resources.Resources.HeuristicLabIcon;
    7070      this.Name = "ViewForm";
    7171      this.ShowInTaskbar = false;
Note: See TracChangeset for help on using the changeset viewer.