Import initial din SVN ROAAUTO/Trunk @HEAD

This commit is contained in:
2026-04-11 17:11:32 +03:00
commit 656d98697f
1856 changed files with 163525 additions and 0 deletions

BIN
COMUN/clase/APPWIZ.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/CLOSED.BMP Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

BIN
COMUN/clase/ImportData.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/LEAF.BMP Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
COMUN/clase/MB_IconStop.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
COMUN/clase/MINUS.BMP Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

52
COMUN/clase/MessageBox.h Normal file
View 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

Binary file not shown.

BIN
COMUN/clase/MessageBox.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/OPEN.BMP Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

BIN
COMUN/clase/PLUS.BMP Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

BIN
COMUN/clase/SOLUTION.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/Utility.vct Normal file

Binary file not shown.

BIN
COMUN/clase/XRESIZE.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/_baza.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/_baza.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_ca_base.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_ca_base.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_cb_base.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/_cb_base.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_cmd_base.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_cmd_base.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_crypt.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_crypt.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_ct_base.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/_ct_base.vcx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
COMUN/clase/_de_base.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_de_base.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_ed_base.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/_ed_base.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_frm_base.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_frm_base.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_frm_child.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_frm_child.vcx Normal file

Binary file not shown.

81
COMUN/clase/_frxcursor.h Normal file
View 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."

BIN
COMUN/clase/_frxcursor.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_frxcursor.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_gdiplus.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_gdiplus.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_grd_base.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/_grd_base.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_lb_base.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_lb_base.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_menu.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_menu.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_pf_base.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/_pf_base.vcx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
COMUN/clase/_therm.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_therm.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/_tx_base.vct Normal file

Binary file not shown.

BIN
COMUN/clase/_tx_base.vcx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
COMUN/clase/appwiz.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/autoresize.vct Normal file

Binary file not shown.

BIN
COMUN/clase/autoresize.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/baza.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/baza.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/bbtabs.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/bbtabs.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/bon_fisc.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/bon_fisc.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/caut.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/caut.vcx Normal file

Binary file not shown.

BIN
COMUN/clase/caut_comun.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/caut_comun.vcx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
COMUN/clase/caut_ora.VCT Normal file

Binary file not shown.

BIN
COMUN/clase/caut_ora.vcx Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More