home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Tango352Promo / P.SQL / PTKPKG.1 / CBBMAIN.DFM / CBBMAIN.txt
Encoding:
Text File  |  1997-03-05  |  1.2 KB  |  62 lines

  1. object Form1: TForm1
  2.   Left = 151
  3.   Top = 122
  4.   Width = 494
  5.   Height = 380
  6.   Caption = 'Pervasive Software Inc.'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 486
  18.     Height = 41
  19.     Align = alTop
  20.     Caption = 'Btrieve -- C++ Builder Sample Application'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -19
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold, fsItalic]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.   end
  29.   object RunButton: TButton
  30.     Left = 398
  31.     Top = 54
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&Run Test'
  35.     TabOrder = 1
  36.     OnClick = RunButtonClick
  37.   end
  38.   object ExitButton: TButton
  39.     Left = 398
  40.     Top = 94
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'E&xit'
  44.     TabOrder = 2
  45.     OnClick = ExitButtonClick
  46.   end
  47.   object ListBox1: TListBox
  48.     Left = 7
  49.     Top = 50
  50.     Width = 378
  51.     Height = 279
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'Courier New'
  56.     Font.Style = []
  57.     ItemHeight = 14
  58.     ParentFont = False
  59.     TabOrder = 3
  60.   end
  61. end
  62.