mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Improved checkboxes
svn path=/trunk/netsurf/; revision=11662
This commit is contained in:
parent
11d0b4b986
commit
903cf68f8f
Binary file not shown.
@ -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 */
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user