1448 lines
36 KiB
Plaintext
1448 lines
36 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.19" SourceFile="f_textbox.scx" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
|
*
|
|
DEFINE CLASS f_textbox_test AS f_base OF "lib_controles.vcx"
|
|
*< CLASSDATA: Baseclass="form" Timestamp="" Scale="" 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="Edit2" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Cl_editbox1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Cl_textbox3" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Text3" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Cl_textbox4" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Text4" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Edit3" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Cl_editbox2" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Cl_textbox5" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Text5" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Cl_textbox6" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Text6" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Edit4" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Cl_editbox3" UniqueID="" Timestamp="" />
|
|
|
|
*<PropValue>
|
|
c_testname = Textbox_Test
|
|
DoCreate = .T.
|
|
Left = 0
|
|
Name = "F_Textbox_Test"
|
|
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_editbox1' AS cl_editbox WITH ;
|
|
AddLineFeeds = .T., ;
|
|
Alignment = 0, ;
|
|
AllowTabs = .F., ;
|
|
Anchor = 0, ;
|
|
BackColor = 255,255,255, ;
|
|
BackStyle = 1, ;
|
|
BorderColor = 100,100,100, ;
|
|
BorderStyle = 1, ;
|
|
ColorScheme = 2, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DefHeight = , ;
|
|
DefLeft = , ;
|
|
DefTop = , ;
|
|
DefWidth = , ;
|
|
DisabledBackColor = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = (57), ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
IMEMode = 0, ;
|
|
IntegralHeight = .F., ;
|
|
Left = (426), ;
|
|
Margin = 2, ;
|
|
MaxLength = 0, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_editbox1", ;
|
|
NullDisplay = "", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
OLEDropTextInsertion = 0, ;
|
|
PasswordChar = "", ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
ScrollBars = 2, ;
|
|
SelectedBackColor = 51,153,255, ;
|
|
SelectedForeColor = 255,255,255, ;
|
|
SelectOnEntry = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
TabIndex = 9, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = (64), ;
|
|
Value = Un valor para el editbox que se vea en más de una línea, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = (93)
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="editbox" />
|
|
|
|
ADD OBJECT 'Cl_textbox1' AS cl_textbox WITH ;
|
|
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 = "", ;
|
|
DefHeight = , ;
|
|
DefLeft = , ;
|
|
DefTop = , ;
|
|
DefWidth = , ;
|
|
DisabledBackColor = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = (23), ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = (300), ;
|
|
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., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
StrictDateEntry = 1, ;
|
|
Style = 0, ;
|
|
TabIndex = 1, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = (64), ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = (116)
|
|
*< 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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 300, ;
|
|
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 = 116
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Container1' AS container WITH ;
|
|
Height = 101, ;
|
|
Left = 20, ;
|
|
Name = "Container1", ;
|
|
Top = 148, ;
|
|
Width = 517
|
|
*< END OBJECT: BaseClass="container" />
|
|
|
|
ADD OBJECT 'Container1.Cl_editbox2' AS cl_editbox WITH ;
|
|
AddLineFeeds = .T., ;
|
|
Alignment = 0, ;
|
|
AllowTabs = .F., ;
|
|
Anchor = 0, ;
|
|
BackColor = 255,255,255, ;
|
|
BackStyle = 1, ;
|
|
BorderColor = 100,100,100, ;
|
|
BorderStyle = 1, ;
|
|
ColorScheme = 2, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .F., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 57, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
IMEMode = 0, ;
|
|
IntegralHeight = .F., ;
|
|
Left = 406, ;
|
|
Margin = 2, ;
|
|
MaxLength = 0, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_editbox2", ;
|
|
NullDisplay = "", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
OLEDropTextInsertion = 0, ;
|
|
PasswordChar = "", ;
|
|
RightToLeft = .F., ;
|
|
ScrollBars = 2, ;
|
|
SelectedBackColor = 51,153,255, ;
|
|
SelectedForeColor = 255,255,255, ;
|
|
SelectOnEntry = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 20, ;
|
|
Value = Un valor para el editbox que se vea en más de una línea, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 93
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="editbox" />
|
|
|
|
ADD OBJECT 'Container1.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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .F., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 280, ;
|
|
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 = 20, ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 116
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Container1.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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .F., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 280, ;
|
|
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 = 52, ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 116
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Container1.Edit3' AS editbox WITH ;
|
|
AddLineFeeds = .T., ;
|
|
Alignment = 0, ;
|
|
AllowTabs = .F., ;
|
|
Anchor = 0, ;
|
|
BackColor = 255,255,255, ;
|
|
BackStyle = 1, ;
|
|
BorderColor = 100,100,100, ;
|
|
BorderStyle = 1, ;
|
|
ColorScheme = 2, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .F., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 57, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
IMEMode = 0, ;
|
|
IntegralHeight = .F., ;
|
|
Left = 144, ;
|
|
Margin = 2, ;
|
|
MaxLength = 0, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Edit3", ;
|
|
NullDisplay = "", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
OLEDropTextInsertion = 0, ;
|
|
PasswordChar = "", ;
|
|
RightToLeft = .F., ;
|
|
ScrollBars = 2, ;
|
|
SelectedBackColor = 51,153,255, ;
|
|
SelectedForeColor = 255,255,255, ;
|
|
SelectOnEntry = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 20, ;
|
|
Value = Un valor para el editbox que se vea en más de una línea, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 93
|
|
*< END OBJECT: BaseClass="editbox" />
|
|
|
|
ADD OBJECT 'Container1.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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .F., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 16, ;
|
|
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 = 20, ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 116
|
|
*< END OBJECT: BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Container1.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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .F., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 16, ;
|
|
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 = 52, ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 116
|
|
*< END OBJECT: BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Edit2' AS editbox WITH ;
|
|
AddLineFeeds = .T., ;
|
|
Alignment = 0, ;
|
|
AllowTabs = .F., ;
|
|
Anchor = 0, ;
|
|
BackColor = 255,255,255, ;
|
|
BackStyle = 1, ;
|
|
BorderColor = 100,100,100, ;
|
|
BorderStyle = 1, ;
|
|
ColorScheme = 2, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DefHeight = , ;
|
|
DefLeft = , ;
|
|
DefTop = , ;
|
|
DefWidth = , ;
|
|
DisabledBackColor = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = (57), ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
IMEMode = 0, ;
|
|
IntegralHeight = .F., ;
|
|
Left = (164), ;
|
|
Margin = 2, ;
|
|
MaxLength = 0, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Edit2", ;
|
|
NullDisplay = "", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
OLEDropTextInsertion = 0, ;
|
|
PasswordChar = "", ;
|
|
RightToLeft = .F., ;
|
|
ScrollBars = 2, ;
|
|
SelectedBackColor = 51,153,255, ;
|
|
SelectedForeColor = 255,255,255, ;
|
|
SelectOnEntry = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = (64), ;
|
|
Value = Un valor para el editbox que se vea en más de una línea, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = (93)
|
|
*< END OBJECT: BaseClass="editbox" />
|
|
|
|
ADD OBJECT 'Pageframe1' AS pageframe WITH ;
|
|
ErasePage = .T., ;
|
|
Height = 129, ;
|
|
Left = 20, ;
|
|
Name = "Pageframe1", ;
|
|
PageCount = 2, ;
|
|
Top = 260, ;
|
|
Width = 517, ;
|
|
Page1.Caption = "Page1", ;
|
|
Page1.Name = "Page1", ;
|
|
Page2.Caption = "Page2", ;
|
|
Page2.Name = "Page2"
|
|
*< END OBJECT: BaseClass="pageframe" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.Cl_editbox3' AS cl_editbox WITH ;
|
|
AddLineFeeds = .T., ;
|
|
Alignment = 0, ;
|
|
AllowTabs = .F., ;
|
|
Anchor = 0, ;
|
|
BackColor = 255,255,255, ;
|
|
BackStyle = 1, ;
|
|
BorderColor = 100,100,100, ;
|
|
BorderStyle = 1, ;
|
|
ColorScheme = 2, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 57, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
IMEMode = 0, ;
|
|
IntegralHeight = .F., ;
|
|
Left = 405, ;
|
|
Margin = 2, ;
|
|
MaxLength = 0, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_editbox3", ;
|
|
NullDisplay = "", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
OLEDropTextInsertion = 0, ;
|
|
PasswordChar = "", ;
|
|
ReadOnly = .T., ;
|
|
RightToLeft = .F., ;
|
|
ScrollBars = 2, ;
|
|
SelectedBackColor = 51,153,255, ;
|
|
SelectedForeColor = 255,255,255, ;
|
|
SelectOnEntry = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 16, ;
|
|
Value = Un valor para el editbox que se vea en más de una línea, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 93
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="editbox" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 279, ;
|
|
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 = 16, ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 116
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 279, ;
|
|
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 = 48, ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 116
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.Edit4' AS editbox WITH ;
|
|
AddLineFeeds = .T., ;
|
|
Alignment = 0, ;
|
|
AllowTabs = .F., ;
|
|
Anchor = 0, ;
|
|
BackColor = 255,255,255, ;
|
|
BackStyle = 1, ;
|
|
BorderColor = 100,100,100, ;
|
|
BorderStyle = 1, ;
|
|
ColorScheme = 2, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 57, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
IMEMode = 0, ;
|
|
IntegralHeight = .F., ;
|
|
Left = 143, ;
|
|
Margin = 2, ;
|
|
MaxLength = 0, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Edit4", ;
|
|
NullDisplay = "", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
OLEDropTextInsertion = 0, ;
|
|
PasswordChar = "", ;
|
|
ReadOnly = .T., ;
|
|
RightToLeft = .F., ;
|
|
ScrollBars = 2, ;
|
|
SelectedBackColor = 51,153,255, ;
|
|
SelectedForeColor = 255,255,255, ;
|
|
SelectOnEntry = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 16, ;
|
|
Value = Un valor para el editbox que se vea en más de una línea, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 93
|
|
*< END OBJECT: BaseClass="editbox" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 15, ;
|
|
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 = 16, ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 116
|
|
*< END OBJECT: BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 15, ;
|
|
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 = 48, ;
|
|
Value = Un valor cualquiera, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 116
|
|
*< END OBJECT: BaseClass="textbox" />
|
|
|
|
ADD OBJECT 'Text1' AS textbox WITH ;
|
|
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 = "", ;
|
|
DefHeight = , ;
|
|
DefLeft = , ;
|
|
DefTop = , ;
|
|
DefWidth = , ;
|
|
DisabledBackColor = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = (23), ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = (36), ;
|
|
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 = (116)
|
|
*< 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 = 0,128,192, ;
|
|
DisabledForeColor = 128,0,255, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
EnableHyperlinks = .F., ;
|
|
FontBold = .F., ;
|
|
FontCharSet = 0, ;
|
|
FontCondense = .F., ;
|
|
FontExtend = .F., ;
|
|
FontItalic = .F., ;
|
|
FontName = "Arial", ;
|
|
FontOutline = .F., ;
|
|
FontShadow = .F., ;
|
|
FontSize = 8, ;
|
|
FontStrikethru = .F., ;
|
|
FontUnderline = .F., ;
|
|
ForeColor = 0,0,0, ;
|
|
Format = "", ;
|
|
Height = 23, ;
|
|
HelpContextID = 0, ;
|
|
HideSelection = .T., ;
|
|
Hours = 0, ;
|
|
IMEMode = 0, ;
|
|
InputMask = "", ;
|
|
IntegralHeight = .F., ;
|
|
Left = 36, ;
|
|
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 = 116
|
|
*< END OBJECT: BaseClass="textbox" />
|
|
|
|
ENDDEFINE
|