📄 frm_credit.frm
字号:
VERSION 5.00
Begin VB.Form frm_credit
BorderStyle = 4 'Fixed ToolWindow
Caption = "credit"
ClientHeight = 5025
ClientLeft = 4350
ClientTop = 2190
ClientWidth = 2760
Icon = "frm_credit.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frm_credit.frx":0442
ScaleHeight = 5025
ScaleWidth = 2760
ShowInTaskbar = 0 'False
End
Attribute VB_Name = "frm_credit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -