fMainC.dfm 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. Caption = 'Screen Saver'
  6. ClientHeight = 477
  7. ClientWidth = 598
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. WindowState = wsMaximized
  16. OnCreate = FormCreate
  17. OnResize = FormResize
  18. OnShow = FormShow
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object GLSceneViewer1: TGLSceneViewer
  22. Left = 0
  23. Top = 0
  24. Width = 598
  25. Height = 477
  26. Camera = GLCamera1
  27. Buffer.BackgroundColor = clBlack
  28. FieldOfView = 156.319564819335900000
  29. PenAsTouch = False
  30. Align = alClient
  31. TabOrder = 0
  32. end
  33. object GLScene1: TGLScene
  34. Left = 24
  35. Top = 8
  36. object DummyCube1: TGLDummyCube
  37. CubeSize = 1.000000000000000000
  38. BehavioursData = {
  39. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  40. 00050000000000000080FF3F02000805000000000000008404C0050000000000
  41. 00009002400500000000000000C0004008020008020008}
  42. object DummyCube2: TGLDummyCube
  43. Position.Coordinates = {0000000000000000000040400000803F}
  44. CubeSize = 1.000000000000000000
  45. BehavioursData = {
  46. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  47. 00050000000000000080FF3F0200080500000000000000C00040050000000000
  48. 0000000000050000000000000098034008020008020008}
  49. object DummyCube3: TGLDummyCube
  50. Position.Coordinates = {000000000000803F000000000000803F}
  51. CubeSize = 1.000000000000000000
  52. BehavioursData = {
  53. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  54. 00050000000000000080FF3F020008050000000000000080FF3F050000000000
  55. 0000C00040050000000000000080034008020008020008}
  56. object Torus1: TGLTorus
  57. MajorRadius = 1.000000000000000000
  58. MinorRadius = 0.300000011920929000
  59. Rings = 32
  60. Sides = 32
  61. StopAngle = 360.000000000000000000
  62. Parts = [toSides, toStartDisk, toStopDisk]
  63. BehavioursData = {
  64. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  65. 00050000000000000080FF3F0200080500000000000000000000050000000000
  66. 0000D80340050000000000000000000008020008020008}
  67. end
  68. end
  69. end
  70. end
  71. object DummyCube4: TGLDummyCube
  72. CubeSize = 1.000000000000000000
  73. BehavioursData = {
  74. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  75. 00050000000000000080FF3F0200080500000000000000A00140050000000000
  76. 00000000000500000000000000C0004008020008020008}
  77. object GLLightSource1: TGLLightSource
  78. ConstAttenuation = 1.000000000000000000
  79. Diffuse.Color = {0000803F00000000000000000000803F}
  80. Position.Coordinates = {0000704100000000000000000000803F}
  81. SpotCutOff = 180.000000000000000000
  82. end
  83. object GLLightSource2: TGLLightSource
  84. ConstAttenuation = 1.000000000000000000
  85. Diffuse.Color = {9594943E9594943E0000803F0000803F}
  86. Position.Coordinates = {0000E0C0000000000000E0400000803F}
  87. SpotCutOff = 180.000000000000000000
  88. end
  89. object GLLightSource3: TGLLightSource
  90. ConstAttenuation = 1.000000000000000000
  91. Diffuse.Color = {0000803F0000803F000000000000803F}
  92. Position.Coordinates = {0000E0C0000000000000E0C00000803F}
  93. SpotCutOff = 180.000000000000000000
  94. end
  95. end
  96. object GLCamera1: TGLCamera
  97. DepthOfView = 100.000000000000000000
  98. FocalLength = 50.000000000000000000
  99. TargetObject = DummyCube1
  100. Position.Coordinates = {0000204100000000000000000000803F}
  101. end
  102. end
  103. object GLCadencer1: TGLCadencer
  104. Scene = GLScene1
  105. SleepLength = 1
  106. Left = 128
  107. Top = 8
  108. end
  109. object GLScreenSaver1: TGLScreenSaver
  110. OnPropertiesRequested = GLScreenSaver1PropertiesRequested
  111. Left = 232
  112. Top = 8
  113. end
  114. end