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

  1. object frmAbout: TfrmAbout
  2.   Left = 604
  3.   Top = 54
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'frmAbout'
  7.   ClientHeight = 440
  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.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ImgAbout: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 360
  23.     Height = 440
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     OnMouseDown = ImgAboutMouseDown
  27.     OnMouseMove = ImgAboutMouseMove
  28.     OnMouseUp = ImgAboutMouseUp
  29.   end
  30.   object ImgExit: TImage
  31.     Left = 312
  32.     Top = 407
  33.     Width = 40
  34.     Height = 26
  35.     AutoSize = True
  36.     Picture.Data = {<image001.bmp>}
  37.     Visible = False
  38.     OnClick = ImgExitClick
  39.   end
  40. end
  41.