fColumnD.dfm 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. object FormColumn: TFormColumn
  2. Left = 203
  3. Top = 102
  4. Margins.Left = 5
  5. Margins.Top = 5
  6. Margins.Right = 5
  7. Margins.Bottom = 5
  8. BorderWidth = 5
  9. Caption = 'Column'
  10. ClientHeight = 665
  11. ClientWidth = 1036
  12. Color = clBtnFace
  13. Font.Charset = DEFAULT_CHARSET
  14. Font.Color = clWindowText
  15. Font.Height = -19
  16. Font.Name = 'MS Sans Serif'
  17. Font.Style = []
  18. Position = poScreenCenter
  19. OnCreate = FormCreate
  20. PixelsPerInch = 168
  21. TextHeight = 24
  22. object GLSceneViewer1: TGLSceneViewer
  23. Left = 0
  24. Top = 0
  25. Width = 1036
  26. Height = 635
  27. Margins.Left = 5
  28. Margins.Top = 5
  29. Margins.Right = 5
  30. Margins.Bottom = 5
  31. Camera = GLCamera1
  32. Buffer.BackgroundColor = clBlack
  33. FieldOfView = 145.035247802734400000
  34. PenAsTouch = False
  35. Align = alClient
  36. TabOrder = 0
  37. end
  38. object StaticText1: TStaticText
  39. Left = 0
  40. Top = 635
  41. Width = 1036
  42. Height = 30
  43. Margins.Left = 5
  44. Margins.Top = 5
  45. Margins.Right = 5
  46. Margins.Bottom = 5
  47. Align = alBottom
  48. Alignment = taCenter
  49. AutoSize = False
  50. BorderStyle = sbsSingle
  51. Caption = '???.? FPS'
  52. TabOrder = 1
  53. end
  54. object GLScene1: TGLScene
  55. Left = 24
  56. Top = 8
  57. object DummyCube1: TGLDummyCube
  58. ShowAxes = True
  59. CubeSize = 1.000000000000000000
  60. end
  61. object GLCamera1: TGLCamera
  62. DepthOfView = 100.000000000000000000
  63. FocalLength = 100.000000000000000000
  64. TargetObject = DummyCube1
  65. Position.Coordinates = {0000A04100002041000020410000803F}
  66. end
  67. end
  68. object Timer1: TTimer
  69. OnTimer = Timer1Timer
  70. Left = 208
  71. Top = 8
  72. end
  73. object GLCadencer1: TGLCadencer
  74. Scene = GLScene1
  75. OnProgress = GLCadencer1Progress
  76. Left = 104
  77. Top = 8
  78. end
  79. object GLFPSMovementManager1: TGLFPSMovementManager
  80. DisplayTime = 2000
  81. MovementScale = 4.000000000000000000
  82. Left = 120
  83. Top = 160
  84. end
  85. end