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

  1. object Preview: TPreview
  2.   Left = 104
  3.   Top = 126
  4.   Width = 435
  5.   Height = 300
  6.   HorzScrollBar.Tracking = True
  7.   VertScrollBar.Tracking = True
  8.   BorderIcons = [biSystemMenu, biMaximize]
  9.   Caption = 'Thumb Nail Preview'
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Menu = MainMenu1
  17.   OldCreateOrder = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object image: TPMultiImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 427
  24.     Height = 273
  25.     GrabHandCursor = 5
  26.     Scrolling = True
  27.     ShowScrollbars = True
  28.     B_W_CopyFlags = [C_DEL]
  29.     Color = clBtnFace
  30.     ImageReadRes = lAutoMatic
  31.     BlitMode = sLight
  32.     ImageWriteRes = sAutoMatic
  33.     TifSaveCompress = sNONE
  34.     TiffPage = 0
  35.     TiffAppend = False
  36.     JPegSaveQuality = 25
  37.     JPegSaveSmooth = 5
  38.     RubberBandBtn = mbLeft
  39.     ScrollbarWidth = 12
  40.     ParentColor = True
  41.     TextLeft = 0
  42.     TextTop = 0
  43.     TextRotate = 0
  44.     TabOrder = 0
  45.     TabStop = False
  46.     ZoomBy = 10
  47.   end
  48.   object MainMenu1: TMainMenu
  49.     Left = 150
  50.     Top = 56
  51.     object Save1: TMenuItem
  52.       Caption = 'Save'
  53.       OnClick = Save1Click
  54.     end
  55.   end
  56.   object sd: TSaveDialog
  57.     Filter = 
  58.       'Bitmap|*.bmp|JPEG|*.jpg;*.jpeg|GIF|*.gif|PNG|*.png|TIFF|*.tif|PC' +
  59.       'X|*.pcx|EPS|*.pds|TGA|*.tga'
  60.     FilterIndex = 0
  61.     Title = 'Save Thumb Nail Sheet'
  62.     Left = 186
  63.     Top = 58
  64.   end
  65. end
  66.