📄 nhb888.frm
字号:
VERSION 5.00
Begin VB.Form nhb888
Appearance = 0 'Flat
BackColor = &H80000005&
ClientHeight = 4095
ClientLeft = 60
ClientTop = 60
ClientWidth = 7320
ControlBox = 0 'False
Icon = "NHB888.frx":0000
LinkTopic = "Form9"
MaxButton = 0 'False
MouseIcon = "NHB888.frx":08CA
MousePointer = 99 'Custom
ScaleHeight = 4095
ScaleWidth = 7320
StartUpPosition = 2 'CenterScreen
Begin VB.PictureBox PicOut
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
BeginProperty Font
Name = "楷体_GB2312"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 9555
Left = -60
Picture = "NHB888.frx":0BD4
ScaleHeight = 9555
ScaleWidth = 8085
TabIndex = 0
Top = -30
Width = 8085
Begin VB.CommandButton Command1
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
Caption = "退 出"
Height = 525
Left = 6150
Style = 1 'Graphical
TabIndex = 2
Top = 3480
Width = 1125
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 1000
Left = 240
Top = 300
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Height = 1845
Left = 120
TabIndex = 1
Top = 1920
Width = 3285
End
End
End
Attribute VB_Name = "nhb888"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
On Error Resume Next
Unload Me
End Sub
Private Sub Label1_Click()
Frmschname.Show 1
End Sub
Private Sub Form_Unload(Cancel As Integer)
On Error Resume Next
Timer1.Enabled = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -