Changeset 103 for trunk/Forms/UFormMemory.lfm
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormMemory.lfm
r61 r103 1 1 object FormMemory: TFormMemory 2 2 Left = 565 3 Height = 2593 Height = 388 4 4 Top = 182 5 Width = 3915 Width = 586 6 6 Caption = 'Memory' 7 ClientHeight = 259 8 ClientWidth = 391 9 LCLVersion = '1.3' 7 ClientHeight = 388 8 ClientWidth = 586 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object Label6: TLabel 11 Left = 412 Left = 6 12 13 Height = 25 13 Top = 414 Width = 38314 Top = 6 15 Width = 574 15 16 Align = alTop 16 BorderSpacing.Around = 417 BorderSpacing.Around = 6 17 18 Caption = 'Memory:' 18 19 ParentColor = False 20 ParentFont = False 19 21 end 20 22 object ListViewMemory: TListView 21 Left = 422 Height = 22223 Top = 3 324 Width = 38323 Left = 6 24 Height = 345 25 Top = 37 26 Width = 574 25 27 Align = alClient 26 BorderSpacing.Around = 428 BorderSpacing.Around = 6 27 29 Columns = < 28 30 item 29 31 Caption = 'Address' 30 Width = 8032 Width = 120 31 33 end 32 34 item 33 35 Caption = 'Data' 34 Width = 33036 Width = 495 35 37 end> 36 Font.Height = -1 238 Font.Height = -18 37 39 Font.Name = 'Courier New' 38 40 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.