?? stopwatch.ctl
字號:
VERSION 5.00
Begin VB.UserControl stopwatch
ClientHeight = 1440
ClientLeft = 0
ClientTop = 0
ClientWidth = 4800
ScaleHeight = 1440
ScaleWidth = 4800
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 100
Left = 3120
Top = 720
End
Begin VB.CommandButton cmdStartStop
Caption = "計時"
Height = 450
Left = 3840
TabIndex = 1
Top = 240
Width = 615
End
Begin VB.CommandButton cmdReset
Caption = "清零"
Height = 465
Left = 3840
TabIndex = 0
Top = 780
Width = 630
End
End
Attribute VB_Name = "stopwatch"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Option Explicit
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -