?? g.frm
字號:
VERSION 5.00
Begin VB.Form G
BackColor = &H00FFC0FF&
ClientHeight = 1725
ClientLeft = 60
ClientTop = 60
ClientWidth = 7635
ControlBox = 0 'False
BeginProperty Font
Name = "隸書"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
LinkTopic = "Form1"
Moveable = 0 'False
NegotiateMenus = 0 'False
ScaleHeight = 1725
ScaleWidth = 7635
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "停"
Height = 525
Left = 3120
TabIndex = 0
Top = 1200
Width = 1215
End
Begin VB.Timer Timer1
Interval = 50
Left = 8280
Top = 720
End
End
Attribute VB_Name = "G"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Click()
Unload Me
End Sub
Private Sub Timer1_Timer()
Me.Cls
Print text(genNo())
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -