home *** CD-ROM | disk | FTP | other *** search
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- END
- Attribute VB_Name = "clsAlign"
- Attribute VB_Creatable = True
- Attribute VB_Exposed = True
- Attribute VB_Description = "Align objects in a select set\\nAlign"
- Option Explicit
-
- Sub Command_Initialize(BasicCmd As Object)
- Set f.igCommand1.Command = BasicCmd
-
- End Sub
-
- Private Sub Class_Initialize()
- Set f = New frmAlign
- End Sub
-
-
- Private Sub Class_Terminate()
- Unload f
- End Sub
-
-