Implemented Search Dialog
svn path=/trunk/netsurf/; revision=11538
This commit is contained in:
parent
0af7ca1a60
commit
b15fc8eabe
|
@ -100,9 +100,9 @@
|
|||
#define SEARCH 10 /* form/dial */
|
||||
#define SEARCH_TB_SRCH 1 /* FTEXT in tree SEARCH */
|
||||
#define SEARCH_CB_CASESENSE 2 /* BOX in tree SEARCH */
|
||||
#define SEARCH_CB_CASESENSE_00 3 /* BOX in tree SEARCH */
|
||||
#define SEARCH_CB_SHOWALL 3 /* BOX in tree SEARCH */
|
||||
#define SEARCH_LBL_SHOWALL 4 /* STRING in tree SEARCH */
|
||||
#define SEARCH_BT_SRCHBACK 5 /* BUTTON in tree SEARCH */
|
||||
#define SEARCH_BT_SRCHNEXT 6 /* BUTTON in tree SEARCH */
|
||||
#define SEARCH_LBL_CASESENSE 7 /* STRING in tree SEARCH */
|
||||
#define SEARCH_BT_SEARCH 8 /* BUTTON in tree SEARCH */
|
||||
#define SEARCH_LBL_CASESENSE 5 /* STRING in tree SEARCH */
|
||||
#define SEARCH_BT_SEARCH 6 /* BUTTON in tree SEARCH */
|
||||
#define SEARCH_CB_FWD 7 /* BOX in tree SEARCH */
|
||||
#define SEARCH_LBL_FWD 8 /* STRING in tree SEARCH */
|
||||
|
|
|
@ -3,7 +3,7 @@ ResourceMaster v3.65
|
|||
#N 99@32@AZAaza___ _@AZAaza090___ _@@_@
|
||||
#FoC-Header@rsm2out@C-Header@rsh@@@[C-Header@0@
|
||||
#R 0@0@1@1@1@1@
|
||||
#M 20010100@17741@7728@536@
|
||||
#M 20010100@17741@7728@547@
|
||||
#T 0@1@MAINMENU@@60@@
|
||||
#O 4@32@T_FILE@@
|
||||
#O 5@32@T_EDIT@@
|
||||
|
@ -95,10 +95,10 @@ ResourceMaster v3.65
|
|||
#T 10@2@SEARCH@@9@@
|
||||
#O 1@29@TB_SRCH@@
|
||||
#O 2@20@CB_CASESENSE@@
|
||||
#O 3@20@CB_CASESENSE_00@@
|
||||
#O 3@20@CB_SHOWALL@@
|
||||
#O 4@28@LBL_SHOWALL@@
|
||||
#O 5@26@BT_SRCHBACK@@
|
||||
#O 6@26@BT_SRCHNEXT@@
|
||||
#O 7@28@LBL_CASESENSE@@
|
||||
#O 8@26@BT_SEARCH@@
|
||||
#c 13032@
|
||||
#O 5@28@LBL_CASESENSE@@
|
||||
#O 6@26@BT_SEARCH@@
|
||||
#O 7@20@CB_FWD@@
|
||||
#O 8@28@LBL_FWD@@
|
||||
#c 12914@
|
||||
|
|
Loading…
Reference in New Issue