home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 February
/
PCWorld_1999-02_cd.bin
/
temacd
/
DataArm
/
_SETUP.1
/
mpw32.dll
/
RCDATA
/
TPREPAYFORM
/
TPREPAYFORM.txt
Wrap
Text File
|
1998-05-25
|
4KB
|
159 lines
object PrePayForm: TPrePayForm
Left = 243
Top = 111
HelpContext = 430
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'PrePayForm'
ClientHeight = 123
ClientWidth = 385
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Frame: TGroupBox
Left = 8
Top = 12
Width = 369
Height = 75
Caption = 'PRE-PAID REGISTRATION'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object LabelPassword: TLabel
Left = 9
Top = 26
Width = 60
Height = 13
AutoSize = False
Caption = '&Password:'
FocusControl = Password
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object LabelAuthCode: TLabel
Left = 9
Top = 51
Width = 72
Height = 13
AutoSize = False
Caption = 'Pre-Pay Code:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object PrePayCode: TMPWAuthCodeEdit
Left = 84
Top = 46
Width = 277
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PopupMenu = EditMenu
TabOrder = 1
OnChange = PrePayCodeChange
CharType = ctHexChars
end
object Password: TMPWEdit
Left = 84
Top = 24
Width = 277
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
MaxLength = 32
TabOrder = 0
PopupMenu = EditMenu
OnChange = PasswordChange
CharCase = ecUpperCase
end
end
object FinishButton: TButton
Left = 321
Top = 94
Width = 56
Height = 25
Caption = '&Finish'
Enabled = False
TabOrder = 1
OnClick = FinishButtonClick
end
object CancelButton: TButton
Left = 262
Top = 94
Width = 56
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
object HelpButton: TButton
Left = 203
Top = 94
Width = 56
Height = 25
Caption = '&Help'
TabOrder = 2
OnClick = HelpButtonClick
end
object EditMenu: TPopupMenu
OnPopup = EditMenuPopup
Left = 8
Top = 92
object EditUndo: TMenuItem
Caption = '&Undo'
OnClick = EditUndoClick
end
object EditBar1: TMenuItem
Caption = '-'
end
object EditCut: TMenuItem
Caption = 'Cu&t'
OnClick = EditCutClick
end
object EditCopy: TMenuItem
Caption = '&Copy'
OnClick = EditCopyClick
end
object EditPaste: TMenuItem
Caption = '&Paste'
OnClick = EditPasteClick
end
object EditDelete: TMenuItem
Caption = '&Delete'
OnClick = EditDeleteClick
end
object EditBar2: TMenuItem
Caption = '-'
end
object EditSelectAll: TMenuItem
Caption = 'Select &All'
OnClick = EditSelectAllClick
end
end
end