📄 about_frm.frm
字号:
VERSION 5.00
Begin VB.Form ABOUT_FRM
Caption = "关于"
ClientHeight = 3180
ClientLeft = 60
ClientTop = 450
ClientWidth = 3135
LinkTopic = "Form1"
ScaleHeight = 3180
ScaleWidth = 3135
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label3
Caption = "关于PRODAVE的更详细的使用信息 请参考我们的文档!"
Height = 495
Left = 120
TabIndex = 2
Top = 2520
Width = 2655
End
Begin VB.Label Label2
Caption = " 西门子.北京 A&&D.CS.PST"
BeginProperty Font
Name = "Comic Sans MS"
Size = 18
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 1095
Left = 120
TabIndex = 1
Top = 1200
Width = 2775
End
Begin VB.Label Label1
Caption = "PRODAVE软件使用 演示版本V1"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 855
Left = 120
TabIndex = 0
Top = 240
Width = 2775
End
End
Attribute VB_Name = "ABOUT_FRM"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -