home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 151
- Top = 122
- Width = 494
- Height = 380
- Caption = 'Pervasive Software Inc.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 486
- Height = 41
- Align = alTop
- Caption = 'Btrieve -- C++ Builder Sample Application'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- TabOrder = 0
- end
- object RunButton: TButton
- Left = 398
- Top = 54
- Width = 75
- Height = 25
- Caption = '&Run Test'
- TabOrder = 1
- OnClick = RunButtonClick
- end
- object ExitButton: TButton
- Left = 398
- Top = 94
- Width = 75
- Height = 25
- Caption = 'E&xit'
- TabOrder = 2
- OnClick = ExitButtonClick
- end
- object ListBox1: TListBox
- Left = 7
- Top = 50
- Width = 378
- Height = 279
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 3
- end
- end
-