📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H80000000&
BorderStyle = 4 'Fixed ToolWindow
Caption = "关于氧乐果合成控制系统"
ClientHeight = 3480
ClientLeft = 48
ClientTop = 276
ClientWidth = 5496
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 3480
ScaleWidth = 5496
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 1092
Left = 480
Picture = "frmAbout.frx":0000
ScaleHeight = 1092
ScaleWidth = 1092
TabIndex = 8
Top = 36
Width = 1092
End
Begin VB.CommandButton 确认
BackColor = &H80000013&
Cancel = -1 'True
Caption = "&OK"
Default = -1 'True
BeginProperty Font
Name = "宋体"
Size = 10.8
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 320
Left = 2280
MouseIcon = "frmAbout.frx":06E2
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 3
Top = 2880
Width = 924
End
Begin VB.Line Line1
Index = 1
X1 = 360
X2 = 5120
Y1 = 2640
Y2 = 2640
End
Begin VB.Line Line1
Index = 0
X1 = 360
X2 = 5120
Y1 = 1320
Y2 = 1320
End
Begin VB.Label Label8
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "本软件版权属于: "
BeginProperty Font
Name = "宋体"
Size = 10.8
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 216
Left = 960
TabIndex = 7
Top = 1920
Width = 2592
End
Begin VB.Label Label7
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "作者:杨志晓 楚 瀛"
BeginProperty Font
Name = "宋体"
Size = 10.8
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 216
Left = 960
TabIndex = 6
Top = 1680
Width = 2160
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "氧乐果合成过程"
Height = 180
Left = 3000
TabIndex = 5
Top = 360
Width = 1260
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "联系电话:(0371)3887360"
BeginProperty Font
Name = "宋体"
Size = 10.8
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 216
Left = 960
TabIndex = 4
Top = 2400
Width = 2484
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "郑州大学(北校区)信息与控制研究所"
BeginProperty Font
Name = "宋体"
Size = 10.8
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 216
Left = 960
TabIndex = 2
Top = 2160
Width = 3672
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "版本:1.0"
BeginProperty Font
Name = "宋体"
Size = 10.8
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 216
Left = 960
TabIndex = 1
Top = 1440
Width = 864
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "计算机控制软件"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 240
Left = 2760
TabIndex = 0
Top = 684
Width = 1692
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub 确认_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -