You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
495 B

18 years ago
18 years ago
  1. /* XPM */
  2. #ifndef XPMMAIN
  3. extern const char *add_bus_xpm[];
  4. #else
  5. const char * add_bus_xpm[] = {
  6. "16 16 4 1",
  7. " c None",
  8. "! c black",
  9. "# c #0046D9",
  10. "$ c #9B9B9B",
  11. " ",
  12. "###### ",
  13. "###### ",
  14. " $$$##$ ",
  15. " ##$ ",
  16. " ##$ ",
  17. " ##$ ",
  18. " ##$ ",
  19. " ##$ ",
  20. " ##$ ",
  21. " ########### ",
  22. " ########### ",
  23. " $$$$$$$$$$",
  24. " ",
  25. " ",
  26. " "};
  27. #endif