?? 自制播放器3.frm
字號(hào):
VERSION 5.00
Begin VB.Form Form3
Caption = "支持一下撒~.~"
ClientHeight = 3150
ClientLeft = 60
ClientTop = 390
ClientWidth = 4680
ClipControls = 0 'False
ControlBox = 0 'False
FillColor = &H00FFFFFF&
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "自制播放器3.frx":0000
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
NegotiateMenus = 0 'False
Picture = "自制播放器3.frx":0C62
ScaleHeight = 3150
ScaleWidth = 4680
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command2
Caption = "我不認(rèn)識(shí)你"
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2640
TabIndex = 2
Top = 2520
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "很愛很愛你"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 840
TabIndex = 1
Top = 1440
Width = 2895
End
Begin VB.Label Label1
BackColor = &H80000004&
BackStyle = 0 'Transparent
Caption = "你到底愛不愛我"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1200
TabIndex = 0
Top = 600
Width = 2175
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
MsgBox "kiss me!"
Form1.Show
Unload Me
End Sub
Private Sub Command2_Click()
MsgBox "呵呵...支持撒,關(guān)不掉的,嘻嘻!"
End Sub
Private Sub Command2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Command2.Left = X + Command2.Width
End Sub
Private Sub Form_Load()
Cancel = True
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -