home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TACTMODEFORM / TACTMODEFORM.txt
Text File  |  2001-09-09  |  3KB  |  141 lines

  1. object ActModeForm: TActModeForm
  2.   Left = 190
  3.   Top = 71
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Machine Mode'
  6.   ClientHeight = 342
  7.   ClientWidth = 408
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Pic: TImage
  19.     Left = 16
  20.     Top = 16
  21.     Width = 150
  22.     Height = 265
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 288
  27.     Width = 390
  28.     Height = 2
  29.     Shape = bsTopLine
  30.   end
  31.   object cbMode: TRadioGroup
  32.     Left = 192
  33.     Top = 22
  34.     Width = 201
  35.     Height = 89
  36.     Caption = 'The Bat! should act as:'
  37.     Items.Strings = (
  38.       '&Workstation with TCP/IP'
  39.       '&TCP/IP or Dial-out Server'
  40.       '&Non-TCP/IP Workstation')
  41.     TabOrder = 0
  42.     OnClick = cbModeClick
  43.   end
  44.   object bOK: TButton
  45.     Left = 160
  46.     Top = 304
  47.     Width = 89
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 1
  53.   end
  54.   object bCancel: TButton
  55.     Left = 264
  56.     Top = 304
  57.     Width = 89
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.   end
  64.   object bBack: TButton
  65.     Left = 64
  66.     Top = 304
  67.     Width = 89
  68.     Height = 25
  69.     HelpContext = 12006
  70.     Caption = '<   &Back'
  71.     Enabled = False
  72.     TabOrder = 3
  73.     Visible = False
  74.   end
  75.   object nbCaptions: TNotebook
  76.     Left = 192
  77.     Top = 120
  78.     Width = 201
  79.     Height = 161
  80.     PageIndex = 1
  81.     TabOrder = 4
  82.     object TPage
  83.       Left = 0
  84.       Top = 0
  85.       Caption = 'StandAlone'
  86.       object lAlone: TLabel
  87.         Left = 0
  88.         Top = 0
  89.         Width = 201
  90.         Height = 153
  91.         Align = alTop
  92.         AutoSize = False
  93.         Caption = 
  94.           'Stand-alone mode: The Bat! acts as a generic e-mail client in th' +
  95.           'is mode. Generic e-mail client must have a connection with its m' +
  96.           'ail (POP/SMTP) server which can be located either inside the cor' +
  97.           'porate network or somewhere in the Internet. '
  98.         WordWrap = True
  99.       end
  100.     end
  101.     object TPage
  102.       Left = 0
  103.       Top = 0
  104.       Caption = 'Server'
  105.       object lServer: TLabel
  106.         Left = 0
  107.         Top = 0
  108.         Width = 201
  109.         Height = 153
  110.         Align = alTop
  111.         AutoSize = False
  112.         Caption = 
  113.           'Server mode: When computers of a local network have no access to' +
  114.           ' the Internet or there is no local mail (POP/SMTP) server, The B' +
  115.           'at! in the server mode can replace a mail server for such a netw' +
  116.           'ork. '
  117.         WordWrap = True
  118.       end
  119.     end
  120.     object TPage
  121.       Left = 0
  122.       Top = 0
  123.       Caption = 'Client'
  124.       object lClient: TLabel
  125.         Left = 0
  126.         Top = 0
  127.         Width = 201
  128.         Height = 153
  129.         Align = alTop
  130.         AutoSize = False
  131.         Caption = 
  132.           'Client mode: The Bat! in the client mode uses neither Internet n' +
  133.           'or local connection to a mail (POP/SMTP) server for E-Mail excha' +
  134.           'nge. It uses The Bat! in the server mode within the network to w' +
  135.           'hich it belongs. '
  136.         WordWrap = True
  137.       end
  138.     end
  139.   end
  140. end
  141.