📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Fake Orkut!!!"
ClientHeight = 10185
ClientLeft = 120
ClientTop = 420
ClientWidth = 15525
LinkTopic = "Form2"
Picture = "Form2.frx":0000
ScaleHeight = 10185
ScaleWidth = 15525
StartUpPosition = 3 'Windows Default
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
SetWindowPos Me.hwnd, -1, 0, 0, 0, 0, 1 Or 2
FechadoOrk = True
End Sub
Private Sub Form_Unload(Cancel As Integer)
FechadoOrk = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -