home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / chip32.exe / 0 / RCDATA / TSHOWFRM / TSHOWFRM.txt
Text File  |  1998-02-28  |  689b  |  37 lines

  1. object ShowFrm: TShowFrm
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsNone
  5.   ClientHeight = 273
  6.   ClientWidth = 427
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   KeyPreview = True
  12.   PixelsPerInch = 96
  13.   Scaled = False
  14.   OnDeactivate = FormDeactivate
  15.   OnKeyPress = FormKeyPress
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 273
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     BorderStyle = bsSingle
  25.     TabOrder = 0
  26.     object Image: TImage
  27.       Left = 0
  28.       Top = 0
  29.       Width = 425
  30.       Height = 271
  31.       Align = alClient
  32.       Stretch = True
  33.       OnClick = ImageClick
  34.     end
  35.   end
  36. end
  37.