removed binary sources (FoxBin2Prg)
This commit is contained in:
89
TESTS/DATOS_READONLY/lib_controles.cl_option.vc2
Normal file
89
TESTS/DATOS_READONLY/lib_controles.cl_option.vc2
Normal file
@@ -0,0 +1,89 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (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_option AS optionbutton
|
||||
*< CLASSDATA: Baseclass="optionbutton" Timestamp="" Scale="Pixels" Uniqueid="" />
|
||||
|
||||
*<DefinedPropArrayMethod>
|
||||
*m: test_aa_access
|
||||
*m: test_aa_assign
|
||||
*p: test_aa
|
||||
*</DefinedPropArrayMethod>
|
||||
|
||||
*<PropValue>
|
||||
Alignment = 0
|
||||
Anchor = 0
|
||||
AutoSize = .T.
|
||||
BackColor = 240,240,240
|
||||
BackStyle = 1
|
||||
Caption = "Option1"
|
||||
ColorScheme = 1
|
||||
ColorSource = 4
|
||||
Comment = ""
|
||||
ControlSource = ""
|
||||
DisabledBackColor = 240,240,240
|
||||
DisabledForeColor = 109,109,109
|
||||
DisabledPicture = ..\..\
|
||||
DownPicture = ..\..\
|
||||
DragIcon = ..\..\
|
||||
DragMode = 0
|
||||
Enabled = .T.
|
||||
FontBold = .F.
|
||||
FontCondense = .F.
|
||||
FontExtend = .F.
|
||||
FontItalic = .F.
|
||||
FontName = "Arial"
|
||||
FontOutline = .F.
|
||||
FontShadow = .F.
|
||||
FontSize = 9
|
||||
FontStrikethru = .F.
|
||||
FontUnderline = .F.
|
||||
ForeColor = 0,0,0
|
||||
Height = 17
|
||||
HelpContextID = 0
|
||||
MouseIcon = ..\..\
|
||||
MousePointer = 0
|
||||
Name = "cl_option"
|
||||
OLEDragMode = 0
|
||||
OLEDragPicture = ..\..\
|
||||
OLEDropEffects = 3
|
||||
OLEDropMode = 0
|
||||
Picture = ..\..\
|
||||
PictureMargin = 0
|
||||
PicturePosition = 13
|
||||
PictureSpacing = 0
|
||||
RightToLeft = .F.
|
||||
SpecialEffect = 0
|
||||
StatusBarText = ""
|
||||
Style = 0
|
||||
TabIndex = 1
|
||||
TabStop = .T.
|
||||
Tag = ""
|
||||
TerminateRead = .F.
|
||||
test_aa = .F.
|
||||
Themes = .T.
|
||||
ToolTipText = ""
|
||||
Value = 0
|
||||
Visible = .T.
|
||||
WhatsThisHelpID = -1
|
||||
Width = 61
|
||||
WordWrap = .F.
|
||||
*</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