object ValidatorDlg: TValidatorDlg Left = 263 Top = 115 ActiveControl = UserNameEdit BorderStyle = bsDialog Caption = 'Validation' ClientHeight = 128 ClientWidth = 345 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object UserNameLabel: TLabel Left = 8 Top = 23 Width = 120 Height = 13 Alignment = taRightJustify Caption = 'User Name:' end object RegNoLabel: TLabel Left = 8 Top = 55 Width = 120 Height = 13 Alignment = taRightJustify Caption = 'Registration Number:' end object OKBtn: TBitBtn Left = 70 Top = 88 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 198 Top = 88 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object UserNameEdit: TEdit Left = 144 Top = 16 Width = 193 Height = 21 TabOrder = 2 end object RegNoEdit: TEdit Left = 144 Top = 48 Width = 193 Height = 21 TabOrder = 3 end end