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.

13 righe
229 B

  1. object MainForm: TMainForm
  2. Left = 473
  3. Height = 600
  4. Top = 244
  5. Width = 800
  6. Caption = 'MainForm'
  7. OnCreate = FormCreate
  8. OnDestroy = FormDestroy
  9. OnPaint = FormPaint
  10. Position = poScreenCenter
  11. LCLVersion = '1.3'
  12. end