frmcifarules.frm
来自「TEST递归下降演示」· FRM 代码 · 共 42 行
FRM
42 行
VERSION 5.00
Begin VB.Form frmCiFaRules
BorderStyle = 1 'Fixed Single
Caption = "词 法 规 则"
ClientHeight = 4980
ClientLeft = 45
ClientTop = 330
ClientWidth = 10530
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4980
ScaleWidth = 10530
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox Text1
BackColor = &H00C0C0FF&
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 4680
Left = 120
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 0
Text = "frmCiFaRules.frx":0000
Top = 120
Width = 10260
End
End
Attribute VB_Name = "frmCiFaRules"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?