home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 July / dpcb0798.bin / Business / Persdesk / _SETUP.1 / REC.DLL / 0 / RCDATA / TSELECTAPPLICANT / TSELECTAPPLICANT.txt
Text File  |  1998-03-24  |  890b  |  46 lines

  1. object SelectApplicant: TSelectApplicant
  2.   Left = 198
  3.   Top = 140
  4.   Width = 434
  5.   Height = 210
  6.   Caption = 'Select Applicant'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object DBRowGrid1: TDBRowGrid
  15.     Left = 4
  16.     Top = 32
  17.     Width = 417
  18.     Height = 149
  19.     Columns = <
  20.       item
  21.         FieldName = 'Surname'
  22.       end
  23.       item
  24.         FieldName = 'Title'
  25.       end
  26.       item
  27.         FieldName = 'First Names'
  28.       end>
  29.     DataSource = Applicantform.applcantset
  30.     TabOrder = 0
  31.     TitleFont.Color = clWindowText
  32.     TitleFont.Height = -11
  33.     TitleFont.Name = 'MS Sans Serif'
  34.     TitleFont.Style = []
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 276
  38.     Top = 4
  39.     Width = 75
  40.     Height = 25
  41.     TabOrder = 1
  42.     OnClick = BitBtn1Click
  43.     Kind = bkOK
  44.   end
  45. end
  46.