home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form opener
- AutoRedraw = -1 'True
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- ClientHeight = 4395
- ClientLeft = 1260
- ClientTop = 1545
- ClientWidth = 7080
- ControlBox = 0 'False
- Height = 4800
- Left = 1200
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- MousePointer = 11 'Hourglass
- Picture = OPENER.FRX:0000
- ScaleHeight = 4395
- ScaleWidth = 7080
- Top = 1200
- Width = 7200
- Begin SSPanel SSPanel3
- AutoSize = 3 'AutoSize Child To Panel
- BevelInner = 1 'Inset
- BevelWidth = 2
- Caption = "Nathan Brown"
- Font3D = 3 'Inset w/light shading
- ForeColor = &H00FF0000&
- Height = 495
- Left = 2400
- MousePointer = 11 'Hourglass
- TabIndex = 6
- Top = 3840
- Width = 2175
- End
- Begin Timer opentime
- Interval = 10000
- Left = 240
- Top = 3600
- End
- Begin SSPanel SSPanel2
- AutoSize = 3 'AutoSize Child To Panel
- BevelInner = 1 'Inset
- BevelWidth = 2
- Caption = "Writen By..."
- Font3D = 3 'Inset w/light shading
- ForeColor = &H00FF0000&
- Height = 495
- Left = 2640
- MousePointer = 11 'Hourglass
- TabIndex = 5
- Top = 3240
- Width = 1695
- End
- Begin SSPanel SSPanel1
- AutoSize = 3 'AutoSize Child To Panel
- BevelInner = 1 'Inset
- BevelWidth = 2
- Caption = "Orbital Motion"
- Font3D = 4 'Inset w/heavy shading
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 24
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 735
- Left = 1440
- MousePointer = 11 'Hourglass
- TabIndex = 4
- Top = 960
- Width = 4215
- End
- Begin SSPanel icon2
- AutoSize = 3 'AutoSize Child To Panel
- BevelInner = 1 'Inset
- BevelWidth = 2
- ForeColor = &H00000000&
- Height = 735
- Left = 6240
- MousePointer = 11 'Hourglass
- TabIndex = 0
- Top = 120
- Width = 735
- Begin PictureBox Picture1
- AutoRedraw = -1 'True
- Height = 525
- Left = 105
- MousePointer = 11 'Hourglass
- Picture = OPENER.FRX:5E02
- ScaleHeight = 495
- ScaleWidth = 495
- TabIndex = 1
- Top = 105
- Width = 525
- End
- End
- Begin SSPanel icon1
- AutoSize = 3 'AutoSize Child To Panel
- BevelInner = 1 'Inset
- BevelWidth = 2
- ForeColor = &H00000000&
- Height = 735
- Left = 120
- MousePointer = 11 'Hourglass
- TabIndex = 2
- Top = 120
- Width = 735
- Begin PictureBox Picture2
- AutoRedraw = -1 'True
- Height = 525
- Left = 105
- MousePointer = 11 'Hourglass
- Picture = OPENER.FRX:6104
- ScaleHeight = 495
- ScaleWidth = 495
- TabIndex = 3
- Top = 105
- Width = 525
- End
- End
- Sub opentime_Timer ()
- Load planet
- planet.Show
- opener.Hide
- Unload opener
- End Sub
-