home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / software / custombar / CustomBar_trial_100_setup.exe / BoolSelect_Defaults.tds < prev    next >
Encoding:
INI File  |  2003-06-23  |  442 b   |  25 lines

  1. [BOOLSELECT]
  2.  
  3. Name          = "BoolVal"
  4. DisplayName   = ""
  5. Description   = ""
  6. Choice1Name   = "True"
  7. Choice1Value  = true
  8. Choice2Name   = "False"
  9. Choice2Value  = false
  10.  
  11. [YESNO]
  12.  
  13. @template    = "[BOOLSELECT]"
  14. Choice1Name  = "Yes"
  15. Choice1Value = true
  16. Choice2Name  = "No"
  17. Choice2Value = false
  18.  
  19. [YESNOREVERSE]
  20.  
  21. @template    = "[BOOLSELECT]"
  22. Choice1Name  = "Yes"
  23. Choice1Value = false
  24. Choice2Name  = "No"
  25. Choice2Value = true