📄 frmcc.frm
字号:
VERSION 5.00
Begin VB.Form FrmCC
BorderStyle = 3 'Fixed Dialog
Caption = "汉字录入练习选择"
ClientHeight = 1200
ClientLeft = 45
ClientTop = 435
ClientWidth = 2385
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1200
ScaleWidth = 2385
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton CmdC
Caption = "取消(&C)"
Height = 375
Left = 1320
TabIndex = 5
Top = 720
Width = 975
End
Begin VB.CommandButton CmdB
Caption = "开始(&B)"
Height = 375
Left = 1320
TabIndex = 4
Top = 120
Width = 975
End
Begin VB.OptionButton Option4
Caption = "全码汉字"
Height = 375
Left = 120
TabIndex = 3
Top = 880
Width = 1095
End
Begin VB.OptionButton Option3
Caption = "三级简码"
Height = 375
Left = 120
TabIndex = 2
Top = 600
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "二级简码"
Height = 255
Left = 120
TabIndex = 1
Top = 360
Width = 1215
End
Begin VB.OptionButton Option1
Caption = "一级简码"
Height = 375
Left = 120
TabIndex = 0
Top = 0
Width = 1095
End
End
Attribute VB_Name = "FrmCC"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdB_Click()
FrmCC.Hide
If Option1.Value = True Then
Choice = 1
Code
End If
If Option2.Value = True Then
Choice = 2
ConSQL
CopyData
End If
If Option3.Value = True Then
Choice = 3
ConSQL
CopyData
End If
If Option4.Value = True Then
Choice = 4
ConSQL
CopyData
End If
RndABC
CEL = 1
TSE = 0
TSR = 0
TSW = 0
FrmMain.Frainput.Visible = True
FrmMain.FraTool.Visible = True
FrmMain.TlbCh.Enabled = False
FrmMain.TmrTime.Interval = 1000
Unload Me
End Sub
Private Sub CmdC_Click()
Letter = 0
Choice = 0
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -