source: trunk/Forms/FormDisassembler.lfm

Last change on this file was 2, checked in by chronos, 14 months ago
  • Added: Initial development version.
File size: 872 bytes
Line 
1object FormDisassembler: TFormDisassembler
2 Left = 485
3 Height = 746
4 Top = 359
5 Width = 1056
6 Caption = 'Disassembler'
7 ClientHeight = 746
8 ClientWidth = 1056
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 OnShow = FormShow
14 LCLVersion = '2.2.6.0'
15 object ListView1: TListView
16 Left = 0
17 Height = 746
18 Top = 0
19 Width = 1056
20 Align = alClient
21 Columns = <
22 item
23 Caption = 'Address'
24 Width = 100
25 end
26 item
27 Caption = 'Opcode'
28 Width = 150
29 end
30 item
31 Caption = 'Instruction'
32 Width = 100
33 end
34 item
35 Caption = 'Parameters'
36 Width = 691
37 end>
38 OwnerData = True
39 ReadOnly = True
40 RowSelect = True
41 TabOrder = 0
42 ViewStyle = vsReport
43 OnData = ListView1Data
44 end
45end
Note: See TracBrowser for help on using the repository browser.