source: trunk/Forms/UFormTerminal.lfm

Last change on this file was 1, checked in by chronos, 4 years ago
  • Added: Initial version.
File size: 694 bytes
Line 
1object FormTerminal: TFormTerminal
2 Left = 689
3 Height = 602
4 Top = 288
5 Width = 971
6 Caption = 'Terminal'
7 ClientHeight = 602
8 ClientWidth = 971
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 OnShow = FormShow
13 LCLVersion = '2.0.2.0'
14 object Memo1: TMemo
15 Left = 8
16 Height = 585
17 Top = 8
18 Width = 948
19 Anchors = [akTop, akLeft, akRight, akBottom]
20 Font.Name = 'Monospace'
21 OnKeyPress = Memo1KeyPress
22 OnKeyUp = Memo1KeyUp
23 ParentFont = False
24 ReadOnly = True
25 ScrollBars = ssAutoBoth
26 TabOrder = 0
27 end
28 object TimerRedraw: TTimer
29 Interval = 50
30 OnTimer = TimerRedrawTimer
31 left = 120
32 top = 228
33 end
34end
Note: See TracBrowser for help on using the repository browser.