📄 endform.frm
字号:
VERSION 5.00
Begin VB.Form endform
BackColor = &H00FFFFFF&
BorderStyle = 4 'Fixed ToolWindow
Caption = "小型自选商场商品管理系统"
ClientHeight = 3990
ClientLeft = 2745
ClientTop = 2580
ClientWidth = 7305
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3990
ScaleWidth = 7305
ShowInTaskbar = 0 'False
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = " 此系统由计算机科学与技术053班曾文平、陈文、王平、许展、方华军共同完成!!!"
ForeColor = &H00764E10&
Height = 495
Left = 1440
TabIndex = 3
Top = 2640
Width = 4815
End
Begin VB.Label Label7
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "www.whpu.edu.cn"
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00764E10&
Height = 405
Left = 1560
TabIndex = 2
Top = 1920
Width = 4125
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "联系方法"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 465
Left = 960
TabIndex = 1
Top = 1440
Width = 5805
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "小型自选商场商品管理系统"
BeginProperty Font
Name = "Monotype Corsiva"
Size = 20.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00764E10&
Height = 765
Left = 1800
TabIndex = 0
Top = 495
Width = 5955
End
Begin VB.Shape Shape2
BackColor = &H00764E10&
BackStyle = 1 'Opaque
BorderStyle = 0 'Transparent
Height = 375
Left = 960
Top = 1410
Width = 5655
End
Begin VB.Shape Shape1
BackColor = &H00E0E0E0&
BackStyle = 1 'Opaque
BorderColor = &H00764E10&
FillColor = &H00E0E0E0&
Height = 2415
Left = 960
Top = 1395
Width = 5655
End
Begin VB.Image Image1
Height = 1500
Left = 30
Picture = "endform.frx":0000
Stretch = -1 'True
Top = 15
Width = 2220
End
End
Attribute VB_Name = "endform"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Unload(Cancel As Integer)
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -