home *** CD-ROM | disk | FTP | other *** search
- object DetailView: TDetailView
- Left = 323
- Top = 209
- ActiveControl = DBEdit1
- AutoScroll = False
- Caption = 'Detail View'
- ClientHeight = 176
- ClientWidth = 207
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 48
- Top = 56
- Width = 29
- Height = 16
- Caption = 'Area'
- end
- object Population: TLabel
- Left = 8
- Top = 88
- Width = 69
- Height = 16
- Caption = 'Population'
- end
- object DBEdit1: TDBEdit
- Left = 80
- Top = 48
- Width = 121
- Height = 24
- DataField = 'Area'
- DataSource = DataSource1
- MaxLength = 0
- TabOrder = 0
- end
- object DBEdit2: TDBEdit
- Left = 80
- Top = 88
- Width = 121
- Height = 24
- DataField = 'Population'
- DataSource = DataSource1
- MaxLength = 0
- TabOrder = 1
- end
- object BitBtn1: TBitBtn
- Left = 64
- Top = 128
- Width = 89
- Height = 33
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object DBNavigator1: TDBNavigator
- Left = 56
- Top = 8
- Width = 105
- Height = 30
- DataSource = DataSource1
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
- TabOrder = 3
- end
- object DataSource1: TDataSource
- end
- end
-