source: branches/ByteArray/Forms/FormConsole.lfm

Last change on this file was 10, checked in by chronos, 2 months ago
  • Modified: Improved serial console handling.
File size: 522 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 LCLVersion = '3.4.0.0'
11 object Memo1: TMemo
12 Left = 0
13 Height = 689
14 Top = 0
15 Width = 1002
16 Align = alClient
17 Anchors = [akLeft, akRight, akBottom]
18 ReadOnly = True
19 ScrollBars = ssAutoBoth
20 TabOrder = 0
21 end
22 object Timer1: TTimer
23 Interval = 100
24 OnTimer = Timer1Timer
25 Left = 314
26 Top = 160
27 end
28end
Note: See TracBrowser for help on using the repository browser.