📄 about.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于本系统"
ClientHeight = 2790
ClientLeft = 30
ClientTop = 330
ClientWidth = 5895
ClipControls = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2790
ScaleWidth = 5895
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Tag = "About Trade_MIS"
Begin VB.PictureBox picIcon
AutoSize = -1 'True
BackColor = &H00C0C0C0&
ClipControls = 0 'False
Height = 540
Left = 240
Picture = "About.frx":0000
ScaleHeight = 479.532
ScaleMode = 0 'User
ScaleWidth = 479.532
TabIndex = 1
TabStop = 0 'False
Top = 240
Width = 540
End
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 345
Left = 4320
TabIndex = 0
Tag = "OK"
Top = 2160
Width = 1350
End
Begin VB.Label lblDescription
Alignment = 2 'Center
Caption = "开发小组:计05-1班 苏昶,周伟,郭洪雷"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 420
Left = 360
TabIndex = 4
Tag = "App Description"
Top = 1560
Width = 5370
End
Begin VB.Label lblTitle
Caption = "进销存管理系统"
BeginProperty Font
Name = "华文中宋"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 480
Left = 1440
TabIndex = 3
Tag = "Application Title"
Top = 240
Width = 4095
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 240
X2 = 5657
Y1 = 1845
Y2 = 1845
End
Begin VB.Label lblVersion
Alignment = 2 'Center
Caption = "1.0.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 225
Left = 3240
TabIndex = 2
Tag = "Version"
Top = 960
Width = 2295
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 cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -