home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
nastroje
/
d5
/
MFTP.ZIP
/
demo
/
ftppanel
/
banner.dfm
next >
Wrap
Text File
|
2001-03-16
|
987b
|
47 lines
object frmBanner: TfrmBanner
Left = 223
Top = 149
BorderStyle = bsDialog
Caption = 'Monster FTP'
ClientHeight = 278
ClientWidth = 424
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 344
Top = 248
Width = 75
Height = 25
Cancel = True
Caption = '&Close'
Default = True
TabOrder = 0
OnClick = Button1Click
end
object Banner: TRichEdit
Left = 8
Top = 8
Width = 409
Height = 233
Color = clInactiveBorder
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
PlainText = True
ReadOnly = True
TabOrder = 1
WordWrap = False
end
end