home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TPFLOAT / TPFLOAT.txt
Encoding:
Text File  |  2000-09-13  |  993 b   |  49 lines

  1. object PFloat: TPFloat
  2.   Left = 231
  3.   Top = 177
  4.   Cursor = crDrag
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Preview'
  8.   ClientHeight = 89
  9.   ClientWidth = 104
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Visible = True
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Preview: TPMultiImage
  21.     Left = 2
  22.     Top = 2
  23.     Width = 100
  24.     Height = 85
  25.     GrabHandCursor = 5
  26.     Scrolling = True
  27.     B_W_CopyFlags = [C_DEL]
  28.     Color = clBtnFace
  29.     ImageReadRes = lAutoMatic
  30.     BlitMode = sLight
  31.     ImageWriteRes = sAutoMatic
  32.     TifSaveCompress = sNONE
  33.     TiffPage = 0
  34.     TiffAppend = False
  35.     JPegSaveQuality = 25
  36.     JPegSaveSmooth = 0
  37.     RubberBandBtn = mbLeft
  38.     ParentColor = True
  39.     StretchRatio = True
  40.     TextLeft = 0
  41.     TextTop = 0
  42.     TextRotate = 0
  43.     TabOrder = 0
  44.     TabStop = False
  45.     Visible = False
  46.     ZoomBy = 10
  47.   end
  48. end
  49.