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

📄 frmhelp.frm

📁 有一点点类似真人快打的游戏。挺好玩的
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmHelp 
   Caption         =   "操作说明"
   ClientHeight    =   3480
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form2"
   ScaleHeight     =   3480
   ScaleWidth      =   4680
   StartUpPosition =   1  '所属视窗中央
   Begin VB.CommandButton cmdOK 
      Caption         =   "确定(&O)"
      Height          =   495
      Left            =   1560
      TabIndex        =   11
      Top             =   2880
      Width           =   1575
   End
   Begin VB.Frame fraOper 
      Caption         =   "操作说明"
      Height          =   1335
      Left            =   240
      TabIndex        =   2
      Top             =   1440
      Width           =   4215
      Begin VB.Label Label3 
         Caption         =   "SHIFT:发射"
         Height          =   255
         Index           =   5
         Left            =   2400
         TabIndex        =   10
         Top             =   960
         Width           =   1335
      End
      Begin VB.Label Label3 
         Caption         =   "DOWN:下移"
         Height          =   255
         Index           =   4
         Left            =   2400
         TabIndex        =   9
         Top             =   720
         Width           =   1335
      End
      Begin VB.Label Label3 
         Caption         =   "UP:上移"
         Height          =   255
         Index           =   3
         Left            =   2400
         TabIndex        =   8
         Top             =   480
         Width           =   1335
      End
      Begin VB.Label Label2 
         Caption         =   "右边玩家"
         Height          =   255
         Index           =   1
         Left            =   2160
         TabIndex        =   7
         Top             =   240
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "SPACE:发射"
         Height          =   255
         Index           =   2
         Left            =   360
         TabIndex        =   6
         Top             =   960
         Width           =   1335
      End
      Begin VB.Label Label3 
         Caption         =   "X:下移"
         Height          =   255
         Index           =   1
         Left            =   360
         TabIndex        =   5
         Top             =   720
         Width           =   1335
      End
      Begin VB.Label Label3 
         Caption         =   "W:上移"
         Height          =   255
         Index           =   0
         Left            =   360
         TabIndex        =   4
         Top             =   480
         Width           =   1335
      End
      Begin VB.Label Label2 
         Caption         =   "左边玩家"
         Height          =   255
         Index           =   0
         Left            =   120
         TabIndex        =   3
         Top             =   240
         Width           =   975
      End
   End
   Begin VB.Frame fraMain 
      Height          =   1215
      Left            =   240
      TabIndex        =   0
      Top             =   120
      Width           =   4215
      Begin VB.Label lblTitle 
         Caption         =   "快打旋风VB版"
         BeginProperty Font 
            Name            =   "新细明体"
            Size            =   20.25
            Charset         =   136
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   1320
         TabIndex        =   1
         Top             =   480
         Width           =   2655
      End
      Begin VB.Image imgMe 
         Height          =   780
         Left            =   240
         Picture         =   "frmHelp.frx":0000
         Top             =   240
         Width           =   780
      End
   End
End
Attribute VB_Name = "frmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' http://www.vbpro.net
' VBPro.Net中文资源网
' 「VB6.0中文专业版彻底研究」
' 帅帅阿柳提供Option Explicit

Private Sub cmdOK_Click()
    Unload Me
End Sub

Private Sub Form_Load()

End Sub

⌨️ 快捷键说明

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