object ValidatorDlg: TValidatorDlg Left = 450 Top = 173 ActiveControl = UserNameEdit BorderStyle = bsDialog Caption = 'Registration Dialog Box' ClientHeight = 166 ClientWidth = 345 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Panel1: TPanel Left = 10 Top = 6 Width = 329 Height = 153 BevelOuter = bvLowered TabOrder = 4 object Label1: TLabel Left = 32 Top = 32 Width = 67 Height = 13 Alignment = taRightJustify Caption = 'User Name:' end object Label2: TLabel Left = 16 Top = 64 Width = 85 Height = 13 Alignment = taRightJustify Caption = 'Registration #:' end end object OKBtn: TBitBtn Left = 91 Top = 114 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 177 Top = 114 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object UserNameEdit: TEdit Left = 128 Top = 32 Width = 193 Height = 20 TabOrder = 2 end object RegNoEdit: TEdit Left = 128 Top = 64 Width = 193 Height = 20 TabOrder = 3 end end