source: branches/xpascal/Forms/FormConsole.lfm

Last change on this file was 230, checked in by chronos, 17 months ago
  • Added: Var function parameters support.
  • Added: Read and ReadLn procedures support.
  • Added: Interpreter now prints into console form.
File size: 566 bytes
Line 
1object FormConsole: TFormConsole
2 Left = 779
3 Height = 689
4 Top = 375
5 Width = 1002
6 Caption = 'Console'
7 ClientHeight = 689
8 ClientWidth = 1002
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 LCLVersion = '2.2.6.0'
14 object Memo1: TMemo
15 Left = 20
16 Height = 669
17 Top = 11
18 Width = 964
19 Anchors = [akTop, akLeft, akRight, akBottom]
20 Font.Name = 'DejaVu Sans Mono'
21 OnKeyPress = Memo1KeyPress
22 ParentFont = False
23 ReadOnly = True
24 ScrollBars = ssAutoBoth
25 TabOrder = 0
26 end
27end
Note: See TracBrowser for help on using the repository browser.