home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 147
- Top = 86
- ActiveControl = Edit1
- AutoScroll = False
- Caption = 'Ranger'
- ClientHeight = 273
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 32
- Top = 8
- Width = 76
- Height = 16
- Caption = 'Start Range'
- end
- object Label2: TLabel
- Left = 32
- Top = 48
- Width = 71
- Height = 16
- Caption = 'End Range'
- end
- object DBGrid1: TDBGrid
- Left = 0
- Top = 96
- Width = 427
- Height = 177
- Align = alBottom
- DataSource = DataSource1
- TabOrder = 3
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object Edit1: TEdit
- Left = 112
- Top = 8
- Width = 121
- Height = 24
- TabOrder = 0
- end
- object bApplyRange: TButton
- Left = 264
- Top = 8
- Width = 121
- Height = 65
- Caption = 'ApplyRange'
- TabOrder = 2
- OnClick = bApplyRangeClick
- end
- object Edit2: TEdit
- Left = 112
- Top = 48
- Width = 121
- Height = 24
- TabOrder = 1
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'dbdemos'
- TableName = 'CUSTOMER'
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Top = 32
- end
- end
-