home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBRepDesigner.exe / 0 / RCDATA / TFMREPEXPLORER / TFMREPEXPLORER.txt
Text File  |  1999-06-21  |  869b  |  40 lines

  1. object fmRepExplorer: TfmRepExplorer
  2.   Left = 2
  3.   Top = 159
  4.   Width = 797
  5.   Height = 375
  6.   HelpContext = 590
  7.   Caption = 'Reports Designer : Explorer'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   Scaled = False
  15.   Visible = True
  16.   WindowState = wsMaximized
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object SRWExplorer: TSrwExplorer
  22.     Left = 0
  23.     Top = 0
  24.     Width = 789
  25.     Height = 348
  26.     BaseFolder = 'Folders'
  27.     DatabaseTable = 'UDR'
  28.     DatabaseType = srwDbase
  29.     UserCode = 0
  30.     UserMode = srwUserNormal
  31.     Align = alClient
  32.     VisibleToolbar = True
  33.     VisibleStatus = True
  34.     VisibleHeader = True
  35.     VisibleFolders = True
  36.     VisibleItems = True
  37.     OnBeforeOpen = SRWExplorerBeforeOpen
  38.   end
  39. end
  40.