Ignore:
Timestamp:
Jun 6, 2023, 11:15:57 AM (12 months ago)
Author:
chronos
Message:
  • Added: New file compare dialog with additional normalize options.
  • Modified: Compare action uses external compare tool.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSettings.lfm

    r149 r151  
    11object FormSettings: TFormSettings
    22  Left = 798
    3   Height = 404
    4   Top = 321
    5   Width = 526
     3  Height = 521
     4  Top = 204
     5  Width = 857
    66  Caption = 'Settings'
    7   ClientHeight = 404
    8   ClientWidth = 526
     7  ClientHeight = 521
     8  ClientWidth = 857
    99  Constraints.MinHeight = 404
    1010  Constraints.MinWidth = 526
     
    1515  Position = poScreenCenter
    1616  LCLVersion = '2.2.6.0'
    17   object ComboBoxLanguage: TComboBox
    18     Left = 240
    19     Height = 42
    20     Top = 16
    21     Width = 264
    22     ItemHeight = 0
    23     ParentFont = False
    24     Style = csDropDownList
    25     TabOrder = 0
    26   end
    27   object Label1: TLabel
    28     Left = 24
    29     Height = 26
    30     Top = 24
    31     Width = 88
    32     Caption = 'Language:'
    33     ParentColor = False
    34     ParentFont = False
    35   end
    3617  object ButtonOk: TButton
    37     Left = 400
     18    Left = 731
    3819    Height = 37
    39     Top = 351
     20    Top = 468
    4021    Width = 113
    4122    Anchors = [akRight, akBottom]
     
    4425    OnClick = ButtonOkClick
    4526    ParentFont = False
    46     TabOrder = 7
     27    TabOrder = 1
    4728  end
    4829  object ButtonCancel: TButton
    49     Left = 256
     30    Left = 587
    5031    Height = 37
    51     Top = 351
     32    Top = 468
    5233    Width = 113
    5334    Anchors = [akRight, akBottom]
     
    5536    ModalResult = 2
    5637    ParentFont = False
    57     TabOrder = 6
    58   end
    59   object CheckBoxAutomaticDPI: TCheckBox
    60     Left = 23
    61     Height = 30
    62     Top = 247
    63     Width = 148
    64     Caption = 'Automatic DPI'
    65     OnChange = CheckBoxAutomaticDPIChange
    66     ParentFont = False
    67     TabOrder = 4
    68     Visible = False
    69   end
    70   object SpinEditDPI: TSpinEdit
    71     Left = 239
    72     Height = 43
    73     Top = 279
    74     Width = 145
    75     MaxValue = 300
    76     MinValue = 96
    77     ParentFont = False
    78     TabOrder = 5
    79     Value = 96
    80     Visible = False
    81   end
    82   object LabelDPI: TLabel
    83     Left = 55
    84     Height = 26
    85     Top = 287
    86     Width = 35
    87     Caption = 'DPI:'
    88     ParentColor = False
    89     ParentFont = False
    90     Visible = False
    91   end
    92   object CheckBoxReopenLastFileOnStart: TCheckBox
    93     Left = 23
    94     Height = 30
    95     Top = 207
    96     Width = 226
    97     Caption = 'Reopen last file on start'
    98     ParentFont = False
    99     TabOrder = 3
    100   end
    101   object Bevel1: TBevel
    102     Left = 12
    103     Height = 2
    104     Top = 332
    105     Width = 496
    106     Anchors = [akLeft, akRight, akBottom]
    107   end
    108   object Label2: TLabel
    109     Left = 24
    110     Height = 26
    111     Top = 72
    112     Width = 63
    113     Caption = 'Theme:'
    114     ParentColor = False
    115     ParentFont = False
    116   end
    117   object ComboBoxTheme: TComboBox
    118     Left = 240
    119     Height = 42
    120     Top = 64
    121     Width = 264
    122     ItemHeight = 0
    123     ParentFont = False
    124     Style = csDropDownList
    125     TabOrder = 1
    126   end
    127   object Label3: TLabel
    128     Left = 24
    129     Height = 26
    130     Top = 120
    131     Width = 186
    132     Caption = 'Default vCard version:'
    133     ParentColor = False
    134   end
    135   object EditDefaultVcardVersion: TEdit
    136     Left = 240
    137     Height = 43
    138     Top = 112
    139     Width = 144
     38    TabOrder = 0
     39  end
     40  object ScrollBox1: TScrollBox
     41    Left = 8
     42    Height = 448
     43    Top = 8
     44    Width = 845
     45    HorzScrollBar.Page = 504
     46    VertScrollBar.Page = 427
     47    Anchors = [akTop, akLeft, akRight, akBottom]
     48    ClientHeight = 446
     49    ClientWidth = 843
    14050    TabOrder = 2
    141   end
    142   object Label4: TLabel
    143     Left = 24
    144     Height = 26
    145     Top = 165
    146     Width = 133
    147     Caption = 'Map query URL:'
    148     ParentColor = False
    149   end
    150   object EditMapUrl: TEdit
    151     Left = 240
    152     Height = 43
    153     Top = 161
    154     Width = 267
    155     Anchors = [akTop, akLeft, akRight]
    156     TabOrder = 8
     51    object Label1: TLabel
     52      Left = 24
     53      Height = 26
     54      Top = 24
     55      Width = 88
     56      Caption = 'Language:'
     57      ParentColor = False
     58      ParentFont = False
     59    end
     60    object ComboBoxLanguage: TComboBox
     61      Left = 240
     62      Height = 42
     63      Top = 16
     64      Width = 264
     65      ItemHeight = 0
     66      ParentFont = False
     67      Style = csDropDownList
     68      TabOrder = 0
     69    end
     70    object CheckBoxAutomaticDPI: TCheckBox
     71      Left = 23
     72      Height = 30
     73      Top = 247
     74      Width = 148
     75      Caption = 'Automatic DPI'
     76      OnChange = CheckBoxAutomaticDPIChange
     77      ParentFont = False
     78      TabOrder = 1
     79      Visible = False
     80    end
     81    object SpinEditDPI: TSpinEdit
     82      Left = 240
     83      Height = 43
     84      Top = 279
     85      Width = 145
     86      MaxValue = 300
     87      MinValue = 96
     88      ParentFont = False
     89      TabOrder = 2
     90      Value = 96
     91      Visible = False
     92    end
     93    object LabelDPI: TLabel
     94      Left = 55
     95      Height = 26
     96      Top = 287
     97      Width = 35
     98      Caption = 'DPI:'
     99      ParentColor = False
     100      ParentFont = False
     101      Visible = False
     102    end
     103    object CheckBoxReopenLastFileOnStart: TCheckBox
     104      Left = 23
     105      Height = 30
     106      Top = 207
     107      Width = 226
     108      Caption = 'Reopen last file on start'
     109      ParentFont = False
     110      TabOrder = 3
     111    end
     112    object Label2: TLabel
     113      Left = 24
     114      Height = 26
     115      Top = 72
     116      Width = 63
     117      Caption = 'Theme:'
     118      ParentColor = False
     119      ParentFont = False
     120    end
     121    object ComboBoxTheme: TComboBox
     122      Left = 240
     123      Height = 42
     124      Top = 64
     125      Width = 264
     126      ItemHeight = 0
     127      ParentFont = False
     128      Style = csDropDownList
     129      TabOrder = 4
     130    end
     131    object Label3: TLabel
     132      Left = 24
     133      Height = 26
     134      Top = 120
     135      Width = 186
     136      Caption = 'Default vCard version:'
     137      ParentColor = False
     138    end
     139    object EditDefaultVcardVersion: TEdit
     140      Left = 240
     141      Height = 43
     142      Top = 112
     143      Width = 144
     144      TabOrder = 5
     145    end
     146    object Label4: TLabel
     147      Left = 24
     148      Height = 26
     149      Top = 165
     150      Width = 133
     151      Caption = 'Map query URL:'
     152      ParentColor = False
     153    end
     154    object EditMapUrl: TEdit
     155      Left = 240
     156      Height = 43
     157      Top = 160
     158      Width = 588
     159      Anchors = [akTop, akLeft, akRight]
     160      TabOrder = 6
     161    end
     162    object Label5: TLabel
     163      Left = 23
     164      Height = 26
     165      Top = 340
     166      Width = 120
     167      Caption = 'Compare tool:'
     168      ParentColor = False
     169    end
     170    object EditCompareTool: TEdit
     171      Left = 240
     172      Height = 43
     173      Top = 336
     174      Width = 472
     175      Anchors = [akTop, akLeft, akRight]
     176      TabOrder = 7
     177    end
     178    object ButtonBrowse: TButton
     179      Left = 720
     180      Height = 38
     181      Top = 340
     182      Width = 113
     183      Anchors = [akTop, akRight]
     184      Caption = 'Browse'
     185      OnClick = ButtonBrowseClick
     186      TabOrder = 8
     187    end
     188    object Label6: TLabel
     189      Left = 23
     190      Height = 26
     191      Top = 392
     192      Width = 248
     193      Caption = 'Default phone country prefix:'
     194      ParentColor = False
     195    end
     196    object EditDefaultPhoneCountryPrefix: TEdit
     197      Left = 296
     198      Height = 43
     199      Top = 384
     200      Width = 144
     201      TabOrder = 9
     202    end
     203  end
     204  object OpenDialog1: TOpenDialog
     205    Left = 506
     206    Top = 258
    157207  end
    158208end
Note: See TracChangeset for help on using the changeset viewer.