VERSION 5.00
Object = "{7BC799E3-4B71-11CF-840E-444553540000}#2.0#0"; "JOYSTK32.OCX"
Begin VB.Form StopTask 
   BackColor       =   &H80000007&
   BorderStyle     =   0  'None
   Caption         =   "Stop Module..."
   ClientHeight    =   10020
   ClientLeft      =   2145
   ClientTop       =   600
   ClientWidth     =   10875
   LinkTopic       =   "Form1"
   ScaleHeight     =   10020
   ScaleWidth      =   10875
   ShowInTaskbar   =   0   'False
   WindowState     =   2  'Maximized
   Begin JoystkLib.Joystk Joystk1 
      Left            =   600
      Top             =   3360
      _Version        =   131072
      _ExtentX        =   847
      _ExtentY        =   847
      _StockProps     =   64
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000006&
      BorderStyle     =   0  'None
      Height          =   4935
      Index           =   5
      Left            =   3960
      ScaleHeight     =   4935
      ScaleWidth      =   4815
      TabIndex        =   6
      Top             =   2520
      Visible         =   0   'False
      Width           =   4815
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000006&
      BorderStyle     =   0  'None
      Height          =   4815
      Index           =   4
      Left            =   3960
      ScaleHeight     =   4815
      ScaleWidth      =   5175
      TabIndex        =   5
      Top             =   2520
      Visible         =   0   'False
      Width           =   5175
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000006&
      BorderStyle     =   0  'None
      Height          =   4815
      Index           =   3
      Left            =   3960
      ScaleHeight     =   4815
      ScaleWidth      =   4935
      TabIndex        =   4
      Top             =   2520
      Visible         =   0   'False
      Width           =   4935
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000006&
      BorderStyle     =   0  'None
      Height          =   4815
      Index           =   2
      Left            =   3960
      ScaleHeight     =   4815
      ScaleWidth      =   4935
      TabIndex        =   3
      Top             =   2520
      Visible         =   0   'False
      Width           =   4935
   End
   Begin VB.PictureBox Picture1 
      BackColor       =   &H80000006&
      BorderStyle     =   0  'None
      Height          =   4935
      Index           =   1
      Left            =   3960
      ScaleHeight     =   4935
      ScaleWidth      =   4935
      TabIndex        =   2
      Top             =   2520
      Visible         =   0   'False
      Width           =   4935
   End
   Begin VB.CommandButton Command3 
      Caption         =   "Start &Stop"
      Height          =   375
      Left            =   0
      TabIndex        =   1
      Top             =   7560
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "&End"
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   1215
   End
   Begin VB.Line Line2 
      X1              =   7680
      X2              =   8760
      Y1              =   5160
      Y2              =   5160
   End
   Begin VB.Line Line1 
      X1              =   8160
      X2              =   8160
      Y1              =   4680
      Y2              =   5760
   End
End
Attribute VB_Name = "StopTask"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
 Close #2
 StopTask.Hide
 ShowMouse
 Intro.Show
End Sub

Private Sub Command2_Click()
  StopTask.Show
End Sub

Private Sub Command3_Click()
  StopTask.Command3.Visible = False
  HideMouse
  load_stoptaska
  stoptaska
End Sub

Private Sub Joystk1_Click()
  'StopTask.Picture1(1).Visible = False
  'StopTask.Joystk1.Button1 = True
End Sub

Private Sub Stop_Click()

End Sub

