source: trunk/dll/fm3dlg.h@ 827

Last change on this file since 827 was 796, checked in by Gregg Young, 18 years ago

Make subject column in dircnrs movable from one pane to the other; allow column to be sized truncating long subjects

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