Changeset 144 for trunk/Forms/UFormMemory.lfm
- Timestamp:
- Jun 2, 2023, 11:18:38 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMemory.lfm
r143 r144 1 1 object FormMemory: TFormMemory 2 2 Left = 565 3 Height = 4 183 Height = 401 4 4 Top = 168 5 Width = 10 825 Width = 1039 6 6 Caption = 'Memory' 7 ClientHeight = 4 188 ClientWidth = 10 829 DesignTimePPI = 1 5010 LCLVersion = '2.2. 0.4'7 ClientHeight = 401 8 ClientWidth = 1039 9 DesignTimePPI = 144 10 LCLVersion = '2.2.6.0' 11 11 object Label6: TLabel 12 12 Left = 6 13 Height = 2 713 Height = 26 14 14 Top = 6 15 Width = 10 7015 Width = 1027 16 16 Align = alTop 17 17 BorderSpacing.Around = 6 18 18 Caption = 'Memory:' 19 ParentColor = False 19 20 ParentFont = False 20 21 end 21 22 object ListViewMemory: TListView 22 23 Left = 6 23 Height = 3 7324 Top = 3 925 Width = 10 7024 Height = 357 25 Top = 38 26 Width = 1027 26 27 Align = alClient 27 28 BorderSpacing.Around = 6 … … 29 30 item 30 31 Caption = 'Address' 31 Width = 12 532 Width = 120 32 33 end 33 34 item 34 35 Caption = 'Data' 35 Width = 51636 Width = 495 36 37 end 37 38 item 38 39 Caption = 'Text' 39 Width = 41440 Width = 397 40 41 end> 41 Font.Height = -1 942 Font.Height = -18 42 43 Font.Name = 'Courier New' 43 44 OwnerData = True
Note:
See TracChangeset
for help on using the changeset viewer.