campo-sirio/include/urldefid.h
luca bf3e28a91e Patch level :10.0
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
altra roba sulle icone delle toolbar


git-svn-id: svn://10.65.10.50/trunk@17604 c028cbd2-c16b-5b4b-a496-9718f37d4682
2008-11-12 11:58:22 +00:00

162 lines
4.1 KiB
C
Executable File

#ifndef __URLDEFID_H
#define __URLDEFID_H
#ifndef __DEFMASK_H
#include <defmask.h>
#endif
/* @M
Identificatori (tag) per i menu e le voci dei menu ad uso di URL
*/
#define TASK_MENUBAR 10000
#define MENU_BAR(i) (10001+i)
#define BAR_ITEM(i) (5000+100*i)
#define MENU_ITEM(i) (30000+i)
#define VISWIN_BAR (7000)
#define BROWSE_BAR (8000)
#define MENU_VISWIN (VISWIN_BAR+1)
#define MENU_VISWIN_EDIT (VISWIN_BAR+2)
#define M_VISWIN_STOP (VISWIN_BAR+3)
#define M_VISWIN_LINK (VISWIN_BAR+4)
#define M_VISWIN_EDIT (VISWIN_BAR+5)
#define M_VISWIN_PRINT (VISWIN_BAR+6)
#define M_SHOW_RULERS (VISWIN_BAR+7)
#define M_SHOW_BUTTONS (VISWIN_BAR+8)
#define M_VISWIN_REDRAW (VISWIN_BAR+9)
#define M_VISWIN_QUIT (VISWIN_BAR+10)
#define M_VISWIN_COPY (VISWIN_BAR+11)
#define M_VISWIN_CLEAR (VISWIN_BAR+12)
#define M_VISWIN_SEARCH (VISWIN_BAR+13)
#define M_VISWIN_NEXT (VISWIN_BAR+14)
#define MENU_FILE M_FILE
#define M_EDIT_SEARCH (M_EDIT+8)
#define M_EDIT_DELETE (M_EDIT+9)
#define M_EDIT_QUIT (M_EDIT+10)
#define M_PREF (M_FILE+700)
#define STR_FIRMNAME 101
#define ICO_COMBO 10108
#define ICO_SEARCH 10109
#define ICO_CHECK_ON 10110
#define ICO_CHECK_OFF 10111
#define BMP_OK 101
#define BMP_CANCEL 102
#define BMP_SAVEREC 103
#define BMP_DELREC 104
#define BMP_NEWREC 105
#define BMP_CONFIG 107
#define BMP_FAX 108
#define BMP_SEARCH 109
#define BMP_CHECK_ON 110
#define BMP_CHECK_OFF 111
#define BMP_RADIO_ON 112
#define BMP_RADIO_OFF 113
#define BMP_QUIT 114
#define BMP_SELECT 115
#define BMP_EDIT 116
#define BMP_LINK 117
#define BMP_PRINT 118
#define BMP_RECALC 119
#define BMP_ELABORA 120
#define BMP_FIRSTREC 121
#define BMP_PREVREC 122
#define BMP_STOPREC 123
#define BMP_NEXTREC 124
#define BMP_LASTREC 125
#define BMP_FINDREC 126
#define BMP_MODULE1 127
#define BMP_MODULE2 128
#define BMP_MODULE3 129
#define BMP_MODULE4 130
#define BMP_BOOK1 131
#define BMP_BOOK2 132
#define BMP_BOOK3 133
#define BMP_MODULE 134
#define BMP_OLE 135
#define BMP_1 136
#define BMP_2 137
#define BMP_3 138
#define BMP_EMAIL 139
#define BMP_SAVERECDN 153
#define BMP_DELRECDN 154
#define BMP_NEWRECDN 155
#define BMP_INFO 162
#define BMP_HELP 163
#define BMP_QUITDN 164
#define BMP_SETPRINT 165
#define BMP_LENTE 166
#define BMP_DIR 167
#define BMP_DIRDN 168
#define BMP_FILE 169
#define BMP_FILECHK 171
#define BMP_DIRSEL 172
#define BMP_DIRDNSEL 173
#define BMP_PDF 174
#define BMP_ARCHIVE 175
#define BMP_FONT 179
#define BMP_COPY 180
#define BMP_CLOSETURN 206
#define BMP_CLOSESCONTR 207
#define BMP_SUSPSCONTR 208
#define BMP_SUSPSCONTRS 209
#define BMP_SCONTR2FATT 210
#define BMP_PERMISSIONS 211
#define BMP_PRINTELENCO 212
#define BMP_PRINTSCHEDE 213
#define BMP_PRINTETICH 214
#define BMP_PRINTRUBRICA 215
#define TOOL_OK 101
#define TOOL_CANCEL 102
#define TOOL_SAVEREC 103
#define TOOL_DELREC 104
#define TOOL_NEWREC 105
#define TOOL_CONFIG 107
#define TOOL_QUIT 114
#define TOOL_SELECT 115
#define TOOL_EDIT 116
#define TOOL_LINK 117
#define TOOL_PRINT 118
#define TOOL_RECALC 119
#define TOOL_ELABORA 120
#define TOOL_FIRSTREC 121
#define TOOL_PREVREC 122
#define TOOL_STOPREC 123
#define TOOL_NEXTREC 124
#define TOOL_LASTREC 125
#define TOOL_FINDREC 126
#define TOOL_EMAIL 139
#define TOOL_EXPORT 151
#define TOOL_CONVERT 156
#define TOOL_INFO 162
#define TOOL_HELP 163
#define TOOL_SETPRINT 165
#define TOOL_LENTE 166
#define TOOL_FONT 179
#define TOOL_COPY 180
#define TOOL_PREF 204
#define TOOL_ADDPREF 205
#define TOOL_CLOSETURN 206
#define TOOL_CLOSESCONTR 207
#define TOOL_SUSPSCONTR 208
#define TOOL_SUSPSCONTRS 209
#define TOOL_SCONTR2FATT 210
#define TOOL_PERMISSIONS 211
#define TOOL_PRINTELENCO 212
#define TOOL_PRINTSCHEDE 213
#define TOOL_PRINTETICH 214
#define TOOL_PRINTRUBRICA 215
#endif
/* @END */