home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Pronto / P32FAM.EXE / Family.z / FAMILY.exe / 0 / RCDATA / TVIEWIMAGEFORM / TVIEWIMAGEFORM.txt < prev   
Text File  |  1997-03-10  |  2KB  |  83 lines

  1. object ViewImageForm: TViewImageForm
  2.   Left = 267
  3.   Top = 216
  4.   BorderStyle = bsNone
  5.   Caption = 'Pronto Family'
  6.   ClientHeight = 381
  7.   ClientWidth = 631
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgBackGr: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 597
  22.     Height = 338
  23.     AutoSize = True
  24.   end
  25.   object imgCancel: TImage
  26.     Left = 514
  27.     Top = 288
  28.     Width = 60
  29.     Height = 37
  30.     Cursor = 18
  31.     OnMouseDown = imgCancelMouseDown
  32.   end
  33.   object imgView: TImage
  34.     Left = 48
  35.     Top = 36
  36.     Width = 497
  37.     Height = 248
  38.   end
  39.   object ImgSource: TImage
  40.     Left = 48
  41.     Top = 36
  42.     Width = 497
  43.     Height = 248
  44.     Visible = False
  45.   end
  46.   object btnUP: TImage
  47.     Left = 549
  48.     Top = 32
  49.     Width = 33
  50.     Height = 25
  51.     Cursor = 18
  52.     Picture.Data = {<image000.bmp>}
  53.     OnMouseDown = btnUPMouseDown
  54.   end
  55.   object btnDown: TImage
  56.     Left = 549
  57.     Top = 255
  58.     Width = 33
  59.     Height = 25
  60.     Cursor = 18
  61.     Picture.Data = {<image001.bmp>}
  62.     OnMouseDown = btnDownMouseDown
  63.   end
  64.   object btnRight: TImage
  65.     Left = 480
  66.     Top = 288
  67.     Width = 25
  68.     Height = 33
  69.     Cursor = 18
  70.     Picture.Data = {<image002.bmp>}
  71.     OnMouseDown = btnRightMouseDown
  72.   end
  73.   object btnLeft: TImage
  74.     Left = 40
  75.     Top = 288
  76.     Width = 25
  77.     Height = 33
  78.     Cursor = 18
  79.     Picture.Data = {<image003.bmp>}
  80.     OnMouseDown = btnLeftMouseDown
  81.   end
  82. end
  83.