fScreenSaver2D.dfm 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. object Form2: TForm2
  2. Left = 209
  3. Top = 124
  4. BorderStyle = bsNone
  5. BorderWidth = 2
  6. Caption = 'Form2'
  7. ClientHeight = 346
  8. ClientWidth = 590
  9. Color = clBtnShadow
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -14
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. Position = poScreenCenter
  16. OnCreate = FormCreate
  17. PixelsPerInch = 120
  18. TextHeight = 16
  19. object GLSceneViewer1: TGLSceneViewer
  20. Left = 0
  21. Top = 0
  22. Width = 590
  23. Height = 346
  24. Margins.Left = 4
  25. Margins.Top = 4
  26. Margins.Right = 4
  27. Margins.Bottom = 4
  28. Camera = GLCamera1
  29. Buffer.BackgroundColor = clBlack
  30. FieldOfView = 147.759582519531300000
  31. PenAsTouch = False
  32. Align = alClient
  33. OnMouseDown = GLSceneViewer1MouseDown
  34. OnMouseMove = GLSceneViewer1MouseMove
  35. TabOrder = 0
  36. end
  37. object Button1: TButton
  38. Left = 350
  39. Top = 230
  40. Width = 94
  41. Height = 31
  42. Margins.Left = 4
  43. Margins.Top = 4
  44. Margins.Right = 4
  45. Margins.Bottom = 4
  46. Cancel = True
  47. Caption = 'Ok'
  48. Default = True
  49. ModalResult = 1
  50. ParentShowHint = False
  51. ShowHint = True
  52. TabOrder = 1
  53. end
  54. object Button2: TButton
  55. Left = 180
  56. Top = 235
  57. Width = 121
  58. Height = 24
  59. Margins.Left = 4
  60. Margins.Top = 4
  61. Margins.Right = 4
  62. Margins.Bottom = 4
  63. Caption = 'Define Password'
  64. ParentShowHint = False
  65. ShowHint = False
  66. TabOrder = 2
  67. OnClick = Button2Click
  68. end
  69. object GLScene1: TGLScene
  70. Left = 32
  71. Top = 24
  72. object GLLightSource1: TGLLightSource
  73. ConstAttenuation = 1.000000000000000000
  74. Position.Coordinates = {000048C200004842000048420000803F}
  75. SpotCutOff = 180.000000000000000000
  76. end
  77. object DummyCube1: TGLDummyCube
  78. CubeSize = 1.000000000000000000
  79. object SpaceText4: TGLSpaceText
  80. Material.FrontProperties.Diffuse.Color = {0000803F0000803FD1D0D03D0000803F}
  81. Material.FrontProperties.Emission.Color = {14AE073F8FC2F53DD7A3F03E0000803F}
  82. Position.Coordinates = {0000A0C000008040000000000000803F}
  83. Scale.Coordinates = {00000040000000400000803F00000000}
  84. Extrusion = 1.000000000000000000
  85. Font.Charset = DEFAULT_CHARSET
  86. Font.Color = clWindowText
  87. Font.Height = -11
  88. Font.Name = 'Arial'
  89. Font.Style = []
  90. Lines.Strings = (
  91. 'Screen Saver')
  92. allowedDeviation = 1.000000000000000000
  93. CharacterRange = stcrAlphaNum
  94. end
  95. object Torus1: TGLTorus
  96. Tag = 1
  97. Direction.Coordinates = {FFFFFF3E71C41C3F71C41C3F00000000}
  98. Position.Coordinates = {000080C000000000000000000000803F}
  99. Scale.Coordinates = {00000040000000400000004000000000}
  100. Up.Coordinates = {EA5EAA32F304353FF30435BF00000000}
  101. MajorRadius = 1.000000000000000000
  102. MinorRadius = 0.300000011920929000
  103. Rings = 8
  104. Sides = 6
  105. StopAngle = 360.000000000000000000
  106. Parts = [toSides, toStartDisk, toStopDisk]
  107. BehavioursData = {
  108. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  109. 00050000000000000080FF3F0200080500000000000000F00340050000000000
  110. 0000000000050000000000000000000009020008020008}
  111. end
  112. object Torus2: TGLTorus
  113. Tag = 2
  114. Direction.Coordinates = {00000000F304353FF304353F00000000}
  115. Position.Coordinates = {0000804000000000000000000000803F}
  116. Scale.Coordinates = {00000040000000400000004000000000}
  117. Up.Coordinates = {00000000F304353FF30435BF00000000}
  118. MajorRadius = 1.000000000000000000
  119. MinorRadius = 0.300000011920929000
  120. StopAngle = 360.000000000000000000
  121. Parts = [toSides, toStartDisk, toStopDisk]
  122. BehavioursData = {
  123. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  124. 00050000000000000080FF3F0200080500000000000000C80340050000000000
  125. 0000000000050000000000000000000009020008020008}
  126. end
  127. end
  128. object GLCamera1: TGLCamera
  129. DepthOfView = 100.000000000000000000
  130. FocalLength = 50.000000000000000000
  131. TargetObject = DummyCube1
  132. Position.Coordinates = {000000000000803F0000A0410000803F}
  133. end
  134. end
  135. object GLCadencer1: TGLCadencer
  136. Scene = GLScene1
  137. SleepLength = 1
  138. Left = 32
  139. Top = 144
  140. end
  141. end