Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

14 righe
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