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
Wrap
Text File
|
2001-09-09
|
870b
|
47 lines
object OutputForm: TOutputForm
Left = 200
Top = 102
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Execution Error'
ClientHeight = 245
ClientWidth = 386
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 75
Height = 13
Caption = 'Program output:'
end
object eOut: TMemo
Left = 8
Top = 24
Width = 369
Height = 185
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WantReturns = False
WordWrap = False
end
object bClose: TButton
Left = 160
Top = 216
Width = 75
Height = 25
Cancel = True
Caption = '&Close'
Default = True
ModalResult = 2
TabOrder = 1
end
end