removed binary sources (FoxBin2Prg)
This commit is contained in:
57
TESTS/DATOS_READONLY/lib_controles.cl_commandgroup.vc2
Normal file
57
TESTS/DATOS_READONLY/lib_controles.cl_commandgroup.vc2
Normal file
@@ -0,0 +1,57 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (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_commandgroup AS commandgroup
|
||||
*< CLASSDATA: Baseclass="commandgroup" Timestamp="" Scale="Pixels" Uniqueid="" />
|
||||
|
||||
*<DefinedPropArrayMethod>
|
||||
*m: test_aa_access
|
||||
*m: test_aa_assign
|
||||
*p: test_aa
|
||||
*</DefinedPropArrayMethod>
|
||||
|
||||
*<PropValue>
|
||||
AutoSize = .T.
|
||||
ButtonCount = 2
|
||||
Height = 66
|
||||
Name = "cl_commandgroup"
|
||||
test_aa = .F.
|
||||
Value = 1
|
||||
Width = 62
|
||||
Command1.AutoSize = .T.
|
||||
Command1.BackColor = 255,128,128
|
||||
Command1.Caption = "Cmd1"
|
||||
Command1.Height = 27
|
||||
Command1.Left = 5
|
||||
Command1.Name = "Command1"
|
||||
Command1.Top = 5
|
||||
Command1.Width = 52
|
||||
Command2.AutoSize = .T.
|
||||
Command2.BackColor = 255,128,128
|
||||
Command2.Caption = "Cmd2"
|
||||
Command2.DisabledBackColor = 240,240,240
|
||||
Command2.DisabledForeColor = 109,109,109
|
||||
Command2.Height = 27
|
||||
Command2.Left = 5
|
||||
Command2.Name = "Command2"
|
||||
Command2.Top = 34
|
||||
Command2.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