summaryrefslogtreecommitdiff
path: root/atari/res/netsurf.rsh
blob: 3c2353edeb3145925d886354c497e5f3e49653f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
 /*  Resource C-Header-File v1.97 f�r ResourceMaster ab v2.06 by ARDISOFT  */

#define MAINMENU 0  /* menu */
#define MAINMENU_T_FILE 4  /* TITLE in tree MAINMENU */
#define MAINMENU_T_EDIT 5  /* TITLE in tree MAINMENU */
#define MAINMENU_T_VIEW 6  /* TITLE in tree MAINMENU */
#define MAINMENU_T_NAVIGATE 7  /* TITLE in tree MAINMENU */
#define MAINMENU_T_UTIL 8  /* TITLE in tree MAINMENU */
#define MAINMENU_T_HELP 9  /* TITLE in tree MAINMENU */
#define MAINMENU_M_ABOUT 12  /* STRING in tree MAINMENU */
#define MAINMENU_M_NEWWIN 21  /* STRING in tree MAINMENU */
#define MAINMENU_M_OPENFILE 22  /* STRING in tree MAINMENU */
#define MAINMENU_M_OPENURL 23  /* STRING in tree MAINMENU */
#define MAINMENU_M_CLOSEWIN 24  /* STRING in tree MAINMENU */
#define MAINMENU_SEP0 25  /* STRING in tree MAINMENU */
#define MAINMENU_M_SAVEPAGE 26  /* STRING in tree MAINMENU */
#define MAINMENU_SEP1 27  /* STRING in tree MAINMENU */
#define MAINMENU_M_QUIT 28  /* STRING in tree MAINMENU */
#define MAINMENU_M_CUT 30  /* STRING in tree MAINMENU */
#define MAINMENU_M_COPY 31  /* STRING in tree MAINMENU */
#define MAINMENU_M_PASTE 32  /* STRING in tree MAINMENU */
#define MAINMENU_SEP3 33  /* STRING in tree MAINMENU */
#define MAINMENU_M_FIND 34  /* STRING in tree MAINMENU */
#define MAINMENU_M_STOP 36  /* STRING in tree MAINMENU */
#define MAINMENU_M_RELOAD 37  /* STRING in tree MAINMENU */
#define MAINMENU_M_SCALE 39  /* STRING in tree MAINMENU */
#define MAINMENU_M_TOOLBARS 41  /* STRING in tree MAINMENU */
#define MAINMENU_M_SAVEWIN 43  /* STRING in tree MAINMENU */
#define MAINMENU_M_DEBUG_RENDER 44  /* STRING in tree MAINMENU */
#define MAINMENU_M_BG_IMAGES 45  /* STRING in tree MAINMENU */
#define MAINMENU_M_FG_IMAGES 46  /* STRING in tree MAINMENU */
#define MAINMENU_M_BACK 48  /* STRING in tree MAINMENU */
#define MAINMENU_M_FORWARD 49  /* STRING in tree MAINMENU */
#define MAINMENU_M_HOME 50  /* STRING in tree MAINMENU */
#define MAINMENU_M_LHISTORY 52  /* STRING in tree MAINMENU */
#define MAINMENU_M_GHISTORY 53  /* STRING in tree MAINMENU */
#define MAINMENU_M_ADD_BOOKMARK 55  /* STRING in tree MAINMENU */
#define MAINMENU_M_BOOKMARKS 56  /* STRING in tree MAINMENU */
#define MAINMENU_M_CHOICES 58  /* STRING in tree MAINMENU */
#define MAINMENU_M_VLOG 59  /* STRING in tree MAINMENU */
#define MAINMENU_M_HELP_CONTENT 61  /* STRING in tree MAINMENU */

#define TOOLBAR 1  /* form/dial */
#define TOOLBAR_BT_BACK 2  /* CICON in tree TOOLBAR */
#define TOOLBAR_BT_HOME 3  /* CICON in tree TOOLBAR */
#define TOOLBAR_BT_FORWARD 4  /* CICON in tree TOOLBAR */
#define TOOLBAR_BT_STOP 5  /* CICON in tree TOOLBAR */
#define TOOLBAR_BT_RELOAD 6  /* CICON in tree TOOLBAR */

