Want to see what people are talking about? See the latest forum posts.

View \frmExit.frm

WinDOS Shell 0.1A

Submitted By: Shehbaz
Rating: starstarstarstarstar (Rate It)


VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Begin VB.Form frmExit
   BackColor       =   &H00000000&
   BorderStyle     =   0  'None
   Caption         =   "frmExit"
   ClientHeight    =   4365
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6780
   LinkTopic       =   "Form1"
   ScaleHeight     =   4365
   ScaleWidth      =   6780
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Timer Timer1
      Interval        =   50
      Left            =   5955
      Top             =   3750
   End
   Begin MSComctlLib.ProgressBar ProgQuit
      Height          =   330
      Left            =   150
      TabIndex        =   4
      Top             =   2460
      Width           =   6420
      _ExtentX        =   11324
      _ExtentY        =   582
      _Version        =   393216
      Appearance      =   0
      Scrolling       =   1
   End
   Begin VB.Label lblNo
      BackStyle       =   0  'Transparent
      Caption         =   "No"
      BeginProperty Font
         Name            =   "Xenotron"
         Size            =   36
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FF80&
      Height          =   690
      Left            =   3930
      TabIndex        =   3
      Top             =   3030
      Width           =   1935
   End
   Begin VB.Label lblYes
      BackStyle       =   0  'Transparent
      Caption         =   "Yes"
      BeginProperty Font
         Name            =   "Xenotron"
         Size            =   36
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FF80&
      Height          =   690
      Left            =   1095
      TabIndex        =   2
      Top             =   3030
      Width           =   2100
   End
   Begin VB.Label Label1
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "You wish to Exit ?"
      BeginProperty Font
         Name            =   "Xenotron"
         Size            =   27.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFF00&
      Height          =   915
      Left            =   150
      TabIndex        =   1
      Top             =   1230
      Width           =   6435
   End
   Begin VB.Label lbl1
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "Are You Sure? "
      BeginProperty Font
         Name            =   "Xenotron"
         Size            =   27.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFF00&
      Height          =   465
      Left            =   150
      TabIndex        =   0
      Top             =   750
      Width           =   6435
   End
End
Attribute VB_Name = "frmExit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub lblNo_Click()
Timer1.Enabled = False
Unload Me
End Sub

Private Sub lblYes_Click()
End
End Sub

Private Sub Timer1_Timer()
ProgQuit.Value = ProgQuit.Value + 1
If ProgQuit.Value >= 100 Then
    lblYes_Click
End If
End Sub

corner
© 1996-2008. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.