home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WDR Computer Club Digital 1996 October
/
CLUB10_96.BIN
/
share95
/
95massma
/
_setup.1
/
WWMail.exe
/
0
/
RCDATA
/
TSETUPDLG
/
TSETUPDLG.txt
Wrap
Text File
|
1996-07-12
|
2KB
|
139 lines
object SetupDlg: TSetupDlg
Left = 246
Top = 115
ActiveControl = OKBtn
BorderStyle = bsDialog
Caption = 'Setup'
ClientHeight = 201
ClientWidth = 363
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 68
Height = 13
Alignment = taRightJustify
Caption = 'SMTP Server'
end
object Label2: TLabel
Left = 8
Top = 40
Width = 68
Height = 13
Alignment = taRightJustify
Caption = 'EMail address'
end
object Label3: TLabel
Left = 8
Top = 64
Width = 68
Height = 13
Alignment = taRightJustify
Caption = 'Name'
end
object Label4: TLabel
Left = 8
Top = 88
Width = 68
Height = 13
Alignment = taRightJustify
Caption = 'Log File Name'
end
object Label5: TLabel
Left = 8
Top = 112
Width = 68
Height = 13
Alignment = taRightJustify
Caption = 'Encoding'
end
object Label6: TLabel
Left = 11
Top = 144
Width = 65
Height = 13
Alignment = taRightJustify
Caption = 'Character Set'
end
object OKBtn: TBitBtn
Left = 93
Top = 169
Width = 77
Height = 27
TabOrder = 5
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 193
Top = 169
Width = 77
Height = 27
TabOrder = 6
Kind = bkCancel
Margin = 2
Spacing = -1
IsControl = True
end
object ServerEdit: TEdit
Left = 85
Top = 8
Width = 265
Height = 21
TabOrder = 0
end
object UserAddressEdit: TEdit
Left = 85
Top = 32
Width = 265
Height = 21
TabOrder = 1
end
object UserNameEdit: TEdit
Left = 85
Top = 56
Width = 265
Height = 21
TabOrder = 2
end
object LogFileNameEdit: TEdit
Left = 85
Top = 80
Width = 265
Height = 21
TabOrder = 3
end
object EncodeComboBox: TComboBox
Left = 85
Top = 106
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'UUEncode'
'MIME')
TabOrder = 4
end
object CharSetComboBox: TComboBox
Left = 85
Top = 136
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'US-ASCII'
'ISO-8859-1')
TabOrder = 7
end
end