From 903cf68f8fc46a2a050d970226c7e9d3275eca17 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 12 Feb 2011 20:24:43 +0000 Subject: Improved checkboxes svn path=/trunk/netsurf/; revision=11662 --- atari/res/netsurf.rsc | Bin 23722 -> 23936 bytes atari/res/netsurf.rsh | 26 ++++++++++++++------------ atari/res/netsurf.rsm | 31 ++++++++++++++++--------------- 3 files changed, 30 insertions(+), 27 deletions(-) (limited to 'atari') diff --git a/atari/res/netsurf.rsc b/atari/res/netsurf.rsc index 235c0f2cf..f536797d3 100755 Binary files a/atari/res/netsurf.rsc and b/atari/res/netsurf.rsc differ diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh index a47402d52..a9d34ad47 100755 --- a/atari/res/netsurf.rsh +++ b/atari/res/netsurf.rsh @@ -99,13 +99,13 @@ #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_SHOWALL 3 /* BOX in tree SEARCH */ -#define SEARCH_LBL_SHOWALL 4 /* STRING 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 */ +#define SEARCH_LBL_SHOWALL 2 /* STRING in tree SEARCH */ +#define SEARCH_LBL_CASESENSE 3 /* STRING in tree SEARCH */ +#define SEARCH_BT_SEARCH 4 /* BUTTON in tree SEARCH */ +#define SEARCH_LBL_FWD 5 /* STRING in tree SEARCH */ +#define SEARCH_CB_CASESENSE 6 /* BUTTON in tree SEARCH */ +#define SEARCH_CB_SHOWALL 7 /* BUTTON in tree SEARCH */ +#define SEARCH_CB_FWD 8 /* BUTTON in tree SEARCH */ #define DOWNLOAD 11 /* form/dial */ /* Width ist 400, code depends on that! If you change it, change it in download.c */ @@ -114,8 +114,10 @@ #define DOWNLOAD_FILENAME 3 /* TEXT in tree DOWNLOAD */ #define DOWNLOAD_BT_ABORT 4 /* BUTTON in tree DOWNLOAD */ #define DOWNLOAD_BT_PAUSE 5 /* BUTTON in tree DOWNLOAD */ -#define DOWNLOAD_CB_CLOSE_RDY 6 /* BOXCHAR in tree DOWNLOAD */ -#define DOWNLOAD_LBL_CLOSE_RDY 7 /* STRING in tree DOWNLOAD */ -#define DOWNLOAD_LBL_BYTES 8 /* TEXT in tree DOWNLOAD */ -#define DOWNLOAD_LBL_PERCENT 9 /* TEXT in tree DOWNLOAD */ -#define DOWNLOAD_LBL_SPEED 10 /* TEXT in tree DOWNLOAD */ +#define DOWNLOAD_LBL_CLOSE_RDY 6 /* STRING in tree DOWNLOAD */ +#define DOWNLOAD_LBL_BYTES 7 /* TEXT in tree DOWNLOAD */ +#define DOWNLOAD_LBL_PERCENT 8 /* TEXT in tree DOWNLOAD */ +#define DOWNLOAD_LBL_SPEED 9 /* TEXT in tree DOWNLOAD */ +#define DOWNLOAD_CB_CLOSE_RDY 10 /* BUTTON in tree DOWNLOAD */ + +#define ABOUT 12 /* form/dial */ diff --git a/atari/res/netsurf.rsm b/atari/res/netsurf.rsm index 1f02b6468..ea23fcd4d 100755 --- a/atari/res/netsurf.rsm +++ b/atari/res/netsurf.rsm @@ -1,9 +1,9 @@ ResourceMaster v3.65 -#C 12@0@0@0@ +#C 13@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@557@ +#M 20010100@17741@7728@558@ #T 0@1@MAINMENU@@60@@ #O 4@32@T_FILE@@ #O 5@32@T_EDIT@@ @@ -94,22 +94,23 @@ ResourceMaster v3.65 #O 3@26@DELETE@@ #T 10@2@SEARCH@@9@@ #O 1@29@TB_SRCH@@ -#O 2@20@CB_CASESENSE@@ -#O 3@20@CB_SHOWALL@@ -#O 4@28@LBL_SHOWALL@@ -#O 5@28@LBL_CASESENSE@@ -#O 6@26@BT_SEARCH@@ -#O 7@20@CB_FWD@@ -#O 8@28@LBL_FWD@@ +#O 2@28@LBL_SHOWALL@@ +#O 3@28@LBL_CASESENSE@@ +#O 4@26@BT_SEARCH@@ +#O 5@28@LBL_FWD@@ +#O 6@26@CB_CASESENSE@@ +#O 7@26@CB_SHOWALL@@ +#O 8@26@CB_FWD@@ #T 11@2@DOWNLOAD@@11@@ #O 1@20@PROGRESS@Width ist 400, code depends on that! If you change it, change it in download.c@ #O 2@20@PROGRESS_DONE@@ #O 3@21@FILENAME@@ #O 4@26@BT_ABORT@@ #O 5@26@BT_PAUSE@@ -#O 6@27@CB_CLOSE_RDY@@ -#O 7@28@LBL_CLOSE_RDY@@ -#O 8@21@LBL_BYTES@@ -#O 9@21@LBL_PERCENT@@ -#O 10@21@LBL_SPEED@@ -#c 13693@ +#O 6@28@LBL_CLOSE_RDY@@ +#O 7@21@LBL_BYTES@@ +#O 8@21@LBL_PERCENT@@ +#O 9@21@LBL_SPEED@@ +#O 10@26@CB_CLOSE_RDY@@ +#T 12@2@ABOUT@@2@@ +#c 17908@ -- cgit v1.2.3