Ignore:
Timestamp:
Jun 5, 2023, 7:40:45 PM (12 months ago)
Author:
chronos
Message:
  • Modified: Update Common and VCard package. Remove U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSettings.lfm

    r101 r148  
    11object FormSettings: TFormSettings
    22  Left = 798
    3   Height = 421
     3  Height = 404
    44  Top = 321
    5   Width = 548
     5  Width = 526
    66  Caption = 'Settings'
    7   ClientHeight = 421
    8   ClientWidth = 548
    9   Constraints.MinHeight = 421
    10   Constraints.MinWidth = 548
    11   DesignTimePPI = 150
     7  ClientHeight = 404
     8  ClientWidth = 526
     9  Constraints.MinHeight = 404
     10  Constraints.MinWidth = 526
     11  DesignTimePPI = 144
    1212  OnClose = FormClose
    1313  OnCreate = FormCreate
    1414  OnShow = FormShow
    1515  Position = poScreenCenter
    16   LCLVersion = '2.2.0.4'
     16  LCLVersion = '2.2.6.0'
    1717  object ComboBoxLanguage: TComboBox
    18     Left = 250
     18    Left = 240
    1919    Height = 42
    20     Top = 17
    21     Width = 275
     20    Top = 16
     21    Width = 264
    2222    ItemHeight = 0
    2323    ParentFont = False
     
    2626  end
    2727  object Label1: TLabel
    28     Left = 25
    29     Height = 27
    30     Top = 25
    31     Width = 96
     28    Left = 24
     29    Height = 26
     30    Top = 24
     31    Width = 88
    3232    Caption = 'Language:'
     33    ParentColor = False
    3334    ParentFont = False
    3435  end
    3536  object ButtonOk: TButton
    36     Left = 416
    37     Height = 39
    38     Top = 365
    39     Width = 118
     37    Left = 400
     38    Height = 37
     39    Top = 351
     40    Width = 113
    4041    Anchors = [akRight, akBottom]
    4142    Caption = 'Ok'
     
    4647  end
    4748  object ButtonCancel: TButton
    48     Left = 266
    49     Height = 39
    50     Top = 365
    51     Width = 118
     49    Left = 256
     50    Height = 37
     51    Top = 351
     52    Width = 113
    5253    Anchors = [akRight, akBottom]
    5354    Caption = 'Cancel'
     
    5758  end
    5859  object CheckBoxAutomaticDPI: TCheckBox
    59     Left = 24
    60     Height = 31
    61     Top = 257
    62     Width = 154
     60    Left = 23
     61    Height = 30
     62    Top = 247
     63    Width = 148
    6364    Caption = 'Automatic DPI'
    6465    OnChange = CheckBoxAutomaticDPIChange
     
    6869  end
    6970  object SpinEditDPI: TSpinEdit
    70     Left = 249
     71    Left = 239
    7172    Height = 43
    72     Top = 291
    73     Width = 151
     73    Top = 279
     74    Width = 145
    7475    MaxValue = 300
    7576    MinValue = 96
     
    8081  end
    8182  object LabelDPI: TLabel
    82     Left = 57
    83     Height = 27
    84     Top = 299
    85     Width = 36
     83    Left = 55
     84    Height = 26
     85    Top = 287
     86    Width = 35
    8687    Caption = 'DPI:'
     88    ParentColor = False
    8789    ParentFont = False
    8890    Visible = False
    8991  end
    9092  object CheckBoxReopenLastFileOnStart: TCheckBox
    91     Left = 24
    92     Height = 31
    93     Top = 216
    94     Width = 239
     93    Left = 23
     94    Height = 30
     95    Top = 207
     96    Width = 226
    9597    Caption = 'Reopen last file on start'
    9698    ParentFont = False
     
    100102    Left = 12
    101103    Height = 2
    102     Top = 346
    103     Width = 517
     104    Top = 332
     105    Width = 496
    104106    Anchors = [akLeft, akRight, akBottom]
    105107  end
    106108  object Label2: TLabel
    107     Left = 25
    108     Height = 27
    109     Top = 75
    110     Width = 67
     109    Left = 24
     110    Height = 26
     111    Top = 72
     112    Width = 63
    111113    Caption = 'Theme:'
     114    ParentColor = False
    112115    ParentFont = False
    113116  end
    114117  object ComboBoxTheme: TComboBox
    115     Left = 250
     118    Left = 240
    116119    Height = 42
    117     Top = 67
    118     Width = 275
     120    Top = 64
     121    Width = 264
    119122    ItemHeight = 0
    120123    ParentFont = False
     
    123126  end
    124127  object Label3: TLabel
    125     Left = 25
    126     Height = 27
    127     Top = 125
    128     Width = 199
     128    Left = 24
     129    Height = 26
     130    Top = 120
     131    Width = 186
    129132    Caption = 'Default vCard version:'
     133    ParentColor = False
    130134  end
    131135  object EditDefaultVcardVersion: TEdit
    132     Left = 250
     136    Left = 240
    133137    Height = 43
    134     Top = 117
    135     Width = 150
     138    Top = 112
     139    Width = 144
    136140    TabOrder = 2
    137141  end
    138142  object Label4: TLabel
    139     Left = 25
    140     Height = 27
    141     Top = 172
    142     Width = 144
     143    Left = 24
     144    Height = 26
     145    Top = 165
     146    Width = 133
    143147    Caption = 'Map query URL:'
     148    ParentColor = False
    144149  end
    145150  object EditMapUrl: TEdit
    146     Left = 250
     151    Left = 240
    147152    Height = 43
    148     Top = 168
    149     Width = 278
     153    Top = 161
     154    Width = 267
    150155    Anchors = [akTop, akLeft, akRight]
    151156    TabOrder = 8
Note: See TracChangeset for help on using the changeset viewer.