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.Core.Views/3.3
Files:
25 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/CheckedItemCollectionView.Designer.cs

    r7259 r7967  
    4646    private void InitializeComponent() {
    4747      components = new System.ComponentModel.Container();
    48       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     48      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    4949      base.itemsListView.CheckBoxes = true;
    5050      base.itemsListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(itemsListView_ItemCheck);
  • trunk/sources/HeuristicLab.Core.Views/3.3/CheckedItemListView.Designer.cs

    r7259 r7967  
    4646    private void InitializeComponent() {
    4747      components = new System.ComponentModel.Container();
    48       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     48      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    4949      base.itemsListView.CheckBoxes = true;
    5050      base.itemsListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(itemsListView_ItemCheck);
  • trunk/sources/HeuristicLab.Core.Views/3.3/Clipboard.Designer.cs

    r7259 r7967  
    178178      //
    179179      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    180       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     180      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    181181      this.Controls.Add(this.sortDescendingButton);
    182182      this.Controls.Add(this.sortAscendingButton);
  • trunk/sources/HeuristicLab.Core.Views/3.3/CreateParameterDialog.Designer.cs

    r7259 r7967  
    133133      this.AcceptButton = this.okButton;
    134134      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    135       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     135      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    136136      this.CancelButton = this.cancelButton;
    137137      this.ClientSize = new System.Drawing.Size(542, 562);
  • trunk/sources/HeuristicLab.Core.Views/3.3/EngineView.Designer.cs

    r7259 r7967  
    8383      //
    8484      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    85       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     85      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    8686      this.Controls.Add(this.executionTimeTextBox);
    8787      this.Controls.Add(this.executionTimeLabel);
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemView.Designer.cs

    r7259 r7967  
    4747    private void InitializeComponent() {
    4848      components = new System.ComponentModel.Container();
    49       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     49      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    5050    }
    5151
  • trunk/sources/HeuristicLab.Core.Views/3.3/LogView.Designer.cs

    r7259 r7967  
    9090      //
    9191      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    92       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     92      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    9393      this.Controls.Add(this.clearButton);
    9494      this.Controls.Add(this.logTextBox);
  • trunk/sources/HeuristicLab.Core.Views/3.3/NamedItemView.Designer.cs

    r7259 r7967  
    9494      //
    9595      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    96       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     96      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    9797      this.Controls.Add(this.infoLabel);
    9898      this.Controls.Add(this.nameTextBox);
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorCollectionView.Designer.cs

    r7259 r7967  
    4646    private void InitializeComponent() {
    4747      components = new System.ComponentModel.Container();
    48       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     48      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    4949    }
    5050
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorGraphView.Designer.cs

    r7259 r7967  
    134134      //
    135135      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    136       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     136      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    137137      this.Controls.Add(this.splitContainer);
    138138      this.Name = "OperatorGraphView";
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorListView.Designer.cs

    r7259 r7967  
    4646    private void InitializeComponent() {
    4747      components = new System.ComponentModel.Container();
    48       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     48      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    4949    }
    5050
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorSetView.Designer.cs

    r7259 r7967  
    4646    private void InitializeComponent() {
    4747      components = new System.ComponentModel.Container();
    48       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     48      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    4949    }
    5050
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorTreeView.Designer.cs

    r7259 r7967  
    101101      //
    102102      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    103       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     103      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    104104      this.Controls.Add(this.graphTreeView);
    105105      this.Name = "OperatorTreeView";
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorsSidebar.Designer.cs

    r7259 r7967  
    6060      //
    6161      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    62       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     62      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    6363      this.Caption = "Operators";
    6464      this.Controls.Add(this.typeSelector);
  • trunk/sources/HeuristicLab.Core.Views/3.3/ParameterCollectionView.Designer.cs

    r7259 r7967  
    8888      // ParameterCollectionView
    8989      //
    90       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     90      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    9191      this.Name = "ParameterCollectionView";
    9292      this.splitContainer.Panel1.ResumeLayout(false);
  • trunk/sources/HeuristicLab.Core.Views/3.3/ParameterizedNamedItemView.Designer.cs

    r7259 r7967  
    7676      //
    7777      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    78       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     78      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    7979      this.Controls.Add(this.parameterCollectionView);
    8080      this.Name = "ParameterizedNamedItemView";
  • trunk/sources/HeuristicLab.Core.Views/3.3/ScopeListView.Designer.cs

    r7259 r7967  
    4646    private void InitializeComponent() {
    4747      components = new System.ComponentModel.Container();
    48       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     48      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    4949    }
    5050
  • trunk/sources/HeuristicLab.Core.Views/3.3/ScopeView.Designer.cs

    r7259 r7967  
    107107      //
    108108      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    109       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     109      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    110110      this.Controls.Add(this.splitContainer);
    111111      this.Name = "ScopeView";
  • trunk/sources/HeuristicLab.Core.Views/3.3/TextDialog.Designer.cs

    r7259 r7967  
    8989      //
    9090      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    91       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     91      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    9292      this.CancelButton = this.cancelButton;
    9393      this.ClientSize = new System.Drawing.Size(636, 344);
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.Designer.cs

    r7259 r7967  
    217217      //
    218218      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    219       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     219      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    220220      this.Controls.Add(this.typesGroupBox);
    221221      this.Name = "TypeSelector";
  • trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelectorDialog.Designer.cs

    r7259 r7967  
    8686      this.AcceptButton = this.okButton;
    8787      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    88       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     88      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    8989      this.CancelButton = this.cancelButton;
    9090      this.ClientSize = new System.Drawing.Size(608, 573);
  • trunk/sources/HeuristicLab.Core.Views/3.3/ValueParameterCollectionView.Designer.cs

    r7259 r7967  
    3535    private void InitializeComponent() {
    3636      components = new System.ComponentModel.Container();
    37       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     37      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    3838    }
    3939
  • trunk/sources/HeuristicLab.Core.Views/3.3/VariableCollectionView.Designer.cs

    r7259 r7967  
    4646    private void InitializeComponent() {
    4747      components = new System.ComponentModel.Container();
    48       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     48      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    4949    }
    5050
  • trunk/sources/HeuristicLab.Core.Views/3.3/VariableValueView.Designer.cs

    r7259 r7967  
    8282      this.AllowDrop = true;
    8383      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    84       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     84      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    8585      this.Controls.Add(this.infoLabel);
    8686      this.Controls.Add(this.viewHost);
  • trunk/sources/HeuristicLab.Core.Views/3.3/VariableView.Designer.cs

    r7259 r7967  
    145145      //
    146146      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    147       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     147      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    148148      this.Controls.Add(this.valueGroupBox);
    149149      this.Controls.Add(this.dataTypeLabel);
Note: See TracChangeset for help on using the changeset viewer.