VERSION 5.00
Begin VB.MDIForm MDIForm1 
   BackColor       =   &H8000000C&
   Caption         =   "MDIForm1"
   ClientHeight    =   3135
   ClientLeft      =   60
   ClientTop       =   405
   ClientWidth     =   4680
   LinkTopic       =   "MDIForm1"
   StartUpPosition =   3  'Windows Default
   Begin VB.PictureBox Picture1 
      Align           =   1  'Align Top
      Height          =   1710
      Left            =   0
      ScaleHeight     =   1650
      ScaleWidth      =   4620
      TabIndex        =   0
      TabStop         =   0   'False
      Top             =   0
      Width           =   4680
      Begin VB.CommandButton Command1 
         Caption         =   "Command1"
         Height          =   360
         Left            =   435
         TabIndex        =   1
         Top             =   420
         Width           =   990
      End
   End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

