You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 regels
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