source: branches/simple/Forms/FormDisassembler.lfm

Last change on this file was 42, checked in by chronos, 15 months ago
  • Modified: Improved simple virtual machine.
File size: 481 bytes
Line 
1object FormDisassembler: TFormDisassembler
2 Left = 490
3 Height = 746
4 Top = 300
5 Width = 1056
6 Caption = 'Disassembler'
7 ClientHeight = 746
8 ClientWidth = 1056
9 DesignTimePPI = 144
10 LCLVersion = '2.0.10.0'
11 object MemoCode: TMemo
12 Left = 8
13 Height = 730
14 Top = 8
15 Width = 1040
16 Align = alClient
17 BorderSpacing.Around = 8
18 Font.Name = 'Liberation Mono'
19 ParentFont = False
20 ReadOnly = True
21 ScrollBars = ssAutoBoth
22 TabOrder = 0
23 end
24end
Note: See TracBrowser for help on using the repository browser.