home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD115151192000.psc / Form3.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2000-11-08  |  1.7 KB  |  59 lines

  1. VERSION 5.00
  2. Begin VB.Form frmInput 
  3.    ClientHeight    =   825
  4.    ClientLeft      =   60
  5.    ClientTop       =   60
  6.    ClientWidth     =   3630
  7.    ControlBox      =   0   'False
  8.    BeginProperty Font 
  9.       Name            =   "Lucida Console"
  10.       Size            =   8.25
  11.       Charset         =   0
  12.       Weight          =   400
  13.       Underline       =   0   'False
  14.       Italic          =   0   'False
  15.       Strikethrough   =   0   'False
  16.    EndProperty
  17.    LinkTopic       =   "Form3"
  18.    ScaleHeight     =   825
  19.    ScaleWidth      =   3630
  20.    StartUpPosition =   1  'Fenstermitte
  21.    Begin VB.CommandButton Command1 
  22.       Caption         =   "Save"
  23.       Default         =   -1  'True
  24.       Height          =   255
  25.       Left            =   2280
  26.       TabIndex        =   2
  27.       Top             =   480
  28.       Width           =   1215
  29.    End
  30.    Begin VB.TextBox Text1 
  31.       BackColor       =   &H00E0E0E0&
  32.       Height          =   255
  33.       Left            =   120
  34.       TabIndex        =   1
  35.       Text            =   "Player 1"
  36.       Top             =   480
  37.       Width           =   1935
  38.    End
  39.    Begin VB.Label Label1 
  40.       Alignment       =   2  'Zentriert
  41.       AutoSize        =   -1  'True
  42.       BackStyle       =   0  'Transparent
  43.       Caption         =   "You've made a new Highscore! Please enter your name"
  44.       Height          =   375
  45.       Left            =   0
  46.       TabIndex        =   0
  47.       Top             =   0
  48.       Width           =   3600
  49.       WordWrap        =   -1  'True
  50.    End
  51. Attribute VB_Name = "frmInput"
  52. Attribute VB_GlobalNameSpace = False
  53. Attribute VB_Creatable = False
  54. Attribute VB_PredeclaredId = True
  55. Attribute VB_Exposed = False
  56. Private Sub Command1_Click()
  57. Me.Hide
  58. End Sub
  59.