home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / fbifile / employme.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-05-08  |  2.6 KB  |  95 lines

  1. VERSION 2.00
  2. Begin Form Employment 
  3.    Caption         =   "Employment"
  4.    ClientHeight    =   4020
  5.    ClientLeft      =   1005
  6.    ClientTop       =   1920
  7.    ClientWidth     =   7365
  8.    ControlBox      =   0   'False
  9.    Height          =   4425
  10.    Left            =   945
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form3"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   4020
  16.    ScaleWidth      =   7365
  17.    Top             =   1575
  18.    Width           =   7485
  19.    Begin TextBox Coworker 
  20.       Height          =   285
  21.       Left            =   3000
  22.       TabIndex        =   3
  23.       Top             =   3240
  24.       Width           =   2505
  25.    End
  26.    Begin CommandButton Command2 
  27.       Cancel          =   -1  'True
  28.       Caption         =   "Quit"
  29.       Height          =   495
  30.       Left            =   5640
  31.       TabIndex        =   5
  32.       Top             =   2040
  33.       Width           =   1575
  34.    End
  35.    Begin TextBox Bossname 
  36.       Height          =   285
  37.       Left            =   3000
  38.       TabIndex        =   2
  39.       Top             =   1800
  40.       Width           =   2505
  41.    End
  42.    Begin CommandButton Command1 
  43.       Caption         =   "Continue"
  44.       Height          =   495
  45.       Left            =   5640
  46.       TabIndex        =   4
  47.       Top             =   1080
  48.       Width           =   1575
  49.    End
  50.    Begin TextBox Work 
  51.       Height          =   285
  52.       Left            =   3000
  53.       TabIndex        =   1
  54.       Top             =   360
  55.       Width           =   2505
  56.    End
  57.    Begin Label Label3 
  58.       Caption         =   "Co-Worker (first and last name)"
  59.       Height          =   375
  60.       Left            =   240
  61.       TabIndex        =   7
  62.       Top             =   3240
  63.       Width           =   2415
  64.    End
  65.    Begin Label Label2 
  66.       Caption         =   "Forman or Teacher (first and last name)"
  67.       Height          =   375
  68.       Left            =   360
  69.       TabIndex        =   6
  70.       Top             =   1800
  71.       Width           =   2415
  72.    End
  73.    Begin Label Label1 
  74.       Caption         =   "Place of business or school"
  75.       Height          =   255
  76.       Left            =   360
  77.       TabIndex        =   0
  78.       Top             =   360
  79.       Width           =   2415
  80.    End
  81. Sub command1_click ()
  82.     employment.Hide
  83.     Friends.Show
  84. End Sub
  85. Sub Command2_Click ()
  86.     End
  87. End Sub
  88. Sub Form_Activate ()
  89.     i% = sndplaysound("employmt.wav", 1)
  90.     work.text = ""
  91.     bossname.text = ""
  92.     coworker.text = ""
  93.     work.SetFocus
  94. End Sub
  95.