home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / twoforms.pak / DETAILS.DFM / DETAILS.txt
Encoding:
Text File  |  1995-08-24  |  1.4 KB  |  75 lines

  1. object DetailView: TDetailView
  2.   Left = 256
  3.   Top = 174
  4.   AutoScroll = False
  5.   ActiveControl = DBEdit1
  6.   BorderStyle = bsDialog
  7.   Caption = 'Detail View'
  8.   ClientHeight = 133
  9.   ClientWidth = 200
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 36
  19.     Top = 10
  20.     Width = 22
  21.     Height = 13
  22.     Caption = 'Area'
  23.   end
  24.   object Population: TLabel
  25.     Left = 8
  26.     Top = 42
  27.     Width = 50
  28.     Height = 13
  29.     Caption = 'Population'
  30.   end
  31.   object DBEdit1: TDBEdit
  32.     Left = 70
  33.     Top = 6
  34.     Width = 121
  35.     Height = 20
  36.     DataField = 'Area'
  37.     DataSource = DataSource1
  38.     MaxLength = 0
  39.     TabOrder = 0
  40.   end
  41.   object DBEdit2: TDBEdit
  42.     Left = 70
  43.     Top = 38
  44.     Width = 121
  45.     Height = 20
  46.     DataField = 'Population'
  47.     DataSource = DataSource1
  48.     MaxLength = 0
  49.     TabOrder = 1
  50.   end
  51.   object DBNavigator1: TDBNavigator
  52.     Left = 70
  53.     Top = 70
  54.     Width = 121
  55.     Height = 20
  56.     DataSource = DataSource1
  57.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  58.     TabOrder = 2
  59.   end
  60.   object Button1: TButton
  61.     Left = 134
  62.     Top = 100
  63.     Width = 57
  64.     Height = 25
  65.     Caption = '&OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 3
  69.   end
  70.   object DataSource1: TDataSource
  71.     Left = 1
  72.     Top = 102
  73.   end
  74. end
  75.