Changeset 3 for trunk/Forms/UFormContacts.lfm
- Timestamp:
- Jan 29, 2018, 10:54:40 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 5 5 *.lps 6 6 *.res 7 vCardStudio.exe
-
- Property svn:ignore
-
trunk/Forms/UFormContacts.lfm
r2 r3 7 7 ClientHeight = 605 8 8 ClientWidth = 807 9 DesignTimePPI = 120 9 10 OnClose = FormClose 11 OnCreate = FormCreate 10 12 OnShow = FormShow 11 LCLVersion = '1.8.0. 4'13 LCLVersion = '1.8.0.6' 12 14 object ListView1: TListView 13 15 Left = 0 … … 18 20 Columns = < 19 21 item 20 Caption = 'Name' 21 Width = 787 22 Caption = 'First name' 23 Width = 100 24 end 25 item 26 Caption = 'Middle name' 27 Width = 100 28 end 29 item 30 Caption = 'Last Name' 31 Width = 100 22 32 end> 23 33 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.