⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmhowto.frm

📁 太空船游戏例子源程序
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmHowTo 
   Appearance      =   0  'Flat
   BackColor       =   &H00C0C0C0&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "How To Play"
   ClientHeight    =   2265
   ClientLeft      =   1920
   ClientTop       =   3615
   ClientWidth     =   5775
   BeginProperty Font 
      Name            =   "MS Sans Serif"
      Size            =   8.25
      Charset         =   0
      Weight          =   700
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   ForeColor       =   &H80000008&
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   2265
   ScaleWidth      =   5775
   Begin VB.CommandButton cmdOK 
      Appearance      =   0  'Flat
      Caption         =   "OK"
      Height          =   375
      Left            =   2256
      TabIndex        =   3
      Top             =   1848
      Width           =   1275
   End
   Begin VB.Label Label3 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BackStyle       =   0  'Transparent
      Caption         =   "Press the LEFT and RIGHT ARROW keys to move your ship, and the SPACE BAR to fire your lasers."
      ForeColor       =   &H80000008&
      Height          =   444
      Left            =   48
      TabIndex        =   2
      Top             =   1440
      Width           =   5676
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BackStyle       =   0  'Transparent
      Caption         =   "BAD GUYS"
      ForeColor       =   &H80000008&
      Height          =   204
      Left            =   2928
      TabIndex        =   1
      Top             =   72
      Width           =   1236
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BackStyle       =   0  'Transparent
      Caption         =   "YOU"
      ForeColor       =   &H80000008&
      Height          =   204
      Left            =   1800
      TabIndex        =   0
      Top             =   72
      Width           =   804
   End
   Begin VB.Shape Shape2 
      BorderWidth     =   2
      Height          =   996
      Left            =   2928
      Top             =   336
      Width           =   1188
   End
   Begin VB.Shape Shape1 
      BorderWidth     =   2
      Height          =   996
      Left            =   1704
      Top             =   336
      Width           =   1188
   End
   Begin VB.Image Image1 
      Appearance      =   0  'Flat
      Height          =   480
      Index           =   2
      Left            =   3285
      Picture         =   "FRMHOWTO.frx":0000
      Top             =   840
      Width           =   480
   End
   Begin VB.Image Image1 
      Appearance      =   0  'Flat
      Height          =   480
      Index           =   1
      Left            =   3285
      Picture         =   "FRMHOWTO.frx":030A
      Top             =   405
      Width           =   480
   End
   Begin VB.Image Image1 
      Appearance      =   0  'Flat
      Height          =   480
      Index           =   0
      Left            =   2040
      Picture         =   "FRMHOWTO.frx":0614
      Top             =   630
      Width           =   480
   End
End
Attribute VB_Name = "frmHowTo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub cmdOK_Click()
Unload Me
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -