home *** CD-ROM | disk | FTP | other *** search
- object FoundMessages: TFoundMessages
- Left = 200
- Top = 108
- Width = 559
- Height = 391
- Caption = 'Search results...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 337
- Width = 551
- Height = 30
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 0
- object Button1: TButton
- Left = 387
- Top = 4
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 475
- Top = 4
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object Messages: TListView
- Left = 0
- Top = 0
- Width = 551
- Height = 337
- Align = alClient
- OnDblClick = MessagesDblClick
- Columns = <
- item
- Caption = 'Date/Time'
- Width = 90
- end
- item
- Caption = 'Subject'
- Width = 150
- end
- item
- Caption = 'Recipients'
- Width = 150
- end
- item
- Caption = 'CC Recipients'
- Width = 150
- end>
- DragMode = dmAutomatic
- ReadOnly = True
- HideSelection = False
- AllocBy = 1000
- MultiSelect = True
- RowSelect = True
- OnChange = MessagesChange
- DragCursor = crMultiDrag
- SortType = stText
- TabOrder = 1
- ViewStyle = vsReport
- end
- object MultiLang1: TMultiLang
- Languages = 2
- Words.Strings = (
- '%Form%'
- 'Search results...'
- 'Ni�ursta�a leitar...'
- 'Panel1'
- ''
- ''
- 'Button1'
- 'OK'
- 'Sko�a'
- 'Button2'
- 'Cancel'
- 'H�tta')
- DoNot.Strings = (
- 'Messages')
- Left = 296
- Top = 120
- end
- object FormPlacement1: TFormPlacement
- Active = False
- IniFileName = 'tmcstat.ini'
- IniSection = 'SearchResults'
- Left = 128
- Top = 48
- end
- end
-