home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 104
- Top = 184
- Width = 449
- Height = 297
- Caption = 'Scalable SQL C++ Builder Sample'
- 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 = 441
- Height = 41
- Align = alTop
- Caption = 'Pervasive Software Inc.'
- 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 testbutton: TButton
- Left = 360
- Top = 60
- Width = 75
- Height = 25
- Caption = '&Run test'
- TabOrder = 1
- OnClick = testbuttonClick
- end
- object exitbutton: TButton
- Left = 360
- Top = 100
- Width = 75
- Height = 25
- Caption = 'E&xit'
- TabOrder = 2
- OnClick = exitbuttonClick
- end
- object ListBox1: TListBox
- Left = 9
- Top = 56
- Width = 344
- Height = 201
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ItemHeight = 14
- ParentFont = False
- TabOrder = 3
- end
- end
-