Changeset 3732 for trunk/sources/HeuristicLab.MainForm.WindowsForms
- Timestamp:
- 05/10/10 04:34:55 (15 years ago)
- 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 68 68 this.Controls.Add(this.viewPanel); 69 69 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; 71 71 this.Name = "DockForm"; 72 72 this.ShowIcon = false; -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/DocumentForm.Designer.cs
r3453 r3732 67 67 this.ClientSize = new System.Drawing.Size(632, 446); 68 68 this.Controls.Add(this.viewPanel); 69 this.Icon = HeuristicLab.Common.Resources. Resources.HeuristicLabIcon;69 this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon; 70 70 this.Name = "ViewForm"; 71 71 this.ShowInTaskbar = false; -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/MainForm.Designer.cs
r3453 r3732 81 81 this.Controls.Add(this.toolStrip); 82 82 this.Controls.Add(this.menuStrip); 83 this.Icon = HeuristicLab.Common.Resources. Resources.HeuristicLabIcon;83 this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon; 84 84 this.MainMenuStrip = this.menuStrip; 85 85 this.Name = "MainFormBase";
Note: See TracChangeset
for help on using the changeset viewer.