Ignore:
Timestamp:
Jun 12, 2023, 12:07:42 AM (11 months ago)
Author:
chronos
Message:
  • Added: File menu action Export to export vCard data into CSV, XML, MediaWiki, Excel paste, and HTML.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormSettings.lfm

    r155 r158  
    2828  end
    2929  object ButtonCancel: TButton
    30     Left = 587
     30    Left = 600
    3131    Height = 37
    3232    Top = 560
     
    4444    Width = 845
    4545    HorzScrollBar.Page = 504
    46     VertScrollBar.Page = 457
     46    VertScrollBar.Page = 467
    4747    Anchors = [akTop, akLeft, akRight, akBottom]
    48     ClientHeight = 536
    49     ClientWidth = 841
     48    ClientHeight = 538
     49    ClientWidth = 843
    5050    TabOrder = 2
    5151    object Label1: TLabel
    5252      Left = 24
    53       Height = 25
     53      Height = 26
    5454      Top = 24
    55       Width = 81
     55      Width = 88
    5656      Caption = 'Language:'
    5757      ParentColor = False
     
    6060    object ComboBoxLanguage: TComboBox
    6161      Left = 240
    62       Height = 33
     62      Height = 42
    6363      Top = 16
    6464      Width = 264
    65       ItemHeight = 25
     65      ItemHeight = 0
    6666      ParentFont = False
    6767      Style = csDropDownList
     
    7070    object CheckBoxAutomaticDPI: TCheckBox
    7171      Left = 24
    72       Height = 29
     72      Height = 30
    7373      Top = 392
    74       Width = 145
     74      Width = 148
    7575      Caption = 'Automatic DPI'
    7676      OnChange = CheckBoxAutomaticDPIChange
     
    8181    object SpinEditDPI: TSpinEdit
    8282      Left = 241
    83       Height = 33
     83      Height = 43
    8484      Top = 424
    8585      Width = 145
     
    9393    object LabelDPI: TLabel
    9494      Left = 56
    95       Height = 25
     95      Height = 26
    9696      Top = 432
    97       Width = 32
     97      Width = 35
    9898      Caption = 'DPI:'
    9999      ParentColor = False
     
    103103    object CheckBoxReopenLastFileOnStart: TCheckBox
    104104      Left = 24
    105       Height = 29
     105      Height = 30
    106106      Top = 352
    107       Width = 217
     107      Width = 226
    108108      Caption = 'Reopen last file on start'
    109109      ParentFont = False
     
    112112    object Label2: TLabel
    113113      Left = 24
    114       Height = 25
     114      Height = 26
    115115      Top = 72
    116       Width = 57
     116      Width = 63
    117117      Caption = 'Theme:'
    118118      ParentColor = False
     
    121121    object ComboBoxTheme: TComboBox
    122122      Left = 240
    123       Height = 33
     123      Height = 42
    124124      Top = 64
    125125      Width = 264
    126       ItemHeight = 25
     126      ItemHeight = 0
    127127      ParentFont = False
    128128      Style = csDropDownList
     
    131131    object Label3: TLabel
    132132      Left = 24
    133       Height = 25
     133      Height = 26
    134134      Top = 120
    135       Width = 174
     135      Width = 186
    136136      Caption = 'Default vCard version:'
    137137      ParentColor = False
     
    139139    object EditDefaultVcardVersion: TEdit
    140140      Left = 240
    141       Height = 33
     141      Height = 43
    142142      Top = 112
    143143      Width = 144
     
    146146    object Label4: TLabel
    147147      Left = 24
    148       Height = 25
     148      Height = 26
    149149      Top = 165
    150       Width = 126
     150      Width = 133
    151151      Caption = 'Map query URL:'
    152152      ParentColor = False
     
    154154    object EditMapUrl: TEdit
    155155      Left = 240
    156       Height = 33
     156      Height = 43
    157157      Top = 160
    158       Width = 586
     158      Width = 588
    159159      Anchors = [akTop, akLeft, akRight]
    160160      TabOrder = 6
     
    162162    object Label5: TLabel
    163163      Left = 24
    164       Height = 25
     164      Height = 26
    165165      Top = 212
    166       Width = 114
     166      Width = 120
    167167      Caption = 'Compare tool:'
    168168      ParentColor = False
     
    170170    object EditCompareTool: TEdit
    171171      Left = 241
    172       Height = 33
     172      Height = 43
    173173      Top = 208
    174       Width = 462
     174      Width = 464
    175175      Anchors = [akTop, akLeft, akRight]
    176176      TabOrder = 7
    177177    end
    178178    object ButtonBrowse: TButton
    179       Left = 713
     179      Left = 715
    180180      Height = 38
    181181      Top = 206
     
    188188    object Label6: TLabel
    189189      Left = 24
    190       Height = 25
     190      Height = 26
    191191      Top = 264
    192       Width = 231
     192      Width = 248
    193193      Caption = 'Default phone country prefix:'
    194194      ParentColor = False
     
    196196    object EditDefaultPhoneCountryPrefix: TEdit
    197197      Left = 328
    198       Height = 33
     198      Height = 43
    199199      Top = 264
    200200      Width = 144
     
    203203    object Label7: TLabel
    204204      Left = 24
    205       Height = 25
     205      Height = 26
    206206      Top = 312
    207       Width = 243
     207      Width = 267
    208208      Caption = 'Default international call prefix:'
    209209      ParentColor = False
     
    211211    object EditDefaultInternationalCallPrefix: TEdit
    212212      Left = 328
    213       Height = 33
     213      Height = 43
    214214      Top = 312
    215215      Width = 144
Note: See TracChangeset for help on using the changeset viewer.