i4.res 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. // ********* Required for every application
  2. error "Bad string!"
  3. // color_name red grn blue
  4. //--------------------------------------------
  5. window_active_bright "220 220 200"
  6. window_active_medium "180 180 160"
  7. window_active_dark "160 160 130"
  8. text_foreground "0 0 0"
  9. text_background "150 150 150"
  10. selected_text_foreground "255 255 255"
  11. selected_text_background "0 128 128"
  12. window_passive_bright "180 180 180"
  13. window_passive_medium "150 150 150"
  14. window_passive_dark "100 100 100"
  15. root_background_color "150 150 150"
  16. menu_foreground "0 0 0"
  17. menu_background "128 128 128"
  18. selected_menu_foreground "255 255 255"
  19. selected_menu_background "0 0 128"
  20. drag_bar_gradiant_active_start "0 200 200"
  21. drag_bar_gradiant_active_end "0 0 0"
  22. drag_bar_gradiant_start "128 128 128"
  23. drag_bar_gradiant_end "0 0 0"
  24. //-------------------------------------------
  25. window_manager = MWM
  26. i4_resources_dir=resource
  27. // ******** ICONS
  28. close_icon resource/closicon.tga
  29. up_icon resource/upicon.pcx
  30. down_icon resource/downicon.pcx
  31. left_icon resource/lefticon.pcx
  32. right_icon resource/rigticon.pcx
  33. plus_icon resource/plus.pcx
  34. minus_icon resource/minus.pcx
  35. background_bitmap resource/bground.tga
  36. ok_icon resource/ok.tga
  37. cancel_icon resource/cancel.tga
  38. // ******** FONTS
  39. small_font resource/helvetica_8.tga
  40. // ******** CURSORS
  41. normal_cursor "resource/normcurs.pcx 0 1 0"
  42. text_cursor "resource/textcurs.pcx 0 3 7"
  43. load_failed "Failed to load %S"
  44. no_key "No such keyname '%s' (%S)"
  45. modifier_in_use "Cannot assign key %s, modifier already in use in this context"
  46. button_delay = 250
  47. button_repeat = 50
  48. double_click = 300
  49. prof_win_title "Profile"
  50. expected "Error, expected : "
  51. status "Progress"
  52. get_savename_dialog =
  53. "[down x+(5) y+(20)
  54. text(' Enter filename to save as')
  55. %p=text_input(400 '%S')
  56. x+(130) y+(10)
  57. [right button(text(' Ok ') user_ev(%p %d))
  58. button(text('Cancel') user_ev(%p %d))]
  59. ]"
  60. cancel_operation "CANCEL"