Ignore:
Timestamp:
Apr 8, 2022, 9:43:55 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Use Generics.Collection instead of fgl for better Delphi compatibility.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContacts.lfm

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