source: branches/bigint/Forms/FormDisassembler.lfm

Last change on this file was 6, checked in by chronos, 3 months ago
  • Added: Disassembler window.
File size: 572 bytes
Line 
1object FormDisassembler: TFormDisassembler
2 Left = 491
3 Height = 746
4 Top = 324
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 MemoCode: TMemo
16 Left = 8
17 Height = 730
18 Top = 8
19 Width = 1040
20 Align = alClient
21 BorderSpacing.Around = 8
22 Font.Name = 'Liberation Mono'
23 ParentFont = False
24 ReadOnly = True
25 ScrollBars = ssAutoBoth
26 TabOrder = 0
27 end
28end
Note: See TracBrowser for help on using the repository browser.