39 lines
726 B
Plaintext
39 lines
726 B
Plaintext
VERSION 5.00
|
|
Begin VB.Form frmoptimizeFlow_fp
|
|
Caption = "Form2"
|
|
ClientHeight = 3195
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 4680
|
|
LinkTopic = "Form2"
|
|
ScaleHeight = 3195
|
|
ScaleWidth = 4680
|
|
StartUpPosition = 3 'Windows-Standard
|
|
End
|
|
Attribute VB_Name = "frmoptimizeFlow_fp"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
|
|
|
|
Public EinbauplatzNr As Integer
|
|
Private blnIsActivated As Boolean
|
|
|
|
|
|
Private Sub Form_Activate()
|
|
If blnIsActivated = False Then
|
|
|
|
End If
|
|
blnIsActivated = True
|
|
|
|
End Sub
|
|
|
|
Private Sub start()
|
|
|
|
End Sub
|
|
|
|
Private Sub Form_Load()
|
|
|
|
End Sub
|