VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "JmssSetErrorLevel"
   ClientHeight    =   1950
   ClientLeft      =   10290
   ClientTop       =   3555
   ClientWidth     =   3015
   LinkTopic       =   "Form1"
   PaletteMode     =   1  'Z ް
   ScaleHeight     =   1950
   ScaleWidth      =   3015
   Begin VB.CommandButton Command1 
      Caption         =   "I"
      Height          =   372
      Left            =   1560
      TabIndex        =   2
      Top             =   1080
      Width           =   1092
   End
   Begin VB.TextBox ErrorCode 
      Alignment       =   1  'E
      Height          =   264
      Left            =   1560
      TabIndex        =   1
      Text            =   "0"
      Top             =   600
      Width           =   1092
   End
   Begin VB.Label Label1 
      Caption         =   "IR[h:"
      Height          =   252
      Left            =   360
      TabIndex        =   0
      Top             =   600
      Width           =   972
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
JmssSetErrorLevel (ErrorCode.Text)
End Sub


Private Sub Text1_Change()

End Sub


