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

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/BoolValueView.Designer.cs

    r7259 r7967  
    6363      //
    6464      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    65       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     65      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    6666      this.Controls.Add(this.valueCheckBox);
    6767      this.Name = "BoolValueView";
  • trunk/sources/HeuristicLab.Data.Views/3.3/ColumnsVisibilityDialog.Designer.cs

    r7259 r7967  
    8888      //
    8989      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    90       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     90      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    9191      this.ClientSize = new System.Drawing.Size(332, 350);
    9292      this.Controls.Add(this.btnHideAll);
  • trunk/sources/HeuristicLab.Data.Views/3.3/ComparisonView.Designer.cs

    r7259 r7967  
    7474      //
    7575      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    76       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     76      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    7777      this.Controls.Add(this.valueComboBox);
    7878      this.Controls.Add(this.valueLabel);
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleArrayView.Designer.cs

    r7318 r7967  
    102102      //
    103103      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    104       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     104      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    105105      this.Controls.Add(this.dataGridView);
    106106      this.Controls.Add(this.lengthTextBox);
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.Designer.cs

    r7259 r7967  
    162162      //
    163163      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    164       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     164      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    165165      this.Controls.Add(this.columnsTextBox);
    166166      this.Controls.Add(this.dataGridView);
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleValueTupleView.Designer.cs

    r7259 r7967  
    9797      //
    9898      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    99       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     99      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    100100      this.Controls.Add(this.Item1Label);
    101101      this.Controls.Add(this.Item2Label);
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.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 = "StringConvertibleValueView";
Note: See TracChangeset for help on using the changeset viewer.