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

📄 frmmain.frm

📁 简单的猜数字、二十四点游戏
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FrmMain 
   BackColor       =   &H00C0C0FF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "数字游戏系列之一"
   ClientHeight    =   3870
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5910
   ForeColor       =   &H00C0C0FF&
   Icon            =   "FrmMain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   258
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   394
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame FramBack 
      BackColor       =   &H008080FF&
      BorderStyle     =   0  'None
      ForeColor       =   &H00C0C0FF&
      Height          =   15
      Left            =   480
      TabIndex        =   37
      Top             =   240
      Visible         =   0   'False
      Width           =   4935
      Begin VB.Label Label12 
         BackStyle       =   0  'Transparent
         Caption         =   "数字游戏系列之一"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   24
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0000FFFF&
         Height          =   495
         Left            =   360
         TabIndex        =   47
         ToolTipText     =   "点击查看使用方法"
         Top             =   240
         Width           =   4215
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "尉肖宁"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0080FFFF&
         Height          =   375
         Left            =   3720
         TabIndex        =   39
         Top             =   1560
         Width           =   1095
      End
      Begin VB.Label Label4 
         BackColor       =   &H008080FF&
         BackStyle       =   0  'Transparent
         Caption         =   "作者:"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0080FFFF&
         Height          =   375
         Left            =   2880
         TabIndex        =   38
         Top             =   1560
         Width           =   855
      End
      Begin VB.Label Label15 
         BackStyle       =   0  'Transparent
         Caption         =   "数字游戏系列之一"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   24
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   370
         TabIndex        =   54
         Top             =   250
         Width           =   3975
      End
      Begin VB.Label Label17 
         BackStyle       =   0  'Transparent
         Caption         =   "作者:"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   2890
         TabIndex        =   56
         Top             =   1570
         Width           =   735
      End
      Begin VB.Label Label18 
         BackStyle       =   0  'Transparent
         Caption         =   "尉肖宁"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   3730
         TabIndex        =   57
         Top             =   1570
         Width           =   1095
      End
      Begin VB.Label Label11 
         BackStyle       =   0  'Transparent
         Caption         =   "送给可爱的朋友"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0080FF80&
         Height          =   375
         Left            =   1200
         TabIndex        =   46
         ToolTipText     =   "点击查看使用方法"
         Top             =   960
         Width           =   2295
      End
      Begin VB.Label Label16 
         BackStyle       =   0  'Transparent
         Caption         =   "送给可爱的朋友"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1210
         TabIndex        =   55
         Top             =   970
         Width           =   2175
      End
   End
   Begin VB.Timer Timeback1 
      Enabled         =   0   'False
      Interval        =   100
      Left            =   0
      Top             =   1440
   End
   Begin VB.Timer Timback 
      Enabled         =   0   'False
      Interval        =   100
      Left            =   0
      Top             =   1080
   End
   Begin VB.Timer TimGameTime 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   0
      Top             =   0
   End
   Begin VB.Timer Timer3 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   0
      Top             =   360
   End
   Begin VB.Timer Timer2 
      Interval        =   500
      Left            =   0
      Top             =   720
   End
   Begin VB.TextBox Text3 
      BackColor       =   &H00C0C0FF&
      Height          =   270
      Left            =   4440
      TabIndex        =   24
      Top             =   3600
      Width           =   1455
   End
   Begin VB.TextBox Text2 
      BackColor       =   &H00C0C0FF&
      Height          =   270
      Left            =   0
      TabIndex        =   23
      Text            =   "猜数字V3.01版 (Esc退出,Enter开始)"
      Top             =   3600
      Width           =   2295
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H00C0C0FF&
      Height          =   270
      Left            =   2280
      TabIndex        =   22
      Top             =   3600
      Width           =   2175
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00C0C0FF&
      Height          =   1095
      Left            =   360
      TabIndex        =   5
      Top             =   2400
      Width           =   5175
      Begin VB.Label LblEgg 
         BackStyle       =   0  'Transparent
         Height          =   735
         Left            =   2400
         TabIndex        =   41
         ToolTipText     =   "点击查看使用方法"
         Top             =   240
         Width           =   135
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   45
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   44
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   43
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   42
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   41
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   40
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   39
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   38
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   37
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   36
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   35
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   34
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   33
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   32
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   31
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   30
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   29
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   28
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   27
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   26
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   25
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End
      Begin VB.Line LineMove 
         BorderColor     =   &H000000FF&
         Index           =   24
         X1              =   0
         X2              =   70
         Y1              =   0
         Y2              =   0
      End

⌨️ 快捷键说明

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