home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMZOOMFT / TFMZOOMFT.txt
Text File  |  1999-06-21  |  2KB  |  80 lines

  1. object fmZoomFT: TfmZoomFT
  2.   Left = 248
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'Free Text Details'
  6.   ClientHeight = 294
  7.   ClientWidth = 389
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   Visible = True
  15.   OnClose = FormClose
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object memQuery: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 389
  22.     Height = 253
  23.     Align = alClient
  24.     ReadOnly = True
  25.     TabOrder = 0
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 253
  30.     Width = 389
  31.     Height = 41
  32.     Align = alBottom
  33.     TabOrder = 1
  34.     object BtnClose: TButton
  35.       Left = 8
  36.       Top = 8
  37.       Width = 81
  38.       Height = 29
  39.       Caption = '&Close'
  40.       TabOrder = 0
  41.       OnClick = BtnCloseClick
  42.     end
  43.   end
  44.   object Sizer1: TSizer
  45.     Enabled = True
  46.     ExceptionAction = eaIgnoreControl
  47.     GridColumnSizing = gcSizeAllColumns
  48.     GridRowSizing = grSizeByDefaults
  49.     MinimumSize = True
  50.     NavigateOnEnter = True
  51.     OverrideParentFont = True
  52.     PerformAssertions = True
  53.     ShowAssertionFailures = False
  54.     StretchFonts = True
  55.     StretchImages = True
  56.     StretchOnResize = True
  57.     ThreadProcessing = False
  58.     Left = 344
  59.     Top = 257
  60.     ScreenWidth = (
  61.       800)
  62.     ScreenHeight = (
  63.       600)
  64.     OriginalFormWidth = (
  65.       397)
  66.     OriginalFormHeight = (
  67.       321)
  68.     OriginalFormLeft = (
  69.       248)
  70.     OriginalFormTop = (
  71.       156)
  72.     OriginalFormPPI = (
  73.       120)
  74.     OriginalClientWidth = (
  75.       389)
  76.     OriginalClientHeight = (
  77.       294)
  78.   end
  79. end
  80.