Ignore:
Timestamp:
Jun 30, 2023, 10:51:35 PM (11 months ago)
Author:
chronos
Message:
  • Fixed: Build under Windows.
  • Fixed: Correctly apply theme to contacts form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSettings.lfm

    r162 r164  
    11object FormSettings: TFormSettings
    2   Left = 798
     2  Left = 851
    33  Height = 613
    4   Top = 204
     4  Top = 413
    55  Width = 857
    66  Caption = 'Settings'
     
    4242    Width = 845
    4343    HorzScrollBar.Page = 520
    44     VertScrollBar.Page = 491
     44    VertScrollBar.Page = 481
    4545    Anchors = [akTop, akLeft, akRight, akBottom]
    46     ClientHeight = 538
    47     ClientWidth = 843
     46    ClientHeight = 536
     47    ClientWidth = 841
    4848    TabOrder = 2
    4949    object Label1: TLabel
    5050      Left = 24
    51       Height = 26
     51      Height = 25
    5252      Top = 24
    53       Width = 88
     53      Width = 81
    5454      Caption = 'Language:'
    5555      ParentColor = False
     
    5858    object ComboBoxLanguage: TComboBox
    5959      Left = 240
    60       Height = 42
     60      Height = 33
    6161      Top = 16
    6262      Width = 264
    63       ItemHeight = 0
     63      ItemHeight = 25
    6464      ParentFont = False
    6565      Style = csDropDownList
     
    6868    object CheckBoxAutomaticDPI: TCheckBox
    6969      Left = 24
    70       Height = 30
     70      Height = 29
    7171      Top = 416
    72       Width = 148
     72      Width = 145
    7373      Caption = 'Automatic DPI'
    7474      OnChange = CheckBoxAutomaticDPIChange
     
    7979    object SpinEditDPI: TSpinEdit
    8080      Left = 241
    81       Height = 43
     81      Height = 33
    8282      Top = 448
    8383      Width = 145
     
    9191    object LabelDPI: TLabel
    9292      Left = 56
    93       Height = 26
     93      Height = 25
    9494      Top = 456
    95       Width = 35
     95      Width = 32
    9696      Caption = 'DPI:'
    9797      ParentColor = False
     
    101101    object CheckBoxReopenLastFileOnStart: TCheckBox
    102102      Left = 24
    103       Height = 30
     103      Height = 29
    104104      Top = 368
    105       Width = 226
     105      Width = 217
    106106      Caption = 'Reopen last file on start'
    107107      ParentFont = False
     
    110110    object Label2: TLabel
    111111      Left = 24
    112       Height = 26
     112      Height = 25
    113113      Top = 72
    114       Width = 63
     114      Width = 57
    115115      Caption = 'Theme:'
    116116      ParentColor = False
     
    119119    object ComboBoxTheme: TComboBox
    120120      Left = 240
    121       Height = 42
     121      Height = 33
    122122      Top = 64
    123123      Width = 264
    124       ItemHeight = 0
     124      ItemHeight = 25
    125125      ParentFont = False
    126126      Style = csDropDownList
     
    129129    object Label3: TLabel
    130130      Left = 24
    131       Height = 26
     131      Height = 25
    132132      Top = 120
    133       Width = 186
     133      Width = 174
    134134      Caption = 'Default vCard version:'
    135135      ParentColor = False
     
    137137    object EditDefaultVcardVersion: TEdit
    138138      Left = 240
    139       Height = 43
     139      Height = 33
    140140      Top = 112
    141141      Width = 144
     
    144144    object Label4: TLabel
    145145      Left = 24
    146       Height = 26
     146      Height = 25
    147147      Top = 165
    148       Width = 133
     148      Width = 126
    149149      Caption = 'Map query URL:'
    150150      ParentColor = False
     
    152152    object EditMapUrl: TEdit
    153153      Left = 240
    154       Height = 43
     154      Height = 33
    155155      Top = 160
    156       Width = 588
     156      Width = 586
    157157      Anchors = [akTop, akLeft, akRight]
    158158      TabOrder = 6
     
    160160    object Label5: TLabel
    161161      Left = 24
    162       Height = 26
     162      Height = 25
    163163      Top = 212
    164       Width = 120
     164      Width = 114
    165165      Caption = 'Compare tool:'
    166166      ParentColor = False
     
    168168    object EditCompareTool: TEdit
    169169      Left = 241
    170       Height = 43
     170      Height = 33
    171171      Top = 208
    172       Width = 464
     172      Width = 462
    173173      Anchors = [akTop, akLeft, akRight]
    174174      TabOrder = 7
    175175    end
    176176    object ButtonBrowse: TButton
    177       Left = 715
     177      Left = 713
    178178      Height = 38
    179179      Top = 210
     
    186186    object Label6: TLabel
    187187      Left = 24
    188       Height = 26
     188      Height = 25
    189189      Top = 264
    190       Width = 248
     190      Width = 231
    191191      Caption = 'Default phone country prefix:'
    192192      ParentColor = False
     
    194194    object EditDefaultPhoneCountryPrefix: TEdit
    195195      Left = 376
    196       Height = 43
     196      Height = 33
    197197      Top = 260
    198198      Width = 144
     
    201201    object Label7: TLabel
    202202      Left = 24
    203       Height = 26
     203      Height = 25
    204204      Top = 312
    205       Width = 267
     205      Width = 243
    206206      Caption = 'Default international call prefix:'
    207207      ParentColor = False
     
    209209    object EditDefaultInternationalCallPrefix: TEdit
    210210      Left = 376
    211       Height = 43
     211      Height = 33
    212212      Top = 308
    213213      Width = 144
     
    216216  end
    217217  object OpenDialog1: TOpenDialog
    218     Title = 'Otevřít existující soubor'
    219218    Left = 640
    220219    Top = 72
Note: See TracChangeset for help on using the changeset viewer.