home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TFOUNDMESSAGES / TFOUNDMESSAGES.txt
Encoding:
Text File  |  1999-02-07  |  2.1 KB  |  111 lines

  1. object FoundMessages: TFoundMessages
  2.   Left = 200
  3.   Top = 108
  4.   Width = 559
  5.   Height = 391
  6.   Caption = 'Search results...'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 337
  21.     Width = 551
  22.     Height = 30
  23.     Align = alBottom
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object Button1: TButton
  27.       Left = 387
  28.       Top = 4
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'OK'
  32.       Default = True
  33.       ModalResult = 1
  34.       TabOrder = 0
  35.     end
  36.     object Button2: TButton
  37.       Left = 475
  38.       Top = 4
  39.       Width = 75
  40.       Height = 25
  41.       Cancel = True
  42.       Caption = 'Cancel'
  43.       ModalResult = 2
  44.       TabOrder = 1
  45.     end
  46.   end
  47.   object Messages: TListView
  48.     Left = 0
  49.     Top = 0
  50.     Width = 551
  51.     Height = 337
  52.     Align = alClient
  53.     OnDblClick = MessagesDblClick
  54.     Columns = <
  55.       item
  56.         Caption = 'Date/Time'
  57.         Width = 90
  58.       end
  59.       item
  60.         Caption = 'Subject'
  61.         Width = 150
  62.       end
  63.       item
  64.         Caption = 'Recipients'
  65.         Width = 150
  66.       end
  67.       item
  68.         Caption = 'CC Recipients'
  69.         Width = 150
  70.       end>
  71.     DragMode = dmAutomatic
  72.     ReadOnly = True
  73.     HideSelection = False
  74.     AllocBy = 1000
  75.     MultiSelect = True
  76.     RowSelect = True
  77.     OnChange = MessagesChange
  78.     DragCursor = crMultiDrag
  79.     SortType = stText
  80.     TabOrder = 1
  81.     ViewStyle = vsReport
  82.   end
  83.   object MultiLang1: TMultiLang
  84.     Languages = 2
  85.     Words.Strings = (
  86.       '%Form%'
  87.       'Search results...'
  88.       'Ni∩┐╜ursta∩┐╜a leitar...'
  89.       'Panel1'
  90.       ''
  91.       ''
  92.       'Button1'
  93.       'OK'
  94.       'Sko∩┐╜a'
  95.       'Button2'
  96.       'Cancel'
  97.       'H∩┐╜tta')
  98.     DoNot.Strings = (
  99.       'Messages')
  100.     Left = 296
  101.     Top = 120
  102.   end
  103.   object FormPlacement1: TFormPlacement
  104.     Active = False
  105.     IniFileName = 'tmcstat.ini'
  106.     IniSection = 'SearchResults'
  107.     Left = 128
  108.     Top = 48
  109.   end
  110. end
  111.