Changeset 143 for trunk/Forms/UFormMemory.lfm
- Timestamp:
- Mar 8, 2022, 10:55:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMemory.lfm
r112 r143 1 1 object FormMemory: TFormMemory 2 2 Left = 565 3 Height = 3884 Top = 1 825 Width = 5863 Height = 418 4 Top = 168 5 Width = 1082 6 6 Caption = 'Memory' 7 ClientHeight = 3888 ClientWidth = 5869 DesignTimePPI = 1 4410 LCLVersion = '2. 0.2.0'7 ClientHeight = 418 8 ClientWidth = 1082 9 DesignTimePPI = 150 10 LCLVersion = '2.2.0.4' 11 11 object Label6: TLabel 12 12 Left = 6 13 Height = 2 613 Height = 27 14 14 Top = 6 15 Width = 57415 Width = 1070 16 16 Align = alTop 17 17 BorderSpacing.Around = 6 18 18 Caption = 'Memory:' 19 ParentColor = False20 19 ParentFont = False 21 20 end 22 21 object ListViewMemory: TListView 23 22 Left = 6 24 Height = 3 4425 Top = 3 826 Width = 57423 Height = 373 24 Top = 39 25 Width = 1070 27 26 Align = alClient 28 27 BorderSpacing.Around = 6 … … 30 29 item 31 30 Caption = 'Address' 32 Width = 12 031 Width = 125 33 32 end 34 33 item 35 34 Caption = 'Data' 36 Width = 495 35 Width = 516 36 end 37 item 38 Caption = 'Text' 39 Width = 414 37 40 end> 38 Font.Height = -1 841 Font.Height = -19 39 42 Font.Name = 'Courier New' 40 43 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.