home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 4950
- ClientLeft = 1635
- ClientTop = 1680
- ClientWidth = 6720
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 1
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 5355
- Left = 1575
- LinkTopic = "Form1"
- ScaleHeight = 4950
- ScaleWidth = 6720
- Top = 1335
- Width = 6840
- Begin VB.CommandButton Command1
- Caption = "Command1"
- Height = 1095
- Left = 1440
- TabIndex = 0
- Top = 120
- Width = 3495
- End
- Begin TimerLib.Timer Timer1
- Left = 2520
- Top = 1320
- _version = 65536
- _extentx = 2143
- _extenty = 2355
- _stockprops = 64
- End
- Attribute VB_Name = "Form1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Timer1.AboutBox
- End Sub
- Private Sub Timer1_Timer()
- MsgBox "Timer Fire"
- End Sub
-