Changeset 61 for trunk/Forms/UFormContacts.lfm
- Timestamp:
- Dec 9, 2021, 12:31:17 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContacts.lfm
r53 r61 14 14 object ListView1: TListView 15 15 Left = 0 16 Height = 8 0116 Height = 810 17 17 Top = 0 18 18 Width = 1210 … … 36 36 end 37 37 item 38 Caption = 'Cell phone' 38 Caption = 'Phone' 39 Width = 150 40 end 41 item 42 Caption = 'Mobile' 39 43 Width = 150 40 44 end 41 45 item 42 46 Caption = 'Home phone' 43 Width = 295 47 Width = 150 48 end 49 item 50 Caption = 'Work phone' 51 Width = 150 44 52 end> 45 53 MultiSelect = True … … 58 66 Left = 0 59 67 Height = 39 60 Top = 8 3368 Top = 842 61 69 Width = 1210 62 70 Align = alBottom … … 106 114 Left = 0 107 115 Height = 32 108 Top = 8 01116 Top = 810 109 117 Width = 1210 110 118 OnChange = ListViewFilter1Change … … 113 121 object StatusBar1: TStatusBar 114 122 Left = 0 115 Height = 36116 Top = 8 72123 Height = 27 124 Top = 881 117 125 Width = 1210 118 126 Panels = <
Note:
See TracChangeset
for help on using the changeset viewer.