Ignore:
Timestamp:
Feb 14, 2018, 10:39:55 AM (6 years ago)
Author:
chronos
Message:
  • Added: Basic color theming support. Colors can be changed only for some controls.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r154 r174  
    99  Constraints.MinHeight = 328
    1010  Constraints.MinWidth = 389
     11  DesignTimePPI = 120
    1112  OnCreate = FormCreate
    1213  OnShow = FormShow
    1314  Position = poScreenCenter
    14   LCLVersion = '1.6.4.0'
     15  LCLVersion = '1.8.0.6'
    1516  object ComboBoxLanguage: TComboBox
    1617    Left = 152
     
    6566    Width = 150
    6667    Caption = 'Start on user logon'
     68    Color = clDefault
    6769    OnChange = CheckBoxStartOnLogonChange
     70    ParentColor = False
     71    ParentFont = False
    6872    TabOrder = 4
    6973  end
     
    121125    Anchors = [akLeft, akRight, akBottom]
    122126  end
     127  object Label3: TLabel
     128    Left = 16
     129    Height = 20
     130    Top = 264
     131    Width = 48
     132    Caption = 'Theme:'
     133    ParentColor = False
     134  end
     135  object ComboBoxTheme: TComboBox
     136    Left = 152
     137    Height = 28
     138    Top = 264
     139    Width = 208
     140    ItemHeight = 20
     141    Style = csDropDownList
     142    TabOrder = 9
     143  end
    123144end
Note: See TracChangeset for help on using the changeset viewer.