home *** CD-ROM | disk | FTP | other *** search
- object Preview: TPreview
- Left = 104
- Top = 126
- Width = 435
- Height = 300
- HorzScrollBar.Tracking = True
- VertScrollBar.Tracking = True
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Thumb Nail Preview'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object image: TPMultiImage
- Left = 0
- Top = 0
- Width = 427
- Height = 273
- GrabHandCursor = 5
- Scrolling = True
- ShowScrollbars = True
- B_W_CopyFlags = [C_DEL]
- Color = clBtnFace
- ImageReadRes = lAutoMatic
- BlitMode = sLight
- ImageWriteRes = sAutoMatic
- TifSaveCompress = sNONE
- TiffPage = 0
- TiffAppend = False
- JPegSaveQuality = 25
- JPegSaveSmooth = 5
- RubberBandBtn = mbLeft
- ScrollbarWidth = 12
- ParentColor = True
- TextLeft = 0
- TextTop = 0
- TextRotate = 0
- TabOrder = 0
- TabStop = False
- ZoomBy = 10
- end
- object MainMenu1: TMainMenu
- Left = 150
- Top = 56
- object Save1: TMenuItem
- Caption = 'Save'
- OnClick = Save1Click
- end
- end
- object sd: TSaveDialog
- Filter =
- 'Bitmap|*.bmp|JPEG|*.jpg;*.jpeg|GIF|*.gif|PNG|*.png|TIFF|*.tif|PC' +
- 'X|*.pcx|EPS|*.pds|TGA|*.tga'
- FilterIndex = 0
- Title = 'Save Thumb Nail Sheet'
- Left = 186
- Top = 58
- end
- end
-