home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / start.exe / 0 / RCDATA / TSHOWFRM / TSHOWFRM.txt
Encoding:
Text File  |  1999-02-21  |  689 b   |  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.   Scaled = False
  13.   OnDeactivate = FormDeactivate
  14.   OnKeyPress = FormKeyPress
  15.   PixelsPerInch = 96
  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 = 423
  30.       Height = 269
  31.       Align = alClient
  32.       Stretch = True
  33.       OnClick = ImageClick
  34.     end
  35.   end
  36. end
  37.