source: trunk/dll/fm3dlg.h@ 1672

Last change on this file since 1672 was 1670, checked in by Gregg Young, 13 years ago

Add ability to change and save PresParam to compare dialog (Ticket 443) Fix loading of a list file in the right compare container (Ticket 489) Allow for selection of include subdirectories or a list file on initial startup of compare dirs (Ticket 145)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 34.3 KB
Line 
1
2/***********************************************************************
3
4 $Id: fm3dlg.h 1670 2012-08-13 01:33:25Z gyoung $
5
6 Dialog item definesions
7
8 Copyright (c) 1993-02 M. Kimes
9 Copyright (c) 2002-2012 Steven H.Levine
10
11 15 Oct 02 MK Baseline
12 16 Oct 02 SHL Localize
13 29 May 06 SHL Add Edit Archiver enhancements
14 05 Jul 06 SHL Add Hide not selected support
15 10 Sep 06 GKY Add Assoc enhancements
16 23 Sep 06 GKY Add Commands enhancements
17 02 Jan 07 GKY Add always paths opt to extract
18 07 Jan 07 GKY Add remember search flags to seek and scan
19 21 Aug 07 GKY Make Subject column in dircnr sizable and movable from the right to the left pane
20 11 Jan 08 SHL Correct all to 3 column tabs since dialog editors assume this
21 29 Feb 08 GKY Changes to enable user settable command line length
22 20 Jul 08 JBS Ticket 114: Support user-selectable env. strings in Tree container.
23 29 Nov 08 GKY Add the option of creating a subdirectory from the arcname
24 for the extract path.
25 30 Nov 08 GKY Add the option of creating a subdirectory from the arcname
26 for the extract path to arc container.
27 25 Dec 08 GKY Add ProcessDirectoryThread to allow optional recursive drive scan at startup.
28 25 Dec 08 GKY Add DRIVE_RSCANNED flag to monitor for the first recursive drive scan per session
29 to prevent duplicate directory names in tree following a copy before initial scan.
30 25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
31 01 Jan 09 GKY Add option to rescan tree container on eject of removable media
32 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
33 06 Jun 09 GKY Add option to show file system type or drive label in tree
34 22 Jul 09 GKY Check if drives support EAs add driveflag for this
35 22 Jul 09 GKY Add LocalHD driveflag
36 13 Dec 09 GKY Updated Quick page "Default" to match current defaults; added Gregg's way
37 option to Quick page.
38 27 Dec 09 GKY Made command hotkeys user selectable.
39 23 Oct 10 GKY Added button to allow opening of a new file's eas from the EA dialog.
40 04 Aug 12 GKY Changes to use Unlock to unlock files if Unlock.exe is in path both from menu/toolbar and as part of
41 copy, move and delete operations
42 04 Aug 12 GKY Changes to allow copy and move over readonly files with a warning dialog; also added a warning dialog
43 for delete of readonly files
44 12 Aug 12 GKY Allow for selection of include subdirectories or a list file on initial startup of compare dirs
45
46***********************************************************************/
47
48#include "fm3hlp.h"
49
50#define MSK_FRAME 20100
51#define MSK_LISTBOX 20101
52#define MSK_MASK 20102
53#define MSK_DELETE 20103
54#define MSK_HIDDEN 20104
55#define MSK_SYSTEM 20105
56#define MSK_READONLY 20106
57#define MSK_ARCHIVED 20107
58#define MSK_MUSTHIDDEN 20108
59#define MSK_MUSTSYSTEM 20109
60#define MSK_MUSTREADONLY 20110
61#define MSK_MUSTARCHIVED 20111
62#define MSK_SHOWDIRS 20112
63#define MSK_CLEAR 20113
64#define MSK_DIRECTORY 20114
65#define MSK_MUSTDIRECTORY 20115
66#define MSK_ALL 20116
67#define MSK_TEXT 20117
68
69#define ENV_FRAME 20150
70#define ENV_NAME 20151
71#define ENV_LISTBOX 20152
72
73#define EXEC_FRAME 20200
74#define EXEC_CL 20201
75#define EXEC_DEFAULT 20202
76#define EXEC_MINIMIZED 20203
77#define EXEC_MAXIMIZED 20204
78#define EXEC_FULLSCREEN 20205
79#define EXEC_INVISIBLE 20206
80#define EXEC_KEEP 20207
81#define EXEC_ABORT 20208
82#define EXEC_WARNING 20209
83#define EXEC_WARNING2 20210
84#define EXEC_ENVIRON 20211
85#define EXEC_DROP 20212
86#define EXEC_LISTBOX 20213
87#define EXEC_SAVECMD 20214
88
89#define EXEC2_FRAME 20250
90#define EXEC2_LISTBOX 20251
91#define EXEC2_DEL 20252
92#define EXEC2_CLR 20253
93#define EXEC2_KEEP 20254
94#define EXEC2_SAVE 20255
95#define EXEC2_FILTER 20256
96#define EXEC2_CLOSE 20257
97#define EXEC2_OPEN 20258
98
99#define GREP_FRAME 20300
100#define GREP_MASK 20301
101#define GREP_SEARCH 20302
102#define GREP_ALLHDS 20303
103#define GREP_RECURSE 20304
104#define GREP_ABSOLUTE 20305
105#define GREP_CASE 20306
106#define GREP_SAYFILES 20307
107#define GREP_SEARCHFILES 20308
108#define GREP_SEARCHEAS 20309
109#define GREP_GREATER 20310
110#define GREP_LESSER 20311
111#define GREP_NEWER 20312
112#define GREP_OLDER 20313
113#define GREP_GK 20314
114#define GREP_LK 20315
115#define GREP_NK 20316
116#define GREP_OM 20317
117#define GREP_NM 20318
118#define GREP_HELP 20319
119#define GREP_FINDDUPES 20320
120#define GREP_CRCDUPES 20321
121#define GREP_NOSIZEDUPES 20322
122#define GREP_IGNOREEXTDUPES 20323
123#define GREP_LISTBOX 20324
124#define GREP_DELETE 20325
125#define GREP_ADD 20326
126#define GREP_WALK 20327
127#define GREP_FINDIFANY 20328
128#define GREP_DRIVELIST 20329
129#define GREP_LOCALHDS 20330
130#define GREP_REMOTEHDS 20331
131#define GREP_ENV 20332
132#define GREP_APPEND 20333
133#define GREP_REMEMBERFLAGS 20334
134
135#define INFO_FRAME 20400
136#define INFO_FS 20401
137#define INFO_LABEL 20402
138#define INFO_TOTAL 20403
139#define INFO_AVAILABLE 20404
140#define INFO_ALLOCUNITS 20405
141#define INFO_SERIAL 20406
142#define INFO_FLAGS 20407
143#define INFO_FREE 20408
144#define INFO_USED 20409
145#define INFO_USEDPERCENT 20410
146#define INFO_FREEPERCENT 20411
147#define INFO_REALPATH 20412
148
149#define EXT_FRAME 20500
150#define EXT_MASK 20501
151#define EXT_NORMAL 20502
152#define EXT_WDIRS 20503
153#define EXT_COMMAND 20504
154#define EXT_FILENAME 20505
155#define EXT_DIRECTORY 20506
156#define EXT_PICK 20507
157#define EXT_SEE 20508
158#define EXT_WALK 20509
159#define EXT_HELP 20510
160#define EXT_REMEMBER 20511
161#define EXT_AWDIRS 20512
162#define EXT_FILENAMEEXT 20513
163
164#define ARCH_FRAME 20600
165#define ARCH_ARCNAME 20601
166#define ARCH_ADD 20602
167#define ARCH_MOVE 20603
168#define ARCH_INCLPATH 20604
169#define ARCH_COMMAND 20605
170#define ARCH_MASKS 20606
171#define ARCH_RECURSE 20607
172#define ARCH_SEE 20608
173#define ARCH_HELP 20609
174#define ARCH_REMEMBER 20610
175#define ARCH_FIND 20611
176
177#define ASEL_FRAME 20700
178#define ASEL_EDIT_FRAME 20701
179#define ASEL_LISTBOX 20702
180#define ASEL_PB_ADD 20703
181#define ASEL_PB_DELETE 20704
182#define ASEL_PB_UP 20705
183#define ASEL_PB_DOWN 20706
184#define ASEL_PB_REVERT 20707
185
186#define WALK_FRAME 20800
187#define WALK_DIRLIST 20801
188#define WALK_DRIVELIST 20802
189#define WALK_PATH 20803
190#define WALK_USERLIST 20804
191#define WALK_ADD 20805
192#define WALK_DELETE 20806
193#define WALK_HELP 20807
194#define WALK_RECENT 20808
195
196#define WALK2_FRAME 20850
197#define WALK2_PATH 20851
198#define WALK2_DRIVELIST 20852
199#define WALK2_DIRLIST 20853
200#define WALK2_INCLUDESUBDIRS 20854
201#define WALK2_LOADLISTFILE 20855
202
203#define AD_FRAME 20900
204#define AD_ID 20901
205#define AD_STARTLIST 20902
206#define AD_ENDLIST 20903
207#define AD_ADD 20904
208#define AD_MOVE 20905
209#define AD_EXT 20906
210#define AD_EXTRACT 20907
211#define AD_WDIRS 20908
212#define AD_SIG 20909
213#define AD_LIST 20910
214#define AD_TEST 20911
215#define AD_DELETE 20912
216#define AD_SIGPOS 20913
217#define AD_FNAMEPOS 20914
218#define AD_NUMDATEFLDS 20915
219#define AD_DATEPOS 20916
220#define AD_NEWSZ 20917
221#define AD_OLDSZ 20918
222#define AD_MOVEWPATHS 20919
223#define AD_ADDRECURSE 20920
224#define AD_ADDWPATHS 20921
225#define AD_LISTBOX 20922
226#define AD_TOSTART 20923
227#define AD_TOEND 20924
228#define AD_FLD1 20925
229#define AD_FLD2 20926
230#define AD_FLD3 20927
231#define AD_FLD4 20928
232#define AD_FLD5 20929
233#define AD_FLD6 20930
234#define AD_FLD7 20931
235#define AD_FLD8 20932
236#define AD_FLD9 20933
237#define AD_FLD10 20934
238#define AD_SEEADDER 20935
239#define AD_SEEEXTRACTOR 20936
240#define AD_HELP 20937
241#define AD_NAMEISLAST 20938
242
243#define COMP_FRAME 21000
244#define COMP_LEFTDIR 21001
245#define COMP_RIGHTDIR 21002
246#define COMP_COLLECT 21003
247#define COMP_VIEW 21004
248#define COMP_NOTE 21005
249#define COMP_TOTALLEFT 21006
250#define COMP_SELLEFT 21007
251#define COMP_TOTALRIGHT 21008
252#define COMP_SELRIGHT 21009
253#define COMP_CNRMENU 21010
254#define COMP_DIRMENU 21011
255#define COMP_MENU 21012
256#define COMP_INCLUDESUBDIRS 21013
257#define COMP_SETDIRS 21014
258#define COMP_COPYLEFT 21015
259#define COMP_MOVELEFT 21016
260#define COMP_DELETELEFT 21017
261#define COMP_COPYRIGHT 21018
262#define COMP_MOVERIGHT 21019
263#define COMP_DELETERIGHT 21020
264#define COMP_TOTALLEFTHDR 21021
265#define COMP_SELLEFTHDR 21022
266#define COMP_TOTALRIGHTHDR 21023
267#define COMP_SELRIGHTHDR 21024
268#define COMP_FILTER 21025
269#define COMP_HIDENOTSELECTED 21026
270
271#define EA_FRAME 21100
272#define EA_LISTBOX 21101
273#define EA_TEXT 21102
274#define EA_ENTRY 21103
275#define EA_MLE 21104
276#define EA_CHANGE 21105
277#define EA_DELETE 21106
278#define EA_HEXDUMP 21107
279#define EA_ADD 21108
280#define EA_NAMES 21109
281#define EA_HELP 21110
282#define EA_OPENFILE 21111
283
284#define EAC_FRAME 21200
285#define EAC_TEXT 21201
286#define EAC_NAME 21202
287#define EAC_ASCII 21203
288#define EAC_MVST 21204
289#define EAC_MVMT 21205
290
291#define DSZ_FRAME 21300
292#define DSZ_CNR 21301
293#define DSZ_EXPAND 21302
294#define DSZ_COLLAPSE 21303
295#define DSZ_FREESPACE 21304
296#define DSZ_NUMFILES 21305
297#define DSZ_PRINT 21306
298
299#define IAD_FRAME 21400
300#define IAD_APPNAME 21401
301#define IAD_KEYNAME 21402
302#define IAD_DATA 21403
303#define IAD_ISBINARY 21404
304
305#define CHECK_FRAME 21500
306#define CHECK_LISTBOX 21501
307#define CHECK_PROMPT 21502
308#define CHECK_HELP 21503
309#define CHECK_INFO 21504
310#define CHECK_BITMAP 21505
311
312#define STR_FRAME 21600
313#define STR_PROMPT 21601
314#define STR_INPUT 21602
315
316#define MLE_POPUP 21699
317#define MLE_FRAME 21700
318#define MLE_MLE 21701
319#define MLE_TOGWRAP 21702
320#define MLE_STRIPTRAILBLANKS 21703
321#define MLE_STRIPTRAILLINES 21704
322#define MLE_EXPANDTABS 21705
323#define MLE_SENSITIVE 21706
324#define MLE_CODEPAGE 21707
325#define MLE_SETEXPORTFILE 21708
326#define MLE_EXPORTFILE 21709
327#define MLE_LOADFILE 21710
328#define MLE_INSERTFILE 21711
329#define MLE_TAB 21712
330#define MLE_FORMAT 21713
331#define MLE_XOR 21714
332#define MLE_ROT13 21715
333#define MLE_UPPERCASE 21716
334#define MLE_LOWERCASE 21717
335#define MLE_TOGGLECASE 21718
336#define MLE_JUMP 21719
337#define MLE_CUTLINE 21720
338#define MLE_CLEAR 21721
339#define MLE_QUIT 21722
340#define MLE_SETFONT 21723
341#define MLE_SELECTALL 21724
342#define MLE_DESELECTALL 21725
343#define MLE_UNDO 21726
344#define MLE_COPYCLIP 21727
345#define MLE_CUTCLIP 21728
346#define MLE_PASTECLIP 21729
347#define MLE_FINDFIRST 21730
348#define MLE_FINDNEXT 21731
349#define MLE_END 21732
350#define MLE_NEWFILE 21733
351#define MLE_FILEMENU 21734
352#define MLE_BLOCKMENU 21735
353#define MLE_WRITEBLOCK 21736
354#define MLE_ABOUT 21737
355#define MLE_TOGGLEREADONLY 21738
356#define MLE_APPENDCLIP 21739
357#define MLE_EDITMENU 21740
358#define MLE_VIEWHTTP 21741
359#define MLE_VIEWFTP 21742
360#define MLE_EXPORTAS 21743
361
362#define SRCH_FRAME 21800
363#define SRCH_HELP 21801
364#define SRCH_SANDR 21802
365#define SRCH_RALL 21803
366#define SRCH_REPLACE 21804
367#define SRCH_SEARCH 21805
368
369#define PICK_FRAME 21900
370#define PICK_LISTBOX 21901
371#define PICK_HELP 21902
372#define PICK_SAVEPOS 21903
373#define PICK_INPUT 21904
374
375#define SAV_FRAME 22000
376#define SAV_PATTERN 22001
377#define SAV_FILENAME 22002
378#define SAV_FIND 22003
379#define SAV_LISTBOX 22004
380#define SAV_ADD 22005
381#define SAV_DEL 22006
382#define SAV_APPEND 22007
383
384#define ASS_FRAME 22100
385#define ASS_LISTBOX 22101
386#define ASS_MASK 22102
387#define ASS_CL 22103
388#define ASS_ADD 22104
389#define ASS_DELETE 22105
390#define ASS_FULLSCREEN 22106
391#define ASS_MINIMIZED 22107
392#define ASS_MAXIMIZED 22108
393#define ASS_INVISIBLE 22109
394#define ASS_ICON 22110
395#define ASS_DEFAULT 22111
396#define ASS_PROMPT 22112
397#define ASS_SIG 22113
398#define ASS_OFFSET 22114
399#define ASS_KEEP 22115
400#define ASS_FIND 22116
401#define ASS_ENVIRON 22117
402#define ASS_DIEAFTER 22118
403#define ASS_TOP 22119
404
405#define ATR_FRAME 22200
406#define ATR_YEAR 22201
407#define ATR_MONTH 22202
408#define ATR_DAY 22203
409#define ATR_HOUR 22204
410#define ATR_MINUTES 22205
411#define ATR_SECONDS 22206
412#define ATR_READONLY 22207
413#define ATR_ARCHIVED 22208
414#define ATR_HIDDEN 22209
415#define ATR_SYSTEM 22210
416#define ATR_FILENAME 22211
417#define ATR_ICON 22212
418#define ATR_FILESIZE 22213
419#define ATR_SUBJ 22214
420#define ATR_EAS 22215
421#define ATR_USEDATETIME 22216
422#define ATR_LISTBOX 22217
423#define ATR_HELP 22218
424#define ATR_NOW 22219
425#define ATR_LEAVEALL 22220
426
427#define REN_FRAME 22300
428#define REN_SOURCE 22301
429#define REN_SOURCEINFO 22302
430#define REN_TARGET 22303
431#define REN_TARGETINFO 22304
432#define REN_INFORMATION 22305
433#define REN_DONTASK 22306
434#define REN_OVERWRITE 22307
435#define REN_SKIP 22308
436#define REN_OVEROLD 22309
437#define REN_OVERNEW 22310
438#define REN_RENEXIST 22311
439#define REN_NOROWARN 22312
440
441#define FLE_FRAME 22400
442#define FLE_NAME 22401
443#define FLE_LASTWRITE 22402
444#define FLE_CREATE 22403
445#define FLE_LASTACCESS 22404
446#define FLE_SIZES 22405
447#define FLE_SLACK 22406
448#define FLE_READONLY 22407
449#define FLE_ARCHIVED 22408
450#define FLE_DIRECTORY 22409
451#define FLE_HIDDEN 22410
452#define FLE_SYSTEM 22411
453#define FLE_READABLE 22412
454#define FLE_WRITEABLE 22413
455#define FLE_OS2FS 22414
456#define FLE_OS2WIN 22415
457#define FLE_OS2PM 22416
458#define FLE_DOS 22417
459#define FLE_32BIT 22418
460#define FLE_WIN 22419
461#define FLE_BOUND 22420
462#define FLE_WINREAL 22421
463#define FLE_WINPROT 22422
464#define FLE_WINENH 22423
465#define FLE_DLL 22424
466#define FLE_PHYSDRV 22425
467#define FLE_VIRTDRV 22426
468#define FLE_PROTDLL 22427
469#define FLE_ICON 22428
470#define FLE_EAS 22429
471#define FLE_OPEN 22430
472#define FLE_ISARCHIVE 22431
473#define FLE_ARCNAME 22432
474#define FLE_SETTINGS 22433
475#define FLE_BINARY 22434
476
477#define SETICON_FRAME 22500
478#define SETICON_SPTR_ARROW 22501
479#define SETICON_SPTR_TEXT 22502
480#define SETICON_SPTR_WAIT 22503
481#define SETICON_SPTR_SIZE 22504
482#define SETICON_SPTR_MOVE 22505
483#define SETICON_SPTR_SIZENWSE 22506
484#define SETICON_SPTR_SIZENESW 22507
485#define SETICON_SPTR_SIZEWE 22508
486#define SETICON_SPTR_SIZENS 22509
487#define SETICON_SPTR_APPICON 22510
488#define SETICON_SPTR_ICONINFORMATION 22511
489#define SETICON_SPTR_ICONQUESTION 22512
490#define SETICON_SPTR_ICONERROR 22513
491#define SETICON_SPTR_ICONWARNING 22514
492
493#define SETICON_SPTR_ILLEGAL 22518
494#define SETICON_SPTR_FILE 22519
495#define SETICON_SPTR_FOLDER 22520
496#define SETICON_SPTR_MULTFILE 22521
497#define SETICON_SPTR_PROGRAM 22522
498
499#define OBJCNR_FRAME 22600
500#define OBJCNR_CNR 22601
501#define OBJCNR_DIR 22602
502#define OBJCNR_DESKTOP 22603
503#define OBJCNR_NOTE 22604
504
505#define RE_FRAME 22700
506#define RE_ORIG 22701
507#define RE_ADDLISTBOX 22702
508#define RE_ADD 22703
509#define RE_REMOVELISTBOX 22704
510#define RE_REMOVE 22705
511
512#define ADDBTN_FRAME 22800
513#define ADDBTN_TEXT 22801
514#define ADDBTN_HELP 22802
515#define ADDBTN_DROPABLE 22803
516#define ADDBTN_VISIBLE 22804
517#define ADDBTN_ID 22805
518#define ADDBTN_BITMAP 22806
519#define ADDBTN_SHOWTEXT 22807
520#define ADDBTN_SEPARATOR 22808
521#define ADDBTN_HELPME 22809
522#define ADDBTN_MYICON 22810
523#define ADDBTN_EDITBMP 22811
524#define ADDBTN_BMP 22812
525
526#define PICKBTN_FRAME 22900
527#define PICKBTN_LISTBOX 22901
528
529#define CMD_FRAME 23000
530#define CMD_LISTBOX 23001
531#define CMD_CL 23002
532#define CMD_ADD 23003
533#define CMD_DELETE 23004
534#define CMD_KEEP 23005
535#define CMD_FULLSCREEN 23006
536#define CMD_MINIMIZED 23007
537#define CMD_MAXIMIZED 23008
538#define CMD_INVISIBLE 23009
539#define CMD_ICON 23010
540#define CMD_DEFAULT 23011
541#define CMD_PROMPT 23012
542#define CMD_ONCE 23013
543#define CMD_TITLE 23014
544#define CMD_REORDER 23015
545#define CMD_FIND 23016
546#define CMD_ENVIRON 23017
547#define CMD_HOTKEY 23018
548
549#define KILL_FRAME 23100
550#define KILL_LISTBOX 23101
551#define KILL_RESCAN 23102
552#define KILL_CHECKBOX 23103
553#define KILL_SHOW 23104
554#define KILL_HDR 23105
555#define KILL2_CHECKBOX 23106
556
557#define UNDEL_FRAME 23200
558#define UNDEL_LISTBOX 23201
559#define UNDEL_DEL 23202
560#define UNDEL_DRIVELIST 23203
561#define UNDEL_DEBUG 23204
562#define UNDEL_ENTRY 23205
563#define UNDEL_SUBDIRS 23206
564#define UNDEL_COUNT 23207
565#define UNDEL_MASKHDR 23208
566#define UNDEL_DRVHDR 23209
567
568#define BAT_FRAME 23300
569#define BAT_MLE 23301
570
571#define SYS_FRAME 23400
572#define SYS_LISTBOX 23401
573
574#define ABT_FRAME 23600
575#define ABT_ICON 23601
576#define ABT_VERSION 23605
577#define ABT_STICK1 23606
578#define ABT_STICK2 23607
579#define ABT_PROGNAME 23608
580
581#define NOTE_FRAME 23800
582#define NOTE_MAX 23898
583#define NOTE_LISTBOX 23801
584
585#define WLIST_FRAME 23900
586#define WLIST_LISTBOX 23901
587#define WLIST_MINIMIZE 23902
588#define WLIST_CLOSE 23903
589
590#define QTREE_FRAME 24000
591
592#define SVBTN_FRAME 24100
593#define SVBTN_LISTBOX 24101
594#define SVBTN_ENTRY 24102
595#define SVBTN_CURRENT 24103
596
597#define VINF_FRAME 24200
598#define VINF_LISTBOX 24201
599#define VINF_ENTRY 24202
600#define VINF_SRCH 24203
601#define VINF_FILTER 24204
602#define VINF_DIRS 24205
603#define VINF_RESCAN 24206
604#define VINF_DEBUG 24207
605#define VINF_TOPIC 24208
606#define VINF_TOPICHDR 24209
607
608#define INIR_FRAME 24300
609#define INIR_USERPROFILE 24301
610#define INIR_SYSTEMPROFILE 24302
611#define INIR_FIND 24303
612
613#define INII_FRAME 24400
614#define INII_NEWAPP 24401
615#define INII_NEWKEY 24402
616#define INII_NEWKEYHDR 24403
617#define INII_OLDAPP 24404
618#define INII_OLDKEY 24405
619
620#define CFG_FRAME 25000
621#define CFG_NOTEBOOK 25001
622
623#define CFGT_FRAME 25050
624#define CFGT_SWITCHTREEONFOCUS 25051
625#define CFGT_SWITCHTREE 25052
626#define CFGT_SWITCHTREEEXPAND 25053
627#define CFGT_COLLAPSEFIRST 25054
628#define CFGT_DCOPENS 25055
629#define CFGT_FOLLOWTREE 25056
630#define CFGT_VTREEOPENSWPS 25057
631#define CFGT_TOPDIR 25058
632#define CFGT_SHOWENV 25059
633#define CFGT_ENVVARLIST 25060
634#define CFGT_SYSTYPE 25061
635#define CFGT_LABEL 25062
636#define CFGT_DRIVEONLY 25063
637
638#define CFGC_FRAME 25100
639#define CFGC_COMPARE 25101
640#define CFGC_DIRCOMPARE 25102
641#define CFGC_FIND 25103
642
643#define CFGD_FRAME 25150
644#define CFGD_UNHILITE 25151
645#define CFGD_SYNCUPDATES 25152
646#define CFGD_LOOKINDIR 25153
647#define CFGD_MINONOPEN 25154
648#define CFGD_SELECTEDALWAYS 25155
649#define CFGD_NOSEARCH 25156
650#define CFGD_MULTIPLESEL 25157
651#define CFGD_EXTENDEDSEL 25158
652#define CFGD_LEAVETREE 25159
653#define CFGD_NOFOLDMENU 25160
654
655#define CFGG_FRAME 25200
656#define CFGG_DONTMOVEMOUSE 25201
657#define CFGG_IDLECOPY 25202
658#define CFGG_CONFIRMDELETE 25203
659#define CFGG_DEFAULTCOPY 25204
660#define CFGG_LINKSETSICON 25205
661#define CFGG_VERIFYWRITES 25206
662#define CFGG_DNDDLG 25207
663#define CFGG_DEFAULTDELETEPERM 25208
664#define CFGG_PRINTER 25209
665#define CFGG_NODEAD 25210
666#define CFGG_BORING 25211
667#define CFGG_CUSTOMFILEDLG 25212
668#define CFGG_FM2DELETES 25213
669#define CFGG_CONFIRMTARGET 25214
670#define CFGG_TARGETDIR 25215
671#define CFGG_CMDLNLNGTH 25216
672#define CFGG_TRASHCAN 25217
673#define CFGG_ALERTBEEPOFF 25218
674#define CFGG_ERRORBEEPOFF 25219
675#define CFGG_WARNREADONLY 25220
676
677#define CFGB_FRAME 25250
678#define CFGB_TOOLBARHELP 25251
679#define CFGB_DRIVEBARHELP 25252
680#define CFGB_OTHERHELP 25253
681
682#define CFGM_FRAME 25300
683#define CFGM_SAVESTATE 25301
684#define CFGM_AUTOTILE 25302
685#define CFGM_FREETREE 25303
686#define CFGM_SPLITSTATUS 25304
687#define CFGM_NOTREEGAP 25305
688#define CFGM_STARTMIN 25306
689#define CFGM_STARTMAX 25307
690#define CFGM_DATAMIN 25308
691#define CFGM_TILEBACKWARDS 25309
692#define CFGM_WSANIMATE 25310
693#define CFGM_USERLISTSWITCHES 25311
694#define CFGM_RECENTDIRS 25312
695#define CFGM_EXTERNALARCBOXES 25313
696#define CFGM_EXTERNALVIEWER 25314
697#define CFGM_EXTERNALINIS 25315
698#define CFGM_EXTERNALCOLLECTOR 25316
699#define CFGM_SEPARATEPARMS 25317
700#define CFGM_BLUELED 25318
701#define CFGM_SHOWTARGET 25319
702
703#define CFGV_FRAME 25330
704#define CFGV_EDITOR 25331
705#define CFGV_BINED 25332
706#define CFGV_VIEWER 25333
707#define CFGV_BINVIEW 25334
708#define CFGV_FIND 25335
709#define CFGV_USENEWVIEWER 25336
710#define CFGV_GUESSTYPE 25337
711#define CFGV_VIEWCHILD 25340
712#define CFGV_CHECKMM 25341
713
714#define CFGH_FRAME 25344
715#define CFGH_NOMAILTOMAILRUN 25345
716#define CFGH_HTTPRUN 25346
717#define CFGH_FTPRUN 25347
718#define CFGH_RUNFTPWORKDIR 25348
719#define CFGH_RUNHTTPWORKDIR 25349
720#define CFGH_LIBPATHSTRICTMAILRUN 25350
721#define CFGH_RUNMAILWORKDIR 25351
722#define CFGH_MAILRUN 25352
723#define CFGH_HTTPRUNWPSDEFAULT 25354
724#define CFGH_FTPRUNWPSDEFAULT 25355
725#define CFGH_LIBPATHSTRICTHTTPRUN 25357
726#define CFGH_LIBPATHSTRICTFTPRUN 25358
727#define CFGH_FIND 25359
728
729
730#define CFGS_FRAME 25360
731#define CFGS_LOADSUBJECTS 25361
732#define CFGS_LOADLONGNAMES 25362
733#define CFGS_NOICONSFILES 25363
734#define CFGS_NOICONSDIRS 25364
735#define CFGS_FORCEUPPER 25365
736#define CFGS_FORCELOWER 25366
737#define CFGS_REMOTEBUG 25367
738#define CFGS_NOREMOVABLESCAN 25368
739#define CFGS_FILESTOGET 25369
740#define CFGS_RSCANLOCAL 25370
741#define CFGS_RSCANREMOTE 25371
742#define CFGS_RSCANVIRTUAL 25372
743#define CFGS_RSCANSLOW 25373
744#define CFGS_RSCANNOWRITE 25374
745#define CFGS_EJECTREMOVABLESCAN 25375
746#define CFGS_EJECTCDSCAN 25376
747#define CFGS_EJECTFLPYSCAN 25377
748
749#define CFGA_FRAME 25380
750#define CFGA_QUICKARCFIND 25381
751#define CFGA_DEFARCNAME 25382
752#define CFGA_DEFARC 25383
753#define CFGA_FOLDERAFTEREXTRACT 25384
754#define CFGA_ARCSTUFFVISIBLE 25385
755#define CFGA_VIRUS 25386
756#define CFGA_EXTRACTPATH 25387
757#define CFGA_FIND 25388
758#define CFGA_FILENAMEPATH 25389
759
760#define CFG5_FRAME 25500
761#define CFG5_ICON 25501
762#define CFG5_DETAIL 25502
763#define CFG5_NAME 25503
764#define CFG5_TEXT 25504
765#define CFG5_MINIICONS 25505
766#define CFG5_SHOWTITLES 25506
767#define CFG5_SHOWICON 25507
768#define CFG5_SHOWLNAMES 25508
769#define CFG5_SHOWSUBJECT 25509
770#define CFG5_SHOWATTR 25510
771#define CFG5_SHOWSIZE 25511
772#define CFG5_SHOWEAS 25512
773#define CFG5_SHOWLWDATE 25513
774#define CFG5_SHOWLWTIME 25514
775#define CFG5_SHOWLADATE 25515
776#define CFG5_SHOWLATIME 25516
777#define CFG5_SHOWCRDATE 25517
778#define CFG5_SHOWCRTIME 25518
779#define CFG5_FILTER 25519
780#define CFG5_EXTERNALCOLLECTOR 25520
781#define CFG5_SUBJECTLENGTHMAX 25521
782#define CFG5_SUBJECTDISPLAYWIDTH 25522
783#define CFG5_SUBJECTINLEFTPANE 25523
784
785#define CFGTS_FRAME 25599
786
787#define CFG6_FRAME 25600
788#define CFG6_SORTNAME 25601
789#define CFG6_SORTFILENAME 25602
790#define CFG6_SORTSIZE 25603
791#define CFG6_SORTEASIZE 25604
792#define CFG6_SORTFIRST 25605
793#define CFG6_SORTLAST 25606
794#define CFG6_SORTLWDATE 25607
795#define CFG6_SORTLADATE 25608
796#define CFG6_SORTCRDATE 25609
797#define CFG6_SORTREVERSE 25610
798#define CFG6_SORTDIRSFIRST 25611
799#define CFG6_SORTDIRSLAST 25612
800
801#define CFG9_FRAME 25900
802#define CFG9_MAXIMUMUI 25901
803#define CFG9_MINIMUMUI 25902
804#define CFG9_MAXINFOPRETTY 25903
805#define CFG9_MAXINFOPLAIN 25904
806#define CFG9_MAXFILENAMES 25905
807#define CFG9_DEFAULT 25906
808#define CFG9_MAXSPEED 25907
809#define CFG9_1X 25908
810#define CFG9_DOSTHINK 25909
811#define CFG9_HECTOR 25910
812#define CFG9_WINDOZETHINK 25911
813#define CFG9_GREGG 25912
814
815#define CINI_FRAME 26000
816#define CINI_FIRSTLIST 26001
817#define CINI_CHANGEDLIST 26002
818#define CINI_SECONDLIST 26003
819#define CINI_FIRSTINI 26004
820#define CINI_SECONDINI 26005
821
822#define AUTHOR_FRAME 26100
823#define AUTHOR_BITMAP 26101
824#define AUTHOR_PICTURE 26102
825
826#define ARCERR_FRAME 26200
827#define ARCERR_TEXT 26201
828#define ARCERR_TEST 26202
829#define ARCERR_MLE 26203
830#define ARCERR_VIEW 26204
831
832#define SEEF_FRAME 26300
833#define SEEF_LISTBOX 26301
834#define SEEF_DIR 26302
835#define SEEF_TOTAL 26303
836
837#define DRVS_FRAME 26350
838#define DRVS_LISTBOX 26351
839#define DRVS_BYNAME 26352
840#define DRVS_BYSIZE 26353
841#define DRVS_BYDATE 26354
842
843#define DND_FRAME 26400
844#define DND_COPY 26401
845#define DND_MOVE 26402
846#define DND_SHADOW 26403
847#define DND_COMPARE 26404
848#define DND_SETICON 26405
849#define DND_LISTBOX 26406
850#define DND_HELP 26407
851#define DND_TARGET 26408
852#define DND_RENAME 26409
853#define DND_OBJECT 26410
854#define DND_WILDCOPY 26411
855#define DND_WILDMOVE 26412
856#define DND_LAUNCH 26413
857#define DND_INFO 26414
858#define DND_TARGETINFO 26415
859#define DND_EXTRACT 26416
860#define DND_APPEND 26417
861#define DND_CHANGETARGET 26418
862
863#define FCMP_FRAME 26500
864#define FCMP_LISTBOX 26501
865#define FCMP_HELP 26502
866
867#define MINI_FRAME 26600
868#define MINI_SWAP 26601
869#define MINI_TIME 26602
870#define MINI_MEM 26603
871#define MINI_PROC 26604
872#define MINI_SPOOL 26005
873#define MINI_INCLREMOTE 26606
874#define MINI_SHOW 26607
875#define MINI_FLOAT 26608
876#define MINI_CLOSE 26609
877#define MINI_BORING 26610
878#define MINI_DRIVEA 26620
879
880#define NEWFIND_FRAME 26650
881#define NEWFIND_MLE 26651
882#define NEWFIND_SENSITIVE 26652
883#define NEWFIND_LITERAL 26653
884#define NEWFIND_ALSOSELECT 26654
885
886#define COLOR_FRAME 26700
887#define COLOR_FIRST 26710
888#define COLOR_WHITE 26710
889#define COLOR_BLACK 26711
890#define COLOR_BLUE 26712
891#define COLOR_RED 26713
892#define COLOR_PINK 26714
893#define COLOR_GREEN 26715
894#define COLOR_CYAN 26716
895#define COLOR_YELLOW 26717
896#define COLOR_DARKGRAY 26718
897#define COLOR_DARKBLUE 26719
898#define COLOR_DARKRED 26720
899#define COLOR_DARKPINK 26721
900#define COLOR_DARKGREEN 26722
901#define COLOR_DARKCYAN 26723
902#define COLOR_BROWN 26724
903#define COLOR_PALEGRAY 26725
904#define COLOR_LAST 26725
905#define COLOR_RECT 26730
906#define COLOR_LISTBOX 26731
907
908#define IAF_FRAME 26800
909#define IAF_MLE 26801
910#define IAF_PMFILTERS 26802
911#define IAF_LISTBOX 26803
912#define IAF_SAVE 26804
913#define IAF_LOAD 26805
914#define IAF_DELETE 26806
915#define IAF_SAVENAME 26807
916#define IAF_HELP 26808
917
918#define FND_FRAME 26900
919#define FND_LISTBOX 26901
920#define FND_HELP 26902
921#define FND_INSTRUCT 26903
922#define FND_EDITASSOC 26904
923
924#define DVS_FRAME 27000
925#define DVS_REMOVABLE 27001
926#define DVS_NOTWRITEABLE 27002
927#define DVS_IGNORE 27003
928#define DVS_CDROM 27004
929#define DVS_NOLONGNAMES 27005
930#define DVS_REMOTE 27006
931#define DVS_BOOT 27007
932#define DVS_INVALID 27008
933#define DVS_NOPRESCAN 27009
934#define DVS_ZIPSTREAM 27010
935#define DVS_NOLOADICONS 27011
936#define DVS_NOLOADSUBJS 27012
937#define DVS_NOLOADLONGS 27013
938#define DVS_SLOW 27014
939#define DVS_INCLUDEFILES 27015
940#define DVS_VIRTUAL 27016
941#define DVS_NOSTATS 27017
942#define DVS_RAMDISK 27018
943#define DVS_WRITEVERIFYOFF 27019
944#define DVS_RSCANNED 27020
945#define DVS_LOCALHD 27021
946#define DVS_NOEASUPPORT 27022
947
948#define MRG_FRAME 27100
949#define MRG_LISTBOX 27101
950#define MRG_TOP 27102
951#define MRG_APPEND 27103
952#define MRG_BINARY 27104
953#define MRG_REMOVE 27105
954#define MRG_HELP 27106
955#define MRG_CHANGETARGET 27107
956#define MRG_TARGETNAME 27108
957#define MRG_BOTTOM 27109
958
959#define PRN_FRAME 27150
960#define PRN_WIDTH 27151
961#define PRN_LENGTH 27152
962#define PRN_LMARGIN 27153
963#define PRN_RMARGIN 27154
964#define PRN_TMARGIN 27155
965#define PRN_BMARGIN 27156
966#define PRN_PAGENUMS 27157
967#define PRN_FORMBEFORE 27158
968#define PRN_FORMAFTER 27159
969#define PRN_ALT 27160
970#define PRN_FORMAT 27161
971#define PRN_LISTBOX 27162
972#define PRN_BITMAP 27163
973#define PRN_PRINTER 27164
974#define PRN_SPACING 27165
975#define PRN_TABSPACES 27166
976
977#define FDLG_FRAME 27200
978#define FDLG_USERDIRS 27201
979#define FDLG_HELP 27202
980
981#define DUPE_FRAME 27300
982#define DUPE_NAMES 27301
983#define DUPE_DATES 27302
984#define DUPE_SIZES 27303
985#define DUPE_CRCS 27304
986#define DUPE_EXTS 27305
987
988#define MAP_FRAME 27400
989#define MAP_ATTACHLIST 27401
990#define MAP_DETACHLIST 27402
991#define MAP_ATTACHTO 27403
992#define MAP_ATTACH 27404
993#define MAP_DETACH 27405
994#define MAP_INFO 27406
995#define MAP_DELETE 27407
996#define MAP_CLEAR 27408
997
998#define URL_FRAME 27500
999#define URL_LISTBOX 27501
1000#define URL_BOOKMARK 27502
1001
1002#define IMGS_FRAME 27600
1003#define IMGS_LISTBOX 27601
1004#define IMGS_NAME 27602
1005#define ASS_BOTTOM 27602
1006#define ASS_REPLACE 27603
1007#define CMD_REPLACE 27604
Note: See TracBrowser for help on using the repository browser.