home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form UserForm2
- Caption = "Developing Visio Solutions"
- ClientHeight = 3180
- ClientLeft = 5715
- ClientTop = 4965
- ClientWidth = 6120
- Height = 3585
- Left = 5655
- LinkTopic = "Form1"
- ScaleHeight = 3180
- ScaleWidth = 6120
- Top = 4620
- Width = 6240
- Begin VB.CommandButton Command1
- Caption = "Done"
- Default = -1 'True
- Height = 495
- Left = 2280
- TabIndex = 1
- Top = 2520
- Width = 1455
- End
- Begin VB.ListBox ListBox1
- Height = 2205
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 5775
- End
- Attribute VB_Name = "UserForm2"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- ' -----------------------------------------------------------------------------
- ' Copyright (C) 1997 Visio Corporation. All rights reserved.
- ' You have a royalty-free right to use, modify, reproduce and distribute
- ' the Sample Application Files (and/or any modified version) in any way
- ' you find useful, provided that you agree that Visio has no warranty,
- ' obligations or liability for any Sample Application Files.
- ' -----------------------------------------------------------------------------
- Private Sub Command1_Click()
- Unload Me
- End Sub
-