home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 97
- Top = 101
- AutoScroll = False
- Caption = 'Ranger Two'
- ClientHeight = 310
- ClientWidth = 456
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 0
- Top = 160
- Width = 456
- Height = 150
- Align = alBottom
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object Panel1: TPanel
- Left = 72
- Top = 0
- Width = 313
- Height = 153
- TabOrder = 1
- object rb1000: TRadioButton
- Left = 24
- Top = 16
- Width = 113
- Height = 17
- Caption = '1000'
- TabOrder = 0
- OnClick = RadioRange
- end
- object rb2000s: TRadioButton
- Left = 24
- Top = 40
- Width = 113
- Height = 17
- Caption = '2000'
- TabOrder = 1
- OnClick = RadioRange
- end
- object rb3000s: TRadioButton
- Left = 24
- Top = 64
- Width = 113
- Height = 17
- Caption = '3000'
- TabOrder = 2
- OnClick = RadioRange
- end
- object rb4000s: TRadioButton
- Left = 24
- Top = 88
- Width = 113
- Height = 17
- Caption = '4000'
- TabOrder = 3
- OnClick = RadioRange
- end
- object rb5000s: TRadioButton
- Left = 24
- Top = 112
- Width = 113
- Height = 17
- Caption = '5000'
- TabOrder = 4
- OnClick = RadioRange
- end
- object rb6000: TRadioButton
- Left = 176
- Top = 16
- Width = 113
- Height = 17
- Caption = '6000'
- TabOrder = 5
- OnClick = RadioRange
- end
- object rb7000: TRadioButton
- Left = 176
- Top = 40
- Width = 113
- Height = 17
- Caption = '7000'
- TabOrder = 6
- OnClick = RadioRange
- end
- object rb8000: TRadioButton
- Left = 176
- Top = 64
- Width = 113
- Height = 17
- Caption = '8000'
- TabOrder = 7
- OnClick = RadioRange
- end
- object rb9000: TRadioButton
- Left = 176
- Top = 88
- Width = 113
- Height = 17
- Caption = '9000'
- TabOrder = 8
- OnClick = RadioRange
- end
- object rb10000: TRadioButton
- Left = 176
- Top = 112
- Width = 113
- Height = 17
- Caption = '10000'
- TabOrder = 9
- OnClick = RadioRange
- end
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'CUSTOMER.DB'
- Left = 8
- Top = 8
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 8
- Top = 40
- end
- end
-