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

📄 shuoming.frm

📁 这是一个格斗游戏:开发雨衣:vb 。 很好玩的。
💻 FRM
字号:
VERSION 5.00
Begin VB.Form shuoming 
   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 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "旋风快打1.0"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   495
         Left            =   720
         TabIndex        =   1
         Top             =   480
         Width           =   2655
      End
      Begin VB.Image imgMe 
         Height          =   800
         Left            =   240
         Picture         =   "shuoming.frx":0000
         Stretch         =   -1  'True
         Top             =   240
         Width           =   3720
      End
   End
End
Attribute VB_Name = "shuoming"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub cmdOK_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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