main.dfm 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. object Form1: TForm1
  2. Left = 333
  3. Top = 166
  4. Caption = 'Archive Loader'
  5. ClientHeight = 483
  6. ClientWidth = 629
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = True
  14. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object GLSceneViewer1: TGLSceneViewer
  18. Left = 0
  19. Top = 0
  20. Width = 629
  21. Height = 483
  22. Camera = GLCamera
  23. VSync = vsmSync
  24. Buffer.AntiAliasing = aa4xHQ
  25. FieldOfView = 156.605575561523400000
  26. PenAsTouch = False
  27. Align = alClient
  28. TabOrder = 0
  29. end
  30. object GLScene1: TGLScene
  31. Left = 128
  32. Top = 73
  33. object GLDummyCube1: TGLDummyCube
  34. CubeSize = 1.000000000000000000
  35. object GLCamera: TGLCamera
  36. DepthOfView = 100.000000000000000000
  37. FocalLength = 50.000000000000000000
  38. TargetObject = GLDummyCube1
  39. Position.Coordinates = {0000A0400000A0400000A0400000803F}
  40. object GLLightSource1: TGLLightSource
  41. ConstAttenuation = 0.500000000000000000
  42. LinearAttenuation = 0.100000001490116100
  43. Specular.Color = {CDCC4C3FCDCC4C3FCDCC4C3F0000803F}
  44. SpotCutOff = 180.000000000000000000
  45. end
  46. end
  47. end
  48. object GLPlane1: TGLPlane
  49. Material.FrontProperties.Diffuse.Color = {CFBC3C3EA19E9E3ECFBC3C3E0000803F}
  50. Material.FrontProperties.Shininess = 8
  51. Material.FrontProperties.Specular.Color = {6666663F6666663F6666663F0000803F}
  52. Material.DepthProperties.DepthCompareFunction = cfLess
  53. Material.Texture.Disabled = False
  54. Direction.Coordinates = {000000000000803F2EBD3BB300000000}
  55. PitchAngle = 90.000000000000000000
  56. ShowAxes = True
  57. Up.Coordinates = {000000002EBD3BB3000080BF00000000}
  58. Height = 10.000000000000000000
  59. Width = 10.000000000000000000
  60. XTiles = 20
  61. YTiles = 20
  62. Style = [psTileTexture]
  63. end
  64. object GLFreeForm: TGLFreeForm
  65. Position.Coordinates = {000080BF00000000000000000000803F}
  66. MaterialLibrary = GLMaterialLibrary1
  67. end
  68. object GLFreeForm1: TGLFreeForm
  69. Position.Coordinates = {0000803F00000000000000000000803F}
  70. Scale.Coordinates = {0000003F0000003F0000003F00000000}
  71. MaterialLibrary = GLMaterialLibrary1
  72. end
  73. end
  74. object GLMaterialLibrary1: TGLMaterialLibrary
  75. Materials = <
  76. item
  77. Name = 'LibMaterial'
  78. Tag = 0
  79. end>
  80. Left = 127
  81. Top = 128
  82. end
  83. object GLCadencer1: TGLCadencer
  84. Scene = GLScene1
  85. Mode = cmApplicationIdle
  86. OnProgress = GLCadencer1Progress
  87. Left = 127
  88. Top = 180
  89. end
  90. object GLSArchiveManager1: TGLSArchiveManager
  91. Archives = <
  92. item
  93. Name = 'LibArchive'
  94. end>
  95. Left = 127
  96. Top = 232
  97. end
  98. end