home *** CD-ROM | disk | FTP | other *** search
- object DetailView: TDetailView
- Left = 256
- Top = 174
- AutoScroll = False
- ActiveControl = DBEdit1
- BorderStyle = bsDialog
- Caption = 'Detail View'
- ClientHeight = 133
- ClientWidth = 200
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Label1: TLabel
- Left = 36
- Top = 10
- Width = 22
- Height = 13
- Caption = 'Area'
- end
- object Population: TLabel
- Left = 8
- Top = 42
- Width = 50
- Height = 13
- Caption = 'Population'
- end
- object DBEdit1: TDBEdit
- Left = 70
- Top = 6
- Width = 121
- Height = 20
- DataField = 'Area'
- DataSource = DataSource1
- MaxLength = 0
- TabOrder = 0
- end
- object DBEdit2: TDBEdit
- Left = 70
- Top = 38
- Width = 121
- Height = 20
- DataField = 'Population'
- DataSource = DataSource1
- MaxLength = 0
- TabOrder = 1
- end
- object DBNavigator1: TDBNavigator
- Left = 70
- Top = 70
- Width = 121
- Height = 20
- DataSource = DataSource1
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
- TabOrder = 2
- end
- object Button1: TButton
- Left = 134
- Top = 100
- Width = 57
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object DataSource1: TDataSource
- Left = 1
- Top = 102
- end
- end
-