home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TOUTPUTFORM / TOUTPUTFORM.txt
Text File  |  2001-09-09  |  870b  |  47 lines

  1. object OutputForm: TOutputForm
  2.   Left = 200
  3.   Top = 102
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Execution Error'
  7.   ClientHeight = 245
  8.   ClientWidth = 386
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 75
  21.     Height = 13
  22.     Caption = 'Program output:'
  23.   end
  24.   object eOut: TMemo
  25.     Left = 8
  26.     Top = 24
  27.     Width = 369
  28.     Height = 185
  29.     ReadOnly = True
  30.     ScrollBars = ssBoth
  31.     TabOrder = 0
  32.     WantReturns = False
  33.     WordWrap = False
  34.   end
  35.   object bClose: TButton
  36.     Left = 160
  37.     Top = 216
  38.     Width = 75
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = '&Close'
  42.     Default = True
  43.     ModalResult = 2
  44.     TabOrder = 1
  45.   end
  46. end
  47.