home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap20 / twoforms / details.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  1.3 KB  |  70 lines

  1. object DetailView: TDetailView
  2.   Left = 323
  3.   Top = 209
  4.   ActiveControl = DBEdit1
  5.   AutoScroll = False
  6.   Caption = 'Detail View'
  7.   ClientHeight = 176
  8.   ClientWidth = 207
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 48
  17.     Top = 56
  18.     Width = 29
  19.     Height = 16
  20.     Caption = 'Area'
  21.   end
  22.   object Population: TLabel
  23.     Left = 8
  24.     Top = 88
  25.     Width = 69
  26.     Height = 16
  27.     Caption = 'Population'
  28.   end
  29.   object DBEdit1: TDBEdit
  30.     Left = 80
  31.     Top = 48
  32.     Width = 121
  33.     Height = 24
  34.     DataField = 'Area'
  35.     DataSource = DataSource1
  36.     MaxLength = 0
  37.     TabOrder = 0
  38.   end
  39.   object DBEdit2: TDBEdit
  40.     Left = 80
  41.     Top = 88
  42.     Width = 121
  43.     Height = 24
  44.     DataField = 'Population'
  45.     DataSource = DataSource1
  46.     MaxLength = 0
  47.     TabOrder = 1
  48.   end
  49.   object BitBtn1: TBitBtn
  50.     Left = 64
  51.     Top = 128
  52.     Width = 89
  53.     Height = 33
  54.     TabOrder = 2
  55.     OnClick = BitBtn1Click
  56.     Kind = bkOK
  57.   end
  58.   object DBNavigator1: TDBNavigator
  59.     Left = 56
  60.     Top = 8
  61.     Width = 105
  62.     Height = 30
  63.     DataSource = DataSource1
  64.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  65.     TabOrder = 3
  66.   end
  67.   object DataSource1: TDataSource
  68.   end
  69. end
  70.