home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d5 / CSDBPACK.ZIP / sample / testbrowse.dfm < prev    next >
Text File  |  2001-12-20  |  1KB  |  53 lines

  1. object Form1: TForm1
  2.   Left = 274
  3.   Top = 212
  4.   Width = 503
  5.   Height = 152
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 290
  18.     Top = 20
  19.     Width = 91
  20.     Height = 36
  21.     Caption = 'Browse'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object CSDBBrowse1: TCSDBBrowse
  26.     DataSource = DataSource1
  27.     ColorSet.StripeColor1 = 16039367
  28.     ColorSet.StripeColor2 = 15790320
  29.     ColorSet.FontColor = clWhite
  30.     ColorSet.BkColor = clHighlight
  31.     ColorSet.SelectedFontColor = clRed
  32.     ColorSet.SelectedBkColor = 25133184
  33.     ColorSet.SelectedHLFontColor = clWhite
  34.     ColorSet.SelectedHLBkColor = clOlive
  35.     Left = 90
  36.     Top = 30
  37.   end
  38.   object DataSource1: TDataSource
  39.     DataSet = Query1
  40.     Left = 165
  41.     Top = 35
  42.   end
  43.   object Query1: TQuery
  44.     ObjectView = True
  45.     AutoRefresh = True
  46.     DatabaseName = 'DBDEMOS'
  47.     SQL.Strings = (
  48.       'select * from customer')
  49.     Left = 225
  50.     Top = 35
  51.   end
  52. end
  53.