home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / CyberMind / CyberMind.exe / 0 / RCDATA / TFRMCOMBS / TFRMCOMBS.txt < prev   
Encoding:
Text File  |  1997-08-24  |  701 b   |  33 lines

  1. object frmCombs: TfrmCombs
  2.   Left = 409
  3.   Top = 202
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmCombs'
  7.   ClientHeight = 53
  8.   ClientWidth = 111
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefaultPosOnly
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgCombs: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 111
  25.     Height = 53
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     OnMouseDown = imgCombsMouseDown
  29.     OnMouseMove = imgCombsMouseMove
  30.     OnMouseUp = imgCombsMouseUp
  31.   end
  32. end
  33.