object ValidatorDlg: TValidatorDlg Left = 34 Top = 397 ActiveControl = UserNameEdit BorderStyle = bsDialog Caption = 'Register' ClientHeight = 98 ClientWidth = 337 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 = 15 Width = 120 Height = 13 Alignment = taRightJustify Caption = 'User Name:' end object RegNoLabel: TLabel Left = 8 Top = 39 Width = 120 Height = 13 Alignment = taRightJustify Caption = 'Registration Number:' end object OKBtn: TButton Left = 174 Top = 64 Width = 75 Height = 23 Caption = '&OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 IsControl = True end object CancelBtn: TButton Left = 254 Top = 64 Width = 75 Height = 23 Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 IsControl = True end object UserNameEdit: TEdit Left = 136 Top = 8 Width = 193 Height = 21 TabOrder = 2 end object RegNoEdit: TEdit Left = 136 Top = 32 Width = 193 Height = 21 TabOrder = 3 end end