home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / AT_WORLD / ATRIW2B.MSA / THING_ICONS.INF < prev    next >
Text File  |  1995-04-15  |  3KB  |  105 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 of type ?
  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: Disk
  33. # HARDDISK   Drives of type: Hard disk
  34. # RAMDISK    Drives of type: RAM disk
  35. # FILESYS    Drives of type: Generic
  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. IFIL "THING APP"    THING.APP
  50. IFIL "THING FILE"   THING.INF
  51. IFLD "THING FOLDER" THING
  52. IFIL "CAT"          CAT.PRG
  53. IFIL "KOBOLD 2"     KOBOLD_2.PRG
  54. IFIL "CORRECT"      CORRECT.PRG
  55. IFIL "PURE C"       PC.PRG
  56. IFIL "PURE DEBUG"   PD.PRG
  57. IFIL "INTERFACE"    INTRFACE.PRG
  58. IFIL "NEWS"         UPOINT.PRG
  59. IFIL "PHONE"        CONNECT.PRG
  60. IFIL "TXTEDIT"      EVEREST.PRG
  61. IFIL "TXTEDIT"      QED.APP
  62. IFIL "TXTEDIT"      7UP.APP
  63. IFIL "TREEVIEW"     TREEVIEW.ACC
  64. IFIL "PAINT"        DEGELITE.PRG
  65. IFIL "HELP"         ST-GUIDE.ACC
  66. IFIL "MAGX FILE"    MAG!X.RAM,MAGX.INF
  67. IFIL "MAGX APPL"    MAGXBOOT.PRG
  68. IFLD "MAGX DIR"     GEMDESK
  69. IFIL "MINT"         MINT.PRG,MINTNP.PRG
  70. IFIL "SYSMON"       SYS_MON.PRG
  71. IFLD "CPX DIR"      CPX
  72. IFLD "AUTO DIR"     AUTO
  73. IFLD "GEMSYS DIR"   GEMSYS
  74. IFLD "KOBOLD DIR"   KOBOLD_2.5
  75. IFIL "PACKER"       STZIP.PRG,LHARC*.TTP,ZIP*.TTP
  76. IFIL "README"       README*.*
  77. IFIL "KOBOLD JOB"   *.KBJ
  78. IFIL "APP"          *.PRG,*.APP
  79. IFIL "TOS"          *.TOS,*.TTP
  80. IFIL "ACC"          *.ACC
  81. IFIL "CPX"          *.CPX
  82. IFIL "BATCH"        *.BAT, *.MUP
  83. IFIL "INF"          *.INF,*.CFG,*.CNF
  84. IFIL "PRX"          *.PRX
  85. IFIL "ACX"          *.ACX
  86. IFIL "CPZ"          *.CPZ
  87. IFIL "SYS"          *.SYS
  88. IFIL "TXT"          *.TXT,*.DOC,*.STG
  89. IFIL "HELP"         *.HYP ?
  90. IFIL "FNT"          *.FNT,*.TTF
  91. IFIL "RSC"          *.RSC r
  92. IFIL "GFX"          *.IMG,*.GEM,*.GIF,*.JPG,*.PI*,*.PC* g
  93. IFIL "PACK"         *.LZH,*.ZIP,*.ZOO,*.ARJ a
  94. IFIL "C"            *.C
  95. IFIL "H"            *.H
  96. IFIL "S"            *.S
  97. IFIL "OBJ"          *.O
  98. IFIL "LIB"          *.LIB
  99. IFIL "HRD"          *.HRD
  100. IFIL "TEMP FILE"    *.TMP,*.BAK
  101. #
  102. # Devices - These are assigned just like files
  103. #
  104. IFIL "PRINTER"  prn >
  105.