📄 mario.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 0 '没有框线
Caption = "Form1"
ClientHeight = 6090
ClientLeft = 1005
ClientTop = 1680
ClientWidth = 5775
ClipControls = 0 'False
Icon = "mario.frx":0000
LinkTopic = "Form1"
ScaleHeight = 6090
ScaleWidth = 5775
ShowInTaskbar = 0 'False
Begin VB.PictureBox P
BorderStyle = 0 '没有框线
Height = 1095
Index = 0
Left = 120
Picture = "mario.frx":030A
ScaleHeight = 1095
ScaleWidth = 3015
TabIndex = 8
Top = 2520
Width = 3015
End
Begin VB.Timer Timer1
Interval = 100
Left = 2160
Top = 720
End
Begin VB.PictureBox P
BorderStyle = 0 '没有框线
Height = 1095
Index = 1
Left = 2520
Picture = "mario.frx":0D3C
ScaleHeight = 1095
ScaleWidth = 3015
TabIndex = 7
Top = 2400
Width = 3015
End
Begin VB.PictureBox P
BorderStyle = 0 '没有框线
Height = 1095
Index = 2
Left = 1080
Picture = "mario.frx":177D
ScaleHeight = 1095
ScaleWidth = 3015
TabIndex = 6
Top = 2400
Width = 3015
End
Begin VB.PictureBox P
BorderStyle = 0 '没有框线
Height = 1095
Index = 3
Left = 600
Picture = "mario.frx":230C
ScaleHeight = 1095
ScaleWidth = 3015
TabIndex = 5
Top = 3600
Width = 3015
End
Begin VB.PictureBox P
BorderStyle = 0 '没有框线
Height = 1095
Index = 4
Left = 0
Picture = "mario.frx":2CED
ScaleHeight = 1095
ScaleWidth = 3015
TabIndex = 4
Top = 4320
Width = 3015
End
Begin VB.PictureBox P
BorderStyle = 0 '没有框线
Height = 1095
Index = 5
Left = 2880
Picture = "mario.frx":376A
ScaleHeight = 1095
ScaleWidth = 3015
TabIndex = 3
Top = 3840
Width = 3015
End
Begin VB.PictureBox P
BorderStyle = 0 '没有框线
Height = 1095
Index = 6
Left = 2640
Picture = "mario.frx":4158
ScaleHeight = 1095
ScaleWidth = 3015
TabIndex = 2
Top = 5040
Width = 3015
End
Begin VB.PictureBox P
BorderStyle = 0 '没有框线
Height = 1095
Index = 7
Left = 360
Picture = "mario.frx":4CC5
ScaleHeight = 1095
ScaleWidth = 3015
TabIndex = 1
Top = 5640
Width = 3015
End
Begin VB.PictureBox P2
BorderStyle = 0 '没有框线
ClipControls = 0 'False
Height = 1455
Left = 0
ScaleHeight = 1455
ScaleWidth = 1215
TabIndex = 0
ToolTipText = "开车不喝酒,喝酒不开车"
Top = 0
Width = 1215
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Public Pic As New cut_Pic
Private Sub Form_Load()
Pic.Ini Form1, P(0), P2, 5, 10
Pic.Sound = True
End Sub
Private Sub P2_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
'突出式功能表
If Button = 2 Then Form1.PopupMenu Form2.A, 2
End Sub
Private Sub Timer1_Timer()
Pic.cutPic
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -