2 // This file is part of the aMule Project.
4 // Copyright (c) 2003-2008 aMule Team ( admin@amule.org / http://www.amule.org )
5 // Copyright (c) 2002-2008 Merkur ( devs@emule-project.net / http://www.emule-project.net )
7 // Any parts of this program derived from the xMule, lMule or eMule project,
8 // or contributed by third-party developers are copyrighted by their
11 // This program is free software; you can redistribute it and/or modify
12 // it under the terms of the GNU General Public License as published by
13 // the Free Software Foundation; either version 2 of the License, or
14 // (at your option) any later version.
16 // This program is distributed in the hope that it will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 // GNU General Public License for more details.
21 // You should have received a copy of the GNU General Public License
22 // along with this program; if not, write to the Free Software
23 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
26 #ifndef COMMONMENUIDS_H
27 #define COMMONMENUIDS_H
29 #include <wx/defs.h> // To access wxID_HIGHEST menu item constant
32 MP_MESSAGE
= wxID_HIGHEST
+ 1, // Start ID at next free value (defined by wx)
65 MP_GETCRYPTSOURCEDED2KLINK
,
66 MP_GETHOSTNAMESOURCEED2KLINK
,
67 MP_GETHOSTNAMECRYPTSOURCEED2KLINK
,
86 /* Razor 1a - Modif by MikaelB
88 - Drop No Needed Sources now
89 - Drop Full Queue Sources now
90 - Drop High Queue Rating Sources now
91 - Clean Up Sources now ( drop NNS, FQS and HQRS )
92 - Swap every A4AF to this file now
93 - Swap every A4AF to this file ( AUTO )
94 - Swap every A4AF to any other file now */
95 MP_DROP_NO_NEEDED_SOURCES
,
96 MP_DROP_FULL_QUEUE_SOURCES
,
97 MP_DROP_HIGH_QUEUE_RATING_SOURCES
,
100 MP_SWAP_A4AF_TO_THIS_AUTO
,
101 MP_SWAP_A4AF_TO_ANY_OTHER
,
108 // CMuleListCtrl tabs.
125 MP_ASSIGNCAT
= MP_LISTCOL_15
+ 1, // reserve some for categories (about 100)
126 MP_CAT_SET0
= MP_ASSIGNCAT
+ 100, // reserve some for change all-cats (about 50)
127 MP_SWITCHCTRL_0
= MP_CAT_SET0
+ 50,
128 MP_SWITCHCTRL_9
= MP_SWITCHCTRL_0
+ 9,
130 // Pop-up menu clickable entries
132 TRAY_MENU_CLIENTINFO
= 0,
133 TRAY_MENU_CLIENTINFO_ITEM
= MP_SWITCHCTRL_9
+ 1, // continue from MP_SWITCHCTRL_9
134 TRAY_MENU_DISCONNECT
,
153 #endif // COMMONMENUIDS_H