VERSION 5.00
Begin VB.Form frmSplash 
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   6810
   ClientLeft      =   255
   ClientTop       =   1410
   ClientWidth     =   11070
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "frmSplash.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6810
   ScaleWidth      =   11070
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Frame Frame1 
      Height          =   6675
      Left            =   150
      TabIndex        =   0
      Top             =   60
      Width           =   10785
      Begin VB.Timer Timer_Splash 
         Left            =   9960
         Top             =   6000
      End
      Begin VB.Label Label1 
         Caption         =   "Bonding "
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   24
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   1455
         Left            =   6840
         TabIndex        =   1
         Top             =   1440
         Width           =   3135
      End
      Begin VB.Image Image1 
         Height          =   4830
         Left            =   1320
         Picture         =   "frmSplash.frx":000C
         Top             =   840
         Width           =   4830
      End
   End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Dim sec As Long
Dim delai As Long

Private Sub Form_Load()

delai = 2
sec = 0
AuSommet frmSplash.hwnd

End Sub


