Changeset 59 for trunk/Forms/UFormMemory.lfm
- Timestamp:
- Dec 3, 2014, 9:09:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMemory.lfm
r39 r59 7 7 ClientHeight = 259 8 8 ClientWidth = 391 9 LCLVersion = ' 0.9.31'9 LCLVersion = '1.3' 10 10 object Label6: TLabel 11 Left = 8 12 Height = 18 13 Top = 8 14 Width = 57 11 Left = 4 12 Height = 25 13 Top = 4 14 Width = 383 15 Align = alTop 16 BorderSpacing.Around = 4 15 17 Caption = 'Memory:' 16 18 ParentColor = False 17 19 end 18 20 object ListViewMemory: TListView 19 Left = 8 20 Height = 231 21 Top = 24 22 Width = 374 23 Anchors = [akTop, akLeft, akRight, akBottom] 21 Left = 4 22 Height = 222 23 Top = 33 24 Width = 383 25 Align = alClient 26 BorderSpacing.Around = 4 24 27 Columns = < 25 28 item
Note:
See TracChangeset
for help on using the changeset viewer.