149 lines
4.0 KiB
Plaintext
149 lines
4.0 KiB
Plaintext
VERSION 5.00
|
|
Begin VB.Form frmRes
|
|
ClientHeight = 8370
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 9840
|
|
Icon = "res.frx":0000
|
|
LinkTopic = "Form1"
|
|
ScaleHeight = 8370
|
|
ScaleWidth = 9840
|
|
StartUpPosition = 3 'Windows-Standard
|
|
Begin VB.Timer Timer1
|
|
Left = 720
|
|
Top = 5970
|
|
End
|
|
Begin VB.Image ImgLeer
|
|
Height = 315
|
|
Left = 540
|
|
Top = 4740
|
|
Width = 375
|
|
End
|
|
Begin VB.Image ImgSchlossOff
|
|
Height = 285
|
|
Left = 1080
|
|
Picture = "res.frx":0442
|
|
Stretch = -1 'True
|
|
Top = 4260
|
|
Width = 255
|
|
End
|
|
Begin VB.Image imgSchlossGes
|
|
Height = 285
|
|
Left = 600
|
|
Picture = "res.frx":06A0
|
|
Stretch = -1 'True
|
|
Top = 4260
|
|
Width = 255
|
|
End
|
|
Begin VB.Image imgWarning
|
|
Height = 480
|
|
Left = 120
|
|
Picture = "res.frx":08FE
|
|
Top = 3360
|
|
Width = 480
|
|
End
|
|
Begin VB.Image imgStrangError
|
|
Height = 7995
|
|
Left = 7500
|
|
Picture = "res.frx":0D40
|
|
Top = 0
|
|
Width = 2175
|
|
End
|
|
Begin VB.Image imgStrangLinks
|
|
Height = 7995
|
|
Left = 4020
|
|
Picture = "res.frx":5377
|
|
Top = 60
|
|
Width = 2175
|
|
End
|
|
Begin VB.Image imgStrangRechts
|
|
Height = 7995
|
|
Left = 5220
|
|
Picture = "res.frx":73CF
|
|
Top = 60
|
|
Width = 2175
|
|
End
|
|
Begin VB.Image imgStrangLinksRechts
|
|
Height = 7995
|
|
Left = 1740
|
|
Picture = "res.frx":92EA
|
|
Top = 60
|
|
Width = 2175
|
|
End
|
|
Begin VB.Image imgZaehlerGrauLinks
|
|
Height = 750
|
|
Left = 60
|
|
Picture = "res.frx":C993
|
|
Top = 2340
|
|
Visible = 0 'False
|
|
Width = 615
|
|
End
|
|
Begin VB.Image imgZaehlerBlauRechts
|
|
Height = 750
|
|
Left = 60
|
|
Picture = "res.frx":CDB7
|
|
Top = 1500
|
|
Visible = 0 'False
|
|
Width = 615
|
|
End
|
|
Begin VB.Image imgZaehlerRotRechts
|
|
Height = 750
|
|
Left = 60
|
|
Picture = "res.frx":D105
|
|
Top = 660
|
|
Visible = 0 'False
|
|
Width = 615
|
|
End
|
|
Begin VB.Image imgZaehlerRotLinks
|
|
Height = 750
|
|
Left = 960
|
|
Picture = "res.frx":D453
|
|
Top = 660
|
|
Visible = 0 'False
|
|
Width = 615
|
|
End
|
|
Begin VB.Image imgZaehlerBlauLinks
|
|
Height = 750
|
|
Left = 960
|
|
Picture = "res.frx":D79B
|
|
Top = 1500
|
|
Visible = 0 'False
|
|
Width = 615
|
|
End
|
|
Begin VB.Image imgZaehlerGrauRechts
|
|
Height = 750
|
|
Left = 960
|
|
Picture = "res.frx":DAE3
|
|
Top = 2340
|
|
Visible = 0 'False
|
|
Width = 615
|
|
End
|
|
Begin VB.Image imgOpenFolder
|
|
Height = 480
|
|
Left = 1020
|
|
Picture = "res.frx":DC05
|
|
Top = 60
|
|
Width = 480
|
|
End
|
|
End
|
|
Attribute VB_Name = "frmRes"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
|
|
|
|
Private Sub Form_Activate()
|
|
Timer1.Interval = 400
|
|
Timer1.Enabled = True
|
|
End Sub
|
|
|
|
Private Sub Form_Load()
|
|
Me.Visible = False
|
|
End Sub
|
|
|
|
Private Sub Timer1_Timer()
|
|
Timer1.Enabled = False
|
|
Unload Me
|
|
End Sub
|