Changeset 13 for trunk/Forms/UFormContacts.lfm
- Timestamp:
- Feb 4, 2018, 12:47:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormContacts.lfm
r8 r13 7 7 ClientHeight = 605 8 8 ClientWidth = 807 9 DesignTimePPI = 12010 9 OnClose = FormClose 11 10 OnCreate = FormCreate 12 11 OnShow = FormShow 13 LCLVersion = '1.8.0. 6'12 LCLVersion = '1.8.0.4' 14 13 object ListView1: TListView 15 14 Left = 0 … … 19 18 Align = alClient 20 19 Columns = < 20 item 21 Caption = 'Full Name' 22 Width = 200 23 end 21 24 item 22 25 Caption = 'First name' … … 29 32 item 30 33 Caption = 'Last Name' 31 Width = 10034 Width = 387 32 35 end> 33 36 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.