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.
 
 
 
 
 

13 rader
229 B

  1. object MainForm: TMainForm
  2. Left = 485
  3. Height = 240
  4. Top = 255
  5. Width = 320
  6. Caption = 'libTextSuite'
  7. OnCreate = FormCreate
  8. OnDestroy = FormDestroy
  9. OnPaint = FormPaint
  10. OnResize = FormResize
  11. LCLVersion = '1.3'
  12. end