home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 3975
- ClientLeft = 1635
- ClientTop = 1605
- ClientWidth = 5940
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 1
- weight = 400
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 4380
- Left = 1575
- LinkTopic = "Form1"
- ScaleHeight = 3975
- ScaleWidth = 5940
- Top = 1260
- Width = 6060
- Begin ButtonLib.Button Button1
- Height = 2055
- Left = 960
- TabIndex = 0
- Top = 720
- Width = 3855
- _version = 65536
- _extentx = 6800
- _extenty = 3625
- _stockprops = 0
- End
- Attribute VB_Name = "Form1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Button1_Click()
- MsgBox "Button Control Click"
- End Sub
-