source: branches/xpascal/Forms/FormMessages.lfm

Last change on this file was 227, checked in by chronos, 17 months ago
  • Added: Test form.
  • Added: Interface translation.
  • Added: Common package.
File size: 543 bytes
Line 
1object FormMessages: TFormMessages
2 Left = 739
3 Height = 418
4 Top = 611
5 Width = 521
6 Caption = 'Messages'
7 ClientHeight = 418
8 ClientWidth = 521
9 DesignTimePPI = 144
10 LCLVersion = '2.2.6.0'
11 object Label1: TLabel
12 Left = 8
13 Height = 26
14 Top = 0
15 Width = 89
16 Caption = 'Messages:'
17 ParentColor = False
18 end
19 object MemoLog: TMemo
20 Left = 8
21 Height = 377
22 Top = 32
23 Width = 505
24 Anchors = [akTop, akLeft, akRight, akBottom]
25 ReadOnly = True
26 ScrollBars = ssAutoBoth
27 TabOrder = 0
28 end
29end
Note: See TracBrowser for help on using the repository browser.