Unit1.dfm 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Font Color'
  5. ClientHeight = 372
  6. ClientWidth = 525
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object GLSceneViewer1: TGLSceneViewer
  18. Left = 0
  19. Top = 0
  20. Width = 525
  21. Height = 372
  22. Camera = GLCamera1
  23. Buffer.BackgroundColor = clTeal
  24. FieldOfView = 149.907211303710900000
  25. Align = alClient
  26. TabOrder = 0
  27. end
  28. object GLScene1: TGLScene
  29. Left = 24
  30. Top = 16
  31. object GLLightSource1: TGLLightSource
  32. ConstAttenuation = 1.000000000000000000
  33. Position.Coordinates = {0000004000000040000000400000803F}
  34. SpotCutOff = 180.000000000000000000
  35. end
  36. object Teapot1: TGLTeapot
  37. Material.FrontProperties.Diffuse.Color = {9D9C1C3FB3B2323F0000803F0000803F}
  38. end
  39. object HUDText1: TGLHUDText
  40. Position.Coordinates = {0000484300008C42000000000000803F}
  41. BitmapFont = BitmapFont
  42. Text = 'FADING OUT'
  43. Rotation = 0.000000000000000000
  44. Alignment = taCenter
  45. ModulateColor.Color = {0000803F0000803F0000803F3333333F}
  46. end
  47. object HUDText2: TGLHUDText
  48. Position.Coordinates = {0000484300009143000000000000803F}
  49. BitmapFont = BitmapFont
  50. Text = 'THE END'
  51. Rotation = 0.000000000000000000
  52. Alignment = taCenter
  53. ModulateColor.Color = {0000803FF8FEFE3E000000003333333F}
  54. end
  55. object HUDText3: TGLHUDText
  56. Position.Coordinates = {000048430000A041000000000000803F}
  57. BitmapFont = BitmapFont
  58. Text = 'RED RED'
  59. Rotation = 0.000000000000000000
  60. Alignment = taCenter
  61. ModulateColor.Color = {0000803F00000000000000000000803F}
  62. end
  63. object HUDText4: TGLHUDText
  64. Position.Coordinates = {0000484300007A43000000000000803F}
  65. BitmapFont = BitmapFont
  66. Text = 'TRANSPARENT'
  67. Rotation = 0.000000000000000000
  68. Alignment = taCenter
  69. ModulateColor.Color = {9A99593F9A99593FCDCCCC3DCDCCCC3E}
  70. end
  71. object GLCamera1: TGLCamera
  72. DepthOfView = 100.000000000000000000
  73. FocalLength = 50.000000000000000000
  74. TargetObject = Teapot1
  75. Position.Coordinates = {0000803F0000003F0000803F0000803F}
  76. end
  77. end
  78. object BitmapFont: TGLBitmapFont
  79. GlyphsIntervalX = 7
  80. GlyphsIntervalY = 0
  81. Ranges = <
  82. item
  83. StartASCII = 'A'
  84. StopASCII = 'H'
  85. StartGlyphIdx = 0
  86. end
  87. item
  88. StartASCII = 'I'
  89. StopASCII = 'P'
  90. StartGlyphIdx = 8
  91. end
  92. item
  93. StartASCII = 'Q'
  94. StopASCII = 'X'
  95. StartGlyphIdx = 16
  96. end
  97. item
  98. StartASCII = '!'
  99. StopASCII = '!'
  100. StartGlyphIdx = 27
  101. end>
  102. CharWidth = 27
  103. CharHeight = 32
  104. HSpace = 0
  105. Left = 24
  106. Top = 72
  107. end
  108. object GLTimeEventsMGR1: TGLTimeEventsMGR
  109. Cadencer = GLCadencer1
  110. Events = <
  111. item
  112. Name = 'Event0'
  113. StartTime = 1.500000000000000000
  114. EndTime = 3.000000000000000000
  115. EventType = etContinuous
  116. OnEvent = GLTimeEventsMGR1Events0Event
  117. end
  118. item
  119. Name = 'Event1'
  120. OnEvent = GLTimeEventsMGR1Events1Event
  121. end
  122. item
  123. Name = 'Event2'
  124. StartTime = 2.000000000000000000
  125. EndTime = 10.000000000000000000
  126. EventType = etContinuous
  127. OnEvent = GLTimeEventsMGR1Events2Event
  128. end>
  129. Left = 328
  130. Top = 72
  131. end
  132. object GLCadencer1: TGLCadencer
  133. Scene = GLScene1
  134. Left = 328
  135. Top = 8
  136. end
  137. end