Ignore:
Timestamp:
Feb 3, 2022, 11:39:12 PM (2 years ago)
Author:
chronos
Message:
  • Added: URLs and emails can be opened in default applications.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormProperties.lfm

    r72 r95  
    11object FormProperties: TFormProperties
    22  Left = 400
    3   Height = 908
     3  Height = 946
    44  Top = 212
    5   Width = 1210
     5  Width = 1260
    66  Caption = 'Contacts'
    7   ClientHeight = 908
    8   ClientWidth = 1210
    9   DesignTimePPI = 144
     7  ClientHeight = 946
     8  ClientWidth = 1260
     9  DesignTimePPI = 150
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '2.0.12.0'
     13  LCLVersion = '2.2.0.4'
    1414  object ListView1: TListView
    1515    Left = 0
    16     Height = 801
     16    Height = 844
    1717    Top = 0
    18     Width = 1210
     18    Width = 1260
    1919    Align = alClient
    2020    Columns = <   
    2121      item
    2222        Caption = 'Name'
    23         Width = 300
     23        Width = 312
    2424      end   
    2525      item
    2626        Caption = 'Attributes'
    27         Width = 150
     27        Width = 156
    2828      end   
    2929      item
    3030        Caption = 'Values'
    31         Width = 745
     31        Width = 777
    3232      end>
    3333    MultiSelect = True
     
    4545  object ToolBar1: TToolBar
    4646    Left = 0
    47     Height = 39
    48     Top = 833
    49     Width = 1210
     47    Height = 41
     48    Top = 877
     49    Width = 1260
    5050    Align = alBottom
    5151    Images = Core.ImageList1
     
    6060    end
    6161    object ToolButton2: TToolButton
    62       Left = 36
     62      Left = 37
    6363      Top = 2
    6464      Action = AModify
    6565    end
    6666    object ToolButton3: TToolButton
    67       Left = 106
     67      Left = 109
    6868      Top = 2
    6969      Action = ARemove
    7070    end
    7171    object ToolButton4: TToolButton
    72       Left = 71
     72      Left = 73
    7373      Top = 2
    7474      Action = AClone
    7575    end
    7676    object ToolButton5: TToolButton
    77       Left = 141
    78       Height = 33
     77      Left = 145
     78      Height = 34
    7979      Top = 2
    8080      Style = tbsSeparator
    8181    end
    8282    object ToolButton6: TToolButton
    83       Left = 149
     83      Left = 153
    8484      Top = 2
    8585      Action = ALoadValueFromFile
    8686    end
    8787    object ToolButton7: TToolButton
    88       Left = 184
     88      Left = 189
    8989      Top = 2
    9090      Action = ASaveValueToFile
     
    9393  object ListViewFilter1: TListViewFilter
    9494    Left = 0
    95     Height = 32
    96     Top = 801
    97     Width = 1210
     95    Height = 33
     96    Top = 844
     97    Width = 1260
    9898    OnChange = ListViewFilter1Change
    9999    Align = alBottom
     
    101101  object StatusBar1: TStatusBar
    102102    Left = 0
    103     Height = 36
    104     Top = 872
    105     Width = 1210
     103    Height = 28
     104    Top = 918
     105    Width = 1260
    106106    Panels = <   
    107107      item
    108         Width = 50
     108        Width = 52
    109109      end>
    110110    SimplePanel = False
     
    112112  object PopupMenuField: TPopupMenu
    113113    Images = Core.ImageList1
    114     Left = 435
    115     Top = 263
     114    Left = 453
     115    Top = 274
    116116    object MenuItem1: TMenuItem
    117117      Action = AAdd
     
    141141  object ActionList1: TActionList
    142142    Images = Core.ImageList1
    143     Left = 732
    144     Top = 257
     143    Left = 763
     144    Top = 268
    145145    object AAdd: TAction
    146146      Caption = 'Add'
     
    189189    Column = 0
    190190    Order = soNone
    191     Left = 528
    192     Top = 428
     191    Left = 550
     192    Top = 446
    193193  end
    194194  object SaveDialog1: TSaveDialog
    195     Left = 760
    196     Top = 448
     195    Left = 792
     196    Top = 467
    197197  end
    198198  object OpenDialog1: TOpenDialog
    199     Left = 760
    200     Top = 520
     199    Left = 792
     200    Top = 542
    201201  end
    202202end
Note: See TracChangeset for help on using the changeset viewer.