Last change
on this file since 181 was 176, checked in by chronos, 9 months ago |
- Modified: Use monospace font.
- Modified: Do not extra scale controls dimensions.
|
File size:
1005 bytes
|
Line | |
---|
1 | object FormMemory: TFormMemory
|
---|
2 | Left = 705
|
---|
3 | Height = 866
|
---|
4 | Top = 287
|
---|
5 | Width = 1150
|
---|
6 | Caption = 'Memory'
|
---|
7 | ClientHeight = 866
|
---|
8 | ClientWidth = 1150
|
---|
9 | DesignTimePPI = 144
|
---|
10 | LCLVersion = '3.4.0.0'
|
---|
11 | object Label6: TLabel
|
---|
12 | Left = 6
|
---|
13 | Height = 26
|
---|
14 | Top = 6
|
---|
15 | Width = 1138
|
---|
16 | Align = alTop
|
---|
17 | BorderSpacing.Around = 6
|
---|
18 | Caption = 'Memory:'
|
---|
19 | ParentColor = False
|
---|
20 | ParentFont = False
|
---|
21 | end
|
---|
22 | object ListViewMemory: TListView
|
---|
23 | Left = 6
|
---|
24 | Height = 822
|
---|
25 | Top = 38
|
---|
26 | Width = 1138
|
---|
27 | Align = alClient
|
---|
28 | BorderSpacing.Around = 6
|
---|
29 | Columns = <
|
---|
30 | item
|
---|
31 | Caption = 'Address'
|
---|
32 | Width = 120
|
---|
33 | end
|
---|
34 | item
|
---|
35 | Caption = 'Data'
|
---|
36 | Width = 495
|
---|
37 | end
|
---|
38 | item
|
---|
39 | Caption = 'Text'
|
---|
40 | Width = 508
|
---|
41 | end>
|
---|
42 | Font.Height = 20
|
---|
43 | Font.Name = 'Liberation Mono'
|
---|
44 | Font.Pitch = fpFixed
|
---|
45 | OwnerData = True
|
---|
46 | ParentFont = False
|
---|
47 | ReadOnly = True
|
---|
48 | TabOrder = 0
|
---|
49 | ViewStyle = vsReport
|
---|
50 | OnData = ListViewMemoryData
|
---|
51 | end
|
---|
52 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.