📄 typing.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "打字效果"
ClientHeight = 4392
ClientLeft = 1140
ClientTop = 1512
ClientWidth = 5736
LinkTopic = "Form1"
PaletteMode = 1 'UseZOrder
ScaleHeight = 4392
ScaleWidth = 5736
Begin VB.CommandButton Command2
Caption = "退出"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.8
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1680
TabIndex = 4
Top = 3720
Width = 2172
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 372
Left = 2760
TabIndex = 2
Top = 2640
Width = 1092
End
Begin VB.Timer Timer1
Interval = 300
Left = 5160
Top = 3240
End
Begin VB.CommandButton Command1
Caption = "开始"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.8
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1680
TabIndex = 1
Top = 3120
Width = 2172
End
Begin VB.PictureBox Picture1
AutoRedraw = -1 'True
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2292
Left = 120
ScaleHeight = 2244
ScaleWidth = 5364
TabIndex = 0
Top = 120
Width = 5415
End
Begin VB.Label Label1
Caption = "时间间隔设置"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 372
Left = 960
TabIndex = 3
Top = 2640
Width = 1572
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim ss As String
Dim sp As Integer '
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -