home *** CD-ROM | disk | FTP | other *** search
- object ImageForm: TImageForm
- Left = 212
- Top = 148
- ActiveControl = Image1
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'ImageForm'
- ClientHeight = 178
- ClientWidth = 379
- Font.Color = clBlack
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- KeyPreview = True
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ScrollBox1: TScrollBox
- Left = 0
- Top = 20
- Width = 379
- Height = 158
- Align = alClient
- BorderStyle = bsNone
- Color = clSilver
- ParentColor = False
- TabOrder = 0
- object Image1: TPMultiImage
- Left = 0
- Top = 0
- Width = 379
- Height = 158
- Align = alClient
- AutoSize = True
- Center = True
- Color = clBlack
- Font.Color = clLime
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ImageName = 'file not found'
- ImageDither = True
- ImageReadRes = lAutoMatic
- ImageWriteRes = sAutoMatic
- TifSaveCompress = sNONE
- JPegSaveQuality = 25
- JPegSaveSmooth = 0
- OnMouseDown = Image1MouseDown
- ParentFont = False
- TextLeft = 10
- TextTop = 10
- TextRotate = 0
- TabOrder = 0
- TabStop = False
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 379
- Height = 20
- Align = alTop
- BevelOuter = bvNone
- Caption = 'CRYPTAPIX'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- end
- object PopupMenu1: TPopupMenu
- AutoPopup = False
- Left = 8
- Top = 41
- object Next1: TMenuItem
- Caption = '&Next image'
- ShortCut = 0
- OnClick = Next1Click
- end
- object Down1: TMenuItem
- Caption = '&Down image'
- ShortCut = 0
- OnClick = Down1Click
- end
- object Up1: TMenuItem
- Caption = '&Up image'
- ShortCut = 0
- OnClick = Up1Click
- end
- object Remove1: TMenuItem
- Caption = '&Remove from list'
- ShortCut = 46
- OnClick = Remove1Click
- end
- object Wipefile1: TMenuItem
- Caption = '&Wipe file'
- ShortCut = 16471
- OnClick = Wipefile1Click
- end
- object Quit1: TMenuItem
- Caption = '&Quit'
- ShortCut = 0
- OnClick = Quit1Click
- end
- end
- end
-