📄 frminputc.frm
字号:
VERSION 5.00
Begin VB.Form FrmInputC
BorderStyle = 3 'Fixed Dialog
Caption = "字母录入选择"
ClientHeight = 900
ClientLeft = 45
ClientTop = 435
ClientWidth = 2670
ControlBox = 0 'False
FillColor = &H000000FF&
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 900
ScaleWidth = 2670
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton CmdC
Caption = "取消(&C)"
Height = 375
Left = 1440
TabIndex = 3
Top = 480
Width = 1095
End
Begin VB.CommandButton CmdOK
Caption = "开始(&B)"
Height = 375
Left = 120
TabIndex = 2
Top = 480
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "顺序文本"
Height = 255
Left = 1560
TabIndex = 1
Top = 120
Width = 1215
End
Begin VB.OptionButton Option1
Caption = "随机字母"
Height = 255
Left = 120
TabIndex = 0
Top = 120
Width = 1215
End
End
Attribute VB_Name = "FrmInputC"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdC_Click()
Letter = 0
Choice = 0
Unload Me
End Sub
Private Sub Cmdok_Click()
If Option1.Value = True Then
Choice = 1
EM
Else
Choice = 2
openFile
End If
CEL = 1
TSR = 0
TSE = 0
TSW = 0
FrmMain.FraTool.Visible = True
FrmMain.Frainput.Visible = True
FrmMain.TlbCh.Enabled = False
RndABC
FrmMain.TmrTime.Interval = 1000
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -