home *** CD-ROM | disk | FTP | other *** search
/ BibleWare / BibWare.bin / bibmisc / flash32.exe / _SETUP.1 / flsh32v2.exe / 0 / RCDATA / TFORMFREQ500 / TFORMFREQ500.txt < prev   
Text File  |  1996-05-10  |  2KB  |  90 lines

  1. object FormFreq500: TFormFreq500
  2.   Left = 120
  3.   Top = 159
  4.   Width = 555
  5.   Height = 378
  6.   Caption = 'Add Entry for Frequency 500 +'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label3: TLabel
  15.     Left = 144
  16.     Top = 208
  17.     Width = 57
  18.     Height = 19
  19.     Caption = 'Frequncy'
  20.     Font.Color = clBlack
  21.     Font.Height = -16
  22.     Font.Name = 'Times New Roman'
  23.     Font.Style = []
  24.     ParentFont = False
  25.   end
  26.   object DBNavigator1: TDBNavigator
  27.     Left = 112
  28.     Top = 272
  29.     Width = 361
  30.     Height = 41
  31.     DataSource = DataSource1
  32.     TabOrder = 0
  33.   end
  34.   object DBEdit3: TDBEdit
  35.     Left = 0
  36.     Top = 208
  37.     Width = 137
  38.     Height = 27
  39.     DataField = 'Frequency'
  40.     DataSource = DataSource1
  41.     Font.Color = clBlack
  42.     Font.Height = -16
  43.     Font.Name = 'Times New Roman'
  44.     Font.Style = []
  45.     MaxLength = 0
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49.   object DBMemo1: TDBMemo
  50.     Left = 0
  51.     Top = 0
  52.     Width = 545
  53.     Height = 81
  54.     Alignment = taCenter
  55.     DataField = 'Language'
  56.     DataSource = DataSource1
  57.     Font.Color = clBlack
  58.     Font.Height = -21
  59.     Font.Name = 'Greek'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     TabOrder = 2
  63.   end
  64.   object DBMemo2: TDBMemo
  65.     Left = 0
  66.     Top = 88
  67.     Width = 545
  68.     Height = 89
  69.     Alignment = taCenter
  70.     DataField = 'English'
  71.     DataSource = DataSource1
  72.     Font.Color = clBlack
  73.     Font.Height = -21
  74.     Font.Name = 'Times New Roman'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 3
  78.   end
  79.   object Table1: TTable
  80.     DatabaseName = 'QCARD'
  81.     TableName = 'CARDSFRQ.DB'
  82.     Top = 272
  83.   end
  84.   object DataSource1: TDataSource
  85.     DataSet = Table1
  86.     Left = 32
  87.     Top = 272
  88.   end
  89. end
  90.