home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 274
- Top = 212
- Width = 503
- Height = 152
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 290
- Top = 20
- Width = 91
- Height = 36
- Caption = 'Browse'
- TabOrder = 0
- OnClick = Button1Click
- end
- object CSDBBrowse1: TCSDBBrowse
- DataSource = DataSource1
- ColorSet.StripeColor1 = 16039367
- ColorSet.StripeColor2 = 15790320
- ColorSet.FontColor = clWhite
- ColorSet.BkColor = clHighlight
- ColorSet.SelectedFontColor = clRed
- ColorSet.SelectedBkColor = 25133184
- ColorSet.SelectedHLFontColor = clWhite
- ColorSet.SelectedHLBkColor = clOlive
- Left = 90
- Top = 30
- end
- object DataSource1: TDataSource
- DataSet = Query1
- Left = 165
- Top = 35
- end
- object Query1: TQuery
- ObjectView = True
- AutoRefresh = True
- DatabaseName = 'DBDEMOS'
- SQL.Strings = (
- 'select * from customer')
- Left = 225
- Top = 35
- end
- end
-