Changeset 6 for trunk/Forms/UFormBrowse.lfm
- Timestamp:
- May 6, 2015, 11:19:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormBrowse.lfm
r4 r6 7 7 ClientHeight = 526 8 8 ClientWidth = 722 9 LCLVersion = '1. 3'9 LCLVersion = '1.5' 10 10 object TreeView1: TTreeView 11 11 Left = 0 … … 32 32 item 33 33 Caption = 'Name' 34 Width = 300 34 35 end 35 36 item 36 37 Caption = 'Revision' 38 Width = 80 37 39 end 38 40 item 39 41 Caption = 'Last change date' 42 Width = 100 40 43 end 41 44 item 42 45 Caption = 'Last author' 46 Width = 100 43 47 end 44 48 item … … 46 50 Width = 259 47 51 end> 52 OwnerData = True 48 53 ReadOnly = True 49 54 RowSelect = True 50 55 TabOrder = 2 51 56 ViewStyle = vsReport 57 OnData = ListView1Data 52 58 end 53 59 end
Note:
See TracChangeset
for help on using the changeset viewer.