Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7070


Ignore:
Timestamp:
11/24/11 17:05:06 (12 years ago)
Author:
ascheibe
Message:

#1652 made the note that you have to restart the optimizer more visible in the MainFormTypeSelectionDialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/MainFormTypeSelectionDialog.Designer.cs

    r6841 r7070  
    113113      //
    114114      this.labelRestart.AutoSize = true;
     115      this.labelRestart.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     116      this.labelRestart.ForeColor = System.Drawing.Color.Red;
    115117      this.labelRestart.Location = new System.Drawing.Point(9, 123);
    116118      this.labelRestart.Name = "labelRestart";
    117       this.labelRestart.Size = new System.Drawing.Size(199, 26);
     119      this.labelRestart.Size = new System.Drawing.Size(241, 26);
    118120      this.labelRestart.TabIndex = 11;
    119121      this.labelRestart.Text = "Please note that you have to restart the \r\nOptimizer for the changes to take effe" +
Note: See TracChangeset for help on using the changeset viewer.