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/UFormContacts.lfm

    r82 r95  
    11object FormContacts: TFormContacts
    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
     
    1313  OnResize = FormResize
    1414  OnShow = FormShow
    15   LCLVersion = '2.0.12.0'
     15  LCLVersion = '2.2.0.4'
    1616  object ListView1: TListView
    1717    Left = 0
    18     Height = 810
     18    Height = 844
    1919    Top = 0
    20     Width = 1210
     20    Width = 1260
    2121    Align = alClient
    2222    Columns = <   
    2323      item
    2424        Caption = 'Full Name'
    25         Width = 300
     25        Width = 312
    2626      end   
    2727      item
    2828        Caption = 'First name'
    29         Width = 150
     29        Width = 156
    3030      end   
    3131      item
    3232        Caption = 'Middle name'
    33         Width = 150
     33        Width = 156
    3434      end   
    3535      item
    3636        Caption = 'Last Name'
    37         Width = 150
     37        Width = 156
    3838      end   
    3939      item
    4040        Caption = 'Phone'
    41         Width = 150
     41        Width = 156
    4242      end   
    4343      item
    4444        Caption = 'Mobile'
    45         Width = 150
     45        Width = 156
    4646      end   
    4747      item
    4848        Caption = 'Home phone'
    49         Width = 150
     49        Width = 156
    5050      end   
    5151      item
    5252        Caption = 'Work phone'
    53         Width = 150
     53        Width = 156
    5454      end>
    5555    MultiSelect = True
     
    6767  object ToolBar1: TToolBar
    6868    Left = 0
    69     Height = 39
    70     Top = 842
    71     Width = 1210
     69    Height = 41
     70    Top = 877
     71    Width = 1260
    7272    Align = alBottom
    7373    Images = Core.ImageList1
     
    8282    end
    8383    object ToolButton2: TToolButton
    84       Left = 36
     84      Left = 37
    8585      Top = 2
    8686      Action = AModify
    8787    end
    8888    object ToolButton3: TToolButton
    89       Left = 106
     89      Left = 109
    9090      Top = 2
    9191      Action = ARemove
    9292    end
    9393    object ToolButton4: TToolButton
    94       Left = 71
     94      Left = 73
    9595      Top = 2
    9696      Action = AClone
    9797    end
    9898    object ToolButton5: TToolButton
    99       Left = 141
    100       Height = 33
     99      Left = 145
     100      Height = 34
    101101      Top = 2
    102102      Style = tbsSeparator
    103103    end
    104104    object ToolButton6: TToolButton
    105       Left = 149
     105      Left = 153
    106106      Top = 2
    107107      Action = ALoadFromFile
    108108    end
    109109    object ToolButton7: TToolButton
    110       Left = 184
     110      Left = 189
    111111      Top = 2
    112112      Action = ASaveToFile
     
    115115  object ListViewFilter1: TListViewFilter
    116116    Left = 0
    117     Height = 32
    118     Top = 810
    119     Width = 1210
     117    Height = 33
     118    Top = 844
     119    Width = 1260
    120120    OnChange = ListViewFilter1Change
    121121    Align = alBottom
     
    123123  object StatusBar1: TStatusBar
    124124    Left = 0
    125     Height = 27
    126     Top = 881
    127     Width = 1210
     125    Height = 28
     126    Top = 918
     127    Width = 1260
    128128    Panels = <   
    129129      item
    130         Width = 50
     130        Width = 52
    131131      end>
    132132    SimplePanel = False
     
    134134  object PopupMenuContact: TPopupMenu
    135135    Images = Core.ImageList1
    136     Left = 435
    137     Top = 263
     136    Left = 453
     137    Top = 274
    138138    object MenuItem1: TMenuItem
    139139      Action = AAdd
     
    175175  object ActionList1: TActionList
    176176    Images = Core.ImageList1
    177     Left = 732
    178     Top = 257
     177    Left = 763
     178    Top = 268
    179179    object AAdd: TAction
    180180      Caption = 'Add'
     
    241241    Column = 0
    242242    Order = soNone
    243     Left = 528
    244     Top = 428
     243    Left = 550
     244    Top = 446
    245245  end
    246246  object SaveDialog1: TSaveDialog
    247     Left = 720
    248     Top = 408
     247    Left = 750
     248    Top = 425
    249249  end
    250250  object OpenDialog1: TOpenDialog
    251     Left = 720
    252     Top = 480
     251    Left = 750
     252    Top = 500
    253253  end
    254254end
Note: See TracChangeset for help on using the changeset viewer.