object ManualForm: TManualForm Left = 275 Top = 110 HelpContext = 420 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'ManualForm' ClientHeight = 153 ClientWidth = 386 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] WindowState = wsMinimized OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 369 Height = 100 Caption = 'MANUAL / RE-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 LabelAuthCode1: TLabel Left = 9 Top = 51 Width = 72 Height = 13 AutoSize = False Caption = 'Auth. Code &1:' FocusControl = AuthCode1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LabelAuthCode2: TLabel Left = 9 Top = 75 Width = 72 Height = 13 AutoSize = False Caption = 'Auth. Code &2:' FocusControl = AuthCode1 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False 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 object AuthCode1: TMPWAuthCodeEdit Left = 84 Top = 47 Width = 277 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PopupMenu = EditMenu TabOrder = 1 OnChange = AuthCode1Change CharType = ctAuthChars end object AuthCode2: TMPWAuthCodeEdit Left = 84 Top = 70 Width = 277 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False PopupMenu = EditMenu TabOrder = 2 OnChange = AuthCode2Change CharType = ctAuthChars end end object FinishButton: TButton Left = 321 Top = 120 Width = 56 Height = 25 Caption = '&Finish' Enabled = False TabOrder = 1 OnClick = FinishButtonClick end object CancelButton: TButton Left = 262 Top = 120 Width = 56 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object HelpButton: TButton Left = 203 Top = 120 Width = 56 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpButtonClick end object EditMenu: TPopupMenu OnPopup = EditMenuPopup Left = 8 Top = 118 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