fColumnC.dfm 1.6 KB

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