123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- object Form2: TForm2
- Left = 0
- Top = 0
- BorderStyle = bsNone
- Caption = 'Form2'
- ClientHeight = 331
- ClientWidth = 504
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GLSceneViewer1: TGLSceneViewer
- Left = 0
- Top = 0
- Width = 504
- Height = 331
- Camera = GLCamera1
- Buffer.BackgroundColor = clBlack
- FieldOfView = 146.379318237304700000
- Align = alClient
- OnMouseDown = GLSceneViewer1MouseDown
- OnMouseMove = GLSceneViewer1MouseMove
- TabOrder = 0
- end
- object Button1: TButton
- Left = 296
- Top = 272
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object Button2: TButton
- Left = 128
- Top = 278
- Width = 97
- Height = 19
- Caption = 'Define Password'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object GLScene1: TGLScene
- Left = 32
- Top = 24
- object GLLightSource1: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Position.Coordinates = {000048C200004842000048420000803F}
- SpotCutOff = 180.000000000000000000
- end
- object DummyCube1: TGLDummyCube
- CubeSize = 1.000000000000000000
- object SpaceText4: TGLSpaceText
- Material.FrontProperties.Diffuse.Color = {0000803F0000803FD1D0D03D0000803F}
- Material.FrontProperties.Emission.Color = {14AE073F8FC2F53DD7A3F03E0000803F}
- Position.Coordinates = {0000A0C000008040000000000000803F}
- Scale.Coordinates = {00000040000000400000803F00000000}
- Extrusion = 1.000000000000000000
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'Screen Saver')
- allowedDeviation = 1.000000000000000000
- CharacterRange = stcrAlphaNum
- end
- object Torus1: TGLTorus
- Tag = 1
- Material.Texture.ImageClassName = 'TGLBlankImage'
- Material.Texture.Image.Width = 64
- Material.Texture.Image.Height = 64
- Material.Texture.Image.ColorFormat = 6408
- Material.Texture.MagFilter = maNearest
- Material.Texture.MinFilter = miNearest
- Material.Texture.Compression = tcNone
- Direction.Coordinates = {FFFFFF3E71C41C3F71C41C3F00000000}
- Position.Coordinates = {000080C000000000000000000000803F}
- Scale.Coordinates = {00000040000000400000004000000000}
- Up.Coordinates = {EA5EAA32F304353FF30435BF00000000}
- MajorRadius = 1.000000000000000000
- MinorRadius = 0.300000011920929000
- Rings = 8
- Sides = 6
- StopAngle = 360.000000000000000000
- Parts = [toSides, toStartDisk, toStopDisk]
- BehavioursData = {
- 0458434F4C02010201060B54474C42496E657274696102001200000000020002
- 00050000000000000080FF3F0200080500000000000000F00340050000000000
- 0000000000050000000000000000000009020008020008}
- end
- object Torus2: TGLTorus
- Tag = 2
- Direction.Coordinates = {00000000F304353FF304353F00000000}
- Position.Coordinates = {0000804000000000000000000000803F}
- Scale.Coordinates = {00000040000000400000004000000000}
- Up.Coordinates = {00000000F304353FF30435BF00000000}
- MajorRadius = 1.000000000000000000
- MinorRadius = 0.300000011920929000
- StopAngle = 360.000000000000000000
- Parts = [toSides, toStartDisk, toStopDisk]
- BehavioursData = {
- 0458434F4C02010201060B54474C42496E657274696102001200000000020002
- 00050000000000000080FF3F0200080500000000000000C80340050000000000
- 0000000000050000000000000000000009020008020008}
- end
- end
- object GLCamera1: TGLCamera
- DepthOfView = 100.000000000000000000
- FocalLength = 50.000000000000000000
- TargetObject = DummyCube1
- Position.Coordinates = {000000000000803F0000A0410000803F}
- end
- end
- object GLCadencer1: TGLCadencer
- Scene = GLScene1
- SleepLength = 1
- Left = 32
- Top = 144
- end
- end
|