home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_08 / THING10C.LZH / ICONS.INF < prev    next >
Text File  |  1995-12-02  |  4KB  |  113 lines

  1. # Icon assignments for Thing (ICONS.INF)
  2. # =========================================================================
  3. # Note! Blank lines and lines preceded by a '#' character are ignored
  4. #
  5. # Every icon assignment takes the following format:
  6. #
  7. # <type> "<icon>" <wildcard>[,<wildcard>..] [<character>]
  8. #
  9. # where:
  10. #
  11. # <type> IFIL  Assignment for files/programs
  12. #        IFLD  Assignment for folder
  13. #        IDRV  Assignment for drives
  14. # <icon>       Label used for icon in the resource file
  15. # <wildcard>   One, or several, file mask/s separated using commas.
  16. #              For example: IDRV "FLOPPY" A,B
  17. # <character>  An optional character, not a comma, must be spaced at
  18. #              least one character away. This character precedes the     
  19. #              filename when viewing objects as text and can be used 
  20. #              to add icons to objects.
  21. #
  22. # Because Thing assigns icons in the order found in this file it's
  23. # important to place 'general' wildcard entries after more sepecific
  24. # entries. For example: place *.PRG after and any specific program 
  25. # assignments such as EVEREST.PRG.
  26. #
  27. # The following Icons must always be available. These icons cannot
  28. # be edited and may not be used for files, folders or programs:
  29. #
  30. # TRASH      Waste bin
  31. # CLIPBOARD  Storage
  32. # FLOPPY     Drives of type: Floppy disk
  33. # HARDDISK   Drives of type: Hard disk
  34. # RAMDISK    Drives of type: RAM disk
  35. # FILESYS    Drives of type: Otherc
  36. # GROUP      Object group
  37. # PARENTDIR  The next highest directory level (parent directory)
  38. # PRINTER    Printer
  39. # DEVICE     Device
  40. #
  41. # The following icons are used if no matching icon assignment
  42. # is available:
  43. #
  44. # FILE       Files
  45. # APPL       Programs/applications
  46. # FOLDER     Folder
  47. #
  48. #
  49. # Drives
  50. #
  51. IDRV "FLOPPY" a,b
  52. IDRV "HARDDISK" c,d,e,f,g,h,i,j,k,l,m,n,o,p
  53. IDRV "FILESYSTEM" u
  54. #
  55. #
  56. # Icons for individual files/folders
  57. #
  58. IFIL "THING APP"    thing.app
  59. IFIL "THING FILE"   thing.inf
  60. IFLD "THING FOLDER" thing
  61. IFIL "TWILIGHT"     twilight.acc
  62. IFIL "CAT"          cat.prg
  63. IFIL "KOBOLD 2"     kobold_2.prg
  64. IFIL "CORRECT"      correct.prg
  65. IFIL "PURE C"       pc.prg
  66. IFIL "PURE DEBUG"   pd.prg
  67. IFIL "INTERFACE"    intrface.prg
  68. IFIL "NEWS"         upoint.prg
  69. IFIL "PHONE"        connect.prg
  70. IFIL "TXTEDIT"      everest.prg,qed.app,7up.app
  71. IFIL "TREEVIEW"     treeview.acc
  72. IFIL "PAINT"        degelite.prg
  73. IFIL "HELP"         st-guide.acc
  74. IFIL "MAGX FILE"    mag!x.ram,magx.inf,magic.ram
  75. IFIL "MAGX APPL"    magxboot.prg
  76. IFLD "MAGX DIR"     gemdesk
  77. IFIL "MINT"         mint.prg,mintnp.prg
  78. IFIL "SYSMON"       sys_mon.prg
  79. IFIL "PARAFIN.PRG"  parafin.prg,parafin.acc
  80. IFLD "CPX DIR"      cpx
  81. IFLD "AUTO DIR"     auto
  82. IFLD "GEMSYS DIR"   gemsys
  83. IFLD "KOBOLD DIR"   kobold_2.5
  84. #
  85. # General Icons
  86. #
  87. IFIL "PACKER"       stzip.prg,lharc*.ttp,zip*.ttp
  88. IFIL "README"       readme*.*
  89. IFIL "KOBOLD JOB"   *.kbj
  90. IFIL "APP"          *.prg,*.app
  91. IFIL "TOS"          *.tos,*.ttp
  92. IFIL "ACC"          *.acc
  93. IFIL "CPX"          *.cpx
  94. IFIL "BATCH"        *.bat,*.mup
  95. IFIL "INF"          *.inf,*.cfg,*.cnf
  96. IFIL "PRX"          *.prx
  97. IFIL "ACX"          *.acx
  98. IFIL "CPZ"          *.cpz
  99. IFIL "SYS"          *.sys
  100. IFIL "TXT"          *.txt,*.doc,*.stg
  101. IFIL "HELP"         *.hyp ?
  102. IFIL "FNT"          *.fnt,*.ttf
  103. IFIL "RSC"          *.rsc r
  104. IFIL "GFX"          *.img,*.gem,*.gif,*.jpg,*.pi*,*.pc* g
  105. IFIL "PACK"         *.lzh,*.zip,*.zoo,*.arj a
  106. IFIL "C"            *.c
  107. IFIL "H"            *.h
  108. IFIL "S"            *.s
  109. IFIL "OBJ"          *.o
  110. IFIL "LIB"          *.lib
  111. IFIL "HRD"          *.hrd
  112. IFIL "TEMP FILE"    *.tmp,*.bak
  113.