source: trunk/dll/fm3dll2.h@ 1194

Last change on this file since 1194 was 1140, checked in by Gregg Young, 17 years ago

Comments added for recent changes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 21.4 KB
RevLine 
[73]1
2/***********************************************************************
3
4 $Id: fm3dll2.h 1140 2008-09-01 19:52:06Z gyoung $
5
[953]6 Resource item definitions
[73]7
8 Copyright (c) 1993-02 M. Kimes
[917]9 Copyright (c) 2003, 2008 Steven H.Levine
[73]10
[321]11 15 Oct 02 MK Baseline
12 04 Nov 03 SHL Drop obsoletes
13 01 Nov 04 SHL Rename SKULL? defines to avoid rc issues
14 06 Jul 06 SHL Add Select Same Content support
[552]15 31 Aug 06 GKY Add partitioning menu items
16 17 Feb 06 GKY Add more drive types and no drive stat option
[917]17 10 Jan 08 SHL Add IDM_*SETTINGS for individual notebook pages
[921]18 12 Jan 08 SHL Add IDM_TOGGLEDRAGDIALOG
[940]19 19 Jan 08 GKY Add IDM_COMMANDLINESUBMENU, IDM_SYSTEMSUBMENU & IDM_BOOKSELFSUBMENU
[953]20 15 Feb 08 SHL Add definitions to support settings menu conditional cascade
21 15 Feb 08 SHL Drop obsoletes
[1085]22 20 Jul 08 GKY Add IDM_SAVETOCLIPFILENAME & IDM_APPENDTOCLIPFILENAME
23 to save/append just filename to clipboard
[1140]24 01 Sep 08 GKY Add IDM_*TLS for icon resources for the default toolbars
[73]25
[953]26 Align with spaces only - no tabs please
27
[73]28***********************************************************************/
29
[2]30#define COLR_WHITE 0
31#define COLR_BLACK 1
32#define COLR_BLUE 2
33#define COLR_RED 3
34#define COLR_PINK 4
35#define COLR_GREEN 5
36#define COLR_CYAN 6
37#define COLR_YELLOW 7
38#define COLR_DARKGRAY 8
39#define COLR_DARKBLUE 9
40#define COLR_DARKRED 10
41#define COLR_DARKPINK 11
42#define COLR_DARKGREEN 12
43#define COLR_DARKCYAN 13
44#define COLR_BROWN 14
45#define COLR_PALEGRAY 15
46
47#define SORT_FIRSTEXTENSION 0x00000001
48#define SORT_LASTEXTENSION 0x00000002
49#define SORT_SIZE 0x00000004
50#define SORT_EASIZE 0x00000008
51#define SORT_LWDATE 0x00000010
52#define SORT_LADATE 0x00000020
53#define SORT_CRDATE 0x00000040
54#define SORT_DIRSFIRST 0x00000080
55#define SORT_DIRSLAST 0x00000100
56#define SORT_FILENAME 0x00000200
57#define SORT_REVERSE 0x00000400
58#define SORT_PATHNAME 0x00000800
59#define SORT_NOSORT 0x00001000
60#define SORT_SUBJECT 0x00002000
61
62#define DRIVE_REMOVABLE 0x00000001
63#define DRIVE_NOTWRITEABLE 0x00000002
64#define DRIVE_IGNORE 0x00000004
65#define DRIVE_CDROM 0x00000008
66#define DRIVE_NOLONGNAMES 0x00000010
67#define DRIVE_REMOTE 0x00000020
68#define DRIVE_BOOT 0x00000040
69#define DRIVE_INVALID 0x00000080
70#define DRIVE_NOPRESCAN 0x00000100
71#define DRIVE_ZIPSTREAM 0x00000200
72#define DRIVE_NOLOADICONS 0x00000400
73#define DRIVE_NOLOADSUBJS 0x00000800
74#define DRIVE_NOLOADLONGS 0x00001000
75#define DRIVE_SLOW 0x00002000
76#define DRIVE_INCLUDEFILES 0x00004000
[549]77#define DRIVE_VIRTUAL 0x00008000
[552]78#define DRIVE_NOSTATS 0x00010000
79#define DRIVE_RAMDISK 0x00020000
[2]80
81#define MAIN_FRAME 1
82#define MAIN_STATUS 2
83#define MAIN_TOOLS 3
84#define MAIN_USERLIST 4
85#define MAIN_DRIVELIST 5
86#define MAIN_SETUPLIST 6
87#define COMMAND_LINE 7
88#define MAIN_AUTOVIEW 8
89#define MAIN_POPUP 9
90#define MAIN_BUTTONLIST 10
91#define MAIN_DRIVES 11
92#define MAIN_LED 12
93#define MAIN_LEDHDR 13
94#define DEFMENU 14
95#define MAIN2_FRAME 15
96#define MAIN_AUTOVIEWMLE 16
97#define MAIN_CMDLIST 17
98#define COMMAND_BUTTON 18
99
100#define MAIN_HELP 97
101#define MAIN_TRASHCAN 98
102
103#define ID_TIMER 4
104#define ID_STICK1 5
105#define ID_STICK2 6
106#define ID_STICK3 7
107#define ID_STICK4 8
108#define ID_STICK5 9
109#define ID_STICK12 10
110#define ID_STICK22 11
111#define ID_STICK32 12
112#define ID_STICK42 13
113#define ID_STICK52 14
114#define ID_TIMER2 15
115#define ID_TIMER3 16
[73]116
[2]117#define ID_TIMER4 19
118#define ID_TIMER5 20
119#define ID_TIMER6 21
120
121#define MAIN_STATUS2 19
122
123#define OBJ_FRAME 20
124
125#define ID_IMAGE 40
126#define ID_IMAGEOBJECT 49
127
128#define ID_HELPTABLE 50
129#define ID_HELPSUBTABLE 51
130#define ID_BUTTONMENU 99
131
132#define DIR_FRAME 100
133#define DIR_CNR 101
134#define DIR_FOLDERICON 102
135#define DIR_TOTALS 103
136#define DIR_SELECTED 104
137#define DIR_MAX 105
138#define DIR_RESTORE 106
139#define DIR_VIEW 107
140#define DIR_SORT 108
141#define DIR_FILTER 109
142#define DIROBJ_FRAME 200
143
144#define NEWVIEW_FRAME 280
145#define NEWVIEW_STATUS1 281
146#define NEWVIEW_STATUS2 282
147#define NEWVIEW_STATUS3 283
148#define NEWVIEW_POPUP 284
149#define NEWVIEW_LISTBOX 285
150#define NEWVIEW_DRAG 286
151
152#define SEEALL_FRAME 290
153#define SEEALL_STATUS 291
154#define SEEALL_OBJ 295
155#define SEEALL_POPUP 296
156
157#define BITMAP_FRAME 299
158
159#define TREE_FRAME 300
160#define TREE_CNR 301
161#define TREE_TOTALS 302
162#define TREEOBJ_FRAME 400
163
164#define COLLECTOR_FRAME 450
165#define COLLECTOR_CNR 451
166#define COLLECTOROBJ_FRAME 460
167
168#define ARC_FRAME 500
169#define ARC_CNR 501
170#define ARC_EXTRACTDIR 502
171#define ARCOBJ_FRAME 600
172
[119]173#define SKULL0_ICON 690
174#define SKULL1_ICON 691
175#define SKULL2_ICON 692
176#define SKULL3_ICON 693
177#define SKULL4_ICON 694
178#define SKULL5_ICON 695
179#define SKULL6_ICON 696
180#define SKULL7_ICON 697
181#define SKULL8_ICON 698
182#define SKULL9_ICON 699
[2]183
184#define INI_FRAME 700
185#define INI_APPLIST 701
186#define INI_KEYLIST 702
187#define INI_DATALIST 703
188#define INI_DELETEAPP 704
189#define INI_DELETEKEY 705
190#define INI_ADDENTRY 706
191#define INI_EDITENTRY 707
192#define INI_REFRESH 708
193#define INI_USERPROFILE 709
194#define INI_SYSTEMPROFILE 710
195#define INI_OTHERPROFILE 711
196#define INI_NUMAPPS 712
197#define INI_NUMKEYS 713
198#define INI_NUMDATA 714
199#define INI_APPHDR 715
200#define INI_KEYHDR 716
201#define INI_DATAHDR 717
202#define INI_CONFIRM 718
203#define INI_BACKUPINI 719
204#define INI_CHANGEINI 720
205#define INI_SWAPINI 721
206#define INI_RENAMEAPP 722
207#define INI_RENAMEKEY 723
208#define INI_COPYAPP 724
209#define INI_COPYKEY 725
210#define INI_APPMENU 726
211#define INI_KEYMENU 727
212
213#define DIR_POPUP 750
214#define FILE_POPUP 751
215#define TREE_POPUP 752
216#define DIRCNR_POPUP 753
217#define TREECNR_POPUP 754
218#define ARCCNR_POPUP 755
219#define ARC_POPUP 756
220#define COLLECTORDIR_POPUP 757
221#define COLLECTORFILE_POPUP 758
222#define COLLECTORCNR_POPUP 759
223
224#define REMOVABLE_ICON 900
225#define CDROM_ICON 901
226#define REMOTE_ICON 902
227#define FLOPPY_ICON 903
228#define FILE_ICON 904
229#define LASTITEM_ICON 905
230#define DRAG_ICON 906
231#define FINGER_ICON 907
232#define APP_ICON 908
233#define DUNNO_ICON 909
234#define FILE_SYSTEM_ICON 910
235#define FILE_HIDDEN_ICON 911
236#define FILE_READONLY_ICON 912
237#define DRIVE_ICON 913
238#define ZIPSTREAM_ICON 914
239#define ART_ICON 915
240#define COMPARE_ICON 916
241#define FINGER2_ICON 917
242#define DRAG2_ICON 918
243#define LEDON_BMP 919
244#define LEDOFF_BMP 920
245#define DIRSIZE_ICON 921
246#define LEDON2_BMP 922
247#define LEDOFF2_BMP 923
248#define ENV_ICON 924
[552]249#define VIRTUAL_ICON 925
250#define RAMDISK_ICON 926
[2]251
252#define IDM_HELPMOUSE 987
253#define IDM_HELPCONTEXT 988
254#define IDM_HELPPIX 989
255#define IDM_HELPTUTOR 990
256#define IDM_HELPHINTS 991
257#define IDM_HELPGENERAL 992
258#define IDM_HELPKEYS 993
259#define IDM_UNDO 994
260#define IDM_EXIT 995
261#define IDM_HELPCONTENTS 996
262#define IDM_HIDEMENU 997
263#define IDM_ABOUT 998
264#define IDM_HELP 999
265
266#define IDM_FILESMENU 1000
267#define IDM_MOVE 1001
268#define IDM_COPY 1002
269#define IDM_COMPARE 1003
270#define IDM_DELETE 1004
271#define IDM_RENAME 1005
272#define IDM_PERMDELETE 1006
273#define IDM_PRINT 1007
274#define IDM_EAS 1008
275#define IDM_ATTRS 1009
276#define IDM_INFO 1010
277#define IDM_COLLECT 1011
278#define IDM_OPENSUBMENU 1012
[451]279#define IDM_OPENSETTINGS 1013
280#define IDM_OPENICON 1014
281#define IDM_OPENDETAILS 1015
282#define IDM_OPENTREE 1016
283#define IDM_OPENDEFAULT 1017
284#define IDM_OPENWINDOW 1018
285#define IDM_OPENWALK 1019
[2]286#define IDM_OBJECTSUBMENU 1020
[451]287#define IDM_SHADOW 1021
288#define IDM_OBJECT 1022
[2]289#define IDM_VIEW 1023
290#define IDM_EDIT 1024
291#define IDM_SUBJECT 1025
292#define IDM_MKDIR 1026
293#define IDM_SAVETOCLIP 1027
294#define IDM_SAVETOLIST 1028
295#define IDM_ARCHIVE 1029
296#define IDM_EXTRACT 1030
297#define IDM_SIZES 1031
298#define IDM_SAVESUBMENU 1032
299#define IDM_RESORT 1033
300#define IDM_FIND 1034
301#define IDM_EXTRACTWDIRS 1035
302#define IDM_TEST 1036
303#define IDM_ARCEXTRACT 1037
304#define IDM_ARCEXTRACTWDIRS 1038
305#define IDM_VIRUSSCAN 1039
306#define IDM_EXEC 1040
307#define IDM_ARCEXTRACTEXIT 1041
308#define IDM_ARCEXTRACTWDIRSEXIT 1042
309#define IDM_REMOVE 1043
310#define IDM_CLEARCNR 1044
311#define IDM_COLLECTFROMCLIP 1045
312#define IDM_VIEWSMENU 1046
313#define IDM_GREP 1047
314#define IDM_EDITCOMMANDS 1048
315#define IDM_FORMAT 1049
316#define IDM_CHKDSK 1050
317#define IDM_EJECT 1051
318#define IDM_PARTITION 1052
319#define IDM_SETICON 1053
320#define IDM_APPENDTOCLIP 1054
321#define IDM_TREE 1055
322#define IDM_QTREE 1056
323#define IDM_FAKEEXTRACT 1057
324#define IDM_MCIPLAY 1058
325#define IDM_VIEWSUBMENU 1059
326#define IDM_COLLECTFROMFILE 1060
327#define IDM_COLLECTSELECT 1061
328#define IDM_COLLECTMENU 1062
329#define IDM_UPDATE 1063
330#define IDM_OPTIMIZE 1064
331#define IDM_ARCHIVEM 1065
332#define IDM_FAKEEXTRACTM 1066
333#define IDM_SEEALL 1067
334#define IDM_REFRESH 1068
335#define IDM_WILDMOVE 1069
336#define IDM_WILDCOPY 1070
337#define IDM_WILDRENAME 1071
338#define IDM_COPYMENU 1072
339#define IDM_MOVEMENU 1073
340#define IDM_ADDTOUSERLIST 1074
341#define IDM_DELETEFROMUSERLIST 1075
342#define IDM_SAVEDIRCNRSTATE 1076
343#define IDM_DELETEDIRCNRSTATE 1077
344#define IDM_CLI 1078
345#define IDM_EXTRACTSUBMENU 1079
346#define IDM_VIEWORARC 1080
347#define IDM_VIEWTEXT 1081
348#define IDM_VIEWBINARY 1082
349#define IDM_EDITTEXT 1083
350#define IDM_EDITBINARY 1084
351#define IDM_EDITSUBMENU 1085
352#define IDM_SHOWSORT 1086
353#define IDM_SHOWSELECT 1087
354#define IDM_DOITYOURSELF 1088
355#define IDM_EXPANDSUBMENU 1089
356#define IDM_MISCSUBMENU 1090
357#define IDM_DELETESUBMENU 1091
358#define IDM_SHOWDRIVES 1092
359#define IDM_DOSCOMMANDLINE 1093
360#define IDM_WINFULLSCREEN 1094
361#define IDM_HEXMODE 1095
362#define IDM_SEARCHMENU 1096
363#define IDM_FINDFIRST 1097
364#define IDM_FINDNEXT 1098
365#define IDM_GOTOLINE 1099
366#define IDM_GOTOOFFSET 1100
367#define IDM_CODEPAGE 1101
368#define IDM_NEXTSELECTED 1102
369#define IDM_PREVSELECTED 1103
370#define IDM_FINDPREV 1104
371#define IDM_SELECTFOUND 1105
372#define IDM_DESELECTFOUND 1106
373#define IDM_SAVETOCLIP2 1107
374#define IDM_APPENDTOCLIP2 1108
375#define IDM_SAVETOLIST2 1109
376#define IDM_HELPUSERLIST 1110
377#define IDM_KILLME 1111
378#define IDM_SHADOW2 1112
379#define IDM_OPENICONME 1113
380#define IDM_OPENDETAILSME 1114
381#define IDM_OPENTREEME 1115
382#define IDM_OPENSETTINGSME 1116
383#define IDM_NEXTBLANKLINE 1117
384#define IDM_PREVBLANKLINE 1118
385#define IDM_MOREBUTTONS 1119
386#define IDM_TOAUTOMLE 1120
387#define IDM_BEGINEDIT 1121
388#define IDM_ENDEDIT 1122
389#define IDM_FINDINTREE 1123
390#define IDM_DRVFLAGS 1124
391#define IDM_SHOWALLFILES 1125
392#define IDM_MOVEPRESERVE 1126
393#define IDM_COPYPRESERVE 1127
394#define IDM_SHOWALLFILESCNR 1128
395#define IDM_DRIVEBAR 1129
396#define IDM_LOCK 1130
397#define IDM_UNLOCK 1131
398#define IDM_UUDECODE 1132
399#define IDM_MERGE 1133
400#define IDM_MERGEBINARY 1134
401#define IDM_MERGETEXT 1135
402#define IDM_MERGEBINARYAPPEND 1136
403#define IDM_MERGETEXTAPPEND 1137
404#define IDM_SHOWNOTEWND 1138
405#define IDM_HIDENOTEWND 1139
406#define IDM_TWODIRS 1140
407#define IDM_MAXIMIZE 1141
408#define IDM_CONTEXTMENU 1142
409#define IDM_VIEWARCHIVE 1143
410#define IDM_CREATE 1144
411#define IDM_VTREE 1145
412#define IDM_DUPES 1146
413#define IDM_WRAP 1147
414#define IDM_IGNOREHTTP 1148
415#define IDM_IGNOREFTP 1149
416#define IDM_DETACH 1150
417#define IDM_TREEVIEW 1151
418#define IDM_WPSMOVE 1152
419#define IDM_WPSCOPY 1153
420#define IDM_SETTARGET 1154
421#define IDM_CLOSETRAY 1155
[892]422#define IDM_PARTITIONDF 1156
[466]423#define IDM_PARTITIONLVMG 1157
[892]424#define IDM_PARTITIONFD 1158
425#define IDM_IGNOREMAIL 1159
[953]426#define IDM_TOGGLEDRAGDIALOG 1160
[1084]427#define IDM_SAVETOCLIPFILENAME 1161
428#define IDM_APPENDTOCLIPFILENAME 1162
[2]429
430#define IDM_UTILITIESMENU 2000
431#define IDM_INIVIEWER 2001
432#define IDM_COLLECTOR 2002
433#define IDM_KILLPROC 2003
434#define IDM_UNDELETE 2004
435#define IDM_UNDELETESPEC 2005
436#define IDM_INSTANT 2006
437#define IDM_COMMANDLINE 2007
438#define IDM_SYSINFO 2008
439#define IDM_SYSTEMCLOCK 2009
440#define IDM_VIEWINFS 2010
441#define IDM_VIEWHELPS 2011
442#define IDM_REMAP 2012
[933]443#define IDM_COMMANDLINESUBMENU 2013
444#define IDM_SYSTEMSUBMENU 2014
445#define IDM_BOOKSELFSUBMENU 2015
[2]446
447#define IDM_CONFIGMENU 3000
448#define IDM_EDITASSOC 3001
449#define IDM_TOOLBAR 3002
450#define IDM_SORTSUBMENU 3003
[451]451#define IDM_SORTNAME 3004
452#define IDM_SORTFILENAME 3005
453#define IDM_SORTSIZE 3006
454#define IDM_SORTEASIZE 3007
455#define IDM_SORTFIRST 3008
456#define IDM_SORTLAST 3009
457#define IDM_SORTLWDATE 3010
458#define IDM_SORTLADATE 3011
459#define IDM_SORTCRDATE 3012
460#define IDM_SORTDIRSFIRST 3013
461#define IDM_SORTDIRSLAST 3014
462#define IDM_SORTREVERSE 3015
463#define IDM_SORTSMARTNAME 3016
464#define IDM_SORTNONE 3017
465#define IDM_SORTSUBJECT 3018
[2]466#define IDM_FONTPALETTE 3020
467#define IDM_COLORPALETTE 3021
468#define IDM_PROGSETUP 3022
469#define IDM_TOGGLESSUBMENU 3033
[451]470#define IDM_FOLLOWTREE 3034
471#define IDM_LOADSUBJECTS 3035
472#define IDM_LOADLONGNAMES 3036
473#define IDM_DONTMOVEMOUSE 3037
474#define IDM_UNHILITE 3038
475#define IDM_CONFIRMDELETE 3039
476#define IDM_SYNCUPDATES 3040
477#define IDM_FORCEUPPER 3041
478#define IDM_FORCELOWER 3042
479#define IDM_VERIFYWRITES 3043
480#define IDM_NOICONSFILES 3044
481#define IDM_NOICONSDIRS 3045
482#define IDM_DCOPENS 3046
483#define IDM_LINKSETSICON 3047
484#define IDM_TEXTTOOLS 3048
485#define IDM_TOOLTITLES 3049
[2]486#define IDM_PRINTER 3050
487#define IDM_EDITANYARCHIVER 3051
488#define IDM_SCHEMEPALETTE 3052
489#define IDM_SYSTEMSETUP 3053
490#define IDM_SAVESTATE 3054
491#define IDM_DEFAULTCOPY 3055
492#define IDM_TOOLSUBMENU 3056
493#define IDM_LOGFILE 3057
494#define IDM_IDLECOPY 3058
495#define IDM_NOTEBOOK 3059
496#define IDM_BLINK 3060
497#define IDM_HICOLORPALETTE 3061
498#define IDM_USERLIST 3062
499#define IDM_AUTOVIEW 3063
500#define IDM_MAINPOPUP 3064
501#define IDM_SELECTSUBMENU 3065
502#define IDM_FOLDERAFTEREXTRACT 3066
503#define IDM_AUTOVIEWSUBMENU 3067
504#define IDM_AUTOVIEWFILE 3068
505#define IDM_AUTOVIEWCOMMENTS 3069
506#define IDM_TILEBACKWARDS 3070
507#define IDM_AUTOVIEWMLE 3071
[466]508#define IDM_PARTITIONSMENU 3072
[2]509
[953]510#define IDM_NOTEBOOKSUBMENU 3310
[917]511
[953]512#define IDM_DIRCNRSETTINGS 3311
513#define IDM_DIRVIEWSETTINGS 3312
514#define IDM_DIRSORTSETTINGS 3313
515#define IDM_COLLECTORVIEWSETTINGS 3314
516#define IDM_COLLECTORSORTSETTINGS 3315
517#define IDM_ARCHIVERSETTINGS 3316
518#define IDM_TREECNRVIEWSETTINGS 3317
519#define IDM_TREECNRSORTSETTINGS 3318
520#define IDM_VIEWERSETTINGS 3319
521#define IDM_VIEWERSETTINGS2 3320
522#define IDM_COMPARESETTINGS 3321
523#define IDM_MONOLITHICSETTINGS 3322
524#define IDM_GENERALSETTINGS 3323
525#define IDM_SCANSETTINGS 3324
526#define IDM_BUBBLESSETTINGS 3325
527#define IDM_QUICKSETTINGS 3326
528
[2]529#define IDM_DRIVESMENU 3899
530#define IDM_DRIVEA 3900
531#define IDM_DRIVEATEXT 3950
532
533#define IDM_COMMANDSMENU 4000
534#define IDM_COMMANDSTART 4001
535#define IDM_COMMANDNUM0 4001
536#define IDM_COMMANDNUM1 4002
537#define IDM_COMMANDNUM2 4003
538#define IDM_COMMANDNUM3 4004
539#define IDM_COMMANDNUM4 4005
540#define IDM_COMMANDNUM5 4006
541#define IDM_COMMANDNUM6 4007
542#define IDM_COMMANDNUM7 4008
543#define IDM_COMMANDNUM8 4009
544#define IDM_COMMANDNUM9 4010
545#define IDM_COMMANDNUM10 4011
546#define IDM_COMMANDNUM11 4012
547#define IDM_COMMANDNUM12 4013
548#define IDM_COMMANDNUM13 4014
549#define IDM_COMMANDNUM14 4015
550#define IDM_COMMANDNUM15 4016
551#define IDM_COMMANDNUM16 4017
552#define IDM_COMMANDNUM17 4018
553#define IDM_COMMANDNUM18 4019
554#define IDM_COMMANDNUM19 4020
555
[1131]556#define IDM_QUICKTOOLSTART 4899
557#define IDM_CMDTOOLBAR 4900
558#define IDM_UTILSTOOLBAR 4901
559#define IDM_SORTTOOLBAR 4902
560#define IDM_SELECTTOOLBAR 4903
561#define IDM_CONFIGTOOLBAR 4904
562#define IDM_FILESTOOLBAR 4905
563#define IDM_VIEWSTOOLBAR 4906
[2]564
565#define IDM_CNRMENU 5000
566#define IDM_FILTER 5001
567#define IDM_ICON 5002
568#define IDM_TEXT 5003
569#define IDM_NAME 5004
570#define IDM_DETAILS 5005
571#define IDM_MINIICONS 5006
572#define IDM_DETAILSTITLES 5007
573#define IDM_SHOWLNAMES 5008
574#define IDM_SHOWSUBJECT 5009
575#define IDM_SHOWEAS 5010
576#define IDM_SHOWSIZE 5011
577#define IDM_SHOWICON 5012
578#define IDM_SHOWLWDATE 5013
579#define IDM_SHOWLWTIME 5014
580#define IDM_SHOWLADATE 5015
581#define IDM_SHOWLATIME 5016
582#define IDM_SHOWCRDATE 5017
583#define IDM_SHOWCRTIME 5018
584#define IDM_SHOWATTR 5019
585#define IDM_DETAILSSETUP 5020
586#define IDM_RESCAN 5021
587#define IDM_LOADLISTFILE 5022
588#define IDM_SAVELISTFILE 5023
589
590#define IDM_HIDETOOL 6000
591#define IDM_HIDEANYTOOL 6001
592#define IDM_DELETETOOL 6002
593#define IDM_DELETEANYTOOL 6003
594#define IDM_SHOWTOOLS 6004
595#define IDM_EDITTOOL 6005
596#define IDM_EDITANYTOOL 6006
597#define IDM_ADDTOOL 6007
598#define IDM_REORDERTOOLS 6008
599#define IDM_CREATETOOL 6009
600#define IDM_TOOLLEFT 6010
601#define IDM_TOOLRIGHT 6011
602#define IDM_SAVETOOLS 6012
603#define IDM_LOADTOOLS 6013
604
605#define IDM_WINDOWSMENU 9000
606#define IDM_TILE 9001
607#define IDM_CASCADE 9002
608#define IDM_RESTORE 9003
609#define IDM_MINIMIZE 9004
610#define IDM_NEXTWINDOW 9005
611#define IDM_PREVWINDOW 9006
612#define IDM_ARRANGEICONS 9007
613#define IDM_AUTOTILE 9008
614#define IDM_FREETREE 9009
615#define IDM_WINDOWDLG 9010
616#define IDM_IDEALSIZE 9011
617#define IDM_SWITCHLIST 9012
618#define IDM_TILEMENU 9013
[917]619#define IDM_WINDOWSTART 9100 /* Allow for 499 windows */
620#define IDM_SWITCHSTART 9500 /* Allow for 499 switch entries */
[2]621
622#define IDM_PARENT 10000
623#define IDM_PREVIOUS 10001
624#define IDM_WALKDIR 10002
625#define IDM_SWITCH 10003
626#define IDM_COLLAPSE 10004
627#define IDM_EXPAND 10005
[451]628
[2]629#define IDM_SELECTALL 10006
630#define IDM_DESELECTALL 10007
631#define IDM_SELECTALLFILES 10008
632#define IDM_DESELECTALLFILES 10009
633#define IDM_SELECTALLDIRS 10010
634#define IDM_DESELECTALLDIRS 10011
635#define IDM_SELECTMASK 10012
636#define IDM_DESELECTMASK 10013
637#define IDM_INVERT 10014
638#define IDM_SELECTBOTH 10015
639#define IDM_SELECTONE 10016
640#define IDM_SELECTNEWER 10017
641#define IDM_SELECTOLDER 10018
642#define IDM_SELECTBIGGER 10019
643#define IDM_SELECTSMALLER 10020
644#define IDM_DESELECTBOTH 10021
645#define IDM_DESELECTONE 10022
646#define IDM_DESELECTNEWER 10023
647#define IDM_DESELECTOLDER 10024
648#define IDM_DESELECTBIGGER 10025
649#define IDM_DESELECTSMALLER 10026
650#define IDM_RESELECT 10027
651#define IDM_SELECTCLIP 10028
652#define IDM_DESELECTCLIP 10029
653#define IDM_SELECTIDENTICAL 10030
654#define IDM_SELECTSAME 10031
655#define IDM_COLLAPSEALL 10032
656#define IDM_SELECTLIST 10033
657#define IDM_SELECTMORE 10034
658#define IDM_DESELECTMORE 10035
659#define IDM_HIDEALL 10036
660#define IDM_SELECTCOMPAREMENU 10037
[321]661#define IDM_SELECTSAMECONTENT 10038
[958]662#define IDM_UNHIDEALL 10039
[2]663
664#define CHECK_FILES 1
665
666#ifndef MM_PORTHOLEINIT
[451]667# define MM_PORTHOLEINIT 0x01fb
[2]668#endif
669#ifndef MS_POPUP
[451]670# define MS_POPUP 0x00000010L
[2]671#endif
672#ifndef CCS_MINIICONS
[451]673# define CCS_MINIICONS 0x0800
[2]674#endif
675#ifndef CRA_SOURCE
[451]676# define CRA_SOURCE 0x00004000
[2]677#endif
678#ifndef CV_EXACTMATCH
[451]679# define CV_EXACTMATCH 0x10000000
[2]680#endif
681#ifndef CBN_SETFOCUS
[451]682# define CBN_SETFOCUS 20
[2]683#endif
684#ifndef CBN_KILLFOCUS
[451]685# define CBN_KILLFOCUS 21
[2]686#endif
687#ifndef CN_VERIFYEDIT
[451]688# define CN_VERIFYEDIT 134
[2]689#endif
690#ifndef CN_PICKUP
[451]691# define CN_PICKUP 135
[2]692#endif
693#ifndef CN_DROPNOTIFY
[451]694# define CN_DROPNOTIFY 136
[2]695#endif
696#ifndef CN_GRIDRESIZED
[451]697# define CN_GRIDRESIZED 137
[2]698#endif
699#ifndef BKS_MERLINSTYLE
[451]700# define BKS_MERLINSTYLE 0x0800
[2]701#endif
Note: See TracBrowser for help on using the repository browser.