Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

14 rader
275 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