tkMacMenu.r
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * tkMacMenu.r --
  3.  *
  4.  * Resources needed by menus.
  5.  *
  6.  * This file also contains the icons 'SICN' used by the menu code
  7.  * in menu items.  
  8.  *
  9.  * Copyright (c) 1997 Sun Microsystems, Inc.
  10.  *
  11.  * See the file "license.terms" for information on usage and redistribution
  12.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  13.  *
  14.  * RCS: @(#) $Id: tkMacMenu.r,v 1.3 1998/09/14 18:23:38 stanton Exp $
  15.  */
  16. #include <Types.r>
  17. /*
  18.  * Icons used in menu items.
  19.  */
  20. resource 'SICN' (128, preload, locked) {
  21. { /* array: 7 elements */
  22. /* [1] */
  23. $"0000 0000 8000 C000 E000 F000 F800 FC00"
  24. $"F800 F000 E000 C000 80",
  25. /* [2] */
  26. $"0000 0000 0000 0800 1400 2200 4100 8080"
  27. $"E380 2200 2200 2200 3E",
  28. /* [3] */
  29. $"0000 0000 0000 0000 0000 F8F0 C4F0 F270"
  30. $"0900 0480 0270 0130 00F0",
  31. /* [4] */
  32. $"0000 0000 0000 0000 0000 0000 0000 0000"
  33. $"0000 E4E0 CE60 1B00 3180",
  34. /* [5] */
  35. $"0000 0000 0000 0000 6300 9480 9480 7F00"
  36. $"1400 7F00 9480 9480 63",
  37. /* [6] */
  38. $"0000 0000 0000 0000 0000 3FF8 1FF0 0FE0"
  39. $"07C0 0380 01",
  40. /* [7] */
  41. $"0000 0000 0000 0000 0000 0100 0380 07C0"
  42. $"0FE0 1FF0 3FF8"
  43. }
  44. };