source: branches/simple/Forms/FormConsole.lfm

Last change on this file was 41, checked in by chronos, 16 months ago
  • Modified: Screen and console made as separate forms.
File size: 415 bytes
Line 
1object FormConsole: TFormConsole
2 Left = 526
3 Height = 655
4 Top = 448
5 Width = 947
6 Caption = 'Console'
7 ClientHeight = 655
8 ClientWidth = 947
9 DesignTimePPI = 144
10 LCLVersion = '2.2.6.0'
11 object Memo1: TMemo
12 Left = 0
13 Height = 655
14 Top = 0
15 Width = 947
16 Align = alClient
17 Anchors = [akLeft, akRight, akBottom]
18 ReadOnly = True
19 ScrollBars = ssAutoBoth
20 TabOrder = 0
21 end
22end
Note: See TracBrowser for help on using the repository browser.