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

  1. object ReplyToQuery: TReplyToQuery
  2.   Left = 163
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Reply to...'
  6.   ClientHeight = 156
  7.   ClientWidth = 338
  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.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 2
  21.     Width = 321
  22.     Height = 34
  23.     AutoSize = False
  24.     Caption = 
  25.       'This message has multiple recipients. Please select which recipi' +
  26.       'ents to reply to:'
  27.     Transparent = True
  28.     WordWrap = True
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Left = 16
  32.     Top = 40
  33.     Width = 305
  34.     Height = 73
  35.     Caption = '[ Reply to... ]'
  36.     TabOrder = 0
  37.     object RadioButton1: TRadioButton
  38.       Left = 16
  39.       Top = 22
  40.       Width = 265
  41.       Height = 17
  42.       Caption = 'Sender only...'
  43.       Checked = True
  44.       TabOrder = 0
  45.       TabStop = True
  46.       OnClick = CheckBox1Click
  47.     end
  48.     object RadioButton2: TRadioButton
  49.       Tag = 1
  50.       Left = 16
  51.       Top = 44
  52.       Width = 273
  53.       Height = 17
  54.       Caption = 'Sender and &ALL recipients...'
  55.       TabOrder = 1
  56.       OnClick = CheckBox1Click
  57.     end
  58.   end
  59.   object Button1: TButton
  60.     Left = 166
  61.     Top = 122
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     ModalResult = 2
  67.     TabOrder = 1
  68.   end
  69.   object Button2: TButton
  70.     Left = 248
  71.     Top = 122
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 2
  78.   end
  79.   object MultiLang1: TMultiLang
  80.     Languages = 2
  81.     Words.Strings = (
  82.       '%Form%'
  83.       'Reply to...'
  84.       'Senda til...'
  85.       'Label1'
  86.       
  87.         'This message has multiple recipients. Please select which recipi' +
  88.         'ents to reply to:'
  89.       
  90.         '∩┐╜essi p∩┐╜stur hefur marga m∩┐╜ttakendur. Vinsamlega veldu hverjum s' +
  91.         'kal senda svar:'
  92.       'GroupBox1'
  93.       '[ Reply to... ]'
  94.       '[ Svara til... ]'
  95.       'Button1'
  96.       'Cancel'
  97.       'H∩┐╜tta vi∩┐╜'
  98.       'Button2'
  99.       'OK'
  100.       '∩┐╜fram'
  101.       'RadioButton1'
  102.       'Sender only...'
  103.       'A∩┐╜eins &sendanda...'
  104.       'RadioButton2'
  105.       'Sender and &ALL recipients...'
  106.       'Sendanda og allra &m∩┐╜ttakenda...')
  107.     Left = 288
  108.     Top = 32
  109.   end
  110. end
  111.