source: trunk/StudioModules/LDModuleDebug/UFormMemory.lfm

Last change on this file was 5, checked in by chronos, 12 years ago
  • Added: LibreDevelopCommon package which supply API unit ULDStudioAPI.
  • Modified: Module LDStudioCommon now register forms, actions and menu items using API.
File size: 806 bytes
Line 
1object FormMemory: TFormMemory
2 Left = 256
3 Height = 259
4 Top = 32
5 Width = 391
6 Caption = 'Memory'
7 ClientHeight = 259
8 ClientWidth = 391
9 LCLVersion = '0.9.31'
10 object Label6: TLabel
11 Left = 8
12 Height = 18
13 Top = 8
14 Width = 57
15 Caption = 'Memory:'
16 ParentColor = False
17 end
18 object ListViewMemory: TListView
19 Left = 8
20 Height = 231
21 Top = 24
22 Width = 374
23 Anchors = [akTop, akLeft, akRight, akBottom]
24 Columns = <
25 item
26 Caption = 'Address'
27 Width = 80
28 end
29 item
30 Caption = 'Data'
31 Width = 330
32 end>
33 Font.Height = -11
34 Font.Name = 'Courier New'
35 OwnerData = True
36 ParentFont = False
37 ReadOnly = True
38 TabOrder = 0
39 ViewStyle = vsReport
40 OnData = ListViewMemoryData
41 end
42end
Note: See TracBrowser for help on using the repository browser.