Content Supported by Sourcelens Consulting
VERSION 5.00
Begin VB.Form frmAux
Caption = "Auxiliary Form"
ClientHeight = 1485
ClientLeft = 1650
ClientTop = 1530
ClientWidth = 4845
LinkTopic = "Form1"
ScaleHeight = 1485
ScaleWidth = 4845
StartUpPosition = 3 'Windows Default
Begin VB.TextBox txtAux
Height = 735
Left = 120
MultiLine = -1 'True
TabIndex = 0
Top = 240
Width = 4455
End
End
Attribute VB_Name = "frmAux"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_TemplateDerived = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit