source: branches/bigint/Forms/FormMain.lfm

Last change on this file was 6, checked in by chronos, 3 months ago
  • Added: Disassembler window.
File size: 419 bytes
Line 
1object FormMain: TFormMain
2 Left = 556
3 Height = 573
4 Top = 363
5 Width = 792
6 Caption = 'BigInt VM'
7 ClientHeight = 573
8 ClientWidth = 792
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '3.4.0.0'
14 object Memo1: TMemo
15 Left = 0
16 Height = 573
17 Top = 0
18 Width = 792
19 Align = alClient
20 ScrollBars = ssAutoBoth
21 TabOrder = 0
22 end
23end
Note: See TracBrowser for help on using the repository browser.