campo-sirio/include/urldefid.h
guy cd50f8224a Patch level :
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@22484 c028cbd2-c16b-5b4b-a496-9718f37d4682
2011-11-11 14:17:42 +00:00

212 lines
5.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_ID(i) (10001+i)
#define BAR_ITEM_ID(i) (5000+100*i)
#define MENU_ITEM_ID(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 ICO_DAY_WORK 10233
#define ICO_DAY_HOLY 10234
#define ICO_DAY_FULL 10235
#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_SEARCH 109
#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_CHECK 131
#define BMP_MODULE 134
#define BMP_OLE 135
#define BMP_EMAIL 139
#define BMP_HARDLOCK 140
#define BMP_EUTRON 141
#define BMP_IMPORT 150
#define BMP_EXPORT 151
#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_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_PREVIEW 176
#define BMP_FONT 179
#define BMP_COPY 180
#define BMP_PASTE 181
#define BMP_DARROWU 185
#define BMP_DARROWD 186
#define BMP_DARROWL 187
#define BMP_DARROWR 188
#define BMP_DARROWUL 189
#define BMP_DARROWDL 190
#define BMP_DARROWUR 191
#define BMP_DARROWDR 192
#define BMP_DARROWL2 193
#define BMP_DARROWR2 194
#define BMP_DARROWU2 195
#define BMP_DARROWD2 196
#define BMP_SARROWU 197
#define BMP_SARROWD 198
#define BMP_PAGAMENTO 224
#define BMP_INSOLUTO 225
//immagini bottoni barre strumenti principali
//-------------------------------------------
#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_DOWNLOAD 113
#define TOOL_QUIT 114
#define TOOL_MULTISEL 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_CHECK 131
#define TOOL_OLE 135
#define TOOL_EMAIL 139
#define TOOL_SIGNMAIL 142
#define TOOL_SIGNPDF 143
#define TOOL_SIGNARCH 144
#define TOOL_IMPORT 150
#define TOOL_EXPORT 151
#define TOOL_CONVERT 156
#define TOOL_PACK 157
#define TOOL_BARCODE 158
#define TOOL_INFO 162
#define TOOL_HELP 163
#define TOOL_SETPRINT 165
#define TOOL_PDF 174
#define TOOL_ARCHIVE 175
#define TOOL_PREVIEW 176
#define TOOL_FONT 179
#define TOOL_COPY 180
#define TOOL_PASTE 181
#define TOOL_EXCEL 183
#define TOOL_RESET 184
#define TOOL_ALT 201
#define TOOL_QUESTION 202
#define TOOL_WARNING 203
#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
#define TOOL_CELLULAR 216
#define TOOL_PACK2CLI 217
#define TOOL_PACK2MAG 218
#define TOOL_USERS 219
#define TOOL_SMILE 220
#define TOOL_TODATAINI 221
#define TOOL_TODATAFIN 222
#define TOOL_TOCALC 223
#define TOOL_PAGAMENTO 224
#define TOOL_INSOLUTO 225
#define TOOL_DAY_WORK 233
#define TOOL_DAY_HOLY 234
#define TOOL_DAY_FULL 235
#endif
/* @END */