home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / A_24hr_Ala2065455132007.psc / Form2.frm < prev    next >
Text File  |  2007-05-12  |  994b  |  35 lines

  1. VERSION 5.00
  2. Begin VB.Form About 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   0  'None
  5.    Caption         =   " Coded by 0x34"
  6.    ClientHeight    =   7335
  7.    ClientLeft      =   0
  8.    ClientTop       =   -105
  9.    ClientWidth     =   7350
  10.    Icon            =   "Form2.frx":0000
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    Picture         =   "Form2.frx":058A
  15.    ScaleHeight     =   7335
  16.    ScaleWidth      =   7350
  17.    ShowInTaskbar   =   0   'False
  18.    StartUpPosition =   3  'Windows Default
  19. End
  20. Attribute VB_Name = "About"
  21. Attribute VB_GlobalNameSpace = False
  22. Attribute VB_Creatable = False
  23. Attribute VB_PredeclaredId = True
  24. Attribute VB_Exposed = False
  25. '
  26. '                           Alarm Clock - By Ken Slater - 0x34 - 2007
  27. '                                    Free, Open Source Code
  28. '                                             Enjoy
  29. '
  30.  
  31. Private Sub Form_Click()
  32.     Unload Me
  33. End Sub
  34.  
  35.