VERSION 5.00
Begin VB.Form frmGutschein 
   Caption         =   "Form1"
   ClientHeight    =   3735
   ClientLeft      =   120
   ClientTop       =   420
   ClientWidth     =   6765
   LinkTopic       =   "Form1"
   ScaleHeight     =   3735
   ScaleWidth      =   6765
   StartUpPosition =   3  'Windows-Standard
   Begin VB.TextBox Text2 
      Height          =   495
      Left            =   3240
      TabIndex        =   1
      Text            =   "Text2"
      Top             =   1800
      Width           =   1935
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   3360
      TabIndex        =   0
      Text            =   "Text1"
      Top             =   960
      Width           =   1815
   End
   Begin VB.Label Label2 
      Caption         =   "Label2"
      Height          =   375
      Left            =   2040
      TabIndex        =   3
      Top             =   1800
      Width           =   855
   End
   Begin VB.Label Label1 
      Caption         =   "Label1"
      Height          =   255
      Left            =   1920
      TabIndex        =   2
      Top             =   960
      Width           =   855
   End
End
Attribute VB_Name = "frmGutschein"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
