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

📄 frmhelp.frm

📁 nim
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmHelp 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "How to Play BartNIM"
   ClientHeight    =   3555
   ClientLeft      =   2340
   ClientTop       =   1935
   ClientWidth     =   5730
   ClipControls    =   0   'False
   Icon            =   "frmHelp.frx":0000
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2453.724
   ScaleMode       =   0  'User
   ScaleWidth      =   5380.766
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.PictureBox picIcon 
      AutoSize        =   -1  'True
      ClipControls    =   0   'False
      Height          =   3015
      Left            =   240
      Picture         =   "frmHelp.frx":08CA
      ScaleHeight     =   2075.395
      ScaleMode       =   0  'User
      ScaleWidth      =   1264.2
      TabIndex        =   1
      Top             =   240
      Width           =   1860
   End
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   345
      Left            =   3000
      TabIndex        =   0
      Top             =   2880
      Width           =   1260
   End
   Begin VB.Label lblHow 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "HOW PLAY WORKS:"
      ForeColor       =   &H00000000&
      Height          =   240
      Left            =   2280
      TabIndex        =   5
      Top             =   1200
      Width           =   2685
   End
   Begin VB.Label lblObjective1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "OBJECTIVE:"
      ForeColor       =   &H00000000&
      Height          =   480
      Left            =   2280
      TabIndex        =   4
      Top             =   120
      Width           =   2685
   End
   Begin VB.Label lblObjective 
      Caption         =   "    The last player to take a Bart face wins."
      ForeColor       =   &H00000000&
      Height          =   465
      Left            =   2280
      TabIndex        =   2
      Top             =   480
      Width           =   2685
   End
   Begin VB.Label lblMethod 
      Caption         =   $"frmHelp.frx":17B5
      Height          =   945
      Left            =   2280
      TabIndex        =   3
      Top             =   1440
      Width           =   2805
   End
End
Attribute VB_Name = "frmHelp"
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 + -