removed binary sources (FoxBin2Prg)

This commit is contained in:
Lutz
2023-08-26 21:49:42 +02:00
parent 607c6120a5
commit 4c7589c927
166 changed files with 48386 additions and 37119 deletions

View File

@@ -0,0 +1,56 @@
*--------------------------------------------------------------------------------------------------------------------------------------------------------
* (ES) AUTOGENERADO - <20><>ATENCI<43>N!! - <20><>NO PENSADO PARA EJECUTAR!! USAR SOLAMENTE PARA INTEGRAR CAMBIOS Y ALMACENAR CON HERRAMIENTAS SCM!!
* (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!!
*--------------------------------------------------------------------------------------------------------------------------------------------------------
*< FOXBIN2PRG: Version="1.19" SourceFile="lib_controles.vcx" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
*
DEFINE CLASS cl_xmladapter AS xmladapter
*< CLASSDATA: Baseclass="xmladapter" Timestamp="" Scale="Pixels" Uniqueid="" />
*-- OBJECTDATA items order determines ZOrder / El orden de los items OBJECTDATA determina el ZOrder
*< OBJECTDATA: ObjPath="Tables" UniqueID="" Timestamp="" />
*<PropValue>
CodePage = 0
Comment = ""
DeclareXMLPrefix = .F.
DisableEncode = .F.
ForceCloseTag = .F.
FormattedOutput = .T.
Height = 56
IsDiffgram = .F.
MapBinary = .F.
MapN19_4ToCurrency = .F.
MapVarchar = .F.
Name = "cl_xmladapter"
NoCpTrans = .F.
PreserveWhiteSpace = .F.
RespectCursorCP = .F.
RespectNesting = .F.
SelectionNamespaces =
Tag = ""
Unicode = .F.
UseCodePage = .F.
UTF8Encoded = .F.
Width = 56
WrapCharInCDATA = .F.
WrapMemoInCDATA = .F.
XMLName =
XMLNameIsXPath = .F.
XMLNamespace =
XMLPrefix =
XMLSchemaLocation = ..\..\
*</PropValue>
ADD OBJECT 'Tables' AS collection WITH ;
Comment = "", ;
Height = 23, ;
KeySort = 0, ;
Left = 23, ;
Name = "Tables", ;
Tag = "", ;
Top = 23, ;
Width = 23
*< END OBJECT: BaseClass="collection" />
ENDDEFINE