FORM2.FRM

VERSION 5.00 
Begin VB.Form Form2
Caption = "MTS Install Path"
ClientHeight = 2340
ClientLeft = 60
ClientTop = 345
ClientWidth = 5745
LinkTopic = "Form2"
ScaleHeight = 2340
ScaleWidth = 5745
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Ok
Caption = "OK"
Height = 375
Left = 2040
TabIndex = 2
Top = 1800
Width = 1335
End
Begin VB.TextBox MTSPath
Height = 375
Left = 120
TabIndex = 1
Top = 1080
Width = 5295
End
Begin VB.Label Enter
Caption = "Enter your MTS install path (EG: C:\MTS)"
Height = 615
Left = 240
TabIndex = 0
Top = 240
Width = 4095
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'/******************************************************************************\
'********************************************************************************
' Install Sample
'
'* This file is provided as part of the Microsoft Transaction Server
'* Software Development Kit
'*
'*THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT
'*WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
'*INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
'*OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
'*PURPOSE.
'*
'* Copyright (C) 1997 Microsoft Corporation, All rights reserved
'********************************************************************************
'\******************************************************************************/

Private Sub Ok_Click()
Hide
End Sub

Private Sub Text1_Change()

End Sub