home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Preferences
- Caption = "Personal Preferences"
- ClientHeight = 4020
- ClientLeft = 1020
- ClientTop = 1890
- ClientWidth = 7365
- ControlBox = 0 'False
- Height = 4425
- Left = 960
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1545
- Width = 7485
- Begin TextBox body
- Height = 285
- Left = 2760
- TabIndex = 7
- Top = 3120
- Width = 2535
- End
- Begin TextBox fruit
- Height = 285
- Left = 2760
- TabIndex = 6
- Top = 2640
- Width = 2535
- End
- Begin CommandButton Command2
- Caption = "Quit"
- Height = 495
- Left = 5640
- TabIndex = 15
- Top = 2160
- Width = 1575
- End
- Begin TextBox tvshow
- Height = 285
- Left = 2760
- TabIndex = 5
- Top = 2160
- Width = 2535
- End
- Begin TextBox singer
- Height = 285
- Left = 2760
- TabIndex = 4
- Top = 1680
- Width = 2535
- End
- Begin CommandButton Command1
- Cancel = -1 'True
- Caption = "Continue"
- Height = 495
- Left = 5640
- TabIndex = 8
- Top = 1200
- Width = 1575
- End
- Begin TextBox actor
- Height = 285
- Left = 2760
- TabIndex = 3
- Top = 1200
- Width = 2535
- End
- Begin TextBox food
- Height = 285
- Left = 2760
- TabIndex = 2
- Top = 720
- Width = 2535
- End
- Begin TextBox color
- Height = 285
- Left = 2760
- TabIndex = 1
- Top = 240
- Width = 2535
- End
- Begin Label Label7
- Caption = "Favorite body part"
- Height = 255
- Left = 600
- TabIndex = 14
- Top = 3120
- Width = 1695
- End
- Begin Label Label6
- Caption = "Favorite fruit/vegetable"
- Height = 255
- Left = 600
- TabIndex = 13
- Top = 2640
- Width = 2055
- End
- Begin Label Label5
- Caption = "Favorite TV show"
- Height = 255
- Left = 600
- TabIndex = 12
- Top = 2160
- Width = 1815
- End
- Begin Label Label4
- Caption = "Favorite singer/group"
- Height = 255
- Left = 600
- TabIndex = 11
- Top = 1680
- Width = 1935
- End
- Begin Label Label3
- Caption = "Favorite actor/actress"
- Height = 255
- Left = 600
- TabIndex = 10
- Top = 1200
- Width = 1935
- End
- Begin Label Label2
- Caption = "Favorite food"
- Height = 255
- Left = 600
- TabIndex = 9
- Top = 720
- Width = 1695
- End
- Begin Label Label1
- Caption = "Favorite color"
- Height = 255
- Left = 600
- TabIndex = 0
- Top = 240
- Width = 1575
- End
- Sub command1_click ()
- Preferences.Hide
- misc.Show
- End Sub
- Sub Command2_Click ()
- End
- End Sub
- Sub Form_Activate ()
- i% = sndplaysound("preferen.wav", 1)
- color.text = ""
- food.text = ""
- actor.text = ""
- singer.text = ""
- tvshow.text = ""
- fruit.text = ""
- body.text = ""
- color.SetFocus
- End Sub
-