home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2003 November
/
PCWK1103B.iso
/
PCWK-txt
/
Antyspam
/
SpamDeputy
/
Spamdpty.exe
/
SpamDeputy.exe
/
0
/
RCDATA
/
TDLGREGISTRATION
/
TDLGREGISTRATION.txt
Wrap
Text File
|
2001-04-27
|
2KB
|
123 lines
object dlgRegistration: TdlgRegistration
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Spam Deputy - Registration'
ClientHeight = 184
ClientWidth = 284
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblRegStatus: TLabel
Left = 95
Top = 72
Width = 60
Height = 13
Caption = 'Unregistered'
end
object Label23: TLabel
Left = 10
Top = 72
Width = 33
Height = 13
Caption = 'Status:'
end
object Label22: TLabel
Left = 10
Top = 42
Width = 80
Height = 13
Caption = 'Registration Key:'
end
object Label21: TLabel
Left = 10
Top = 12
Width = 46
Height = 13
Caption = 'Serial No:'
end
object lblWebsite: TLabel
Left = 12
Top = 115
Width = 257
Height = 13
Cursor = crHandPoint
Caption = 'http://members.home.net/spamdeputy/sa/register.htm'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblWebsiteClick
end
object Label19: TLabel
Left = 10
Top = 100
Width = 178
Height = 13
Caption = 'For registration information, click here:'
end
object Bevel1: TBevel
Left = 10
Top = 140
Width = 262
Height = 2
Shape = bsBottomLine
end
object edtSerialNo: TEdit
Left = 95
Top = 10
Width = 121
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
object edtRegKey: TEdit
Left = 95
Top = 40
Width = 121
Height = 21
TabOrder = 1
OnChange = edtRegKeyChange
end
object btnRegister: TButton
Left = 221
Top = 40
Width = 50
Height = 21
Caption = '&Register'
Enabled = False
TabOrder = 2
OnClick = btnRegisterClick
end
object btnOK: TButton
Left = 116
Top = 150
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object btnCancel: TButton
Left = 196
Top = 150
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 4
end
end