source: trunk/Forms/FormMemory.lfm

Last change on this file was 145, checked in by chronos, 11 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File size: 1001 bytes
Line 
1object FormMemory: TFormMemory
2 Left = 565
3 Height = 401
4 Top = 168
5 Width = 1039
6 Caption = 'Memory'
7 ClientHeight = 401
8 ClientWidth = 1039
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 LCLVersion = '2.2.6.0'
12 object Label6: TLabel
13 Left = 6
14 Height = 26
15 Top = 6
16 Width = 1027
17 Align = alTop
18 BorderSpacing.Around = 6
19 Caption = 'Memory:'
20 ParentColor = False
21 ParentFont = False
22 end
23 object ListViewMemory: TListView
24 Left = 6
25 Height = 357
26 Top = 38
27 Width = 1027
28 Align = alClient
29 BorderSpacing.Around = 6
30 Columns = <
31 item
32 Caption = 'Address'
33 Width = 120
34 end
35 item
36 Caption = 'Data'
37 Width = 495
38 end
39 item
40 Caption = 'Text'
41 Width = 397
42 end>
43 Font.Height = -18
44 Font.Name = 'Courier New'
45 OwnerData = True
46 ParentFont = False
47 ReadOnly = True
48 TabOrder = 0
49 ViewStyle = vsReport
50 OnData = ListViewMemoryData
51 end
52end
Note: See TracBrowser for help on using the repository browser.