home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Misc
- Caption = "Miscellaneous"
- ClientHeight = 4020
- ClientLeft = 1020
- ClientTop = 1875
- ClientWidth = 7365
- ControlBox = 0 'False
- Height = 4425
- Left = 960
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1530
- Width = 7485
- Begin TextBox hobby3
- Height = 300
- Left = 1800
- TabIndex = 6
- Top = 3600
- Width = 2505
- End
- Begin TextBox hobby2
- Height = 300
- Left = 1800
- TabIndex = 5
- Top = 3120
- Width = 2505
- End
- Begin TextBox hobby1
- Height = 300
- Left = 1800
- TabIndex = 4
- Top = 2640
- Width = 2505
- End
- Begin CommandButton Command2
- Cancel = -1 'True
- Caption = "Quit"
- Height = 495
- Left = 5640
- TabIndex = 15
- Top = 2280
- Width = 1575
- End
- Begin TextBox pres3
- Height = 300
- Left = 1800
- TabIndex = 3
- Top = 1560
- Width = 2505
- End
- Begin CommandButton Command1
- Caption = "Generate Profile"
- Height = 495
- Left = 5640
- TabIndex = 7
- Top = 1320
- Width = 1575
- End
- Begin TextBox pres2
- Height = 300
- Left = 1800
- TabIndex = 2
- Top = 1080
- Width = 2505
- End
- Begin TextBox pres1
- Height = 300
- Left = 1800
- TabIndex = 1
- Top = 600
- Width = 2505
- End
- Begin Label Label8
- Caption = "Hobby #3"
- Height = 300
- Left = 480
- TabIndex = 14
- Top = 3600
- Width = 975
- End
- Begin Label Label7
- Caption = "Hobby #2"
- Height = 300
- Left = 480
- TabIndex = 13
- Top = 3120
- Width = 975
- End
- Begin Label Label6
- Caption = "Hobby #1"
- Height = 300
- Left = 480
- TabIndex = 12
- Top = 2640
- Width = 975
- End
- Begin Label Label5
- Caption = "List 3 of your hobbies"
- Height = 255
- Left = 1800
- TabIndex = 11
- Top = 2160
- Width = 1935
- End
- Begin Label Label4
- Caption = "President #3"
- Height = 300
- Left = 480
- TabIndex = 10
- Top = 1560
- Width = 1215
- End
- Begin Label Label3
- Caption = "President #2"
- Height = 300
- Left = 480
- TabIndex = 9
- Top = 1080
- Width = 1215
- End
- Begin Label Label2
- Caption = "President #1"
- Height = 300
- Left = 480
- TabIndex = 8
- Top = 600
- Width = 1215
- End
- Begin Label Label1
- Caption = "List your 3 favorite presidents"
- Height = 255
- Left = 1800
- TabIndex = 0
- Top = 120
- Width = 2655
- End
- Sub command1_click ()
- counter = 0
- misc.Hide
- fbifile.Show
- Intelligence.Show
- Intelligence.Timer1.Enabled = -1
- End Sub
- Sub Command2_Click ()
- End
- End Sub
- Sub Form_Activate ()
- i% = sndplaysound("misc.wav", 1)
- pres1.text = ""
- pres2.text = ""
- pres3.text = ""
- hobby1.text = ""
- hobby2.text = ""
- hobby3.text = ""
- pres1.SetFocus
- End Sub
-