📄 frmhy.frm
字号:
VERSION 5.00
Begin VB.Form frmHY
BorderStyle = 0 'None
Caption = "欢迎进入"
ClientHeight = 5460
ClientLeft = 0
ClientTop = 0
ClientWidth = 6450
LinkTopic = "Form1"
ScaleHeight = 5460
ScaleWidth = 6450
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 2000
Left = 5880
Top = 4920
End
Begin VB.PictureBox Picture1
ForeColor = &H00000040&
Height = 5535
Left = 0
Picture = "frmHY.frx":0000
ScaleHeight = 5475
ScaleWidth = 6435
TabIndex = 0
Top = 0
Width = 6495
Begin VB.Label Label7
BackColor = &H00FFFFFF&
BackStyle = 0 'Transparent
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 495
Left = 3360
TabIndex = 7
Top = 4800
Width = 1935
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 3360
TabIndex = 6
Top = 4200
Width = 1575
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
BeginProperty Font
Name = "隶书"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 3360
TabIndex = 5
Top = 3360
Width = 1455
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
BeginProperty Font
Name = "隶书"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000C0&
Height = 375
Left = 720
TabIndex = 4
Top = 4200
Width = 2055
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "设 计 者"
BeginProperty Font
Name = "隶书"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000C0&
Height = 375
Left = 960
TabIndex = 3
Top = 3360
Width = 1575
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "V 1.0 版 for windows 98/Me/2000"
BeginProperty Font
Name = "华文行楷"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 615
Left = 1800
TabIndex = 2
Top = 2280
Width = 3135
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "配送中心管理系统"
BeginProperty Font
Name = "华文行楷"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000080FF&
Height = 855
Left = 960
TabIndex = 1
Top = 1200
Width = 4455
End
End
End
Attribute VB_Name = "frmHY"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Unload Me
frmDL.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -