You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
2 years ago
|
VERSION 5.00
|
||
|
Object = "{77D82F10-C844-11CF-9663-006008104BEC}#1.0#0"; "VW4start.ocx"
|
||
|
Begin VB.Form FStart
|
||
|
BorderStyle = 3 'Fester Dialog
|
||
|
ClientHeight = 4740
|
||
|
ClientLeft = 45
|
||
|
ClientTop = 45
|
||
|
ClientWidth = 7800
|
||
|
ClipControls = 0 'False
|
||
|
ControlBox = 0 'False
|
||
|
MaxButton = 0 'False
|
||
|
MinButton = 0 'False
|
||
|
ScaleHeight = 4740
|
||
|
ScaleWidth = 7800
|
||
|
ShowInTaskbar = 0 'False
|
||
|
StartUpPosition = 2 'Bildschirmmitte
|
||
|
Begin VW4StartLib.VWStart VWStart1
|
||
|
Height = 4815
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Width = 7815
|
||
|
_Version = 65536
|
||
|
_ExtentX = 13785
|
||
|
_ExtentY = 8493
|
||
|
_StockProps = 33
|
||
|
ProjectName = "ActiveX-Show"
|
||
|
End
|
||
|
End
|
||
|
Attribute VB_Name = "FStart"
|
||
|
Attribute VB_GlobalNameSpace = False
|
||
|
Attribute VB_Creatable = False
|
||
|
Attribute VB_PredeclaredId = True
|
||
|
Attribute VB_Exposed = False
|
||
|
Option Explicit
|
||
|
|
||
|
Private Sub VWStart1_FinalizeAppShutdown()
|
||
|
End
|
||
|
End Sub
|
||
|
|
||
|
Private Sub VWStart1_InitReady()
|
||
|
frmBack.Show
|
||
|
frmMDI.Show
|
||
|
Me.Hide
|
||
|
End Sub
|