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

📄 frmyufa.frm

📁 TEST递归下降演示
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Begin VB.Form frmYuFa 
   BackColor       =   &H00FFC0FF&
   Caption         =   $"frmYuFa.frx":0000
   ClientHeight    =   6315
   ClientLeft      =   990
   ClientTop       =   2700
   ClientWidth     =   8595
   LinkTopic       =   "Form1"
   ScaleHeight     =   6315
   ScaleWidth      =   8595
   WindowState     =   2  'Maximized
   Begin VB.CommandButton write 
      BackColor       =   &H00C00000&
      Caption         =   "WRITE语句"
      Height          =   255
      Left            =   2520
      Style           =   1  'Graphical
      TabIndex        =   165
      Top             =   3720
      Width           =   975
   End
   Begin VB.CommandButton read 
      BackColor       =   &H00C00000&
      Caption         =   "READ语句"
      Height          =   255
      Left            =   360
      Style           =   1  'Graphical
      TabIndex        =   155
      Top             =   3360
      Width           =   975
   End
   Begin VB.CommandButton compound 
      BackColor       =   &H000000FF&
      Caption         =   "复合语句"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   4320
      Style           =   1  'Graphical
      TabIndex        =   146
      Top             =   3240
      Width           =   975
   End
   Begin VB.CommandButton while 
      BackColor       =   &H00FF0000&
      Caption         =   "WHILE语句"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   9720
      Style           =   1  'Graphical
      TabIndex        =   132
      Top             =   120
      Width           =   1215
   End
   Begin VB.CommandButton stat 
      BackColor       =   &H00FF0000&
      Caption         =   "语句"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   6240
      Style           =   1  'Graphical
      TabIndex        =   124
      Top             =   1320
      Width           =   1215
   End
   Begin VB.CommandButton statlist 
      BackColor       =   &H00FF0000&
      Caption         =   "语句序列"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   6360
      Style           =   1  'Graphical
      TabIndex        =   110
      Top             =   120
      Width           =   1095
   End
   Begin VB.Timer Timer1 
      Interval        =   100
      Left            =   2040
      Top             =   0
   End
   Begin VB.CommandButton if 
      BackColor       =   &H00FF0000&
      Caption         =   "IF语句"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   8160
      Style           =   1  'Graphical
      TabIndex        =   90
      Top             =   120
      Width           =   735
   End
   Begin VB.CommandButton factor 
      BackColor       =   &H00FF0000&
      Caption         =   "因子表达式"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   8880
      Style           =   1  'Graphical
      TabIndex        =   54
      Top             =   5640
      Width           =   1215
   End
   Begin VB.CommandButton term 
      BackColor       =   &H00FF0000&
      Caption         =   "项表达式"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   7560
      Style           =   1  'Graphical
      TabIndex        =   53
      Top             =   5640
      Width           =   975
   End
   Begin VB.CommandButton addexpr 
      BackColor       =   &H00FF0000&
      Caption         =   "算术表达式"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   5760
      Style           =   1  'Graphical
      TabIndex        =   52
      Top             =   5640
      Width           =   1215
   End
   Begin VB.CommandButton boolexpr 
      BackColor       =   &H00FF0000&
      Caption         =   "布尔表达式"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   3960
      Style           =   1  'Graphical
      TabIndex        =   46
      Top             =   5640
      Width           =   1215
   End
   Begin VB.CommandButton expr 
      BackColor       =   &H00FF0000&
      Caption         =   "表达式"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   2400
      Style           =   1  'Graphical
      TabIndex        =   38
      Top             =   5640
      Width           =   1335
   End
   Begin VB.CommandButton exprstat 
      BackColor       =   &H00FF0000&
      Caption         =   "表达式语句"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   120
      Style           =   1  'Graphical
      TabIndex        =   30
      Top             =   5640
      Width           =   1575
   End
   Begin VB.CommandButton decllist 
      BackColor       =   &H00FF0000&
      Caption         =   "声明语句序列"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   4080
      Style           =   1  'Graphical
      TabIndex        =   16
      Top             =   120
      Width           =   1455
   End
   Begin VB.HScrollBar HScroll1 
      Height          =   255
      Left            =   120
      Max             =   2000
      TabIndex        =   15
      Top             =   3000
      Value           =   100
      Width           =   2055
   End
   Begin VB.CommandButton parse 
      BackColor       =   &H000000FF&
      Caption         =   "开始"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   2640
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   120
      Width           =   855
   End
   Begin VB.ListBox lstToken 
      BackColor       =   &H000080FF&
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2220
      ItemData        =   "frmYuFa.frx":001B
      Left            =   120
      List            =   "frmYuFa.frx":003A
      TabIndex        =   0
      Top             =   600
      Width           =   2175
   End
   Begin VB.Label Label16 
      Caption         =   "快"
      Height          =   195
      Left            =   2160
      TabIndex        =   172
      Top             =   3000
      Width           =   165
   End
   Begin VB.Line Line15 
      Index           =   3
      X1              =   3000
      X2              =   3000
      Y1              =   4920
      Y2              =   5280
   End
   Begin VB.Line Line15 
      Index           =   2
      X1              =   3000
      X2              =   3000
      Y1              =   4560
      Y2              =   4920
   End
   Begin VB.Line Line15 
      Index           =   1
      X1              =   3000
      X2              =   3000
      Y1              =   4200
      Y2              =   4560
   End
   Begin VB.Line Line15 
      Index           =   0
      X1              =   3000
      X2              =   3000
      Y1              =   3840
      Y2              =   4200
   End
   Begin VB.Label Label15 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFF00&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "返回"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   240
      Index           =   3
      Left            =   2760
      TabIndex        =   171
      Top             =   5160
      Width           =   465
   End
   Begin VB.Label Label15 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFF00&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "读符号"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   240
      Index           =   0
      Left            =   2640
      TabIndex        =   170
      Top             =   4080
      Width           =   660
   End
   Begin VB.Label Label15 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFF00&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "表达式"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   240
      Index           =   1
      Left            =   2640
      TabIndex        =   169
      Top             =   4440
      Width           =   660
   End
   Begin VB.Label Label15 
      AutoSize        =   -1  'True
      BackColor       =   &H00FFFF00&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "是;?"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   240
      Index           =   2
      Left            =   2640

⌨️ 快捷键说明

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