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

  1. object SignPos: TSignPos
  2.   Left = 184
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Signature position...'
  6.   ClientHeight = 139
  7.   ClientWidth = 339
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 16
  18.     Top = 13
  19.     Width = 305
  20.     Height = 93
  21.     Caption = '[ Position signature/Header at... ]'
  22.     TabOrder = 0
  23.     object RadioButton1: TRadioButton
  24.       Left = 16
  25.       Top = 24
  26.       Width = 113
  27.       Height = 17
  28.       Caption = '&Top of message...'
  29.       TabOrder = 0
  30.     end
  31.     object RadioButton2: TRadioButton
  32.       Left = 16
  33.       Top = 42
  34.       Width = 113
  35.       Height = 17
  36.       Caption = '&Bottom of message...'
  37.       Checked = True
  38.       TabOrder = 1
  39.       TabStop = True
  40.     end
  41.     object RadioButton3: TRadioButton
  42.       Left = 16
  43.       Top = 61
  44.       Width = 113
  45.       Height = 17
  46.       Caption = '&Cursor position...'
  47.       TabOrder = 2
  48.     end
  49.   end
  50.   object Button1: TButton
  51.     Left = 165
  52.     Top = 112
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 1
  59.   end
  60.   object Button2: TButton
  61.     Left = 245
  62.     Top = 112
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.   end
  70.   object MultiLang1: TMultiLang
  71.     Languages = 2
  72.     ActiveLanguage = 0
  73.     Words.Strings = (
  74.       '%Form%'
  75.       'SignPos'
  76.       '')
  77.   end
  78. end
  79.