117 lines
3.0 KiB
Plaintext
117 lines
3.0 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_combobox AS combobox
|
|
*< CLASSDATA: Baseclass="combobox" Timestamp="" Scale="Pixels" Uniqueid="" />
|
|
|
|
*<DefinedPropArrayMethod>
|
|
*m: test_aa_access
|
|
*m: test_aa_assign
|
|
*p: test_aa
|
|
*</DefinedPropArrayMethod>
|
|
|
|
*<PropValue>
|
|
Alignment = 0
|
|
Anchor = 0
|
|
BackColor = 255,255,255
|
|
BorderColor = 255,0,0
|
|
BorderStyle = 1
|
|
BoundColumn = 1
|
|
BoundTo = .F.
|
|
ColorScheme = 2
|
|
ColorSource = 4
|
|
ColumnCount = 0
|
|
ColumnLines = .T.
|
|
ColumnWidths = ""
|
|
Comment = ""
|
|
ControlSource = ""
|
|
DisabledBackColor = 240,240,240
|
|
DisabledForeColor = 109,109,109
|
|
DisabledItemBackColor = 255,255,255
|
|
DisabledItemForeColor = 109,109,109
|
|
DisplayCount = 0
|
|
DisplayValue = cl_combobox
|
|
DragIcon = ..\..\
|
|
DragMode = 0
|
|
Enabled = .T.
|
|
FirstElement = 1
|
|
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 = 24
|
|
HelpContextID = 0
|
|
HideSelection = .T.
|
|
IMEMode = 0
|
|
IncrementalSearch = .T.
|
|
InputMask = ""
|
|
ItemBackColor = 255,255,255
|
|
ItemForeColor = 0,0,0
|
|
ItemTips = .F.
|
|
Margin = 2
|
|
MaxLength = 0
|
|
MouseIcon = ..\..\
|
|
MousePointer = 0
|
|
Name = "cl_combobox"
|
|
NullDisplay = ""
|
|
NumberOfElements = 0
|
|
OLEDragMode = 0
|
|
OLEDragPicture = ..\..\
|
|
OLEDropEffects = 3
|
|
OLEDropMode = 0
|
|
OLEDropTextInsertion = 0
|
|
Picture = ..\..\
|
|
PictureSelectionDisplay = 0
|
|
ReadOnly = .F.
|
|
RightToLeft = .F.
|
|
RowSource = ""
|
|
RowSourceType = 0
|
|
SelectedBackColor = 51,153,255
|
|
SelectedForeColor = 255,255,255
|
|
SelectedItemBackColor = 51,153,255
|
|
SelectedItemForeColor = 255,255,255
|
|
SelectOnEntry = .F.
|
|
Sorted = .F.
|
|
SpecialEffect = 0
|
|
StatusBarText = ""
|
|
Style = 0
|
|
TabIndex = 1
|
|
TabStop = .T.
|
|
Tag = ""
|
|
TerminateRead = .F.
|
|
test_aa = .F.
|
|
Themes = .T.
|
|
ToolTipText = ""
|
|
Value =
|
|
Visible = .T.
|
|
WhatsThisHelpID = -1
|
|
Width = 60
|
|
*</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
|