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 >
Text File  |  2001-03-16  |  987b  |  47 lines

  1. object frmBanner: TfrmBanner
  2.   Left = 223
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'Monster FTP'
  6.   ClientHeight = 278
  7.   ClientWidth = 424
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 344
  20.     Top = 248
  21.     Width = 75
  22.     Height = 25
  23.     Cancel = True
  24.     Caption = '&Close'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Banner: TRichEdit
  30.     Left = 8
  31.     Top = 8
  32.     Width = 409
  33.     Height = 233
  34.     Color = clInactiveBorder
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Courier New'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     PlainText = True
  42.     ReadOnly = True
  43.     TabOrder = 1
  44.     WordWrap = False
  45.   end
  46. end
  47.