No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

13 líneas
229 B

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