NOTE: This Bug Fix implies that when tx2 files are regenerated, differences will occur almost certainly for the first time, so do not regenerate all tx2 files unnecesarily to keep differences at minimum.
834 lines
21 KiB
Plaintext
834 lines
21 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_checkbox.scx" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries)
|
|
*
|
|
*
|
|
DEFINE CLASS dataenvironment AS dataenvironment
|
|
*< CLASSDATA: Baseclass="dataenvironment" Timestamp="" Scale="" Uniqueid="" ClassIcon="1" />
|
|
|
|
DataSource = .NULL.
|
|
Height = 0
|
|
Left = 0
|
|
Name = "Dataenvironment"
|
|
Top = 0
|
|
Width = 0
|
|
|
|
ENDDEFINE
|
|
|
|
DEFINE CLASS f_base1 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_checkbox1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Check1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Cl_checkbox2" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Check2" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Cl_checkbox3" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Check3" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Cl_checkbox4" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Container1.Check4" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Cl_checkbox5" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Check5" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Cl_checkbox6" UniqueID="" Timestamp="" />
|
|
*< OBJECTDATA: ObjPath="Pageframe1.Page1.Check6" UniqueID="" Timestamp="" />
|
|
|
|
DoCreate = .T.
|
|
Left = 0
|
|
Name = "F_base1"
|
|
Top = 0
|
|
Edit1.Name = "Edit1"
|
|
Label3.Name = "Label3"
|
|
Command2.Name = "Command2"
|
|
Label1.Caption = "CHECKBOX NORMAL"
|
|
Label1.Name = "Label1"
|
|
Label2.Caption = "CHECKBOX SUBCLASADOS"
|
|
Label2.Name = "Label2"
|
|
|
|
ADD OBJECT 'Check1' AS checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox normal", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DefHeight = , ;
|
|
DefLeft = , ;
|
|
DefTop = , ;
|
|
DefWidth = , ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
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, ;
|
|
Height = (17), ;
|
|
HelpContextID = 0, ;
|
|
Left = (64), ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Check1", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 0, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = (72), ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = (152), ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Check2' AS checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox normal", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
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, ;
|
|
Height = 21, ;
|
|
HelpContextID = 0, ;
|
|
Left = 64, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Check2", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 1, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 96, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 152, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Cl_checkbox1' AS cl_checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox subclasado", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
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, ;
|
|
Height = 17, ;
|
|
HelpContextID = 0, ;
|
|
Left = 340, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_checkbox1", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 0, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 72, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 156, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Cl_checkbox2' AS cl_checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox subclasado", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
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, ;
|
|
Height = 21, ;
|
|
HelpContextID = 0, ;
|
|
Left = 340, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_checkbox2", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 1, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 96, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 156, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Container1' AS container WITH ;
|
|
Height = 76, ;
|
|
Left = 24, ;
|
|
Name = "Container1", ;
|
|
Top = 152, ;
|
|
Width = 516
|
|
*< END OBJECT: BaseClass="container" />
|
|
|
|
ADD OBJECT 'Container1.Check3' AS checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox normal", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .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, ;
|
|
Height = 17, ;
|
|
HelpContextID = 0, ;
|
|
Left = 40, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Check3", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 0, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 16, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 152, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Container1.Check4' AS checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox normal", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .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, ;
|
|
Height = 21, ;
|
|
HelpContextID = 0, ;
|
|
Left = 40, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Check4", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 1, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 40, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 152, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Container1.Cl_checkbox3' AS cl_checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox subclasado", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .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, ;
|
|
Height = 17, ;
|
|
HelpContextID = 0, ;
|
|
Left = 316, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_checkbox3", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 0, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 16, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 156, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Container1.Cl_checkbox4' AS cl_checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox subclasado", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .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, ;
|
|
Height = 21, ;
|
|
HelpContextID = 0, ;
|
|
Left = 316, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_checkbox4", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .F., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 1, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 40, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 156, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Pageframe1' AS pageframe WITH ;
|
|
ErasePage = .T., ;
|
|
Height = 113, ;
|
|
Left = 24, ;
|
|
Name = "Pageframe1", ;
|
|
PageCount = 2, ;
|
|
Top = 276, ;
|
|
Width = 517, ;
|
|
Page1.Caption = "Page1", ;
|
|
Page1.Name = "Page1", ;
|
|
Page2.Caption = "Page2", ;
|
|
Page2.Name = "Page2"
|
|
*< END OBJECT: BaseClass="pageframe" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.Check5' AS checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox normal", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
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, ;
|
|
Height = 17, ;
|
|
HelpContextID = 0, ;
|
|
Left = 35, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Check5", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .T., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 0, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 16, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 152, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.Check6' AS checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox normal", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
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, ;
|
|
Height = 21, ;
|
|
HelpContextID = 0, ;
|
|
Left = 35, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Check6", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .T., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 1, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 40, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 152, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.Cl_checkbox5' AS cl_checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox subclasado", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
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, ;
|
|
Height = 17, ;
|
|
HelpContextID = 0, ;
|
|
Left = 311, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_checkbox5", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .T., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 0, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 16, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 156, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="checkbox" />
|
|
|
|
ADD OBJECT 'Pageframe1.Page1.Cl_checkbox6' AS cl_checkbox WITH ;
|
|
Alignment = 0, ;
|
|
Anchor = 0, ;
|
|
AutoSize = .F., ;
|
|
BackColor = 240,240,240, ;
|
|
BackStyle = 1, ;
|
|
Caption = "Checkbox subclasado", ;
|
|
Centered = .F., ;
|
|
ColorScheme = 1, ;
|
|
ColorSource = 4, ;
|
|
Comment = "", ;
|
|
ControlSource = "", ;
|
|
DisabledBackColor = 240,240,240, ;
|
|
DisabledForeColor = 109,109,109, ;
|
|
DisabledPicture = ..\..\, ;
|
|
DownPicture = ..\..\, ;
|
|
DragIcon = ..\..\, ;
|
|
DragMode = 0, ;
|
|
Enabled = .T., ;
|
|
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, ;
|
|
Height = 21, ;
|
|
HelpContextID = 0, ;
|
|
Left = 311, ;
|
|
MouseIcon = ..\..\, ;
|
|
MousePointer = 0, ;
|
|
Name = "Cl_checkbox6", ;
|
|
OLEDragMode = 0, ;
|
|
OLEDragPicture = ..\..\, ;
|
|
OLEDropEffects = 3, ;
|
|
OLEDropMode = 0, ;
|
|
Picture = ..\..\, ;
|
|
PictureMargin = 0, ;
|
|
PicturePosition = 13, ;
|
|
PictureSpacing = 0, ;
|
|
ReadOnly = .T., ;
|
|
RightToLeft = .F., ;
|
|
SpecialEffect = 0, ;
|
|
StatusBarText = "", ;
|
|
Style = 1, ;
|
|
TabStop = .T., ;
|
|
Tag = "", ;
|
|
TerminateRead = .F., ;
|
|
Themes = .T., ;
|
|
ToolTipText = "", ;
|
|
Top = 40, ;
|
|
Value = 0, ;
|
|
Visible = .T., ;
|
|
WhatsThisHelpID = -1, ;
|
|
Width = 156, ;
|
|
WordWrap = .F.
|
|
*< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="checkbox" />
|
|
|
|
ENDDEFINE
|