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

    r123 r174  
    77  ClientHeight = 439
    88  ClientWidth = 629
     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 ButtonOk: TButton
    1516    Left = 525
     
    3435  object Label1: TLabel
    3536    Left = 20
    36     Height = 24
     37    Height = 20
    3738    Top = 53
    38     Width = 56
     39    Width = 43
    3940    Caption = 'Name:'
    4041    ParentColor = False
     
    4243  object EditName: TEdit
    4344    Left = 179
    44     Height = 34
     45    Height = 28
    4546    Top = 48
    4647    Width = 426
     
    5051  object Label8: TLabel
    5152    Left = 20
    52     Height = 24
     53    Height = 20
    5354    Top = 90
    54     Width = 97
     55    Width = 72
    5556    Caption = 'Block start:'
    5657    ParentColor = False
     
    5859  object EditBlockStart: TEdit
    5960    Left = 179
    60     Height = 34
     61    Height = 28
    6162    Top = 85
    6263    Width = 426
     
    6667  object Label9: TLabel
    6768    Left = 20
    68     Height = 24
     69    Height = 20
    6970    Top = 130
    70     Width = 89
     71    Width = 68
    7172    Caption = 'Block end:'
    7273    ParentColor = False
     
    7475  object EditBlockEnd: TEdit
    7576    Left = 179
    76     Height = 34
     77    Height = 28
    7778    Top = 125
    7879    Width = 426
     
    118119  object Label2: TLabel
    119120    Left = 20
    120     Height = 24
     121    Height = 20
    121122    Top = 157
    122     Width = 92
     123    Width = 68
    123124    Caption = 'Item rules:'
    124125    ParentColor = False
     
    126127  object Label3: TLabel
    127128    Left = 20
    128     Height = 24
     129    Height = 20
    129130    Top = 13
    130     Width = 45
     131    Width = 35
    131132    Caption = 'Type:'
    132133    ParentColor = False
     
    134135  object ComboBoxType: TComboBox
    135136    Left = 179
    136     Height = 38
     137    Height = 28
    137138    Top = 13
    138139    Width = 197
    139     ItemHeight = 0
     140    ItemHeight = 20
    140141    Items.Strings = (
    141142      'Text parse HTTP'
Note: See TracChangeset for help on using the changeset viewer.