source: branches/ByteArray/Forms/FormMessages.lfm

Last change on this file was 5, checked in by chronos, 3 months ago
File size: 648 bytes
Line 
1object FormMessages: TFormMessages
2 Left = 475
3 Height = 234
4 Top = 710
5 Width = 1113
6 Caption = 'Messages'
7 ClientHeight = 234
8 ClientWidth = 1113
9 DesignTimePPI = 144
10 LCLVersion = '2.2.6.0'
11 object ListView1: TListView
12 Left = 0
13 Height = 234
14 Top = 0
15 Width = 1113
16 Align = alClient
17 Columns = <
18 item
19 Width = 100
20 end
21 item
22 Width = 998
23 end>
24 OwnerData = True
25 ParentFont = False
26 ReadOnly = True
27 RowSelect = True
28 ShowColumnHeaders = False
29 TabOrder = 0
30 ViewStyle = vsReport
31 OnData = ListView1Data
32 OnDblClick = ListView1DblClick
33 end
34end
Note: See TracBrowser for help on using the repository browser.