source: tags/1.0.0/Forms/UFormMemory.lfm

Last change on this file was 61, checked in by chronos, 9 years ago
  • Added: Unit project which should handle all project related operations.
  • Fixed: TScaleDPI to handle also lower then default DPI and different horizontal and vertical DPI.
File size: 853 bytes
Line 
1object FormMemory: TFormMemory
2 Left = 565
3 Height = 259
4 Top = 182
5 Width = 391
6 Caption = 'Memory'
7 ClientHeight = 259
8 ClientWidth = 391
9 LCLVersion = '1.3'
10 object Label6: TLabel
11 Left = 4
12 Height = 25
13 Top = 4
14 Width = 383
15 Align = alTop
16 BorderSpacing.Around = 4
17 Caption = 'Memory:'
18 ParentColor = False
19 end
20 object ListViewMemory: TListView
21 Left = 4
22 Height = 222
23 Top = 33
24 Width = 383
25 Align = alClient
26 BorderSpacing.Around = 4
27 Columns = <
28 item
29 Caption = 'Address'
30 Width = 80
31 end
32 item
33 Caption = 'Data'
34 Width = 330
35 end>
36 Font.Height = -12
37 Font.Name = 'Courier New'
38 OwnerData = True
39 ParentFont = False
40 ReadOnly = True
41 TabOrder = 0
42 ViewStyle = vsReport
43 OnData = ListViewMemoryData
44 end
45end
Note: See TracBrowser for help on using the repository browser.