Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

20 linhas
391 B

  1. object MainForm: TMainForm
  2. Left = 192
  3. Top = 124
  4. Width = 800
  5. Height = 600
  6. Color = clBtnFace
  7. Font.Charset = DEFAULT_CHARSET
  8. Font.Color = clWindowText
  9. Font.Height = -11
  10. Font.Name = 'Tahoma'
  11. Font.Style = []
  12. OldCreateOrder = False
  13. Position = poScreenCenter
  14. OnCreate = FormCreate
  15. OnDestroy = FormDestroy
  16. OnPaint = FormPaint
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. end