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

  1. object SlideForm: TSlideForm
  2.   Left = 110
  3.   Top = 21
  4.   BorderStyle = bsNone
  5.   ClientHeight = 273
  6.   ClientWidth = 427
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   Visible = True
  18.   WindowState = wsMaximized
  19.   OnClose = FormClose
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object slide: TPMultiImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 427
  27.     Height = 273
  28.     GrabHandCursor = 5
  29.     Align = alClient
  30.     Scrolling = False
  31.     ShowScrollbars = True
  32.     B_W_CopyFlags = [C_DEL]
  33.     Color = clBtnFace
  34.     ImageReadRes = lAutoMatic
  35.     BlitMode = sLight
  36.     ImageWriteRes = sAutoMatic
  37.     TifSaveCompress = sNONE
  38.     TiffPage = 1
  39.     TiffAppend = False
  40.     JPegSaveQuality = 25
  41.     JPegSaveSmooth = 5
  42.     OnMouseDown = slideMouseDown
  43.     RubberBandBtn = mbLeft
  44.     ScrollbarWidth = 12
  45.     ParentColor = True
  46.     TextLeft = 0
  47.     TextTop = 0
  48.     TextRotate = 0
  49.     TabOrder = 0
  50.     TabStop = False
  51.     ZoomBy = 10
  52.   end
  53.   object Timer1: TTimer
  54.     Enabled = False
  55.     Interval = 3000
  56.     OnTimer = Timer1Timer
  57.     Left = 75
  58.     Top = 27
  59.   end
  60. end
  61.