removed binary sources (FoxBin2Prg)
This commit is contained in:
38
TESTS/DATOS_READONLY/lib_controles.cl_commandbutton.vc2
Normal file
38
TESTS/DATOS_READONLY/lib_controles.cl_commandbutton.vc2
Normal file
@@ -0,0 +1,38 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (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_commandbutton AS commandbutton
|
||||
*< CLASSDATA: Baseclass="commandbutton" Timestamp="" Scale="Pixels" Uniqueid="" />
|
||||
|
||||
*<DefinedPropArrayMethod>
|
||||
*m: test_aa_access
|
||||
*m: test_aa_assign
|
||||
*p: test_aa
|
||||
*</DefinedPropArrayMethod>
|
||||
|
||||
*<PropValue>
|
||||
AutoSize = .T.
|
||||
Caption = "Cmd1"
|
||||
Height = 27
|
||||
Name = "cl_commandbutton"
|
||||
test_aa = .F.
|
||||
Width = 52
|
||||
*</PropValue>
|
||||
|
||||
PROCEDURE test_aa_access
|
||||
*To do: Modify this routine for the Access method
|
||||
RETURN THIS.test_aa
|
||||
|
||||
ENDPROC
|
||||
|
||||
PROCEDURE test_aa_assign
|
||||
LPARAMETERS vNewVal
|
||||
*To do: Modify this routine for the Assign method
|
||||
THIS.test_aa = m.vNewVal
|
||||
|
||||
ENDPROC
|
||||
|
||||
ENDDEFINE
|
||||
Reference in New Issue
Block a user