home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 21 / DOKAN21.iso / dokan.exe / 0 / RCDATA / TFONDOFRM / TFONDOFRM.txt
Text File  |  2000-01-10  |  645b  |  33 lines

  1. object FondoFrm: TFondoFrm
  2.   Left = 198
  3.   Top = 129
  4.   Cursor = crArrow
  5.   BorderStyle = bsNone
  6.   Caption = 'Dokan - Fondo'
  7.   ClientHeight = 346
  8.   ClientWidth = 498
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Fondo: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 437
  28.     Height = 273
  29.     AutoSize = True
  30.     OnClick = FondoClick
  31.   end
  32. end
  33.