📄 frmabout.frm
字号:
VERSION 5.00
Object = "{90F3D7B3-92E7-44BA-B444-6A8E2A3BC375}#1.0#0"; "ACTSKIN4.OCX"
Begin VB.Form FRMAbout
BackColor = &H00FFFFFF&
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 3180
ClientLeft = 45
ClientTop = 435
ClientWidth = 4200
Icon = "FRMAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3180
ScaleWidth = 4200
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame1
Height = 1395
Index = 1
Left = 60
TabIndex = 4
Top = 1080
Width = 4035
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel4
Height = 255
Index = 2
Left = 180
OleObjectBlob = "FRMAbout.frx":212A
TabIndex = 5
Top = 240
Width = 1755
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel4
Height = 255
Index = 4
Left = 180
OleObjectBlob = "FRMAbout.frx":218F
TabIndex = 6
Top = 600
Width = 2625
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel4
Height = 255
Index = 7
Left = 180
OleObjectBlob = "FRMAbout.frx":220A
TabIndex = 7
Top = 960
Width = 3345
End
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 5000
Left = 1080
Top = 2610
End
Begin VB.CommandButton Command1
Caption = "退 出"
Height = 465
Left = 3030
TabIndex = 2
Top = 2610
Width = 1035
End
Begin VB.PictureBox Picture2
BackColor = &H0000FFFF&
Height = 105
Left = 120
ScaleHeight = 45
ScaleWidth = 3825
TabIndex = 1
Top = 840
Width = 3885
End
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 555
Left = 210
Picture = "FRMAbout.frx":228D
ScaleHeight = 525
ScaleWidth = 525
TabIndex = 0
Top = 150
Width = 555
End
Begin ACTIVESKINLibCtl.Skin Skin1
Left = 3720
OleObjectBlob = "FRMAbout.frx":2B57
Top = 600
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel4
Height = 375
Index = 0
Left = 960
OleObjectBlob = "FRMAbout.frx":4D046
TabIndex = 3
Top = 240
Width = 2985
End
End
Attribute VB_Name = "FRMAbout"
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 Form_Load()
On Error Resume Next
MAIN.Enabled = False
' Skin1.LoadSkin App.Path & "\SKIN\6.sk"
Skin1.ApplySkin Me.hwnd
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
On Error Resume Next
Timer1.Enabled = False
End Sub
Private Sub Form_Unload(Cancel As Integer)
On Error Resume Next
MAIN.Enabled = True
End Sub
Private Sub Picture1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
On Error Resume Next
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
On Error Resume Next
nhb888.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -