Upstream tarball 9440
[amule.git] / src / include / common / MenuIDs.h
blob67ddd53b52a8bf2ade8337e29a146b30da16c826
1 //
2 // This file is part of the aMule Project.
3 //
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 )
6 //
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
9 // respective authors.
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.
20 //
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 enum {
30 MP_MESSAGE = 11000, // Random start ID that doesn't conflict with wxDesigner
31 MP_DETAIL,
32 MP_ADDFRIEND,
33 MP_REMOVEFRIEND,
34 MP_SHOWLIST,
35 MP_FRIENDSLOT,
36 MP_CHANGE2FILE,
37 MP_CANCEL,
38 MP_STOP,
39 MP_RESUME,
40 MP_PAUSE,
41 MP_CLEARCOMPLETED,
42 MP_VIEW,
43 MP_SENDMESSAGE,
44 MP_WS,
45 MP_RAZORSTATS,
46 MP_ADDCOLLECTION,
47 MP_GETCOMMENTS,
48 MP_SEARCHRELATED,
49 MP_MARK_AS_KNOWN,
50 //For comments
51 MP_CMT,
53 MP_PRIOVERYLOW,
54 MP_PRIOLOW,
55 MP_PRIONORMAL,
56 MP_PRIOHIGH,
57 MP_PRIOVERYHIGH,
58 MP_POWERSHARE,
59 MP_PRIOAUTO,
60 MP_GETMAGNETLINK,
61 MP_GETED2KLINK,
62 MP_GETSOURCEED2KLINK,
63 MP_GETCRYPTSOURCEDED2KLINK,
64 MP_GETHOSTNAMESOURCEED2KLINK,
65 MP_GETHOSTNAMECRYPTSOURCEED2KLINK,
66 MP_GETAICHED2KLINK,
67 MP_METINFO,
68 MP_CONNECTTO,
69 MP_REMOVE,
70 MP_REMOVEALL,
71 MP_UNBAN,
72 MP_ADDTOSTATIC,
73 MP_REMOVEFROMSTATIC,
74 MP_VIEWFILECOMMENTS,
75 MP_CAT_ADD,
76 MP_CAT_EDIT,
77 MP_CAT_REMOVE,
78 MP_TOOGLELIST,
79 MP_CLOSE_TAB,
80 MP_CLOSE_ALL_TABS,
81 MP_CLOSE_OTHER_TABS,
82 MP_RENAME,
84 /* Razor 1a - Modif by MikaelB
85 Opcodes for :
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,
96 MP_CLEAN_UP_SOURCES,
97 MP_SWAP_A4AF_TO_THIS,
98 MP_SWAP_A4AF_TO_THIS_AUTO,
99 MP_SWAP_A4AF_TO_ANY_OTHER,
101 //menus
102 MP_MENU_PRIO,
103 MP_MENU_EXTD,
104 MP_MENU_CATS,
106 // CMuleListCtrl tabs.
107 MP_LISTCOL_1,
108 MP_LISTCOL_2,
109 MP_LISTCOL_3,
110 MP_LISTCOL_4,
111 MP_LISTCOL_5,
112 MP_LISTCOL_6,
113 MP_LISTCOL_7,
114 MP_LISTCOL_8,
115 MP_LISTCOL_9,
116 MP_LISTCOL_10,
117 MP_LISTCOL_11,
118 MP_LISTCOL_12,
119 MP_LISTCOL_13,
120 MP_LISTCOL_14,
121 MP_LISTCOL_15,
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