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