Files
foxbin2prg/TESTS/DATOS_READONLY/lib_controles.cl_textbox.vc2
Lutz fea3596fbc Binaries to 1.20
transfered all files to 1.20
added code to create recreate FoxBin2Prg
2023-08-27 20:04:11 +02:00

110 lines
2.7 KiB
Plaintext

*--------------------------------------------------------------------------------------------------------------------------------------------------------
* (ES) AUTOGENERADO - ¡¡ATENCIÓN!! - ¡¡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.20" SourceFile="lib_controles.vcx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
*
DEFINE CLASS cl_textbox AS textbox
*< CLASSDATA: Baseclass="textbox" Timestamp="" Scale="Pixels" Uniqueid="" />
*<DefinedPropArrayMethod>
*m: test_aa_access
*m: test_aa_assign
*p: test_aa
*</DefinedPropArrayMethod>
*<PropValue>
Alignment = 3
Anchor = 0
AutoComplete = 0
AutoCompSource = ""
AutoCompTable = ""
BackColor = 255,255,255
BackStyle = 1
BorderColor = 100,100,100
BorderStyle = 1
Century = 1
ColorScheme = 1
ColorSource = 4
Comment = ""
ControlSource = ""
DateFormat = 0
DateMark = ""
DisabledBackColor = 240,240,240
DisabledForeColor = 109,109,109
DragIcon = ..\..\
DragMode = 0
Enabled = .T.
EnableHyperlinks = .F.
FontBold = .F.
FontCharSet = 0
FontCondense = .F.
FontExtend = .F.
FontItalic = .F.
FontName = "Arial"
FontOutline = .F.
FontShadow = .F.
FontSize = 9
FontStrikethru = .F.
FontUnderline = .F.
ForeColor = 0,0,0
Format = ""
Height = 23
HelpContextID = 0
HideSelection = .T.
Hours = 0
IMEMode = 0
InputMask = ""
IntegralHeight = .F.
Margin = 2
MaxLength = 0
MemoWindow = ""
MouseIcon = ..\..\
MousePointer = 0
Name = "cl_textbox"
NullDisplay = ""
OLEDragMode = 0
OLEDragPicture = ..\..\
OLEDropEffects = 3
OLEDropMode = 0
OLEDropTextInsertion = 0
OpenWindow = .F.
PasswordChar = ""
ReadOnly = .F.
RightToLeft = .F.
Seconds = 2
SelectedBackColor = 51,153,255
SelectedForeColor = 255,255,255
SelectOnEntry = .F.
SpecialEffect = 0
StatusBarText = ""
StrictDateEntry = 1
Style = 0
TabIndex = 1
TabStop = .T.
Tag = ""
TerminateRead = .F.
test_aa = .F.
Themes = .T.
ToolTipText = ""
Value =
Visible = .T.
WhatsThisHelpID = -1
Width = 50
*</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