UCadencer.dfm 575 B

12345678910111213141516171819202122232425
  1. object Form4: TForm4
  2. Left = 260
  3. Top = 55
  4. Width = 928
  5. Height = 480
  6. Caption = 'Form4'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnDestroy = FormDestroy
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object GLCadencer1: TGLCadencer
  18. Scene = Form1.Scene1
  19. TimeMultiplier = 0.500000000000000000
  20. MinDeltaTime = 0.010000000000000000
  21. OnProgress = GLCadencer1Progress
  22. Left = 160
  23. Top = 120
  24. end
  25. end