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
30 MP_MESSAGE
= 11000, // Random start ID that doesn't conflict with wxDesigner
63 MP_GETCRYPTSOURCEDED2KLINK
,
64 MP_GETHOSTNAMESOURCEED2KLINK
,
65 MP_GETHOSTNAMECRYPTSOURCEED2KLINK
,
84 /* Razor 1a - Modif by MikaelB
86 - Drop No Needed Sources now
87 - Drop Full Queue Sources now
88 - Drop High Queue Rating Sources now
89 - Clean Up Sources now ( drop NNS, FQS and HQRS )
90 - Swap every A4AF to this file now
91 - Swap every A4AF to this file ( AUTO )
92 - Swap every A4AF to any other file now */
93 MP_DROP_NO_NEEDED_SOURCES
,
94 MP_DROP_FULL_QUEUE_SOURCES
,
95 MP_DROP_HIGH_QUEUE_RATING_SOURCES
,
98 MP_SWAP_A4AF_TO_THIS_AUTO
,
99 MP_SWAP_A4AF_TO_ANY_OTHER
,
106 // CMuleListCtrl tabs.
124 MP_ASSIGNCAT
= 10800, // reserve some for categories!
125 MP_CAT_SET0
= 10900, // reserve some for change all-cats (about 50)
126 MP_SWITCHCTRL_0
= 10950,
127 MP_SWITCHCTRL_9
= 10959
130 #endif // COMMONMENUIDS_H