Import initial din SVN ROAAUTO/Trunk @HEAD
BIN
COMUN/clase/APPWIZ.VCT
Normal file
BIN
COMUN/clase/CLOSED.BMP
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
COMUN/clase/ImportData.VCT
Normal file
BIN
COMUN/clase/LEAF.BMP
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
COMUN/clase/Locale/Locale.DBF
Normal file
BIN
COMUN/clase/Locale/Locale_back.CDX
Normal file
BIN
COMUN/clase/Locale/Locale_back.DBF
Normal file
BIN
COMUN/clase/Locale/Locale_back.FPT
Normal file
BIN
COMUN/clase/Locale/Locale_xref.CDX
Normal file
BIN
COMUN/clase/Locale/locale.CDX
Normal file
BIN
COMUN/clase/Locale/locale.DCT
Normal file
BIN
COMUN/clase/Locale/locale.DCX
Normal file
BIN
COMUN/clase/Locale/locale.FPT
Normal file
BIN
COMUN/clase/Locale/locale.dbc
Normal file
BIN
COMUN/clase/Locale/locale_lang.FPT
Normal file
BIN
COMUN/clase/Locale/locale_lang.cdx
Normal file
BIN
COMUN/clase/Locale/locale_lang.dbf
Normal file
BIN
COMUN/clase/Locale/locale_source.CDX
Normal file
BIN
COMUN/clase/Locale/locale_source.DBF
Normal file
BIN
COMUN/clase/Locale/locale_source.FPT
Normal file
BIN
COMUN/clase/Locale/locale_xref.DBF
Normal file
BIN
COMUN/clase/MB_IconExclamation.bmp
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
COMUN/clase/MB_IconInformation.bmp
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
COMUN/clase/MB_IconQuestion.bmp
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
COMUN/clase/MB_IconStop.bmp
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
COMUN/clase/MINUS.BMP
Normal file
|
After Width: | Height: | Size: 574 B |
52
COMUN/clase/MessageBox.h
Normal file
@@ -0,0 +1,52 @@
|
||||
#IFNDEF MESSAGEBOX_H
|
||||
#DEFINE MESSAGEBOX_H
|
||||
|
||||
#DEFINE CR CHR(13)
|
||||
#DEFINE LF CHR(10)
|
||||
#DEFINE CRLF CHR(13) + CHR(10)
|
||||
|
||||
*-- MessageBox buttons caption (RO)
|
||||
#DEFINE MB_CAPTION_OK "\<De acord" && OK button caption
|
||||
#DEFINE MB_CAPTION_CANCEL "\<Abandon" && Cancel button caption
|
||||
#DEFINE MB_CAPTION_ABORT "\<Renunta" && Abort button caption
|
||||
#DEFINE MB_CAPTION_RETRY "\<Repeta" && Retry button caption
|
||||
#DEFINE MB_CAPTION_IGNORE "\<Ignora" && Ignore button caption
|
||||
#DEFINE MB_CAPTION_YES "\<Da" && Yes button caption
|
||||
#DEFINE MB_CAPTION_NO "\<Nu" && No button caption
|
||||
|
||||
*-- MessageBox icon file
|
||||
#DEFINE MB_ICONINFORMATION_BMP "MB_IconInformation.bmp"
|
||||
#DEFINE MB_ICONEXCLAMATION_BMP "MB_IconExclamation.bmp"
|
||||
#DEFINE MB_ICONQUESTION_BMP "MB_IconQuestion.bmp"
|
||||
#DEFINE MB_ICONSTOP_BMP "MB_ICONStop.bmp"
|
||||
#DEFINE MB_ICONCHATBOT_BMP "chatbot.bmp"
|
||||
|
||||
*-- MessageBox parameters
|
||||
#DEFINE MB_OK 0 && OK button only
|
||||
#DEFINE MB_OKCANCEL 1 && OK and Cancel buttons
|
||||
#DEFINE MB_ABORTRETRYIGNORE 2 && Abort, Retry, and Ignore buttons
|
||||
#DEFINE MB_YESNOCANCEL 3 && Yes, No, and Cancel buttons
|
||||
#DEFINE MB_YESNO 4 && Yes and No buttons
|
||||
#DEFINE MB_RETRYCANCEL 5 && Retry and Cancel buttons
|
||||
|
||||
#DEFINE MB_ICONSTOP 16 && Critical message
|
||||
#DEFINE MB_ICONQUESTION 32 && Warning query
|
||||
#DEFINE MB_ICONEXCLAMATION 48 && Warning message
|
||||
#DEFINE MB_ICONINFORMATION 64 && Information message
|
||||
|
||||
#DEFINE MB_APPLMODAL 0 && Application modal message box
|
||||
#DEFINE MB_DEFBUTTON1 0 && First button is default
|
||||
#DEFINE MB_DEFBUTTON2 256 && Second button is default
|
||||
#DEFINE MB_DEFBUTTON3 512 && Third button is default
|
||||
#DEFINE MB_SYSTEMMODAL 4096 && System Modal
|
||||
|
||||
*-- MsgBox return values
|
||||
#DEFINE IDOK 1 && OK button pressed
|
||||
#DEFINE IDCANCEL 2 && Cancel button pressed
|
||||
#DEFINE IDABORT 3 && Abort button pressed
|
||||
#DEFINE IDRETRY 4 && Retry button pressed
|
||||
#DEFINE IDIGNORE 5 && Ignore button pressed
|
||||
#DEFINE IDYES 6 && Yes button pressed
|
||||
#DEFINE IDNO 7 && No button pressed
|
||||
|
||||
#ENDIF
|
||||
BIN
COMUN/clase/MessageBox.vct
Normal file
BIN
COMUN/clase/MessageBox.vcx
Normal file
BIN
COMUN/clase/OPEN.BMP
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
COMUN/clase/PLUS.BMP
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
COMUN/clase/SOLUTION.VCT
Normal file
BIN
COMUN/clase/Utility.vct
Normal file
BIN
COMUN/clase/XRESIZE.VCT
Normal file
BIN
COMUN/clase/_baza.VCT
Normal file
BIN
COMUN/clase/_baza.vcx
Normal file
BIN
COMUN/clase/_ca_base.vct
Normal file
BIN
COMUN/clase/_ca_base.vcx
Normal file
BIN
COMUN/clase/_cb_base.VCT
Normal file
BIN
COMUN/clase/_cb_base.vcx
Normal file
BIN
COMUN/clase/_cmd_base.vct
Normal file
BIN
COMUN/clase/_cmd_base.vcx
Normal file
BIN
COMUN/clase/_crypt.vct
Normal file
BIN
COMUN/clase/_crypt.vcx
Normal file
BIN
COMUN/clase/_ct_base.VCT
Normal file
BIN
COMUN/clase/_ct_base.vcx
Normal file
BIN
COMUN/clase/_cus_odata_base.vct
Normal file
BIN
COMUN/clase/_cus_odata_base.vcx
Normal file
BIN
COMUN/clase/_de_base.vct
Normal file
BIN
COMUN/clase/_de_base.vcx
Normal file
BIN
COMUN/clase/_ed_base.VCT
Normal file
BIN
COMUN/clase/_ed_base.vcx
Normal file
BIN
COMUN/clase/_frm_base.vct
Normal file
BIN
COMUN/clase/_frm_base.vcx
Normal file
BIN
COMUN/clase/_frm_child.vct
Normal file
BIN
COMUN/clase/_frm_child.vcx
Normal file
81
COMUN/clase/_frxcursor.h
Normal file
@@ -0,0 +1,81 @@
|
||||
*=======================================================
|
||||
* frxCursor.vcx compile constants
|
||||
*=======================================================
|
||||
|
||||
#include foxpro_reporting.h
|
||||
|
||||
*-------------------------------------------------------
|
||||
* Magic numbers
|
||||
*-------------------------------------------------------
|
||||
|
||||
*-- Report Layout object dimensions
|
||||
*--
|
||||
#define BAND_SEPARATOR_HEIGHT_FRUS 2083.333
|
||||
#define BAND_SEPARATOR_HEIGHT_PIXELS 20
|
||||
|
||||
*-- Object Cursor filter modes:
|
||||
*--
|
||||
#define OBJCSR_ALL_OBJECTS_IGNORE_GROUPS 0
|
||||
#define OBJCSR_FILTER_ON_SELECTED 1
|
||||
#define OBJCSR_SHOW_ALL_OBJECTS 2
|
||||
#define OBJCSR_FILTER_GROUP 3
|
||||
|
||||
#define OBJCSR_SORTORDER_TYPE 1
|
||||
#define OBJCSR_SORTORDER_BAND 2
|
||||
|
||||
#define FRX_OBJTYPE_MULTISELECT 99
|
||||
|
||||
*-------------------------------------------------------
|
||||
* Localization strings
|
||||
*-------------------------------------------------------
|
||||
|
||||
*-- FRX object targets:
|
||||
*--
|
||||
#define TARGET_MULTISELECT_LOC "Multiple Selection"
|
||||
#define TARGET_REPORT_COMMENT_LOC "Comment"
|
||||
#define TARGET_REPORT_GLOBAL_LOC "Report/Global"
|
||||
#define TARGET_WORKAREA_LOC "Workarea"
|
||||
#define TARGET_INDEX_LOC "Index"
|
||||
#define TARGET_RELATION_LOC "Relation"
|
||||
#define TARGET_TEXT_LABEL_LOC "Label"
|
||||
#define TARGET_LINE_LOC "Line"
|
||||
#define TARGET_BOX_LOC "Rectangle"
|
||||
#define TARGET_FIELD_LOC "Field"
|
||||
#define TARGET_TITLE_LOC "Title"
|
||||
#define TARGET_PAGE_HEADER_LOC "Page Header"
|
||||
#define TARGET_COL_HEADER_LOC "Column Header"
|
||||
#define TARGET_GROUP_HEADER_LOC "Group Header"
|
||||
#define TARGET_DETAIL_LOC "Detail"
|
||||
#define TARGET_GROUP_FOOTER_LOC "Group Footer"
|
||||
#define TARGET_COL_FOOTER_LOC "Column Footer"
|
||||
#define TARGET_PAGE_FOOTER_LOC "Page Footer"
|
||||
#define TARGET_SUMMARY_LOC "Summary"
|
||||
#define TARGET_DETAIL_HEADER_LOC "Detail Header"
|
||||
#define TARGET_DETAIL_FOOTER_LOC "Detail Footer"
|
||||
#define TARGET_UNKNOWN_BAND_LOC "Unknown band type"
|
||||
#define TARGET_GROUPED_LOC "Grouped Objects"
|
||||
#define TARGET_PICTURE_LOC "Picture/OLE Bound"
|
||||
#define TARGET_VARIABLE_LOC "Variable"
|
||||
#define TARGET_PDRIVER_LOC "Printer Driver Setup"
|
||||
#define TARGET_FONTRESO_LOC "Font Resource"
|
||||
#define TARGET_DATAENV_LOC "Data Environment"
|
||||
#define TARGET_CURSOR_LOC "Cursor"
|
||||
#define TARGET_UNKNOWN_LOC "Unknown Target type"
|
||||
|
||||
#define TARGET_FORCED_PAGEHEADER_LOC "Resolved as Page Header"
|
||||
#define TARGET_UNPREDICTABLE_LOC "Indeterminate behavior"
|
||||
|
||||
*-- Calculation "Reset On" combo list
|
||||
*--
|
||||
#define ENDOFREPORT_LOC "Report"
|
||||
#define ENDOFPAGE_LOC "Page"
|
||||
#define ENDOFCOLUMN_LOC "Column"
|
||||
#define GROUP_BY_LOC "Group: "
|
||||
#define DETAIL_LOC "Detail "
|
||||
#define NEW_LOC "new"
|
||||
|
||||
|
||||
*-- Messagebox error messages:
|
||||
*--
|
||||
#define METADATA_DOM_ERROR_LOC "Exception occurred in frxCursor::getMetadataDomDoc()"
|
||||
#define CREATE_IC_FAILURE_LOC "Unable to create device context. CreateIC() returned 0."
|
||||