You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
262 B

  1. object MainForm: TMainForm
  2. Left = 1121
  3. Height = 500
  4. Top = 232
  5. Width = 640
  6. Caption = 'libTextSuite'
  7. OnCreate = FormCreate
  8. OnDestroy = FormDestroy
  9. OnPaint = FormPaint
  10. OnResize = FormResize
  11. Position = poScreenCenter
  12. LCLVersion = '1.9.0.0'
  13. end