frmSplash.frm
上传用户:zhouyf163
上传日期:2010-02-28
资源大小:80k
文件大小:1k
- VERSION 5.00
- Begin VB.Form frmSplash
- BorderStyle = 3 'Fixed Dialog
- ClientHeight = 2880
- ClientLeft = 45
- ClientTop = 45
- ClientWidth = 3840
- ControlBox = 0 'False
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2880
- ScaleWidth = 3840
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Visible = 0 'False
- Begin VB.Image Image1
- Height = 2880
- Left = 0
- Picture = "frmSplash.frx":0000
- Top = 0
- Width = 3840
- End
- End
- Attribute VB_Name = "frmSplash"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Image1_Click()
- Unload frmSplash
- End Sub