📄 frmpopumenu.frm
字号:
VERSION 5.00
Begin VB.Form FrmPopuMenu
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 2265
ClientLeft = 0
ClientTop = 0
ClientWidth = 1320
LinkTopic = "Form1"
ScaleHeight = 2265
ScaleWidth = 1320
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "退出系统"
Height = 255
Left = 120
MouseIcon = "FrmPopuMenu.frx":0000
MousePointer = 99 'Custom
TabIndex = 1
Top = 1920
Width = 1095
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "注消Adminis"
Height = 255
Left = 120
MouseIcon = "FrmPopuMenu.frx":030A
MousePointer = 99 'Custom
TabIndex = 0
Top = 1560
Width = 1215
End
Begin VB.Image Image1
Height = 5835
Left = -120
Picture = "FrmPopuMenu.frx":0614
Top = -1680
Width = 1620
End
End
Attribute VB_Name = "FrmPopuMenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
End
End Sub
Private Sub Label2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -