home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form orbita
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- Caption = "About"
- ClientHeight = 3195
- ClientLeft = 2460
- ClientTop = 1785
- ClientWidth = 3480
- Height = 3600
- Icon = ORBITA.FRX:0000
- Left = 2400
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3195
- ScaleWidth = 3480
- Top = 1440
- Width = 3600
- Begin SSCommand SSCommand1
- AutoSize = 2 'Adjust Button Size To Picture
- BevelWidth = 3
- Caption = "Done"
- Font3D = 3 'Inset w/light shading
- ForeColor = &H00000000&
- Height = 495
- Left = 840
- TabIndex = 1
- Top = 2640
- Width = 1575
- End
- Begin SSCommand orbut
- AutoSize = 2 'Adjust Button Size To Picture
- ForeColor = &H00000000&
- Height = 570
- Left = 1320
- MousePointer = 2 'Cross
- Picture = ORBITA.FRX:0302
- TabIndex = 0
- Top = 2040
- Width = 570
- End
- Begin SSPanel SSPanel2
- AutoSize = 1 'AutoSize Panel Width To Caption
- BevelInner = 1 'Inset
- BevelOuter = 1 'Inset
- BevelWidth = 2
- BorderWidth = 2
- Caption = "All Rights Reserved"
- Font3D = 3 'Inset w/light shading
- ForeColor = &H00000000&
- Height = 375
- Left = 720
- TabIndex = 3
- Top = 1560
- Width = 1875
- End
- Begin SSPanel SSPanel1
- AutoSize = 3 'AutoSize Child To Panel
- BevelInner = 1 'Inset
- BevelOuter = 1 'Inset
- BevelWidth = 2
- BorderWidth = 2
- Caption = "Copywrite Nathan Brown"
- Font3D = 3 'Inset w/light shading
- ForeColor = &H00000000&
- Height = 375
- Left = 600
- TabIndex = 2
- Top = 1080
- Width = 2295
- End
- Begin SSPanel SSPanel3
- AutoSize = 1 'AutoSize Panel Width To Caption
- BevelInner = 2 'Raised
- BevelWidth = 3
- Caption = "Orbital Motion
- Font3D = 3 'Inset w/light shading
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 18
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 735
- Left = 240
- TabIndex = 4
- Top = 240
- Width = 3075
- End
- Sub Command1_Click ()
- Unload orbita
- End Sub
- Sub orbut_Click ()
- MsgBox "Thank You!", 64, "For Ordering"
- End Sub
- Sub SSCommand1_Click ()
- Unload orbita
- End Sub
-