GFProgramMessageSystem/GFPMSfrm.frm

VERSION 5.00
Begin VB.Form GFPMSfrm
   BorderStyle     =   0 'Kein
   Caption         =   "GFPMSfrm"
   ClientHeight    =   3135
   ClientLeft      =   0
   ClientTop       =   ‑60
   ClientWidth     =   4635
   LinkTopic       =   "Form2"
   ScaleHeight     =   3135
   ScaleWidth      =   4635
   ShowInTaskbar   =   0 'False
   StartUpPosition =   3 'Windows‑Standard
   Begin VB.Timer MsgTimer
      Enabled         =   0 'False
      Interval        =   100
      Left            =   0
      Top             =   0
   End
End
Attribute VB_Name = "GFPMSfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
'(c)2001 by Louis.

Private Sub MsgTimer_Timer()
    'On Error Resume Next
    Call GFPMSmod.MsgTimer_Timer 'forward timer event
End Sub


[END OF FILE]