157 lines
4.7 KiB
C
157 lines
4.7 KiB
C
// defines for edit schedule dialog
|
|
#define EDITITEM_SOURCE 102
|
|
#define EDITITEM_DESTINATION 103
|
|
#define EDITITEM_REPEAT 104
|
|
|
|
// defines for dissolve schedule dialog
|
|
#define DSLV_LIST 101
|
|
|
|
// defines for ViewSelect Dialog
|
|
#define VIEWSEL_LIST 101
|
|
|
|
// defines for FrameDialog
|
|
#define FRAME_FRAMES 101
|
|
|
|
// defines for Main Menu
|
|
#define MENU_LOAD_GIF 0x01
|
|
#define MENU_LOAD_BITMAP 0x02
|
|
#define MENU_FILE_EXIT 0x03
|
|
#define MENU_PALETTE_VIEW 0x04
|
|
#define MENU_CUT 0x05
|
|
#define MENU_COPY 0x06
|
|
#define MENU_PASTE 0x07
|
|
#define MENU_SMOOTHING 0x08
|
|
#define MENU_RESIZE 0x09
|
|
#define MENU_TRANSLATE 0x0A
|
|
#define MENU_WARP_PERSPECTIVE 0x0B
|
|
#define MENU_CLIP 0x0C
|
|
#define MENU_FILE_SAVEBITMAP 0x0D
|
|
#define MENU_SHEAR 0x0E
|
|
#define MENU_WARP_CONVEX 0x10
|
|
#define MENU_TBMESH 0x20
|
|
#define MENU_TBCLIP 0x21
|
|
#define MENU_TBARROWL 0x23
|
|
#define MENU_TBARROWR 0x24
|
|
#define MENU_TBARROWU 0x25
|
|
#define MENU_TBARROWD 0x26
|
|
#define MENU_TBSAVE 0x27
|
|
#define MENU_TBLOAD 0x28
|
|
#define MENU_TBTRANSFORMA 0x29
|
|
#define MENU_TBTRANSFORMB 0x2A
|
|
#define MENU_TBSIGMA 0x2B
|
|
#define MENU_TBPLAY 0x2C
|
|
#define MENU_TBEJECT 0x2D
|
|
#define MENU_TBPAUSE 0x2E
|
|
#define MENU_TBTIME 0x2F
|
|
#define MENU_SLIDE_SELECT 0x30
|
|
#define MENU_DISSOLVE 0x31
|
|
|
|
// defines for window menu item
|
|
#define IDM_CASCADE 30
|
|
#define IDM_TILE 31
|
|
#define IDM_ARRANGE 32
|
|
#define IDM_CLOSEALL 33
|
|
#define IDM_MINIMIZEALL 34
|
|
#define IDM_RESTOREALL 35
|
|
#define IDM_TOOLBAR 36
|
|
#define IDM_GETWINLIST 37
|
|
#define IDM_WINLIST 38
|
|
#define IDM_INVALIDATEMDIWINDOWS 39
|
|
|
|
// defines for file selection dialog
|
|
#define IDS_FLIST 0x0B
|
|
#define IDS_FNAME 0x0C
|
|
#define IDS_FPATH 0x0D
|
|
#define IDS_FILEOPEN 0x0E
|
|
#define IDS_FILESAVE 0x0F
|
|
|
|
// defines for factor dialog window
|
|
#define FACTOR_WIDTH 101
|
|
#define FACTOR_HEIGHT 102
|
|
#define FACTOR_WIDTHINCR 103
|
|
#define FACTOR_HEIGHTINCR 104
|
|
#define FACTOR_WIDTHOP 105
|
|
#define FACTOR_HEIGHTOP 106
|
|
#define FACTOR_WOPSTRING 107
|
|
#define FACTOR_HOPSTRING 108
|
|
|
|
// defines for enhancement dialog
|
|
#define IP_SMOOTHING 104
|
|
#define IP_EDGE 114
|
|
#define IP_SMDEFAULTS 120
|
|
#define IP_AVERAGING 101
|
|
#define IP_LOWPASS 102
|
|
#define IP_HIGHPASS 103
|
|
#define IP_33R1C1 105
|
|
#define IP_33R1C2 106
|
|
#define IP_33R1C3 107
|
|
#define IP_33R2C1 108
|
|
#define IP_33R2C2 109
|
|
#define IP_33R2C3 110
|
|
#define IP_33R3C1 111
|
|
#define IP_33R3C2 112
|
|
#define IP_33R3C3 113
|
|
#define IP_SOBEL 115
|
|
#define IP_SMOOTHED 116
|
|
#define IP_LAPLACE 117
|
|
#define IP_ISOTROPIC 118
|
|
#define IP_STOCHASTIC 119
|
|
|
|
// defines for palette dialog
|
|
#define PALETTE_COLORS 101
|
|
|
|
// defines for slide select dialog
|
|
#define SS_LIST 101
|
|
#define SS_SELECT 102
|
|
#define SS_BMP 103
|
|
#define SS_PROJECT 104
|
|
|
|
// defines for string table
|
|
#define STRING_HIDETOOLBAR 0x0001
|
|
#define STRING_SHOWTOOLBAR 0x0002
|
|
#define STRING_ASTERISKDOTBMP 0x0003
|
|
#define STRING_ASTERISKDOTGIF 0x0004
|
|
#define STRING_BITMAPOKFOCUSUP 0x0005
|
|
#define STRING_BITMAPOKNOFUP 0x0006
|
|
#define STRING_BITMAPOKFOCUSDN 0x0007
|
|
#define STRING_BITMAPCAFOCUSUP 0x0008
|
|
#define STRING_BITMAPCANOFUP 0x0009
|
|
#define STRING_BITMAPCAFOCUSDN 0x000A
|
|
#define STRING_LITERALCLIP 0x000B
|
|
#define STRING_LITERALMESH 0x000C
|
|
#define STRING_LITERALCUT 0x000D
|
|
#define STRING_LITERALARROWD 0x000E
|
|
#define STRING_LITERALARROWU 0x000F
|
|
#define STRING_LITERALARROWR 0x0010
|
|
#define STRING_LITERALARROWL 0x0011
|
|
#define STRING_LITERALTEST 0x0012
|
|
#define STRING_LITERALBSAVE 0x0013
|
|
#define STRING_LITERALBLOAD 0x0014
|
|
#define STRING_LITERALTRANSFORMA 0x0015
|
|
#define STRING_LITERALTRANSFORMB 0x0016
|
|
#define STRING_LITERALVIEW 0x0017
|
|
#define STRING_LITERALTIME 0x0018
|
|
#define STRING_LITERALPLAY 0x0019
|
|
#define STRING_LITERALSTOP 0x001A
|
|
#define STRING_LITERALPAUSE 0x001B
|
|
#define STRING_LITERALEJECT 0x001C
|
|
#define STRING_LITERALTOOLBAR 0x001D
|
|
#define STRING_LITERAL944 0x001E
|
|
#define STRING_MESHEXTENSION 0x001F
|
|
#define STRING_PROJECTEXTENSION 0x0020
|
|
#define STRING_DOT 0x0021
|
|
#define STRING_CRLF 0x0022
|
|
#define STRING_ASTERISKDOTPRJ 0x0023
|
|
#define STRING_PROJECTIDSTRING 0x0024
|
|
#define STRING_UNKNOWNFILETYPE 0x0025
|
|
#define STRING_UNKNOWNREFERENCE 0x0026
|
|
#define STRING_ERRORLOADINGPRJ 0x0027
|
|
#define STRING_LITERALSIGMA 0x0028
|
|
#define STRING_INIFILENAME 0x0029
|
|
#define STRING_UNSET 0x002A
|
|
#define STRING_INISETTINGS 0x002B
|
|
#define STRING_INIPROJDIR 0x002C
|
|
#define STRING_INIMESHDIR 0x002D
|
|
#define STRING_TABSTRING 0x002E
|
|
#define STRING_LITERALDISSOLVE 0x002F
|