home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form9
- AutoRedraw = -1 'True
- Caption = "Pen Windows Demo"
- ClientHeight = 1530
- ClientLeft = 1695
- ClientTop = 1530
- ClientWidth = 4530
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "Arial"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 1935
- Left = 1635
- LinkMode = 1 'Source
- LinkTopic = "Form9"
- ScaleHeight = 6.375
- ScaleMode = 4 'Character
- ScaleWidth = 37.75
- Top = 1185
- Width = 4650
- Begin CommandButton Command1
- Caption = "OK"
- Height = 375
- Left = 3720
- TabIndex = 0
- Top = 120
- Width = 615
- End
- Sub Command1_Click ()
- Unload Form9
- End Sub
- Sub Command1_GotFocus ()
- Print "Demo for Microsoft Windows"
- Print "with Pen Support!!!"
- Print
- Print "This demo was developed by"
- Print "the Basic Languages Product"
- Print "Support Unit."
- End Sub
- Sub Form_Click ()
- Unload Form9
- End Sub
-