VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   4980
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4320
   ForeColor       =   &H8000000F&
   LinkTopic       =   "Form1"
   ScaleHeight     =   4980
   ScaleWidth      =   4320
   StartUpPosition =   3  'Windows Default
   Begin VB.PictureBox Picture2 
      BorderStyle     =   0  'None
      Height          =   1335
      Left            =   720
      ScaleHeight     =   1335
      ScaleWidth      =   2775
      TabIndex        =   4
      Top             =   2640
      Width           =   2775
      Begin VB.OptionButton Option6 
         Caption         =   "Option6"
         Height          =   255
         Left            =   360
         TabIndex        =   7
         Top             =   960
         Width           =   2895
      End
      Begin VB.OptionButton Option5 
         Caption         =   "Option5"
         Height          =   255
         Left            =   360
         TabIndex        =   6
         Top             =   600
         Width           =   2535
      End
      Begin VB.OptionButton Option4 
         Caption         =   "Option4"
         Height          =   255
         Left            =   360
         TabIndex        =   5
         Top             =   240
         Width           =   3375
      End
   End
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      Height          =   1935
      Left            =   720
      ScaleHeight     =   1935
      ScaleWidth      =   2775
      TabIndex        =   0
      Top             =   480
      Width           =   2775
      Begin VB.OptionButton Option3 
         Caption         =   "Option3"
         Height          =   255
         Left            =   360
         TabIndex        =   3
         Top             =   1440
         Width           =   2895
      End
      Begin VB.OptionButton Option2 
         Caption         =   "Option2"
         Height          =   375
         Left            =   360
         TabIndex        =   2
         Top             =   840
         Width           =   3015
      End
      Begin VB.OptionButton Option1 
         Caption         =   "Option1"
         Height          =   255
         Left            =   360
         TabIndex        =   1
         Top             =   360
         Width           =   3615
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

