home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / Layout.tds < prev    next >
Encoding:
Text File  |  2003-06-21  |  550 b   |  14 lines

  1. ' Insert the Position template (provides x and y settings)
  2. @template = EditTemplate.Position
  3.  
  4. ' Ensures that Position settings are on one row, and size settings are on another
  5. @template = EditTemplate.NewRow
  6.  
  7. ' Insert the Position template (provides width and height settings)
  8. @template = EditTemplate.Size
  9.  
  10. ' Ensures that Position settings are on one row, and size settings are on another
  11. @template = EditTemplate.NewRow
  12.  
  13. ' Insert the Alignment template (allows Horizontal/Vertical alignment settings)
  14. @template = EditTemplate.Alignment