source: trunk/Forms/FormMessages.lfm

Last change on this file was 15, checked in by chronos, 3 weeks ago
  • Modified: Faster instruction stepping.
File size: 560 bytes
Line 
1object FormMessages: TFormMessages
2 Left = 452
3 Height = 487
4 Top = 38
5 Width = 1030
6 Caption = 'Messages'
7 ClientHeight = 487
8 ClientWidth = 1030
9 DesignTimePPI = 144
10 LCLVersion = '4.6.0.0'
11 OnCreate = FormCreate
12 OnDestroy = FormDestroy
13 object Memo1: TMemo
14 Left = 8
15 Height = 471
16 Top = 8
17 Width = 1014
18 Align = alClient
19 BorderSpacing.Around = 8
20 ReadOnly = True
21 ScrollBars = ssAutoBoth
22 TabOrder = 0
23 end
24 object Timer1: TTimer
25 Interval = 50
26 OnTimer = Timer1Timer
27 Left = 357
28 Top = 284
29 end
30end
Note: See TracBrowser for help on using the repository browser.