object CharDeformForm: TCharDeformForm Left = 310 Top = 129 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'CharDeformForm' ClientHeight = 250 ClientWidth = 373 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object TextImage: TImage Left = 16 Top = 32 Width = 225 Height = 105 end object YImage: TImage Left = 248 Top = 32 Width = 105 Height = 105 OnMouseDown = XYImageMouseDown OnMouseMove = XYImageMouseMove end object XImage: TImage Left = 16 Top = 144 Width = 225 Height = 89 OnMouseDown = XYImageMouseDown OnMouseMove = XYImageMouseMove end object Button1: TButton Left = 280 Top = 208 Width = 75 Height = 25 Caption = 'Show' TabOrder = 0 OnClick = Button1Click end end