📄 frmlogo.frm
字号:
VERSION 5.00
Begin VB.Form frmlogo
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3945
ClientLeft = 45
ClientTop = 45
ClientWidth = 5970
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3945
ScaleMode = 0 'User
ScaleWidth = 5975.976
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Fralogo
Height = 3975
Left = 0
TabIndex = 0
Top = -60
Width = 5955
Begin VB.Image Image1
Height = 3255
Left = 360
Stretch = -1 'True
Top = 480
Width = 2055
End
Begin VB.Label lbltitle6
Caption = "2001年8月"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 4560
TabIndex = 4
Top = 3540
Width = 975
End
Begin VB.Label lbltitle4
Caption = "版本:V1.0"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 4320
TabIndex = 3
Top = 2820
Width = 1215
End
Begin VB.Label lbltitle3
Caption = "平台:WINDOWS95/98"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3360
TabIndex = 2
Top = 2520
Width = 2175
End
Begin VB.Label lbltitle2
Alignment = 1 'Right Justify
Caption = "仓库库存管理系统"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 555
Left = 2640
TabIndex = 1
Top = 960
Width = 3015
End
End
End
Attribute VB_Name = "frmlogo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Image1.Picture = LoadPicture(App.Path & "\image\logo.gif")
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -