home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / Name_Defaults.tds < prev    next >
Text File  |  2004-02-06  |  923b  |  27 lines

  1. ' ---------------------------------------------------------------------
  2. ' File Name: Names_Defaults.tds
  3. ' Type     : Application Script
  4. '
  5. ' Specifies default values for the name setting. Edit Information 
  6. ' scripts can override these values by specifying them before putting
  7. ' the line:
  8. '
  9. '           @template = EditTemplate.Name
  10. '
  11. ' THIS FILE IS NOT MEANT FOR EDITTING BY THE END USER. THESE SETTINGS
  12. ' ARE RELIED UPON BY MANY COMPONENTS AND CHANGING THEM IS A BAD IDEA.
  13. ' ---------------------------------------------------------------------
  14.  
  15. [NAME]
  16.  
  17. Name                 = "Name"
  18. DisplayName          = "Name"
  19. Type                 = "String"
  20. Description          = "Name of the control."
  21.  
  22. [DISPLAYNAME]
  23.  
  24. Name                 = "DisplayName"
  25. DisplayName          = "Display Name"
  26. Type                 = "String"
  27. Description          = "Name of the control, as shown in BarCreator element list."