home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
028A
/
NPPLUS.ZIP
/
Notepad.exe
/
0
/
RCDATA
/
TSENDFORM
/
TSENDFORM.txt
Wrap
Text File
|
1996-10-31
|
1KB
|
73 lines
object SendForm: TSendForm
Left = 254
Top = 148
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Send file through electronic mail'
ClientHeight = 272
ClientWidth = 336
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 4
Width = 320
Height = 260
Caption = ' E-mail send options '
TabOrder = 0
object Label1: TLabel
Left = 14
Top = 26
Width = 292
Height = 169
AutoSize = False
WordWrap = True
end
object bnSend: TButton
Left = 236
Top = 198
Width = 71
Height = 23
Caption = '&Send'
TabOrder = 0
OnClick = bnSendClick
end
object bnCancel: TButton
Left = 236
Top = 225
Width = 71
Height = 23
Caption = '&Cancel'
TabOrder = 1
OnClick = bnCancelClick
end
object bnAttachment: TRadioButton
Left = 25
Top = 204
Width = 161
Height = 13
Caption = 'Send as &Attachment'
Checked = True
TabOrder = 2
TabStop = True
OnClick = bnAttachmentClick
end
object bnText: TRadioButton
Left = 25
Top = 225
Width = 151
Height = 13
Caption = 'Send as &Text'
TabOrder = 3
OnClick = bnTextClick
end
end
end