fGLForm.dfm 395 B

12345678910111213141516171819
  1. object GLForm: TGLForm
  2. Left = 392
  3. Top = 227
  4. HelpContext = 1
  5. ClientHeight = 304
  6. ClientWidth = 500
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -13
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Position = poMainFormCenter
  15. Scaled = False
  16. OnCreate = FormCreate
  17. PixelsPerInch = 96
  18. TextHeight = 16
  19. end