#define ICONIFY 2  /* form/dial */
#define ICONIFY_GLOBE 1  /* CICON in tree ICONIFY */

#define FAVICON 3  /* form/dial */

#define CURSOR 4  /* form/dial */
#define CURSOR_HELP 1  /* ICON in tree CURSOR */
#define CURSOR_NODROP 2  /* ICON in tree CURSOR */
#define CURSOR_APPSTART 3  /* ICON in tree CURSOR */
#define CURSOR_DENY 4  /* ICON in tree CURSOR */
#define CURSOR_SIZEWE 5  /* ICON in tree CURSOR */
#define CURSOR_SIZENS 6  /* ICON in tree CURSOR */
#define CURSOR_MENU 7  /* ICON in tree CURSOR */

#define LOGIN 5  /* form/dial */
#define LOGIN_TB_USER 2  /* FTEXT in tree LOGIN */
#define LOGIN_TB_PASSWORD 4  /* FTEXT in tree LOGIN */
#define LOGIN_BT_LOGIN 5  /* BUTTON in tree LOGIN */
#define LOGIN_BT_ABORT 6  /* BUTTON in tree LOGIN */

#define VERIFY 6  /* form/dial */
#define VERIFY_LBL_HOST 3  /* TEXT in tree VERIFY */
#define VERIFY_BT_ACCEPT 4  /* BUTTON in tree VERIFY */
#define VERIFY_BT_REJECT 5  /* BUTTON in tree VERIFY */
#define VERIFY_BT_NEXT_CERT 7  /* BUTTON in tree VERIFY */
#define VERIFY_BOX_DETAILS 8  /* BOX in tree VERIFY */
#define VERIFY_BOX_H 9  /* BOX in tree VERIFY */
#define VERIFY_BT_SCROLL_R 10  /* BOXCHAR in tree VERIFY */
#define VERIFY_BT_SCROLL_L 11  /* BOXCHAR in tree VERIFY */
#define VERIFY_BOX_MOVER_H 12  /* BOX in tree VERIFY */
#define VERIFY_BT_SCROLL_U 13  /* BOXCHAR in tree VERIFY */
#define VERIFY_BT_SCROLL_D 14  /* BOXCHAR in tree VERIFY */
#define VERIFY_BOX_V 15  /* BOX in tree VERIFY */
#define VERIFY_MOVER_V 16  /* BOX in tree VERIFY */

#define THROBBER 7  /* form/dial */

#define TOOLBAR_HOTLIST 8  /* form/dial */
#define TOOLBAR_HOTLIST_ADD 1  /* CICON in tree TOOLBAR_HOTLIST */
#define TOOLBAR_HOTLIST_CREATE_FOLDER 2  /* CICON in tree TOOLBAR_HOTLIST */
#define TOOLBAR_HOTLIST_DELETE 3  /* CICON in tree TOOLBAR_HOTLIST */
#define TOOLBAR_HOTLIST_EDIT 4  /* CICON in tree TOOLBAR_HOTLIST */

#define SEARCH 9  /* form/dial */
#define SEARCH_TB_SRCH 1  /* FTEXT 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 10  /* form/dial */
/* Width ist 400, code depends on that! If you change it, change it in download.c */
#define DOWNLOAD_PROGRESS 1  /* BOX in tree DOWNLOAD */
#define DOWNLOAD_PROGRESS_DONE 2  /* BOX in tree DOWNLOAD */
#define DOWNLOAD_FILENAME 3  /* TEXT in tree DOWNLOAD */
#define DOWNLOAD_BT_ABORT 4  /* BUTTON in tree DOWNLOAD */
#define DOWNLOAD_LBL_CLOSE_RDY 5  /* STRING in tree DOWNLOAD */
#define DOWNLOAD_LBL_BYTES 6  /* TEXT in tree DOWNLOAD */
#define DOWNLOAD_LBL_PERCENT 7  /* TEXT in tree DOWNLOAD */
#define DOWNLOAD_LBL_SPEED 8  /* TEXT in tree DOWNLOAD */
#define DOWNLOAD_CB_CLOSE_RDY 9  /* BUTTON in tree DOWNLOAD */

