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

  1. object SearchMessage: TSearchMessage
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search messages...'
  6.   ClientHeight = 237
  7.   ClientWidth = 296
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 9
  19.     Top = 24
  20.     Width = 71
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     Caption = 'Text to search:'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 86
  27.     Top = 21
  28.     Width = 187
  29.     Height = 21
  30.     TabOrder = 0
  31.   end
  32.   object GroupBox1: TGroupBox
  33.     Tag = 3
  34.     Left = 13
  35.     Top = 100
  36.     Width = 260
  37.     Height = 91
  38.     Caption = '[ Where to search ]'
  39.     TabOrder = 5
  40.     object RadioButton1: TRadioButton
  41.       Tag = 1
  42.       Left = 17
  43.       Top = 19
  44.       Width = 225
  45.       Height = 17
  46.       Caption = '&Header information...'
  47.       TabOrder = 0
  48.       OnClick = RadioButton1Click
  49.     end
  50.     object RadioButton2: TRadioButton
  51.       Tag = 2
  52.       Left = 17
  53.       Top = 38
  54.       Width = 225
  55.       Height = 17
  56.       Caption = 'Body of &message text...'
  57.       TabOrder = 1
  58.     end
  59.     object RadioButton3: TRadioButton
  60.       Tag = 3
  61.       Left = 17
  62.       Top = 57
  63.       Width = 225
  64.       Height = 17
  65.       Caption = '&Both Headers and message text...'
  66.       Checked = True
  67.       TabOrder = 2
  68.       TabStop = True
  69.     end
  70.   end
  71.   object Button1: TButton
  72.     Left = 112
  73.     Top = 202
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Search!'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 6
  80.   end
  81.   object Button2: TButton
  82.     Left = 198
  83.     Top = 202
  84.     Width = 75
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 7
  90.   end
  91.   object ComboBox1: TComboBox
  92.     Left = 41
  93.     Top = 45
  94.     Width = 42
  95.     Height = 21
  96.     ItemHeight = 13
  97.     Items.Strings = (
  98.       'or'
  99.       'and')
  100.     TabOrder = 1
  101.   end
  102.   object Edit2: TEdit
  103.     Left = 86
  104.     Top = 45
  105.     Width = 187
  106.     Height = 21
  107.     TabOrder = 2
  108.   end
  109.   object ComboBox2: TComboBox
  110.     Left = 41
  111.     Top = 69
  112.     Width = 42
  113.     Height = 21
  114.     ItemHeight = 13
  115.     Items.Strings = (
  116.       'or'
  117.       'and')
  118.     TabOrder = 3
  119.   end
  120.   object Edit3: TEdit
  121.     Left = 86
  122.     Top = 70
  123.     Width = 187
  124.     Height = 21
  125.     TabOrder = 4
  126.   end
  127.   object MultiLang1: TMultiLang
  128.     Languages = 2
  129.     Words.Strings = (
  130.       '%Form%'
  131.       'Search messages...'
  132.       'Leita a∩┐╜ p∩┐╜sti...'
  133.       'Label1'
  134.       'Text to search:'
  135.       'Leitartexti:'
  136.       'Edit1'
  137.       ''
  138.       ''
  139.       'GroupBox1'
  140.       '[ Where to search ]'
  141.       '[ Hvar ∩┐╜ a∩┐╜ leita ]'
  142.       'RadioButton1'
  143.       '&Header information...'
  144.       '∩┐╜ &grunnuppl∩┐╜singum...'
  145.       'RadioButton2'
  146.       'Body of &message text...'
  147.       '∩┐╜ &texta p∩┐╜stins...'
  148.       'RadioButton3'
  149.       '&Both Headers and message text...'
  150.       '∩┐╜ &b∩┐╜∩┐╜i grunnuppl∩┐╜singum og texta...'
  151.       'Button1'
  152.       'Search!'
  153.       'Byrja!'
  154.       'Button2'
  155.       'Cancel'
  156.       'H∩┐╜tta vi∩┐╜'
  157.       'ComboBox1'
  158.       'or'
  159.       'e∩┐╜a'
  160.       '"'
  161.       'and'
  162.       'og'
  163.       'Edit2'
  164.       ''
  165.       ''
  166.       'ComboBox2'
  167.       'or'
  168.       'e∩┐╜a'
  169.       '"'
  170.       'and'
  171.       'og'
  172.       'Edit3'
  173.       ''
  174.       '')
  175.     Left = 248
  176.     Top = 16
  177.   end
  178. end
  179.