home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TQUICKPREVIEWF / TQUICKPREVIEWF.txt
Text File  |  1999-04-23  |  1KB  |  58 lines

  1. object QuickPreviewF: TQuickPreviewF
  2.   Left = 123
  3.   Top = 127
  4.   Width = 312
  5.   Height = 347
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Painter Preview'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object ScrollBox1: TScrollBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 304
  22.     Height = 288
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Image1: TImage
  26.       Left = 0
  27.       Top = 0
  28.       Width = 256
  29.       Height = 256
  30.       AutoSize = True
  31.     end
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 288
  36.     Width = 304
  37.     Height = 27
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     object btnUse: TSpeedButton
  42.       Left = 16
  43.       Top = 4
  44.       Width = 41
  45.       Height = 22
  46.       Caption = 'Use'
  47.       Flat = True
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clRed
  50.       Font.Height = -13
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       OnClick = btnUseClick
  55.     end
  56.   end
  57. end
  58.