!XCALEN.DEF [101] - definitions related to XCALEN.SBX !-------------------.-------------------.-------------------.-------------------. !EDIT HISTORY ! VEDIT=102 ! Note: history reformatted 9-Feb-17 ! [101] 09-Aug-15 / jdm / add XCALF_ARCEDIT and XCALF_EDIT ! [100] 05-Aug-15 / jdm / created !-------------------.-------------------.-------------------.-------------------. defstruct ST_XCALEN map2 DATE,B,3 ! standard (ODTIM/IDTIM) separated date map2 BG,B,4 ! RGB BG value map2 MARK,B,2 ! various indicator flags (no yet defined.) map2 COMMENT,s,1024 ! text endstruct define XC_DLGNAME$ = "xcDlg" ! name of the dialog ! xcflags symbols define XCALF_NOCAP = &h0001 ! eliminate caption bar from dialog define XCALF_ARCEDIT = &h0002 ! Allow Right Click EDIT define XCALF_EDIT = &h0004 ! Perform edit operation define XCALF_RECREATE= &h0008 ! Force recreation of calendar (internal)