home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- ActiveControl = DBGrid1
- AutoScroll = False
- Caption = 'Navy'
- ClientHeight = 273
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 0
- Top = 56
- Width = 427
- Height = 217
- Align = alBottom
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object bPrior: TButton
- Left = 24
- Top = 8
- Width = 89
- Height = 33
- Caption = 'Prior'
- TabOrder = 1
- OnClick = bPriorClick
- end
- object bNext: TButton
- Left = 120
- Top = 8
- Width = 89
- Height = 33
- Caption = 'Next'
- TabOrder = 2
- OnClick = bNextClick
- end
- object bFirst: TButton
- Left = 216
- Top = 8
- Width = 89
- Height = 33
- Caption = 'First'
- TabOrder = 3
- OnClick = bFirstClick
- end
- object bLast: TButton
- Left = 312
- Top = 8
- Width = 89
- Height = 33
- Caption = 'Last'
- TabOrder = 4
- OnClick = bLastClick
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'dbdemos'
- TableName = 'CUSTOMER'
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Top = 32
- end
- end
-