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
Wrap
Text File
|
2001-09-09
|
3KB
|
141 lines
object ActModeForm: TActModeForm
Left = 190
Top = 71
BorderStyle = bsDialog
Caption = 'Select Machine Mode'
ClientHeight = 342
ClientWidth = 408
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Pic: TImage
Left = 16
Top = 16
Width = 150
Height = 265
end
object Bevel1: TBevel
Left = 8
Top = 288
Width = 390
Height = 2
Shape = bsTopLine
end
object cbMode: TRadioGroup
Left = 192
Top = 22
Width = 201
Height = 89
Caption = 'The Bat! should act as:'
Items.Strings = (
'&Workstation with TCP/IP'
'&TCP/IP or Dial-out Server'
'&Non-TCP/IP Workstation')
TabOrder = 0
OnClick = cbModeClick
end
object bOK: TButton
Left = 160
Top = 304
Width = 89
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object bCancel: TButton
Left = 264
Top = 304
Width = 89
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object bBack: TButton
Left = 64
Top = 304
Width = 89
Height = 25
HelpContext = 12006
Caption = '< &Back'
Enabled = False
TabOrder = 3
Visible = False
end
object nbCaptions: TNotebook
Left = 192
Top = 120
Width = 201
Height = 161
PageIndex = 1
TabOrder = 4
object TPage
Left = 0
Top = 0
Caption = 'StandAlone'
object lAlone: TLabel
Left = 0
Top = 0
Width = 201
Height = 153
Align = alTop
AutoSize = False
Caption =
'Stand-alone mode: The Bat! acts as a generic e-mail client in th' +
'is mode. Generic e-mail client must have a connection with its m' +
'ail (POP/SMTP) server which can be located either inside the cor' +
'porate network or somewhere in the Internet. '
WordWrap = True
end
end
object TPage
Left = 0
Top = 0
Caption = 'Server'
object lServer: TLabel
Left = 0
Top = 0
Width = 201
Height = 153
Align = alTop
AutoSize = False
Caption =
'Server mode: When computers of a local network have no access to' +
' the Internet or there is no local mail (POP/SMTP) server, The B' +
'at! in the server mode can replace a mail server for such a netw' +
'ork. '
WordWrap = True
end
end
object TPage
Left = 0
Top = 0
Caption = 'Client'
object lClient: TLabel
Left = 0
Top = 0
Width = 201
Height = 153
Align = alTop
AutoSize = False
Caption =
'Client mode: The Bat! in the client mode uses neither Internet n' +
'or local connection to a mail (POP/SMTP) server for E-Mail excha' +
'nge. It uses The Bat! in the server mode within the network to w' +
'hich it belongs. '
WordWrap = True
end
end
end
end