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

  1. object fmPostErrors: TfmPostErrors
  2.   Left = 200
  3.   Top = 121
  4.   Width = 544
  5.   Height = 315
  6.   Caption = 'Invoicing Error List'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object MemoErrors: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 536
  19.     Height = 247
  20.     Align = alClient
  21.     Lines.Strings = (
  22.       '')
  23.     ReadOnly = True
  24.     TabOrder = 0
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 247
  29.     Width = 536
  30.     Height = 41
  31.     Align = alBottom
  32.     TabOrder = 1
  33.     object BtnClose: TButton
  34.       Left = 8
  35.       Top = 8
  36.       Width = 75
  37.       Height = 25
  38.       Hint = 'Close this form'
  39.       Caption = '&Close'
  40.       ParentShowHint = False
  41.       ShowHint = True
  42.       TabOrder = 0
  43.       OnClick = BtnCloseClick
  44.     end
  45.   end
  46.   object Sizer1: TSizer
  47.     Enabled = True
  48.     ExceptionAction = eaIgnoreControl
  49.     GridColumnSizing = gcSizeAllColumns
  50.     GridRowSizing = grSizeByDefaults
  51.     MinimumSize = True
  52.     NavigateOnEnter = False
  53.     OverrideParentFont = True
  54.     PerformAssertions = True
  55.     ShowAssertionFailures = False
  56.     StretchFonts = True
  57.     StretchImages = True
  58.     StretchOnResize = True
  59.     ThreadProcessing = False
  60.     Left = 192
  61.     Top = 80
  62.     ScreenWidth = (
  63.       800)
  64.     ScreenHeight = (
  65.       600)
  66.     OriginalFormWidth = (
  67.       544)
  68.     OriginalFormHeight = (
  69.       315)
  70.     OriginalFormLeft = (
  71.       200)
  72.     OriginalFormTop = (
  73.       121)
  74.     OriginalFormPPI = (
  75.       120)
  76.     OriginalClientWidth = (
  77.       536)
  78.     OriginalClientHeight = (
  79.       288)
  80.   end
  81. end
  82.