📄 helpf.frm
字号:
VERSION 5.00
Begin VB.Form helpf
BackColor = &H00C0FFFF&
BorderStyle = 4 'Fixed ToolWindow
Caption = "易能光盘管理系统"
ClientHeight = 4950
ClientLeft = 45
ClientTop = 270
ClientWidth = 7275
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4950
ScaleWidth = 7275
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "退 出"
Height = 375
Left = 4800
TabIndex = 2
Top = 4320
Width = 1455
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "主页:HTTP://Eneng.cn.st"
Height = 180
Left = 480
TabIndex = 3
Top = 4320
Width = 2160
End
Begin VB.Shape Shape1
BorderColor = &H00FFFF00&
BorderWidth = 5
Height = 4935
Left = 0
Top = 0
Width = 7215
End
Begin VB.Label Label2
BackColor = &H00C0FFFF&
Caption = $"helpf.frx":0000
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2655
Left = 360
TabIndex = 1
Top = 1200
Width = 6375
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H00C0FFFF&
Caption = "易能光盘管理系统:"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 525
Left = 360
TabIndex = 0
Top = 240
Width = 4620
End
End
Attribute VB_Name = "helpf"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -