Ignore:
Timestamp:
Oct 11, 2016, 3:56:47 PM (8 years ago)
Author:
chronos
Message:
  • Added: Hidden settings of DPI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r96 r105  
    7474    TabOrder = 5
    7575  end
     76  object CheckBoxAutomaticDPI: TCheckBox
     77    Left = 18
     78    Height = 24
     79    Top = 191
     80    Width = 120
     81    Caption = 'Automatic DPI'
     82    OnChange = CheckBoxAutomaticDPIChange
     83    TabOrder = 6
     84    Visible = False
     85  end
     86  object SpinEditDPI: TSpinEdit
     87    Left = 96
     88    Height = 28
     89    Top = 221
     90    Width = 97
     91    MaxValue = 300
     92    MinValue = 96
     93    TabOrder = 7
     94    Value = 96
     95    Visible = False
     96  end
     97  object Label2: TLabel
     98    Left = 48
     99    Height = 20
     100    Top = 221
     101    Width = 26
     102    Caption = 'DPI:'
     103    ParentColor = False
     104    Visible = False
     105  end
    76106end
Note: See TracChangeset for help on using the changeset viewer.