object SelectApplicant: TSelectApplicant Left = 198 Top = 140 Width = 434 Height = 210 Caption = 'Select Applicant' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object DBRowGrid1: TDBRowGrid Left = 4 Top = 32 Width = 417 Height = 149 Columns = < item FieldName = 'Surname' end item FieldName = 'Title' end item FieldName = 'First Names' end> DataSource = Applicantform.applcantset TabOrder = 0 TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object BitBtn1: TBitBtn Left = 276 Top = 4 Width = 75 Height = 25 TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end end