home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 250
- Top = 107
- AutoScroll = False
- ActiveControl = DBEdit1
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Two Forms Demo'
- ClientHeight = 148
- ClientWidth = 226
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 48
- Top = 16
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 44
- Top = 48
- Width = 32
- Height = 13
- Caption = 'Capital'
- end
- object Label3: TLabel
- Left = 31
- Top = 80
- Width = 45
- Height = 13
- Caption = 'Continent'
- end
- object DBEdit1: TDBEdit
- Left = 96
- Top = 16
- Width = 121
- Height = 20
- DataField = 'Name'
- DataSource = DataSource1
- MaxLength = 24
- TabOrder = 0
- end
- object DBEdit2: TDBEdit
- Left = 96
- Top = 48
- Width = 121
- Height = 20
- DataField = 'Capital'
- DataSource = DataSource1
- MaxLength = 24
- TabOrder = 1
- end
- object DBEdit3: TDBEdit
- Left = 96
- Top = 80
- Width = 121
- Height = 20
- DataField = 'Continent'
- DataSource = DataSource1
- MaxLength = 24
- TabOrder = 2
- end
- object Detail: TButton
- Left = 19
- Top = 111
- Width = 66
- Height = 25
- Caption = '&Detail'
- TabOrder = 3
- OnClick = DetailClick
- end
- object DBNavigator1: TDBNavigator
- Left = 96
- Top = 113
- Width = 121
- Height = 20
- DataSource = DataSource1
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
- TabOrder = 4
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'COUNTRY'
- Top = 8
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Top = 40
- end
- end
-