Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/12 12:41:58 (12 years ago)
Author:
jkarder
Message:

#1688:

  • removed assignment to Font property in HeuristicLab.MainForm.WindowsForms.DockForm
  • changed AutoScaleMode to be inherited from HeuristicLab.MainForm.WindowsForms.MainForm for all user interface classes
Location:
trunk/sources/HeuristicLab.Optimizer/3.3
Files:
7 edited

Legend:

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

    r7957 r7967  
    476476      this.AcceptButton = this.okButton;
    477477      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    478       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     478      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    479479      this.CancelButton = this.cancelButton;
    480480      this.ClientSize = new System.Drawing.Size(355, 394);
  • trunk/sources/HeuristicLab.Optimizer/3.3/MainFormTypeSelectionDialog.Designer.cs

    r7070 r7967  
    126126      this.AcceptButton = this.okButton;
    127127      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    128       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     128      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    129129      this.CancelButton = this.cancelButton;
    130130      this.ClientSize = new System.Drawing.Size(260, 202);
  • trunk/sources/HeuristicLab.Optimizer/3.3/NewItemDialog.Designer.cs

    r7259 r7967  
    121121      this.AcceptButton = this.okButton;
    122122      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    123       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     123      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    124124      this.CancelButton = this.cancelButton;
    125125      this.ClientSize = new System.Drawing.Size(624, 444);
  • trunk/sources/HeuristicLab.Optimizer/3.3/OptimizerDockingMainForm.Designer.cs

    r7259 r7967  
    5050      //
    5151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    52       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     52      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    5353      this.ClientSize = new System.Drawing.Size(984, 714);
    5454      this.Name = "OptimizerMainForm";
  • trunk/sources/HeuristicLab.Optimizer/3.3/OptimizerMultipleDocumentMainForm.Designer.cs

    r7259 r7967  
    5050      //
    5151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    52       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     52      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    5353      this.ClientSize = new System.Drawing.Size(984, 714);
    5454      this.Name = "OptimizerMainForm";
  • trunk/sources/HeuristicLab.Optimizer/3.3/OptimizerSingleDocumentMainForm.Designer.cs

    r7259 r7967  
    5050      //
    5151      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    52       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     52      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    5353      this.ClientSize = new System.Drawing.Size(984, 714);
    5454      this.Name = "OptimizerMainForm";
  • trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.Designer.cs

    r7259 r7967  
    211211      //
    212212      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    213       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     213      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    214214      this.Controls.Add(this.splitContainer);
    215215      this.Controls.Add(this.showStartPageCheckBox);
Note: See TracChangeset for help on using the changeset viewer.