#define ABOUT 11  /* form/dial */

#define POP_CTX 12  /* form/dial */
#define POP_CTX_CUT_SEL 1  /* TEXT in tree POP_CTX */
#define POP_CTX_COPY_SEL 2  /* TEXT in tree POP_CTX */
#define POP_CTX_PASTE_SEL 3  /* TEXT in tree POP_CTX */
#define POP_CTX_SELECT_ALL 4  /* TEXT in tree POP_CTX */
#define POP_CTX_OPEN_NEW 6  /* TEXT in tree POP_CTX */
#define POP_CTX_COPY_LINK 7  /* TEXT in tree POP_CTX */
#define POP_CTX_COPY_URL 8  /* TEXT in tree POP_CTX */
#define POP_CTX_SAVE_AS 9  /* TEXT in tree POP_CTX */
#define POP_CTX_VIEW_SOURCE 10  /* TEXT in tree POP_CTX */
#define POP_CTX_SAVE_LINK_AS 11  /* TEXT in tree POP_CTX */

#define CHOICES 13  /* form/dial */
#define CHOICES_REG_BROWSER 1  /* BUTTON in tree CHOICES */
#define CHOICES_REG_RENDER 2  /* BUTTON in tree CHOICES */
#define CHOICES_REG_STYLE 3  /* BUTTON in tree CHOICES */
#define CHOICES_REG_NETWORK 4  /* BUTTON in tree CHOICES */
#define CHOICES_REG_PATH 5  /* BUTTON in tree CHOICES */
#define CHOICES_REG_CACHE 6  /* BUTTON in tree CHOICES */
#define CHOICES_TAB_STYLE 7  /* BUTTON in tree CHOICES */
#define CHOICES_EDIT_DEF_FONT_SIZE 10  /* FTEXT in tree CHOICES */
#define CHOICES_DEC_DEF_FONT_SIZE 11  /* BOXCHAR in tree CHOICES */
#define CHOICES_INC_DEF_FONT_SIZE 12  /* BOXCHAR in tree CHOICES */
#define CHOICES_EDIT_MIN_FONT_SIZE 16  /* FTEXT in tree CHOICES */
#define CHOICES_DEC_MIN_FONT_SIZE 17  /* BOXCHAR in tree CHOICES */
#define CHOICES_INC_MIN_FONT_SIZE 18  /* BOXCHAR in tree CHOICES */
#define CHOICES_BT_TOOLBAR_ICONSET 22  /* BUTTON in tree CHOICES */
#define CHOICES_INPUT_TOOLBAR_BGCOLOR 24  /* FTEXT in tree CHOICES */
#define CHOICES_TAB_RENDER 25  /* BUTTON in tree CHOICES */
/* Make sure that initial value is large enough! */
#define CHOICES_BT_SEL_FONT_RENDERER 26  /* BUTTON in tree CHOICES */
#define CHOICES_CB_TRANSPARENCY 28  /* BUTTON in tree CHOICES */
#define CHOICES_CB_ENABLE_ANIMATION 30  /* BUTTON in tree CHOICES */
#define CHOICES_EDIT_MIN_GIF_DELAY 33  /* FTEXT in tree CHOICES */
#define CHOICES_DEC_GIF_DELAY 34  /* BOXCHAR in tree CHOICES */
#define CHOICES_INC_GIF_DELAY 35  /* BOXCHAR in tree CHOICES */
#define CHOICES_CB_INCREMENTAL_REFLOW 37  /* BUTTON in tree CHOICES */
#define CHOICES_EDIT_MIN_REFLOW_PERIOD 39  /* FTEXT in tree CHOICES */
#define CHOICES_DEC_INCREMENTAL_REFLOW 40  /* BOXCHAR in tree CHOICES */
#define CHOICES_INC_INCREMENTAL_REFLOW 41  /* BOXCHAR in tree CHOICES */
#define CHOICES_CB_ANTI_ALIASING 43  /* BUTTON in tree CHOICES */
#define CHOICES_TAB_PATH 44  /* BUTTON in tree CHOICES */
#define CHOICES_EDIT_CA_CERTS_PATH 49  /* FTEXT in tree CHOICES */
#define CHOICES_EDIT_DOWNLOAD_PATH 50  /* FTEXT in tree CHOICES */
#define CHOICES_EDIT_HOTLIST_FILE 51  /* FTEXT in tree CHOICES */
#define CHOICES_EDIT_CA_BUNDLE 52  /* FTEXT in tree CHOICES */
#define CHOICES_EDIT_EDITOR 53  /* FTEXT in tree CHOICES */
#define CHOICES_TAB_CACHE 55  /* BUTTON in tree CHOICES */
#define CHOICES_INC_MEM_CACHE 59  /* BOXCHAR in tree CHOICES */
#define CHOICES_DEC_MEM_CACHE 60  /* BOXCHAR in tree CHOICES */
#define CHOICES_STR_MAX_MEM_CACHE 61  /* STRING in tree CHOICES */
#define CHOICES_TAB_BROWSER 62  /* BUTTON in tree CHOICES */
#define CHOICES_CB_HIDE_ADVERTISEMENT 64  /* BUTTON in tree CHOICES */
#define CHOICES_CB_DISABLE_POPUP_WINDOWS 65  /* BUTTON in tree CHOICES */
#define CHOICES_CB_SEND_DO_NOT_TRACK 66  /* BUTTON in tree CHOICES */
#define CHOICES_BT_SEL_LOCALE 68  /* BUTTON in tree CHOICES */
#define CHOICES_BT_GUI_LANG 71  /* BUTTON in tree CHOICES */
#define CHOICES_EDIT_HISTORY_AGE 74  /* FTEXT in tree CHOICES */
#define CHOICES_DEC_HISTORY_AGE 75  /* BOXCHAR in tree CHOICES */
#define CHOICES_INC_HISTORY_AGE 76  /* BOXCHAR in tree CHOICES */
#define CHOICES_CB_SEND_HTTP_REFERRER 80  /* BUTTON in tree CHOICES */
#define CHOICES_EDIT_HOMEPAGE 81  /* FTEXT in tree CHOICES */
#define CHOICES_BT_CLEAR_HISTORY 82  /* BUTTON in tree CHOICES */
#define CHOICES_TAB_NETWORK 83  /* BUTTON in tree CHOICES */
#define CHOICES_CB_USE_PROXY 85  /* BUTTON in tree CHOICES */
#define CHOICES_EDIT_PROXY_HOST 86  /* FTEXT in tree CHOICES */
#define CHOICES_CB_PROXY_AUTH 87  /* BUTTON in tree CHOICES */
#define CHOICES_EDIT_PROXY_USERNAME 88  /* FTEXT in tree CHOICES */
#define CHOICES_EDIT_PROXY_PASSWORD 89  /* FTEXT in tree CHOICES */
#define CHOICES_EDIT_PROXY_PORT 91  /* FTEXT in tree CHOICES */
#define CHOICES_INC_MAX_FETCHERS_PER_HOST 96  /* BOXCHAR in tree CHOICES */
#define CHOICES_INC_CACHED_CONNECTIONS 97  /* BOXCHAR in tree CHOICES */
#define CHOICES_DEC_MAX_FETCHERS_PER_HOST 98  /* BOXCHAR in tree CHOICES */
#define CHOICES_DEC_CACHED_CONNECTIONS 99  /* BOXCHAR in tree CHOICES */
#define CHOICES_EDIT_MAX_FETCHERS_PER_HOST 100  /* FTEXT in tree CHOICES */
#define CHOICES_EDIT_MAX_CACHED_CONNECTIONS 101  /* FTEXT in tree CHOICES */
#define CHOICES_EDIT_MAX_FETCHERS 103  /* FTEXT in tree CHOICES */
#define CHOICES_DEC_MAX_FETCHERS 104  /* BOXCHAR in tree CHOICES */
#define CHOICES_INC_MAX_FETCHERS 105  /* BOXCHAR in tree CHOICES */
#define CHOICES_CB_FG_IMAGES 106  /* BUTTON in tree CHOICES */
#define CHOICES_CB_BG_IMAGES 107  /* BUTTON in tree CHOICES */
#define CHOICES_ABORT 108  /* BUTTON in tree CHOICES */
#define CHOICES_OK 109  /* BUTTON in tree CHOICES */