GFInfoTrailer/GFInfoTrailerfrm.frm

VERSION 5.00
Begin VB.Form GFInfoTrailerfrm
   BorderStyle     =   0 'Kein
   Caption         =   "GFInfoTrailerfrm"
   ClientHeight    =   90
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   90
   Enabled         =   0 'False
   LinkTopic       =   "Form1"
   MaxButton       =   0 'False
   MinButton       =   0 'False
   ScaleHeight     =   90
   ScaleWidth      =   90
   ShowInTaskbar   =   0 'False
   StartUpPosition =   3 'Windows‑Standard
   Visible         =   0 'False
   Begin VB.PictureBox ObjectImagePicture
      Enabled         =   0 'False
      Height          =   315
      Index           =   0
      Left            =   240
      ScaleHeight     =   255
      ScaleWidth      =   135
      TabIndex        =   1
      Top             =   0
      Visible         =   0 'False
      Width           =   195
   End
   Begin VB.PictureBox CreationPicture
      Height          =   315
      Index           =   0
      Left            =   0
      ScaleHeight     =   255
      ScaleWidth      =   135
      TabIndex        =   0
      Top             =   0
      Visible         =   0 'False
      Width           =   195
   End
End
Attribute VB_Name = "GFInfoTrailerfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
'(c)2001 by Louis. This form only serves as container for some controls.


[END OF FILE]