object frmWindow: TfrmWindow Left = 535 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'sPon -' ClientHeight = 235 ClientWidth = 251 Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Image: TImage Left = 0 Top = 0 Width = 229 Height = 201 Cursor = crCross AutoSize = True OnMouseDown = ImageMouseDown OnMouseMove = ImageMouseMove OnMouseUp = ImageMouseUp end object imgCast: TImage Left = 12 Top = 8 Width = 141 Height = 121 Cursor = crArrow AutoSize = True DragCursor = crArrow OnMouseDown = imgCastMouseDown OnMouseMove = imgCastMouseMove OnMouseUp = imgCastMouseUp end end