Changeset 69 for branches/Transpascal/Forms/UMessagesForm.lfm
- Timestamp:
- Oct 19, 2010, 7:19:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Transpascal/Forms/UMessagesForm.lfm
r64 r69 8 8 ClientWidth = 320 9 9 LCLVersion = '0.9.29' 10 object List BoxMessages: TListBox10 object ListView1: TListView 11 11 Left = 0 12 12 Height = 240 … … 14 14 Width = 320 15 15 Align = alClient 16 ItemHeight = 0 17 OnSelectionChange = ListBoxMessagesSelectionChange 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 ItemIndex = -1 29 OwnerData = True 30 ReadOnly = True 31 RowSelect = True 18 32 TabOrder = 0 33 ViewStyle = vsReport 34 OnClick = ListView1Click 35 OnData = ListView1Data 36 OnSelectItem = ListView1SelectItem 19 37 end 20 38 object CoolDockClient1: TCoolDockClient
Note:
See TracChangeset
for help on using the changeset viewer.