gen_tray.rc 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_DIALOG1 DIALOGEX 0, 0, 215, 212
  24. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Nullsoft Notification Area Control Preferences"
  26. FONT 8, "MS Shell Dlg", 0, 0, 0x0
  27. BEGIN
  28. CONTROL "Enable Nullsoft Notification Area Control",IDC_ONOFF,
  29. "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,4,4,207,10
  30. CONTROL "",IDC_PREV,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,18,199,10
  31. CONTROL "",IDC_PREV2,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,32,199,10
  32. CONTROL "",IDC_PREV3,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,45,199,10
  33. CONTROL "",IDC_PREV4,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,58,199,10
  34. CONTROL "",IDC_PREV5,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,72,199,10
  35. CONTROL "",IDC_PREV6,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,85,199,10
  36. CONTROL "",IDC_PREV7,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,98,199,10
  37. CONTROL "",IDC_PREV8,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,12,111,199,10
  38. GROUPBOX "Icon Pack Selection",IDC_STATIC,4,124,207,67
  39. LTEXT "Select the icon pack to use instead of the default ones or select a custom option to manually specify the pack location",IDC_STATIC,10,136,195,18
  40. COMBOBOX IDC_COMBO2,10,157,178,58,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  41. PUSHBUTTON "?",ID_INFO,192,157,14,12
  42. EDITTEXT IDC_EDIT1,10,173,158,12,ES_AUTOHSCROLL
  43. PUSHBUTTON "...",IDC_BUTTON1,172,173,16,12
  44. CONTROL "",IDC_LINK,"Button",BS_OWNERDRAW | BS_NOTIFY | WS_TABSTOP,4,198,53,10
  45. DEFPUSHBUTTON "Close",IDOK,162,195,49,13
  46. END
  47. /////////////////////////////////////////////////////////////////////////////
  48. //
  49. // DESIGNINFO
  50. //
  51. #ifdef APSTUDIO_INVOKED
  52. GUIDELINES DESIGNINFO
  53. BEGIN
  54. IDD_DIALOG1, DIALOG
  55. BEGIN
  56. LEFTMARGIN, 4
  57. RIGHTMARGIN, 211
  58. TOPMARGIN, 4
  59. BOTTOMMARGIN, 208
  60. END
  61. END
  62. #endif // APSTUDIO_INVOKED
  63. #ifdef APSTUDIO_INVOKED
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // TEXTINCLUDE
  67. //
  68. 1 TEXTINCLUDE
  69. BEGIN
  70. "resource.h\0"
  71. END
  72. 2 TEXTINCLUDE
  73. BEGIN
  74. "#include ""afxres.h""\r\n"
  75. "\0"
  76. END
  77. 3 TEXTINCLUDE
  78. BEGIN
  79. "#include ""version.rc2""\r\n"
  80. "\0"
  81. END
  82. #endif // APSTUDIO_INVOKED
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Icon
  86. //
  87. // Icon with lowest ID value placed first to ensure application icon
  88. // remains consistent on all systems.
  89. IDI_ICON1 ICON "icons/icon1.ico"
  90. IDI_ICON2 ICON "icons/icon2.ico"
  91. IDI_ICON3 ICON "icons/icon3.ico"
  92. IDI_ICON4 ICON "icons/icon4.ico"
  93. IDI_ICON5 ICON "icons/icon5.ico"
  94. IDI_ICON7 ICON "icons/icon7.ico"
  95. IDI_ICON8 ICON "icons/icon8.ico"
  96. /////////////////////////////////////////////////////////////////////////////
  97. //
  98. // Bitmap
  99. //
  100. IDB_BITMAP1 BITMAP "icons\\compact.bmp"
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // String Table
  104. //
  105. STRINGTABLE
  106. BEGIN
  107. IDS_NULLSOFT_TRAY_CONTROL "Nullsoft Notification Area Control v%s"
  108. 65535 "{25B50046-5B31-418b-B77E-1B0D140D64ED}"
  109. END
  110. STRINGTABLE
  111. BEGIN
  112. IDS_PREVIOUS_TRACK "Previous Track"
  113. IDS_PLAY_PAUSE "Play/Pause"
  114. IDS_STOP "Stop"
  115. IDS_NEXT_TRACK "Next Track"
  116. IDS_OPEN_FILE "Open File"
  117. IDS_COMPACT_MODE "Compact Mode"
  118. IDS_DECREASE_VOLUME "Decrease Volume"
  119. IDS_INCREASE_VOLUME "Increase Volume"
  120. IDS_HOLD_CTRL "(hold Ctrl to restart current song)"
  121. IDS_HOLD_SHIFT "(hold Shift for 'stop with fadeout')"
  122. // IDS_WIN2K_PLUS "(only available on WinXP and up)"
  123. IDS_CTRL_TO_DECREASE "(hold Ctrl to decrease faster)"
  124. IDS_CTRL_TO_INCREASE "(hold Ctrl to increase faster)"
  125. IDS_STOPPED_STR " [Stopped]"
  126. IDS_PAUSED_STR " [Paused]"
  127. IDS_DEFAULT_ICONS "Default Icons"
  128. END
  129. STRINGTABLE
  130. BEGIN
  131. IDS_CUSTOM_ICON_PACK "Custom Icon Pack..."
  132. IDS_CONFIG_INFO "Notification area icon packs consist of upto 9 files (1 *.icp, 7 *.ico and 1 *.bmp) \n& all of the required files need to be in the same folder to be found.\n\nThe format of the icp file is:\n\n[tray icon pack]\nico1=1.ico\nico2=2.ico\nico3=3.ico\nico4=4.ico\nico5=5.ico\nico6=my.bmp\nico7=7.ico\nico8=8.ico\n\nOrder is: Previous, Play/Pause, Stop, Next, Open, Compact Mode\n\tVolume Down and Volume Up\n\nEach line requires just the image filename to be specified.\nThe plug-in then looks for them in the same folder as the icp file.\n\nThe 'ico6' entry provides the image for the compact mode icon and is\nmade up of 6 8x8 pixel blocks which are merged together as needed\nto form the final 16x16 icon. For transparent areas you will need to\nset the required areas in your bitmap to pink (RGB 255,0,255).\n\nThe default icon pack location is:\n%s\\Plugins\\Tray_Control"
  133. IDS_OFD_FILTER_STR "Notification area icon pack (*.icp)"
  134. IDS_OFD_TITLE_STR "Choose a notification area icon pack to use..."
  135. IDS_GET_ICON_PACKS "Get Icon Packs"
  136. IDS_DO_YOU_ALSO_WANT_TO_REMOVE_SETTINGS
  137. "Do you also want to remove the saved settings for this plug-in?"
  138. END
  139. #endif // English (U.S.) resources
  140. /////////////////////////////////////////////////////////////////////////////
  141. #ifndef APSTUDIO_INVOKED
  142. /////////////////////////////////////////////////////////////////////////////
  143. //
  144. // Generated from the TEXTINCLUDE 3 resource.
  145. //
  146. #include "version.rc2"
  147. /////////////////////////////////////////////////////////////////////////////
  148. #endif // not APSTUDIO_INVOKED