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

📄 frmmain.frm

📁 简单的猜数字、二十四点游戏
💻 FRM
📖 第 1 页 / 共 5 页
字号:
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   24
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   370
         TabIndex        =   52
         Top             =   250
         Width           =   3975
      End
      Begin VB.Label Label9 
         BackStyle       =   0  'Transparent
         Caption         =   "祝大家:天天快乐  心想事成"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   375
         Left            =   600
         TabIndex        =   45
         Top             =   1560
         Width           =   3855
      End
      Begin VB.Label Label14 
         BackStyle       =   0  'Transparent
         Caption         =   "祝大家:天天快乐  心想事成"
         BeginProperty Font 
            Name            =   "方正舒体"
            Size            =   14.25
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   610
         TabIndex        =   53
         Top             =   1570
         Width           =   3855
      End
   End
   Begin VB.Frame Frame4 
      BackColor       =   &H00C0C0FF&
      ForeColor       =   &H00000000&
      Height          =   2175
      Left            =   480
      TabIndex        =   25
      Top             =   120
      Visible         =   0   'False
      Width           =   4935
      Begin VB.CommandButton Command2 
         BackColor       =   &H00C0C0FF&
         Caption         =   "重 写"
         Enabled         =   0   'False
         Height          =   255
         Left            =   2520
         Style           =   1  'Graphical
         TabIndex        =   48
         Top             =   1800
         Width           =   735
      End
      Begin VB.CommandButton CmdJie24 
         BackColor       =   &H00C0C0FF&
         Caption         =   "告诉我"
         Enabled         =   0   'False
         Height          =   255
         Left            =   3360
         MaskColor       =   &H00C0C0FF&
         Style           =   1  'Graphical
         TabIndex        =   29
         Top             =   1800
         Width           =   855
      End
      Begin VB.CommandButton CmdNew24 
         BackColor       =   &H00C0C0FF&
         Caption         =   "新游戏"
         Height          =   255
         Left            =   600
         MaskColor       =   &H00C0C0FF&
         Style           =   1  'Graphical
         TabIndex        =   28
         Top             =   1800
         Width           =   855
      End
      Begin VB.CommandButton CmdOk24 
         BackColor       =   &H00C0C0FF&
         Caption         =   "确 定"
         Enabled         =   0   'False
         Height          =   255
         Left            =   1560
         MaskColor       =   &H00C0C0FF&
         Style           =   1  'Graphical
         TabIndex        =   27
         Top             =   1800
         Width           =   735
      End
      Begin VB.TextBox Text4 
         BackColor       =   &H00C0E0FF&
         Enabled         =   0   'False
         Height          =   270
         Left            =   480
         TabIndex        =   26
         ToolTipText     =   "点击插入符号"
         Top             =   1425
         Width           =   3855
      End
      Begin VB.Label LblDel 
         BackColor       =   &H00C0C0FF&
         BackStyle       =   0  'Transparent
         Caption         =   "<<"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Left            =   4320
         TabIndex        =   40
         ToolTipText     =   "点击删除一个字符"
         Top             =   1440
         Width           =   255
      End
      Begin VB.Label LblA 
         BackStyle       =   0  'Transparent
         Caption         =   ")"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   5
         Left            =   3240
         TabIndex        =   36
         ToolTipText     =   "点击写入右括号"
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label LblA 
         BackStyle       =   0  'Transparent
         Caption         =   "("
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   4
         Left            =   2880
         TabIndex        =   35
         ToolTipText     =   "点击写入左括号"
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label LblA 
         BackStyle       =   0  'Transparent
         Caption         =   "/"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   3
         Left            =   2520
         TabIndex        =   34
         ToolTipText     =   "点击写入除号"
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label LblA 
         BackStyle       =   0  'Transparent
         Caption         =   "+"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   0
         Left            =   1440
         TabIndex        =   33
         ToolTipText     =   "点击写入加号"
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label LblA 
         BackStyle       =   0  'Transparent
         Caption         =   "-"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   1
         Left            =   1800
         TabIndex        =   32
         ToolTipText     =   "点击写入减号"
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label LblA 
         BackStyle       =   0  'Transparent
         Caption         =   "*"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   2
         Left            =   2160
         TabIndex        =   31
         ToolTipText     =   "点击写入乘号"
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label LblGameTime 
         BackStyle       =   0  'Transparent
         Caption         =   "00"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   14.25
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   375
         Left            =   4320
         TabIndex        =   30
         ToolTipText     =   "点击这里改变游戏难度"
         Top             =   240
         Width           =   495
      End
      Begin VB.Image Image2 
         Height          =   495
         Left            =   120
         Picture         =   "FrmMain.frx":26E2
         Stretch         =   -1  'True
         Top             =   240
         Width           =   495
      End
      Begin VB.Image Image1 
         Height          =   855
         Index           =   3
         Left            =   3360
         Picture         =   "FrmMain.frx":2D5F
         Stretch         =   -1  'True
         ToolTipText     =   "点击写入点数"
         Top             =   240
         Width           =   615
      End
      Begin VB.Image Image1 
         Height          =   855
         Index           =   2
         Left            =   2520
         Picture         =   "FrmMain.frx":3C35
         Stretch         =   -1  'True
         ToolTipText     =   "点击写入点数"
         Top             =   240
         Width           =   615
      End
      Begin VB.Image Image1 
         Height          =   855
         Index           =   1
         Left            =   1680
         Picture         =   "FrmMain.frx":4B0B
         Stretch         =   -1  'True
         ToolTipText     =   "点击写入点数"
         Top             =   240
         Width           =   615
      End
      Begin VB.Image Image1 
         Height          =   855
         Index           =   0
         Left            =   840
         Picture         =   "FrmMain.frx":59E1
         Stretch         =   -1  'True
         ToolTipText     =   "点击写入点数"
         Top             =   240
         Width           =   615
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0FF&
      Height          =   2055
      Left            =   2880
      TabIndex        =   4
      Top             =   240
      Width           =   2535
      Begin VB.CommandButton CmdAnswer 
         BackColor       =   &H00C0C0FF&
         Caption         =   "结果"
         Enabled         =   0   'False
         Height          =   255
         Left            =   1680
         Style           =   1  'Graphical
         TabIndex        =   10
         Top             =   1560
         Width           =   615
      End
      Begin VB.CommandButton CmdStart 
         BackColor       =   &H00C0C0FF&
         Caption         =   "开始"
         Height          =   255
         Left            =   240
         Style           =   1  'Graphical
         TabIndex        =   9
         Top             =   1560
         Width           =   615
      End
      Begin VB.CommandButton CmdOk 
         BackColor       =   &H00C0C0FF&
         Caption         =   "确定"
         Enabled         =   0   'False
         Height          =   255
         Left            =   960
         Style           =   1  'Graphical
         TabIndex        =   8
         Top             =   1560
         Width           =   615
      End
      Begin VB.TextBox TxtNum 
         BackColor       =   &H00C0E0FF&
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Index           =   3
         Left            =   1800
         TabIndex        =   3
         Top             =   360
         Width           =   375
      End
      Begin VB.TextBox TxtNum 
         BackColor       =   &H00C0E0FF&
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Index           =   2
         Left            =   1320
         TabIndex        =   2
         Top             =   360
         Width           =   375
      End
      Begin VB.TextBox TxtNum 
         BackColor       =   &H00C0E0FF&
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Index           =   1
         Left            =   840
         TabIndex        =   1
         Top             =   360

⌨️ 快捷键说明

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