source: trunk/Forms/FormMemory.lfm

Last change on this file was 2, checked in by chronos, 14 months ago
  • Added: Initial development version.
File size: 919 bytes
Line 
1object FormMemory: TFormMemory
2 Left = 522
3 Height = 866
4 Top = 256
5 Width = 1150
6 Caption = 'Memory'
7 ClientHeight = 866
8 ClientWidth = 1150
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '2.2.6.0'
12 object ListViewMemory: TListView
13 Left = 8
14 Height = 850
15 Top = 8
16 Width = 1134
17 Align = alClient
18 Anchors = [akTop, akLeft, akBottom]
19 BorderSpacing.Around = 8
20 Columns = <
21 item
22 Caption = 'Address'
23 Width = 120
24 end
25 item
26 Caption = 'Data'
27 Width = 643
28 end
29 item
30 Caption = 'ASCII'
31 Width = 356
32 end>
33 Font.Height = -20
34 Font.Name = 'Liberation Mono'
35 OwnerData = True
36 ParentFont = False
37 TabOrder = 0
38 ViewStyle = vsReport
39 OnData = ListViewMemoryData
40 end
41 object Timer1: TTimer
42 Interval = 500
43 OnTimer = Timer1Timer
44 Left = 469
45 Top = 205
46 end
47end
Note: See TracBrowser for help on using the repository browser.