From ac8096964eb72d73ba2edf6787885af3b1cd0945 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 22 Jan 2011 16:47:20 +0000 Subject: Added search dialog. svn path=/trunk/netsurf/; revision=11454 --- atari/res/netsurf.rsh | 13 ++++++++++++- atari/res/netsurf.rsm | 20 +++++++++++++++----- 2 files changed, 27 insertions(+), 6 deletions(-) (limited to 'atari/res') diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh index 43429a205..5c30ca8f0 100644 --- a/atari/res/netsurf.rsh +++ b/atari/res/netsurf.rsh @@ -35,7 +35,8 @@ #define MAINMENU_M_ADD_BOOKMARK 53 /* STRING in tree MAINMENU */ #define MAINMENU_M_BOOKMARKS 54 /* STRING in tree MAINMENU */ #define MAINMENU_M_CHOICES 56 /* STRING in tree MAINMENU */ -#define MAINMENU_M_HELP_CONTENT 58 /* STRING in tree MAINMENU */ +#define MAINMENU_M_VLOG 57 /* STRING in tree MAINMENU */ +#define MAINMENU_M_HELP_CONTENT 59 /* STRING in tree MAINMENU */ #define TOOLBAR 1 /* form/dial */ #define TOOLBAR_BT_BACK 2 /* CICON in tree TOOLBAR */ @@ -95,3 +96,13 @@ #define TOOLBAR_HOTLIST_CREATE_FOLDER 1 /* BUTTON in tree TOOLBAR_HOTLIST */ #define TOOLBAR_HOTLIST_ADD 2 /* BUTTON in tree TOOLBAR_HOTLIST */ #define TOOLBAR_HOTLIST_DELETE 3 /* BUTTON in tree TOOLBAR_HOTLIST */ + +#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_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 */ diff --git a/atari/res/netsurf.rsm b/atari/res/netsurf.rsm index 754b3f987..1b7ac93e5 100644 --- a/atari/res/netsurf.rsm +++ b/atari/res/netsurf.rsm @@ -1,10 +1,10 @@ ResourceMaster v3.65 -#C 10@0@0@0@ +#C 11@0@0@0@ #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@533@ -#T 0@1@MAINMENU@@59@@ +#M 20010100@17741@7728@536@ +#T 0@1@MAINMENU@@60@@ #O 4@32@T_FILE@@ #O 5@32@T_EDIT@@ #O 6@32@T_VIEW@@ @@ -39,7 +39,8 @@ ResourceMaster v3.65 #O 53@28@M_ADD_BOOKMARK@@ #O 54@28@M_BOOKMARKS@@ #O 56@28@M_CHOICES@@ -#O 58@28@M_HELP_CONTENT@@ +#O 57@28@M_VLOG@@ +#O 59@28@M_HELP_CONTENT@@ #T 1@2@TOOLBAR@@7@@ #O 2@33@BT_BACK@@ #O 3@33@BT_HOME@@ @@ -91,4 +92,13 @@ ResourceMaster v3.65 #O 1@26@CREATE_FOLDER@@ #O 2@26@ADD@@ #O 3@26@DELETE@@ -#c 1564@ +#T 10@2@SEARCH@@9@@ +#O 1@29@TB_SRCH@@ +#O 2@20@CB_CASESENSE@@ +#O 3@20@CB_CASESENSE_00@@ +#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@ -- cgit v1.2.3