home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 September / VPR9809A.ISO / FFILLY / SPON705 / SPON.EXE / 0 / RCDATA / TFRMWINDOW / TFRMWINDOW.txt
Text File  |  1998-04-21  |  853b  |  41 lines

  1. object frmWindow: TfrmWindow
  2.   Left = 535
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'sPon -'
  7.   ClientHeight = 235
  8.   ClientWidth = 251
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Image: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 229
  21.     Height = 201
  22.     Cursor = crCross
  23.     AutoSize = True
  24.     OnMouseDown = ImageMouseDown
  25.     OnMouseMove = ImageMouseMove
  26.     OnMouseUp = ImageMouseUp
  27.   end
  28.   object imgCast: TImage
  29.     Left = 12
  30.     Top = 8
  31.     Width = 141
  32.     Height = 121
  33.     Cursor = crArrow
  34.     AutoSize = True
  35.     DragCursor = crArrow
  36.     OnMouseDown = imgCastMouseDown
  37.     OnMouseMove = imgCastMouseMove
  38.     OnMouseUp = imgCastMouseUp
  39.   end
  40. end
  41.