VERSION 5.00 Begin VB.Form frmSplashScreen BackColor = &H00FFFFFF& BorderStyle = 0 'None Caption = "GeoDelft - RRD Edit 1.0" ClientHeight = 6360 ClientLeft = 0 ClientTop = 0 ClientWidth = 6855 ClipControls = 0 'False ControlBox = 0 'False Icon = "frmSplashScreen.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 6360 ScaleWidth = 6855 ShowInTaskbar = 0 'False StartUpPosition = 2 'CenterScreen Begin VB.PictureBox Picture1 AutoSize = -1 'True BorderStyle = 0 'None Height = 2700 Left = 120 Picture = "frmSplashScreen.frx":0CCA ScaleHeight = 2700 ScaleWidth = 6660 TabIndex = 0 Top = 120 Width = 6660 End Begin VB.Label Label1 AutoSize = -1 'True BackStyle = 0 'Transparent Caption = "Geregistreerd:" Height = 195 Left = 3240 TabIndex = 5 Top = 3120 Width = 990 End Begin VB.Line Line4 X1 = 120 X2 = 6600 Y1 = 2880 Y2 = 2880 End Begin VB.Line Line3 X1 = 120 X2 = 6600 Y1 = 6120 Y2 = 6120 End Begin VB.Line Line2 X1 = 120 X2 = 6600 Y1 = 4680 Y2 = 4680 End Begin VB.Label Label4 BackColor = &H00FFFFFF& Caption = $"frmSplashScreen.frx":3B59C ForeColor = &H00000000& Height = 1095 Left = 120 TabIndex = 4 Top = 4920 Width = 6495 End Begin VB.Label Label3 AutoSize = -1 'True BackStyle = 0 'Transparent Caption = "Hoogheemraadschap Hollands Noorderkwartier" Height = 195 Left = 3240 TabIndex = 3 Top = 3360 Width = 3360 End Begin VB.Line Line1 X1 = 240 X2 = 6600 Y1 = 2640 Y2 = 2640 End Begin VB.Shape Shape1 Height = 6365 Left = 0 Top = 0 Width = 6855 End Begin VB.Label Label2 AutoSize = -1 'True BackColor = &H00FFFFFF& Caption = "Compiled:14 november 2011" Height = 195 Index = 1 Left = 3240 TabIndex = 2 Top = 3960 Width = 2025 End Begin VB.Label Label2 AutoSize = -1 'True BackColor = &H00FFFFFF& Caption = "Versie 1.0" Height = 195 Index = 0 Left = 3240 TabIndex = 1 Top = 4320 Width = 705 End Begin VB.Image Image1 Height = 1695 Left = 0 Picture = "frmSplashScreen.frx":3B716 Stretch = -1 'True Top = 2880 Width = 2895 End End Attribute VB_Name = "frmSplashScreen" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Label1_Click() 'Laat het volgende scherm frmInput.Show Unload frmSplashScreen End Sub Private Sub Form_Click() 'Laat het volgende scherm frmInput.Show Unload frmSplashScreen End Sub Private Sub Image1_Click() 'Laat het volgende scherm frmInput.Show Unload frmSplashScreen End Sub Private Sub Label2_Click(Index As Integer) 'Laat het volgende scherm frmInput.Show Unload frmSplashScreen End Sub Private Sub Picture1_Click() 'Laat het volgende scherm frmInput.Show Unload frmSplashScreen End Sub