home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / office / font / ftw11d.exe / FTWISTER.EXE / 0 / RCDATA / TCHARDEFORMFORM / TCHARDEFORMFORM.txt
Text File  |  2001-04-17  |  1KB  |  54 lines

  1. object CharDeformForm: TCharDeformForm
  2.   Left = 310
  3.   Top = 129
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'CharDeformForm'
  7.   ClientHeight = 250
  8.   ClientWidth = 373
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object TextImage: TImage
  23.     Left = 16
  24.     Top = 32
  25.     Width = 225
  26.     Height = 105
  27.   end
  28.   object YImage: TImage
  29.     Left = 248
  30.     Top = 32
  31.     Width = 105
  32.     Height = 105
  33.     OnMouseDown = XYImageMouseDown
  34.     OnMouseMove = XYImageMouseMove
  35.   end
  36.   object XImage: TImage
  37.     Left = 16
  38.     Top = 144
  39.     Width = 225
  40.     Height = 89
  41.     OnMouseDown = XYImageMouseDown
  42.     OnMouseMove = XYImageMouseMove
  43.   end
  44.   object Button1: TButton
  45.     Left = 280
  46.     Top = 208
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Show'
  50.     TabOrder = 0
  51.     OnClick = Button1Click
  52.   end
  53. end
  54.