object PrePayForm: TPrePayForm Left = 243 Top = 111 HelpContext = 430 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'PrePayForm' ClientHeight = 123 ClientWidth = 385 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.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.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.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.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.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' ShortCut = 0 OnClick = EditUndoClick end object EditBar1: TMenuItem Caption = '-' ShortCut = 0 end object EditCut: TMenuItem Caption = 'Cu&t' ShortCut = 0 OnClick = EditCutClick end object EditCopy: TMenuItem Caption = '&Copy' ShortCut = 0 OnClick = EditCopyClick end object EditPaste: TMenuItem Caption = '&Paste' ShortCut = 0 OnClick = EditPasteClick end object EditDelete: TMenuItem Caption = '&Delete' ShortCut = 0 OnClick = EditDeleteClick end object EditBar2: TMenuItem Caption = '-' ShortCut = 0 end object EditSelectAll: TMenuItem Caption = 'Select &All' ShortCut = 0 OnClick = EditSelectAllClick end end end