home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Graphics / Image / Crypta / Setup.EXE / CPIX.EXE / 0 / RCDATA / TIMAGEFORM / TIMAGEFORM.txt
Encoding:
Text File  |  1997-03-16  |  2.2 KB  |  107 lines

  1. object ImageForm: TImageForm
  2.   Left = 212
  3.   Top = 148
  4.   ActiveControl = Image1
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'ImageForm'
  8.   ClientHeight = 178
  9.   ClientWidth = 379
  10.   Font.Color = clBlack
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   KeyPreview = True
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ScrollBox1: TScrollBox
  21.     Left = 0
  22.     Top = 20
  23.     Width = 379
  24.     Height = 158
  25.     Align = alClient
  26.     BorderStyle = bsNone
  27.     Color = clSilver
  28.     ParentColor = False
  29.     TabOrder = 0
  30.     object Image1: TPMultiImage
  31.       Left = 0
  32.       Top = 0
  33.       Width = 379
  34.       Height = 158
  35.       Align = alClient
  36.       AutoSize = True
  37.       Center = True
  38.       Color = clBlack
  39.       Font.Color = clLime
  40.       Font.Height = -15
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ImageName = 'file not found'
  44.       ImageDither = True
  45.       ImageReadRes = lAutoMatic
  46.       ImageWriteRes = sAutoMatic
  47.       TifSaveCompress = sNONE
  48.       JPegSaveQuality = 25
  49.       JPegSaveSmooth = 0
  50.       OnMouseDown = Image1MouseDown
  51.       ParentFont = False
  52.       TextLeft = 10
  53.       TextTop = 10
  54.       TextRotate = 0
  55.       TabOrder = 0
  56.       TabStop = False
  57.     end
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 379
  63.     Height = 20
  64.     Align = alTop
  65.     BevelOuter = bvNone
  66.     Caption = 'CRYPTAPIX'
  67.     ParentShowHint = False
  68.     ShowHint = False
  69.     TabOrder = 1
  70.   end
  71.   object PopupMenu1: TPopupMenu
  72.     AutoPopup = False
  73.     Left = 8
  74.     Top = 41
  75.     object Next1: TMenuItem
  76.       Caption = '&Next image'
  77.       ShortCut = 0
  78.       OnClick = Next1Click
  79.     end
  80.     object Down1: TMenuItem
  81.       Caption = '&Down image'
  82.       ShortCut = 0
  83.       OnClick = Down1Click
  84.     end
  85.     object Up1: TMenuItem
  86.       Caption = '&Up image'
  87.       ShortCut = 0
  88.       OnClick = Up1Click
  89.     end
  90.     object Remove1: TMenuItem
  91.       Caption = '&Remove from list'
  92.       ShortCut = 46
  93.       OnClick = Remove1Click
  94.     end
  95.     object Wipefile1: TMenuItem
  96.       Caption = '&Wipe file'
  97.       ShortCut = 16471
  98.       OnClick = Wipefile1Click
  99.     end
  100.     object Quit1: TMenuItem
  101.       Caption = '&Quit'
  102.       ShortCut = 0
  103.       OnClick = Quit1Click
  104.     end
  105.   end
  106. end
  107.