source: trunk/IDE/Forms/FormMessages.lfm

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 742 bytes
Line 
1object FormMessages: TFormMessages
2 Left = 347
3 Height = 251
4 Top = 237
5 Width = 415
6 Caption = 'Messages'
7 ClientHeight = 251
8 ClientWidth = 415
9 LCLVersion = '1.1'
10 object ListView1: TListView
11 Left = 0
12 Height = 251
13 Top = 0
14 Width = 415
15 Align = alClient
16 Columns = <
17 item
18 Caption = 'File'
19 Width = 80
20 end
21 item
22 Caption = 'Position'
23 end
24 item
25 Caption = 'Message'
26 Width = 500
27 end>
28 OwnerData = True
29 ReadOnly = True
30 RowSelect = True
31 TabOrder = 0
32 ViewStyle = vsReport
33 OnClick = ListView1Click
34 OnData = ListView1Data
35 OnSelectItem = ListView1SelectItem
36 end
37end
Note: See TracBrowser for help on using the repository browser.