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/UFormImportSource.lfm

    r123 r174  
    77  ClientHeight = 459
    88  ClientWidth = 620
     9  DesignTimePPI = 120
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    1213  Position = poScreenCenter
    13   LCLVersion = '1.6.0.4'
     14  LCLVersion = '1.8.0.6'
    1415  object EditName: TEdit
    1516    Left = 135
    16     Height = 34
     17    Height = 28
    1718    Top = 10
    1819    Width = 471
     
    2223  object Label1: TLabel
    2324    Left = 10
    24     Height = 24
     25    Height = 20
    2526    Top = 9
    26     Width = 56
     27    Width = 43
    2728    Caption = 'Name:'
    2829    ParentColor = False
     
    3031  object Label2: TLabel
    3132    Left = 10
    32     Height = 24
     33    Height = 20
    3334    Top = 49
    34     Width = 101
     35    Width = 78
    3536    Caption = 'Source URL:'
    3637    ParentColor = False
     
    3839  object EditURL: TEdit
    3940    Left = 136
    40     Height = 34
     41    Height = 28
    4142    Top = 49
    4243    Width = 350
     
    6667  object Label3: TLabel
    6768    Left = 10
    68     Height = 24
     69    Height = 20
    6970    Top = 96
    70     Width = 108
     71    Width = 84
    7172    Caption = 'Data format:'
    7273    ParentColor = False
     
    7475  object ComboBox1: TComboBox
    7576    Left = 135
    76     Height = 38
     77    Height = 28
    7778    Top = 91
    7879    Width = 350
    7980    Anchors = [akTop, akLeft, akRight]
    80     ItemHeight = 0
     81    ItemHeight = 20
    8182    Style = csDropDownList
    8283    TabOrder = 2
     
    9495  object CheckBoxEnabled: TCheckBox
    9596    Left = 10
    96     Height = 28
     97    Height = 24
    9798    Top = 128
    98     Width = 92
     99    Width = 78
    99100    Caption = 'Enabled'
    100101    TabOrder = 4
     
    102103  object Label4: TLabel
    103104    Left = 10
    104     Height = 24
     105    Height = 20
    105106    Top = 160
    106     Width = 96
     107    Width = 74
    107108    Caption = 'Categories:'
    108109    ParentColor = False
     
    119120    ScrollWidth = 469
    120121    TabOrder = 5
    121     TopIndex = -1
    122122  end
    123123  object Button1: TButton
     
    146146  object Label5: TLabel
    147147    Left = 10
    148     Height = 24
     148    Height = 20
    149149    Top = 352
    150     Width = 97
     150    Width = 73
    151151    Caption = 'User name:'
    152152    ParentColor = False
     
    154154  object Label6: TLabel
    155155    Left = 305
    156     Height = 24
     156    Height = 20
    157157    Top = 351
    158     Width = 87
     158    Width = 65
    159159    Caption = 'Password:'
    160160    ParentColor = False
     
    162162  object EditUserName: TEdit
    163163    Left = 136
    164     Height = 34
     164    Height = 28
    165165    Top = 351
    166166    Width = 153
     
    169169  object EditPassword: TEdit
    170170    Left = 436
    171     Height = 34
     171    Height = 28
    172172    Top = 351
    173173    Width = 153
Note: See TracChangeset for help on using the changeset viewer.