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

  1. object frmMessage: TfrmMessage
  2.   Left = 409
  3.   Top = 144
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmMessage'
  7.   ClientHeight = 120
  8.   ClientWidth = 360
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultPosOnly
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgMessage: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 360
  24.     Height = 120
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.     OnMouseDown = imgMessageMouseDown
  28.     OnMouseMove = imgMessageMouseMove
  29.     OnMouseUp = imgMessageMouseUp
  30.   end
  31.   object imgExit: TImage
  32.     Left = 316
  33.     Top = 87
  34.     Width = 34
  35.     Height = 29
  36.     AutoSize = True
  37.     Picture.Data = {<image001.bmp>}
  38.     Visible = False
  39.     OnClick = imgExitClick
  40.   end
  41.   object imgFill: TImage
  42.     Left = 12
  43.     Top = 8
  44.     Width = 262
  45.     Height = 58
  46.     AutoSize = True
  47.     Picture.Data = {<image002.bmp>}
  48.     Visible = False
  49.   end
  50.   object imgWin: TImage
  51.     Left = 16
  52.     Top = 12
  53.     Width = 262
  54.     Height = 58
  55.     AutoSize = True
  56.     Picture.Data = {<image003.bmp>}
  57.     Visible = False
  58.   end
  59.   object imgLost: TImage
  60.     Left = 16
  61.     Top = 8
  62.     Width = 262
  63.     Height = 58
  64.     AutoSize = True
  65.     Picture.Data = {<image004.bmp>}
  66.     Visible = False
  67.   end
  68.   object imgStart: TImage
  69.     Left = 20
  70.     Top = 8
  71.     Width = 262
  72.     Height = 58
  73.     AutoSize = True
  74.     Picture.Data = {<image005.bmp>}
  75.     Visible = False
  76.   end
  77.   object imgHigh: TImage
  78.     Left = 20
  79.     Top = 16
  80.     Width = 262
  81.     Height = 58
  82.     AutoSize = True
  83.     Picture.Data = {<image006.bmp>}
  84.     Visible = False
  85.   end
  86. end
  87.