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

📄 form2.frm

📁 N迷游戏问题(拼图类)可以支持3--35迷
💻 FRM
字号:
VERSION 5.00
Begin VB.Form PicForm 
   AutoRedraw      =   -1  'True
   BorderStyle     =   0  'None
   Caption         =   "开始画面"
   ClientHeight    =   7935
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   7935
   LinkTopic       =   "Form2"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7935
   ScaleWidth      =   7935
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Image Image1 
      Height          =   7935
      Left            =   0
      MouseIcon       =   "Form2.frx":0000
      MousePointer    =   99  'Custom
      Picture         =   "Form2.frx":08CA
      Stretch         =   -1  'True
      Tag             =   "作者:范轩轩"
      ToolTipText     =   "CopyLeft 2007"
      Top             =   0
      Width           =   7935
   End
End
Attribute VB_Name = "PicForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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