home *** CD-ROM | disk | FTP | other *** search
- ' Insert the Position template (provides x and y settings)
- @template = EditTemplate.Position
-
- ' Ensures that Position settings are on one row, and size settings are on another
- @template = EditTemplate.NewRow
-
- ' Insert the Position template (provides width and height settings)
- @template = EditTemplate.Size
-
- ' Ensures that Position settings are on one row, and size settings are on another
- @template = EditTemplate.NewRow
-
- ' Insert the Alignment template (allows Horizontal/Vertical alignment settings)
- @template = EditTemplate.Alignment