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

  1. VERSION 2.00
  2. Begin Form Nickname 
  3.    Caption         =   "Nicknames"
  4.    ClientHeight    =   4020
  5.    ClientLeft      =   1020
  6.    ClientTop       =   1905
  7.    ClientWidth     =   7365
  8.    ControlBox      =   0   'False
  9.    Height          =   4425
  10.    Left            =   960
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form2"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   4020
  16.    ScaleWidth      =   7365
  17.    Top             =   1560
  18.    Width           =   7485
  19.    Begin CommandButton Command2 
  20.       Cancel          =   -1  'True
  21.       Caption         =   "Quit"
  22.       Height          =   495
  23.       Left            =   5400
  24.       TabIndex        =   6
  25.       Top             =   2040
  26.       Width           =   1575
  27.    End
  28.    Begin TextBox nickname2 
  29.       Height          =   300
  30.       Left            =   1800
  31.       TabIndex        =   2
  32.       Top             =   2040
  33.       Width           =   2505
  34.    End
  35.    Begin CommandButton Command1 
  36.       Caption         =   "Continue"
  37.       Height          =   495
  38.       Left            =   5400
  39.       TabIndex        =   3
  40.       Top             =   1080
  41.       Width           =   1575
  42.    End
  43.    Begin TextBox nickname1 
  44.       Height          =   300
  45.       Left            =   1800
  46.       TabIndex        =   1
  47.       Top             =   1080
  48.       Width           =   2505
  49.    End
  50.    Begin Label Label3 
  51.       Caption         =   "Nickname #2"
  52.       Height          =   300
  53.       Left            =   480
  54.       TabIndex        =   5
  55.       Top             =   2120
  56.       Width           =   1215
  57.    End
  58.    Begin Label Label2 
  59.       Caption         =   "Nickname #1"
  60.       Height          =   300
  61.       Left            =   480
  62.       TabIndex        =   4
  63.       Top             =   1150
  64.       Width           =   1215
  65.    End
  66.    Begin Label Label1 
  67.       Caption         =   "List your nicknames"
  68.       Height          =   255
  69.       Left            =   1800
  70.       TabIndex        =   0
  71.       Top             =   600
  72.       Width           =   1815
  73.    End
  74. Sub command1_click ()
  75.     Nickname.Hide
  76.     Employment.Show
  77. End Sub
  78. Sub Command2_Click ()
  79.     End
  80. End Sub
  81. Sub Form_Activate ()
  82.     i% = sndplaysound("nickname.wav", 1)
  83.     nickname1.text = ""
  84.     nickname2.text = ""
  85.     nickname1.SetFocus
  86. End Sub
  87.