source: trunk/Forms/FormMessages.lfm

Last change on this file was 145, checked in by chronos, 11 months ago
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File size: 588 bytes
Line 
1object FormMessages: TFormMessages
2 Left = 256
3 Height = 338
4 Top = 47
5 Width = 738
6 Caption = 'Messages'
7 ClientHeight = 338
8 ClientWidth = 738
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 LCLVersion = '2.2.6.0'
12 object ListView1: TListView
13 Left = 0
14 Height = 338
15 Top = 0
16 Width = 738
17 Align = alClient
18 Columns = <
19 item
20 Width = 723
21 end>
22 OwnerData = True
23 ParentFont = False
24 ReadOnly = True
25 RowSelect = True
26 ShowColumnHeaders = False
27 TabOrder = 0
28 ViewStyle = vsReport
29 OnData = ListView1Data
30 end
31end
Note: See TracBrowser for help on using the repository browser.