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

📄 form1.frm

📁 this game is programmed by visual basic language,please check it,thank you very much!
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form Form1 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00C0C0FF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "方块游戏---207创作室"
   ClientHeight    =   6000
   ClientLeft      =   45
   ClientTop       =   615
   ClientWidth     =   8160
   FillColor       =   &H0080FF80&
   Icon            =   "Form1.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6000
   ScaleWidth      =   8160
   Begin VB.Timer tmrright 
      Enabled         =   0   'False
      Interval        =   250
      Left            =   6480
      Top             =   120
   End
   Begin VB.Timer tmrleft 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   1200
      Top             =   120
   End
   Begin VB.Timer tmrtime2 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   7440
      Top             =   1320
   End
   Begin VB.Timer tmrtime1 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   360
      Top             =   1440
   End
   Begin VB.CommandButton cmdstart 
      Caption         =   "开始"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   1
      Left            =   7080
      Style           =   1  'Graphical
      TabIndex        =   23
      ToolTipText     =   "快捷键F3"
      Top             =   5505
      Width           =   1080
   End
   Begin VB.CommandButton cmdrenew 
      Caption         =   "重新"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   1
      Left            =   7080
      Style           =   1  'Graphical
      TabIndex        =   22
      Top             =   4920
      Width           =   1080
   End
   Begin VB.CommandButton cmdfullscreen 
      Caption         =   "全屏"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   1
      Left            =   7080
      Style           =   1  'Graphical
      TabIndex        =   21
      ToolTipText     =   "快捷键F1"
      Top             =   4320
      Width           =   1080
   End
   Begin VB.CommandButton cmdstart 
      Caption         =   "开始"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   0
      Left            =   0
      Style           =   1  'Graphical
      TabIndex        =   20
      ToolTipText     =   "快捷键F2"
      Top             =   5505
      Width           =   1080
   End
   Begin VB.CommandButton cmdrenew 
      Caption         =   "重新"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   0
      Left            =   0
      Style           =   1  'Graphical
      TabIndex        =   19
      Top             =   4920
      Width           =   1080
   End
   Begin VB.CommandButton cmdfullscreen 
      Caption         =   "全屏"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Index           =   0
      Left            =   0
      Style           =   1  'Graphical
      TabIndex        =   18
      ToolTipText     =   "快捷键F1"
      Top             =   4320
      Width           =   1080
   End
   Begin MSComCtl2.UpDown UpDown1 
      Height          =   255
      Index           =   0
      Left            =   0
      TabIndex        =   14
      Top             =   2320
      Width           =   270
      _ExtentX        =   476
      _ExtentY        =   450
      _Version        =   393216
      Value           =   1
      BuddyControl    =   "lblspeed(0)"
      BuddyDispid     =   196622
      BuddyIndex      =   0
      OrigTop         =   2320
      OrigRight       =   270
      OrigBottom      =   2575
      SyncBuddy       =   -1  'True
      Wrap            =   -1  'True
      BuddyProperty   =   0
      Enabled         =   -1  'True
   End
   Begin MSComctlLib.ProgressBar ProgressBar1 
      Height          =   135
      Index           =   0
      Left            =   0
      TabIndex        =   12
      Top             =   3120
      Width           =   1080
      _ExtentX        =   1905
      _ExtentY        =   238
      _Version        =   393216
      BorderStyle     =   1
      Appearance      =   0
      Max             =   50
   End
   Begin VB.PictureBox picture2 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00C0C0FF&
      BorderStyle     =   0  'None
      FillStyle       =   0  'Solid
      Height          =   1080
      Index           =   1
      Left            =   7080
      ScaleHeight     =   5
      ScaleMode       =   0  'User
      ScaleWidth      =   5
      TabIndex        =   11
      Top             =   1040
      Width           =   1080
   End
   Begin VB.PictureBox picture2 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00C0C0FF&
      BorderStyle     =   0  'None
      FillColor       =   &H000000FF&
      FillStyle       =   0  'Solid
      ForeColor       =   &H000000FF&
      Height          =   1080
      Index           =   0
      Left            =   0
      ScaleHeight     =   5
      ScaleMode       =   0  'User
      ScaleWidth      =   5
      TabIndex        =   10
      Top             =   1040
      Width           =   1080
   End
   Begin VB.PictureBox Picture1 
      AutoRedraw      =   -1  'True
      BackColor       =   &H80000007&
      FillStyle       =   0  'Solid
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   6000
      Index           =   1
      Left            =   4080
      ScaleHeight     =   20
      ScaleMode       =   0  'User
      ScaleWidth      =   10
      TabIndex        =   1
      Top             =   0
      Width           =   3000
   End
   Begin VB.PictureBox Picture1 
      AutoRedraw      =   -1  'True
      BackColor       =   &H00004080&
      FillColor       =   &H000000FF&
      FillStyle       =   0  'Solid
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   6000
      Index           =   0
      Left            =   1080
      ScaleHeight     =   20
      ScaleMode       =   0  'User
      ScaleWidth      =   10
      TabIndex        =   0
      Top             =   0
      Width           =   3000
   End
   Begin MSComctlLib.ProgressBar ProgressBar1 
      Height          =   140
      Index           =   1
      Left            =   7080
      TabIndex        =   13
      Top             =   3100
      Width           =   1080
      _ExtentX        =   1905
      _ExtentY        =   238
      _Version        =   393216
      BorderStyle     =   1
      Appearance      =   0
      Max             =   50
   End
   Begin MSComCtl2.UpDown UpDown1 
      Height          =   255
      Index           =   1
      Left            =   7080
      TabIndex        =   15
      Top             =   2320
      Width           =   270
      _ExtentX        =   476
      _ExtentY        =   450
      _Version        =   393216
      Value           =   1
      BuddyControl    =   "lblspeed(1)"
      BuddyDispid     =   196622
      BuddyIndex      =   1
      OrigLeft        =   7080
      OrigTop         =   2320
      OrigRight       =   7350
      OrigBottom      =   2575
      SyncBuddy       =   -1  'True
      Wrap            =   -1  'True
      BuddyProperty   =   0
      Enabled         =   -1  'True
   End
   Begin VB.Label Label2 
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      Caption         =   "sps"
      ForeColor       =   &H000000FF&
      Height          =   495
      Index           =   1
      Left            =   7860
      TabIndex        =   31
      Top             =   3600
      Width           =   300
   End
   Begin VB.Label lbloperator 
      Alignment       =   2  'Center
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      Caption         =   "0"
      ForeColor       =   &H000000FF&
      Height          =   480
      Index           =   1
      Left            =   7080
      TabIndex        =   30
      Top             =   3600
      Width           =   780
   End
   Begin VB.Label Label2 
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      Caption         =   "sps"
      ForeColor       =   &H000000FF&
      Height          =   495
      Index           =   0
      Left            =   780
      TabIndex        =   29
      Top             =   3600
      Width           =   300
   End
   Begin VB.Label lbloperator 
      Alignment       =   2  'Center
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      Caption         =   "0"
      ForeColor       =   &H000000FF&
      Height          =   480
      Index           =   0
      Left            =   0
      TabIndex        =   28
      Top             =   3600
      Width           =   780
   End
   Begin VB.Label Label7 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "速度"
      ForeColor       =   &H00FFFF00&
      Height          =   495
      Index           =   1
      Left            =   7080
      TabIndex        =   27
      Top             =   3300
      Width           =   1215
   End
   Begin VB.Label Label6 
      Alignment       =   2  'Center
      BackColor       =   &H00404040&
      BackStyle       =   0  'Transparent
      Caption         =   " 速度指示器    "
      ForeColor       =   &H00FFFF00&
      Height          =   495
      Index           =   1
      Left            =   7080
      TabIndex        =   26
      Top             =   2900
      Width           =   1080
   End
   Begin VB.Label Label7 
      Alignment       =   2  'Center
      BackColor       =   &H00404040&

⌨️ 快捷键说明

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