source: tags/1.0.0/Forms/UFormMessages.lfm

Last change on this file was 40, checked in by chronos, 12 years ago
  • Modified: Text message handling moved to UTarget unit as field of TTarget.
  • Modified: Messages are displayed as TListVIew rather then TMemo.
File size: 542 bytes
Line 
1object FormMessages: TFormMessages
2 Left = 256
3 Height = 225
4 Top = 47
5 Width = 492
6 Caption = 'Messages'
7 ClientHeight = 225
8 ClientWidth = 492
9 OnCreate = FormCreate
10 LCLVersion = '0.9.31'
11 object ListView1: TListView
12 Left = 0
13 Height = 225
14 Top = 0
15 Width = 492
16 Align = alClient
17 Columns = <
18 item
19 Width = 473
20 end>
21 OwnerData = True
22 ReadOnly = True
23 RowSelect = True
24 ShowColumnHeaders = False
25 TabOrder = 0
26 ViewStyle = vsReport
27 OnData = ListView1Data
28 end
29end
Note: See TracBrowser for help on using the repository browser.