home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Employment
- Caption = "Employment"
- ClientHeight = 4020
- ClientLeft = 1005
- ClientTop = 1920
- ClientWidth = 7365
- ControlBox = 0 'False
- Height = 4425
- Left = 945
- LinkMode = 1 'Source
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4020
- ScaleWidth = 7365
- Top = 1575
- Width = 7485
- Begin TextBox Coworker
- Height = 285
- Left = 3000
- TabIndex = 3
- Top = 3240
- Width = 2505
- End
- Begin CommandButton Command2
- Cancel = -1 'True
- Caption = "Quit"
- Height = 495
- Left = 5640
- TabIndex = 5
- Top = 2040
- Width = 1575
- End
- Begin TextBox Bossname
- Height = 285
- Left = 3000
- TabIndex = 2
- Top = 1800
- Width = 2505
- End
- Begin CommandButton Command1
- Caption = "Continue"
- Height = 495
- Left = 5640
- TabIndex = 4
- Top = 1080
- Width = 1575
- End
- Begin TextBox Work
- Height = 285
- Left = 3000
- TabIndex = 1
- Top = 360
- Width = 2505
- End
- Begin Label Label3
- Caption = "Co-Worker (first and last name)"
- Height = 375
- Left = 240
- TabIndex = 7
- Top = 3240
- Width = 2415
- End
- Begin Label Label2
- Caption = "Forman or Teacher (first and last name)"
- Height = 375
- Left = 360
- TabIndex = 6
- Top = 1800
- Width = 2415
- End
- Begin Label Label1
- Caption = "Place of business or school"
- Height = 255
- Left = 360
- TabIndex = 0
- Top = 360
- Width = 2415
- End
- Sub command1_click ()
- employment.Hide
- Friends.Show
- End Sub
- Sub Command2_Click ()
- End
- End Sub
- Sub Form_Activate ()
- i% = sndplaysound("employmt.wav", 1)
- work.text = ""
- bossname.text = ""
- coworker.text = ""
- work.SetFocus
- End Sub
-