home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.7 / 1997-10_Disc_3.7.iso / golgotha / golgdemo.exe / i4_res / i4.res < prev    next >
Text File  |  1997-07-08  |  2KB  |  61 lines

  1. // ********* Required for every application
  2. error "Bad string!"
  3.  
  4.  
  5. //  color_name                  red grn blue
  6. //--------------------------------------------
  7. window_active_bright           "220 220 200"
  8. window_active_medium           "180 180 160"
  9. window_active_dark             "160 160 130"
  10.  
  11. text_foreground                "0   0   0"
  12. text_background                "150 150 150"
  13. selected_text_foreground       "255 255 255"
  14. selected_text_background       "0   128 128"
  15.  
  16.  
  17. window_passive_bright          "180 180 180"
  18. window_passive_medium          "150 150 150"
  19. window_passive_dark            "100 100 100"
  20.  
  21. root_background_color          "150 150 150"
  22.  
  23.  
  24. menu_foreground                "0   0   0"
  25. menu_background                "128 128 128"
  26. selected_menu_foreground       "255 255 255"
  27. selected_menu_background        "0  0   128"
  28.  
  29. //-------------------------------------------
  30.  
  31. window_manager = MWM
  32.  
  33.  
  34. // ******** ICONS
  35. close_icon ${i4_resources}/closicon.pcx
  36. up_icon    ${i4_resources}/upicon.pcx
  37. down_icon  ${i4_resources}/downicon.pcx
  38. left_icon  ${i4_resources}/lefticon.pcx
  39. right_icon ${i4_resources}/rigticon.pcx
  40. plus_icon  ${i4_resources}/plus.pcx
  41. minus_icon ${i4_resources}/minus.pcx
  42. background_bitmap ${i4_resources}/bground.tga
  43.  
  44. // ******** FONTS
  45. normal_font ${i4_resources}/normfont.pcx
  46.  
  47.  
  48. // ******** CURSORS
  49. normal_cursor      "${i4_resources}/normcurs.pcx 0 1 0"
  50. text_cursor        "${i4_resources}/textcurs.pcx 0 3 7"
  51.  
  52. load_failed "Failed to load %S"
  53.  
  54. button_delay = 250
  55. button_repeat = 50
  56. double_click = 300
  57.  
  58. prof_win_title "Profile"
  59. prof_fmt       "%2.2f %s"
  60. expected       "Error, expected : "
  61. status         "Progress"