📄 aboutfrm.frm
字号:
VERSION 5.00
Begin VB.Form Aboutfrm
BackColor = &H00E0E0E0&
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 2220
ClientLeft = 45
ClientTop = 330
ClientWidth = 5235
Icon = "Aboutfrm.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2220
ScaleWidth = 5235
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame2
Caption = " 版本信息"
Height = 1215
Left = 600
TabIndex = 2
Top = 120
Width = 4095
Begin VB.Label Label5
Caption = "version1.1"
Height = 255
Left = 1080
TabIndex = 6
Top = 720
Width = 1455
End
Begin VB.Label Label4
Caption = "企业设备管理系统"
Height = 255
Left = 1080
TabIndex = 5
Top = 240
Width = 1935
End
Begin VB.Label Label3
Caption = "软件版本"
Height = 255
Left = 120
TabIndex = 4
Top = 720
Width = 735
End
Begin VB.Label Label1
Caption = "软件名称"
Height = 255
Left = 120
TabIndex = 3
Top = 240
Width = 1095
End
End
Begin VB.Frame Frame1
BackColor = &H005CE764&
Height = 60
Left = 0
TabIndex = 1
Top = 1560
Width = 5445
End
Begin VB.Label Label2
BackColor = &H00E0E0E0&
BackStyle = 0 'Transparent
Caption = "本软件:为毕业设计所做 "
ForeColor = &H00800000&
Height = 360
Index = 0
Left = 2400
TabIndex = 0
Top = 1800
Width = 2040
WordWrap = -1 'True
End
Begin VB.Image Image1
Height = 480
Left = 60
Picture = "Aboutfrm.frx":0442
Top = 120
Width = 480
End
Begin VB.Shape Shape1
BackColor = &H00D0D0D0&
BackStyle = 1 'Opaque
BorderStyle = 0 'Transparent
Height = 615
Left = 0
Top = 1590
Width = 5250
End
End
Attribute VB_Name = "Aboutfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdExit_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -