📄 关于.frm
字号:
VERSION 5.00
Begin VB.Form Form5
BackColor = &H00C0FFFF&
Caption = "关于"
ClientHeight = 9360
ClientLeft = 60
ClientTop = 345
ClientWidth = 9165
LinkTopic = "Form1"
ScaleHeight = 9360
ScaleWidth = 9165
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label5
BackColor = &H00C0FFFF&
Caption = $"关于.frx":0000
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2175
Left = 600
TabIndex = 4
Top = 3480
Width = 7815
End
Begin VB.Label Label4
BackColor = &H00C0FFFF&
Caption = $"关于.frx":0154
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2415
Left = 600
TabIndex = 3
Top = 1080
Width = 7815
End
Begin VB.Label Label3
BackColor = &H00C0FFFF&
Caption = $"关于.frx":02F5
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 600
TabIndex = 2
Top = 8040
Width = 7815
End
Begin VB.Label Label2
BackColor = &H00C0FFFF&
Caption = $"关于.frx":0393
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2295
Left = 600
TabIndex = 1
Top = 5640
Width = 7815
End
Begin VB.Label Label1
BackColor = &H00C0FFFF&
Caption = "数值模拟软件"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 3120
TabIndex = 0
Top = 360
Width = 2655
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Text1_Change()
End Sub
Private Sub Form_Load()
End Sub
Private Sub Label5_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -