home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freesoft 1997 May
/
Freesoft_1997-05_cd.bin
/
recenz
/
HOBBY
/
BIO
/
_SETUP.1
/
mpw32.dll
/
RCDATA
/
TSMTPFORM
/
TSMTPFORM.txt
Wrap
Text File
|
1997-07-11
|
1KB
|
60 lines
object SMTPForm: TSMTPForm
Left = 235
Top = 108
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'SMTPForm'
ClientHeight = 195
ClientWidth = 325
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Frame: TGroupBox
Left = 8
Top = 12
Width = 309
Height = 145
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object Memo: TMemo
Left = 8
Top = 24
Width = 293
Height = 113
TabStop = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end
object CancelButton: TButton
Left = 260
Top = 164
Width = 57
Height = 25
Hint = 'Cancel'
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
OnClick = CancelButtonClick
end
end