VERSION 5.00
Begin VB.Form FrmLogin 
   BorderStyle     =   1  'Fixed Single
   Caption         =   " Novell Login v3.30."
   ClientHeight    =   2625
   ClientLeft      =   2250
   ClientTop       =   3105
   ClientWidth     =   7080
   Icon            =   "TempLoginForm.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2625
   ScaleWidth      =   7080
   Begin VB.CommandButton Upload 
      Caption         =   "OK"
      Height          =   375
      Left            =   4680
      TabIndex        =   4
      Top             =   2160
      Width           =   1095
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "Cancel"
      Height          =   375
      Left            =   5880
      TabIndex        =   3
      Top             =   2160
      Width           =   1095
   End
   Begin VB.TextBox txtpass 
      Height          =   255
      IMEMode         =   3  'DISABLE
      Left            =   1200
      PasswordChar    =   "*"
      TabIndex        =   2
      Top             =   1680
      Width           =   5775
   End
   Begin VB.TextBox Txtuser 
      Height          =   255
      Left            =   1200
      TabIndex        =   1
      Top             =   1320
      Width           =   5775
   End
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      Height          =   1215
      Left            =   120
      Picture         =   "TempLoginForm.frx":030A
      ScaleHeight     =   1215
      ScaleWidth      =   6975
      TabIndex        =   0
      Top             =   120
      Width           =   6975
   End
   Begin VB.Label Label2 
      Caption         =   "&Password:"
      Height          =   255
      Left            =   120
      TabIndex        =   6
      Top             =   1680
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "&Username:"
      Height          =   255
      Left            =   120
      TabIndex        =   5
      Top             =   1320
      Width           =   975
   End
End
Attribute VB_Name = "FrmLogin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
