📄 frmwelcome.frm
字号:
VERSION 5.00
Begin VB.Form frmWelcome
BackColor = &H00FDFDFD&
Caption = "欢迎使用本系统 http://www.play78.com"
ClientHeight = 6570
ClientLeft = 60
ClientTop = 345
ClientWidth = 8970
ControlBox = 0 'False
Icon = "frmWelcome.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 438
ScaleMode = 3 'Pixel
ScaleWidth = 598
WindowState = 2 'Maximized
Begin VB.Image imgBack
Height = 4980
Left = 1320
Picture = "frmWelcome.frx":000C
Top = 840
Width = 6000
End
End
Attribute VB_Name = "frmWelcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' **********************************************************************
' 描 述:超市销售系统源代码
' Play78.com : 网站导航,源码之家,绝对开源
' 海阔天空收集整理
' 主站地址:http://www.play78.com/
' 源码下载地址:http://www.play78.com/blog
' 图片下在地址:http://www.play78.com/pic
' QQ:13355575
' e-mail:hglai@eyou.com
' 编写日期:2005年08月14日
' **********************************************************************
Private Sub Form_Load()
Me.WindowState = 2
End Sub
Private Sub Form_Resize()
On Error Resume Next
imgBack.Move (Width / 15 - imgBack.Width) / 2, (Height / 15 - imgBack.Height) / 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -