removed binary sources (FoxBin2Prg)
This commit is contained in:
980
TESTS/DATOS_READONLY/lib_controles.f_textbox.vc2
Normal file
980
TESTS/DATOS_READONLY/lib_controles.f_textbox.vc2
Normal file
@@ -0,0 +1,980 @@
|
||||
*--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* (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 f_textbox AS f_base OF "lib_controles.vcx"
|
||||
*< CLASSDATA: Baseclass="form" Timestamp="" Scale="Pixels" Uniqueid="" />
|
||||
|
||||
*-- OBJECTDATA items order determines ZOrder / El orden de los items OBJECTDATA determina el ZOrder
|
||||
*< OBJECTDATA: ObjPath="Cl_textbox1" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Text1" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Cl_textbox2" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Text2" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Cl_textbox3" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Text3" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Cl_textbox4" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Text4" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Cl_textbox5" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Text5" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Cl_textbox6" UniqueID="" Timestamp="" />
|
||||
*< OBJECTDATA: ObjPath="Text6" UniqueID="" Timestamp="" />
|
||||
|
||||
*<PropValue>
|
||||
DoCreate = .T.
|
||||
Left = 0
|
||||
Name = "f_textbox"
|
||||
Top = 0
|
||||
Edit1.Name = "Edit1"
|
||||
Label3.Name = "Label3"
|
||||
Command2.Name = "Command2"
|
||||
Label1.Caption = "TEXTBOX NORMAL"
|
||||
Label1.Name = "Label1"
|
||||
Label2.Caption = "TEXTBOX SUBCLASADOS"
|
||||
Label2.Name = "Label2"
|
||||
*</PropValue>
|
||||
|
||||
ADD OBJECT 'Cl_textbox1' AS cl_textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
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., ;
|
||||
Left = 348, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Cl_textbox1", ;
|
||||
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., ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 64, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Cl_textbox2' AS cl_textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
BorderColor = 0,128,255, ;
|
||||
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., ;
|
||||
Left = 348, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Cl_textbox2", ;
|
||||
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 = 1, ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
Themes = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 96, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Cl_textbox3' AS cl_textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
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 = .F., ;
|
||||
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., ;
|
||||
Left = 348, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Cl_textbox3", ;
|
||||
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., ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 156, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Cl_textbox4' AS cl_textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
BorderColor = 0,128,255, ;
|
||||
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 = .F., ;
|
||||
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., ;
|
||||
Left = 348, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Cl_textbox4", ;
|
||||
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 = 1, ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
Themes = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 188, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Cl_textbox5' AS cl_textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
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., ;
|
||||
Left = 348, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Cl_textbox5", ;
|
||||
NullDisplay = "", ;
|
||||
OLEDragMode = 0, ;
|
||||
OLEDragPicture = ..\..\, ;
|
||||
OLEDropEffects = 3, ;
|
||||
OLEDropMode = 0, ;
|
||||
OLEDropTextInsertion = 0, ;
|
||||
OpenWindow = .F., ;
|
||||
PasswordChar = "", ;
|
||||
ReadOnly = .T., ;
|
||||
RightToLeft = .F., ;
|
||||
Seconds = 2, ;
|
||||
SelectedBackColor = 51,153,255, ;
|
||||
SelectedForeColor = 255,255,255, ;
|
||||
SelectOnEntry = .F., ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 252, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Cl_textbox6' AS cl_textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
BorderColor = 0,128,255, ;
|
||||
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., ;
|
||||
Left = 348, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Cl_textbox6", ;
|
||||
NullDisplay = "", ;
|
||||
OLEDragMode = 0, ;
|
||||
OLEDragPicture = ..\..\, ;
|
||||
OLEDropEffects = 3, ;
|
||||
OLEDropMode = 0, ;
|
||||
OLEDropTextInsertion = 0, ;
|
||||
OpenWindow = .F., ;
|
||||
PasswordChar = "", ;
|
||||
ReadOnly = .T., ;
|
||||
RightToLeft = .F., ;
|
||||
Seconds = 2, ;
|
||||
SelectedBackColor = 51,153,255, ;
|
||||
SelectedForeColor = 255,255,255, ;
|
||||
SelectOnEntry = .F., ;
|
||||
SpecialEffect = 1, ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
Themes = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 284, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Text1' AS textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
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., ;
|
||||
Left = 84, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Text1", ;
|
||||
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., ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 64, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Text2' AS textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
BorderColor = 0,128,255, ;
|
||||
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., ;
|
||||
Left = 84, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Text2", ;
|
||||
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 = 1, ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
Themes = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 96, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Text3' AS textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
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 = .F., ;
|
||||
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., ;
|
||||
Left = 84, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Text3", ;
|
||||
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., ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 156, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Text4' AS textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
BorderColor = 0,128,255, ;
|
||||
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 = .F., ;
|
||||
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., ;
|
||||
Left = 84, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Text4", ;
|
||||
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 = 1, ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
Themes = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 188, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Text5' AS textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
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., ;
|
||||
Left = 84, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Text5", ;
|
||||
NullDisplay = "", ;
|
||||
OLEDragMode = 0, ;
|
||||
OLEDragPicture = ..\..\, ;
|
||||
OLEDropEffects = 3, ;
|
||||
OLEDropMode = 0, ;
|
||||
OLEDropTextInsertion = 0, ;
|
||||
OpenWindow = .F., ;
|
||||
PasswordChar = "", ;
|
||||
ReadOnly = .T., ;
|
||||
RightToLeft = .F., ;
|
||||
Seconds = 2, ;
|
||||
SelectedBackColor = 51,153,255, ;
|
||||
SelectedForeColor = 255,255,255, ;
|
||||
SelectOnEntry = .F., ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 252, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: BaseClass="textbox" />
|
||||
|
||||
ADD OBJECT 'Text6' AS textbox WITH ;
|
||||
Alignment = 3, ;
|
||||
Anchor = 0, ;
|
||||
AutoComplete = 0, ;
|
||||
AutoCompSource = "", ;
|
||||
AutoCompTable = "", ;
|
||||
BackColor = 255,255,255, ;
|
||||
BackStyle = 1, ;
|
||||
BorderColor = 0,128,255, ;
|
||||
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., ;
|
||||
Left = 84, ;
|
||||
Margin = 2, ;
|
||||
MaxLength = 0, ;
|
||||
MemoWindow = "", ;
|
||||
MouseIcon = ..\..\, ;
|
||||
MousePointer = 0, ;
|
||||
Name = "Text6", ;
|
||||
NullDisplay = "", ;
|
||||
OLEDragMode = 0, ;
|
||||
OLEDragPicture = ..\..\, ;
|
||||
OLEDropEffects = 3, ;
|
||||
OLEDropMode = 0, ;
|
||||
OLEDropTextInsertion = 0, ;
|
||||
OpenWindow = .F., ;
|
||||
PasswordChar = "", ;
|
||||
ReadOnly = .T., ;
|
||||
RightToLeft = .F., ;
|
||||
Seconds = 2, ;
|
||||
SelectedBackColor = 51,153,255, ;
|
||||
SelectedForeColor = 255,255,255, ;
|
||||
SelectOnEntry = .F., ;
|
||||
SpecialEffect = 1, ;
|
||||
StatusBarText = "", ;
|
||||
StrictDateEntry = 1, ;
|
||||
Style = 0, ;
|
||||
TabStop = .T., ;
|
||||
Tag = "", ;
|
||||
TerminateRead = .F., ;
|
||||
Themes = .F., ;
|
||||
ToolTipText = "", ;
|
||||
Top = 284, ;
|
||||
Value = Un valor cualquiera, ;
|
||||
Visible = .T., ;
|
||||
WhatsThisHelpID = -1, ;
|
||||
Width = 132
|
||||
*< END OBJECT: BaseClass="textbox" />
|
||||
|
||||
ENDDEFINE
|
||||
Reference in New Issue
Block a user