📄 about.frm
字号:
VERSION 5.00
Begin VB.Form about
BackColor = &H008080FF&
Caption = "关于"
ClientHeight = 4035
ClientLeft = 60
ClientTop = 450
ClientWidth = 6495
LinkTopic = "Form1"
ScaleHeight = 4035
ScaleWidth = 6495
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "2006年5月"
Height = 255
Left = 4560
TabIndex = 5
Top = 3720
Width = 1215
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "版本:cangguan 1.0"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3240
TabIndex = 4
Top = 3240
Width = 2175
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "应用平台:win98/2000/XP"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2400
TabIndex = 3
Top = 2640
Width = 3015
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "开发平台:winXP/SQL"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2400
TabIndex = 2
Top = 2160
Width = 3015
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "开发者:袁伟"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 375
Left = 2400
TabIndex = 1
Top = 1560
Width = 1935
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "超市仓库管理系统"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 615
Left = 2400
TabIndex = 0
Top = 600
Width = 3735
End
Begin VB.Image Image1
Height = 2805
Left = 240
Picture = "about.frx":0000
Top = 480
Width = 1935
End
End
Attribute VB_Name = "about"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -