2 // This file is part of the aMule Project.
4 // Copyright (c) 2003-2011 aMule Team ( admin@amule.org / http://www.amule.org )
5 // Copyright (c) 2002-2011 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
,
69 MP_GETAICHED2KLINKSRC
,
87 /* Razor 1a - Modif by MikaelB
89 - Drop No Needed Sources now
90 - Drop Full Queue Sources now
91 - Drop High Queue Rating Sources now
92 - Clean Up Sources now ( drop NNS, FQS and HQRS )
93 - Swap every A4AF to this file now
94 - Swap every A4AF to this file ( AUTO )
95 - Swap every A4AF to any other file now */
96 MP_DROP_NO_NEEDED_SOURCES
,
97 MP_DROP_FULL_QUEUE_SOURCES
,
98 MP_DROP_HIGH_QUEUE_RATING_SOURCES
,
100 MP_SWAP_A4AF_TO_THIS
,
101 MP_SWAP_A4AF_TO_THIS_AUTO
,
102 MP_SWAP_A4AF_TO_ANY_OTHER
,
109 // CMuleListCtrl tabs.
126 MP_ASSIGNCAT
= MP_LISTCOL_15
+ 1, // reserve some for categories (about 100)
127 MP_CAT_SET0
= MP_ASSIGNCAT
+ 100, // reserve some for change all-cats (about 50)
128 MP_SWITCHCTRL_0
= MP_CAT_SET0
+ 50,
129 MP_SWITCHCTRL_9
= MP_SWITCHCTRL_0
+ 9,
131 // Pop-up menu clickable entries
133 TRAY_MENU_CLIENTINFO
= 0,
134 TRAY_MENU_CLIENTINFO_ITEM
= MP_SWITCHCTRL_9
+ 1, // continue from MP_SWITCHCTRL_9
135 TRAY_MENU_DISCONNECT
,
154 #endif // COMMONMENUIDS_H