*-------------------------------------------------------------------------------------------------------------------------------------------------------- * (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_commandgroup.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="Commandgroup1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Cl_commandgroup1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Container1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Container1.Cl_commandgroup1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Container1.Commandgroup1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Pageframe1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Pageframe1.Page1.Cl_commandgroup1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Pageframe1.Page1.Commandgroup1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Command1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Cl_commandbutton1" UniqueID="" Timestamp="" /> DoCreate = .T. Name = "F_base1" Command2.Name = "Command2" Edit1.Name = "Edit1" Edit1.Value = * En los OptionGroup subclasados, cuando el Option de la clase de base tiene Autosize=.T. y la instancia tiene Autosize=.F., ocurre esto: - Los option normales deben mantener su longitud y apariencia nuevos - Los option graficos deben mantener su longitud y apariencia, pero pierden en height (bug de VFP) * En los OptionGroup normales, no hay problemas y se deben mantener igual siempre * RECOMENDACIÓN: No usar Autosize=.T. en una clase de base Label1.Caption = "COMMANDGROUP NORMAL" Label1.Name = "Label1" Label2.Caption = "COMMANDGROUP SUBCLASADOS" Label2.Name = "Label2" Label3.Name = "Label3" ADD OBJECT 'Cl_commandbutton1' AS cl_commandbutton WITH ; Alignment = 2, ; Anchor = 0, ; AutoSize = .F., ; BackColor = 240,240,240, ; Caption = "Este es el boton 2", ; ColorScheme = 1, ; ColorSource = 4, ; DefHeight = , ; DefLeft = , ; DefTop = , ; DefWidth = , ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledPicture = ..\..\, ; DownPicture = ..\..\, ; DragIcon = ..\..\, ; 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, ; Height = (27), ; Left = (306), ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_commandbutton1", ; OLEDragPicture = ..\..\, ; Picture = bmps\sobrepostal.bmp, ; PictureMargin = 0, ; PicturePosition = 4, ; PictureSpacing = 0, ; RightToLeft = .F., ; SpecialEffect = 0, ; StatusBarText = "", ; Style = 0, ; Themes = .T., ; ToolTipText = "", ; Top = (392), ; Visible = .T., ; Width = (200), ; WordWrap = .F. *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="commandbutton" /> ADD OBJECT 'Cl_commandgroup1' AS cl_commandgroup WITH ; Anchor = 0, ; AutoSize = .F., ; BackColor = 255,128,0, ; BackStyle = 1, ; BorderColor = 100,100,100, ; BorderStyle = 1, ; ButtonCount = 3, ; ColorSource = 4, ; Comment = "", ; ControlSource = "", ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; Height = 76, ; HelpContextID = 0, ; Left = 304, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_commandgroup1", ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; SpecialEffect = 0, ; StatusBarText = "", ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 44, ; Value = 1, ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 228, ; Command1.Alignment = 2, ; Command1.Anchor = 0, ; Command1.AutoSize = .F., ; Command1.BackColor = 128,255,128, ; Command1.Cancel = .F., ; Command1.Caption = "Este es el botón de comando 1", ; Command1.ColorScheme = 1, ; Command1.ColorSource = 4, ; Command1.Comment = "", ; Command1.Default = .F., ; Command1.DisabledBackColor = 0,128,192, ; Command1.DisabledForeColor = 128,0,255, ; Command1.DisabledPicture = bmps\treeview.bmp, ; Command1.DownPicture = ..\..\, ; Command1.DragIcon = ..\..\, ; Command1.DragMode = 0, ; Command1.Enabled = .T., ; Command1.FontBold = .F., ; Command1.FontCharSet = 0, ; Command1.FontCondense = .F., ; Command1.FontExtend = .F., ; Command1.FontItalic = .F., ; Command1.FontName = "Arial", ; Command1.FontOutline = .F., ; Command1.FontShadow = .F., ; Command1.FontSize = 8, ; Command1.FontStrikethru = .F., ; Command1.FontUnderline = .F., ; Command1.ForeColor = 0,0,0, ; Command1.Height = 21, ; Command1.HelpContextID = 0, ; Command1.Left = 4, ; Command1.MouseIcon = ..\..\, ; Command1.MousePointer = 0, ; Command1.Name = "Command1", ; Command1.OLEDragMode = 0, ; Command1.OLEDragPicture = ..\..\, ; Command1.OLEDropEffects = 3, ; Command1.OLEDropMode = 0, ; Command1.Picture = bmps\sobrepostal.bmp, ; Command1.PictureMargin = 0, ; Command1.PicturePosition = 4, ; Command1.PictureSpacing = 0, ; Command1.RightToLeft = .F., ; Command1.SpecialEffect = 0, ; Command1.StatusBarText = "", ; Command1.Style = 0, ; Command1.TabStop = .T., ; Command1.Tag = "", ; Command1.TerminateRead = .F., ; Command1.Themes = .T., ; Command1.ToolTipText = "", ; Command1.Top = 4, ; Command1.Visible = .T., ; Command1.WhatsThisHelpID = -1, ; Command1.Width = 200, ; Command1.WordWrap = .F., ; Command2.Alignment = 2, ; Command2.Anchor = 0, ; Command2.AutoSize = .F., ; Command2.BackColor = 128,255,128, ; Command2.Cancel = .F., ; Command2.Caption = "Este es el botón de comando 2", ; Command2.ColorScheme = 1, ; Command2.ColorSource = 4, ; Command2.Comment = "", ; Command2.Default = .F., ; Command2.DisabledBackColor = 0,128,192, ; Command2.DisabledForeColor = 128,0,255, ; Command2.DisabledPicture = bmps\treeview.bmp, ; Command2.DownPicture = ..\..\, ; Command2.DragIcon = ..\..\, ; Command2.DragMode = 0, ; Command2.Enabled = .F., ; Command2.FontBold = .F., ; Command2.FontCharSet = 0, ; Command2.FontCondense = .F., ; Command2.FontExtend = .F., ; Command2.FontItalic = .F., ; Command2.FontName = "Arial", ; Command2.FontOutline = .F., ; Command2.FontShadow = .F., ; Command2.FontSize = 8, ; Command2.FontStrikethru = .F., ; Command2.FontUnderline = .F., ; Command2.ForeColor = 0,0,0, ; Command2.Height = 21, ; Command2.HelpContextID = 0, ; Command2.Left = 4, ; Command2.MouseIcon = ..\..\, ; Command2.MousePointer = 0, ; Command2.Name = "Command2", ; Command2.OLEDragMode = 0, ; Command2.OLEDragPicture = ..\..\, ; Command2.OLEDropEffects = 3, ; Command2.OLEDropMode = 0, ; Command2.Picture = bmps\sobrepostal.bmp, ; Command2.PictureMargin = 0, ; Command2.PicturePosition = 4, ; Command2.PictureSpacing = 0, ; Command2.RightToLeft = .F., ; Command2.SpecialEffect = 0, ; Command2.StatusBarText = "", ; Command2.Style = 0, ; Command2.TabStop = .T., ; Command2.Tag = "", ; Command2.TerminateRead = .F., ; Command2.Themes = .T., ; Command2.ToolTipText = "", ; Command2.Top = 28, ; Command2.Visible = .T., ; Command2.WhatsThisHelpID = -1, ; Command2.Width = 200, ; Command2.WordWrap = .F., ; Command3.Alignment = 2, ; Command3.Anchor = 0, ; Command3.AutoSize = .F., ; Command3.BackColor = 128,255,128, ; Command3.Cancel = .F., ; Command3.Caption = "Este es el botón de comando 3", ; Command3.ColorScheme = 1, ; Command3.ColorSource = 4, ; Command3.Comment = "", ; Command3.Default = .F., ; Command3.DisabledBackColor = 0,128,192, ; Command3.DisabledForeColor = 128,0,255, ; Command3.DisabledPicture = bmps\treeview.bmp, ; Command3.DownPicture = ..\..\, ; Command3.DragIcon = ..\..\, ; Command3.DragMode = 0, ; Command3.Enabled = .T., ; Command3.FontBold = .F., ; Command3.FontCharSet = 0, ; Command3.FontCondense = .F., ; Command3.FontExtend = .F., ; Command3.FontItalic = .F., ; Command3.FontName = "Arial", ; Command3.FontOutline = .F., ; Command3.FontShadow = .F., ; Command3.FontSize = 8, ; Command3.FontStrikethru = .F., ; Command3.FontUnderline = .F., ; Command3.ForeColor = 0,0,0, ; Command3.Height = 21, ; Command3.HelpContextID = 0, ; Command3.Left = 4, ; Command3.MouseIcon = ..\..\, ; Command3.MousePointer = 0, ; Command3.Name = "Command3", ; Command3.OLEDragMode = 0, ; Command3.OLEDragPicture = ..\..\, ; Command3.OLEDropEffects = 3, ; Command3.OLEDropMode = 0, ; Command3.Picture = bmps\sobrepostal.bmp, ; Command3.PictureMargin = 0, ; Command3.PicturePosition = 4, ; Command3.PictureSpacing = 0, ; Command3.RightToLeft = .F., ; Command3.SpecialEffect = 0, ; Command3.StatusBarText = "", ; Command3.Style = 0, ; Command3.TabStop = .T., ; Command3.Tag = "", ; Command3.TerminateRead = .F., ; Command3.Themes = .T., ; Command3.ToolTipText = "", ; Command3.Top = 52, ; Command3.Visible = .T., ; Command3.WhatsThisHelpID = -1, ; Command3.Width = 200, ; Command3.WordWrap = .F. *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="commandgroup" /> ADD OBJECT 'Command1' AS commandbutton WITH ; Alignment = 2, ; Anchor = 0, ; AutoSize = .F., ; BackColor = 240,240,240, ; Cancel = .F., ; Caption = "Este es el boton 1", ; ColorScheme = 1, ; ColorSource = 4, ; Comment = "", ; Default = .F., ; 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 = 8, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Height = (27), ; HelpContextID = 0, ; Left = (44), ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Command1", ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureMargin = 0, ; PicturePosition = 4, ; PictureSpacing = 0, ; RightToLeft = .F., ; SpecialEffect = 0, ; StatusBarText = "", ; Style = 0, ; TabIndex = 10, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = (392), ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = (200), ; WordWrap = .F. *< END OBJECT: BaseClass="commandbutton" /> ADD OBJECT 'Commandgroup1' AS commandgroup WITH ; Anchor = 0, ; AutoSize = .F., ; BackColor = 255,128,0, ; BackStyle = 1, ; BorderColor = 100,100,100, ; BorderStyle = 1, ; ButtonCount = 3, ; ColorSource = 4, ; Comment = "", ; ControlSource = "", ; DefHeight = , ; DefLeft = , ; DefTop = , ; DefWidth = , ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; Height = (76), ; HelpContextID = 0, ; Left = (36), ; MemberClass = "cl_commandbutton", ; MemberClassLibrary = lib_controles.vcx, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Commandgroup1", ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; SpecialEffect = 0, ; StatusBarText = "", ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = (44), ; Value = 1, ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = (228), ; Cl_commandbutton1.Alignment = 2, ; Cl_commandbutton1.Anchor = 0, ; Cl_commandbutton1.AutoSize = .F., ; Cl_commandbutton1.BackColor = 128,255,128, ; Cl_commandbutton1.Cancel = .F., ; Cl_commandbutton1.Caption = "Este es el botón de comando 1", ; Cl_commandbutton1.ColorScheme = 1, ; Cl_commandbutton1.ColorSource = 4, ; Cl_commandbutton1.Comment = "", ; Cl_commandbutton1.Default = .F., ; Cl_commandbutton1.DisabledBackColor = 0,128,192, ; Cl_commandbutton1.DisabledForeColor = 128,0,255, ; Cl_commandbutton1.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton1.DownPicture = ..\..\, ; Cl_commandbutton1.DragIcon = ..\..\, ; Cl_commandbutton1.DragMode = 0, ; Cl_commandbutton1.Enabled = .T., ; Cl_commandbutton1.FontBold = .F., ; Cl_commandbutton1.FontCharSet = 0, ; Cl_commandbutton1.FontCondense = .F., ; Cl_commandbutton1.FontExtend = .F., ; Cl_commandbutton1.FontItalic = .F., ; Cl_commandbutton1.FontName = "Arial", ; Cl_commandbutton1.FontOutline = .F., ; Cl_commandbutton1.FontShadow = .F., ; Cl_commandbutton1.FontSize = 8, ; Cl_commandbutton1.FontStrikethru = .F., ; Cl_commandbutton1.FontUnderline = .F., ; Cl_commandbutton1.Height = 21, ; Cl_commandbutton1.HelpContextID = 0, ; Cl_commandbutton1.Left = 8, ; Cl_commandbutton1.MouseIcon = ..\..\, ; Cl_commandbutton1.MousePointer = 0, ; Cl_commandbutton1.Name = "Cl_commandbutton1", ; Cl_commandbutton1.OLEDragMode = 0, ; Cl_commandbutton1.OLEDragPicture = ..\..\, ; Cl_commandbutton1.OLEDropEffects = 3, ; Cl_commandbutton1.OLEDropMode = 0, ; Cl_commandbutton1.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton1.PictureMargin = 0, ; Cl_commandbutton1.PicturePosition = 4, ; Cl_commandbutton1.PictureSpacing = 0, ; Cl_commandbutton1.RightToLeft = .F., ; Cl_commandbutton1.SpecialEffect = 0, ; Cl_commandbutton1.StatusBarText = "", ; Cl_commandbutton1.Style = 0, ; Cl_commandbutton1.TabStop = .T., ; Cl_commandbutton1.Tag = "", ; Cl_commandbutton1.TerminateRead = .F., ; Cl_commandbutton1.Themes = .T., ; Cl_commandbutton1.ToolTipText = "", ; Cl_commandbutton1.Top = 4, ; Cl_commandbutton1.Visible = .T., ; Cl_commandbutton1.WhatsThisHelpID = -1, ; Cl_commandbutton1.Width = 200, ; Cl_commandbutton1.WordWrap = .F., ; Cl_commandbutton2.Alignment = 2, ; Cl_commandbutton2.Anchor = 0, ; Cl_commandbutton2.AutoSize = .F., ; Cl_commandbutton2.BackColor = 128,255,128, ; Cl_commandbutton2.Cancel = .F., ; Cl_commandbutton2.Caption = "Este es el botón de comando 2", ; Cl_commandbutton2.ColorScheme = 1, ; Cl_commandbutton2.ColorSource = 4, ; Cl_commandbutton2.Comment = "", ; Cl_commandbutton2.Default = .F., ; Cl_commandbutton2.DisabledBackColor = 0,128,192, ; Cl_commandbutton2.DisabledForeColor = 128,0,255, ; Cl_commandbutton2.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton2.DownPicture = ..\..\, ; Cl_commandbutton2.DragIcon = ..\..\, ; Cl_commandbutton2.DragMode = 0, ; Cl_commandbutton2.Enabled = .F., ; Cl_commandbutton2.FontBold = .F., ; Cl_commandbutton2.FontCharSet = 0, ; Cl_commandbutton2.FontCondense = .F., ; Cl_commandbutton2.FontExtend = .F., ; Cl_commandbutton2.FontItalic = .F., ; Cl_commandbutton2.FontName = "Arial", ; Cl_commandbutton2.FontOutline = .F., ; Cl_commandbutton2.FontShadow = .F., ; Cl_commandbutton2.FontSize = 8, ; Cl_commandbutton2.FontStrikethru = .F., ; Cl_commandbutton2.FontUnderline = .F., ; Cl_commandbutton2.Height = 21, ; Cl_commandbutton2.HelpContextID = 0, ; Cl_commandbutton2.Left = 8, ; Cl_commandbutton2.MouseIcon = ..\..\, ; Cl_commandbutton2.MousePointer = 0, ; Cl_commandbutton2.Name = "Cl_commandbutton2", ; Cl_commandbutton2.OLEDragMode = 0, ; Cl_commandbutton2.OLEDragPicture = ..\..\, ; Cl_commandbutton2.OLEDropEffects = 3, ; Cl_commandbutton2.OLEDropMode = 0, ; Cl_commandbutton2.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton2.PictureMargin = 0, ; Cl_commandbutton2.PicturePosition = 4, ; Cl_commandbutton2.PictureSpacing = 0, ; Cl_commandbutton2.RightToLeft = .F., ; Cl_commandbutton2.SpecialEffect = 0, ; Cl_commandbutton2.StatusBarText = "", ; Cl_commandbutton2.Style = 0, ; Cl_commandbutton2.TabStop = .T., ; Cl_commandbutton2.Tag = "", ; Cl_commandbutton2.TerminateRead = .F., ; Cl_commandbutton2.Themes = .T., ; Cl_commandbutton2.ToolTipText = "", ; Cl_commandbutton2.Top = 28, ; Cl_commandbutton2.Visible = .T., ; Cl_commandbutton2.WhatsThisHelpID = -1, ; Cl_commandbutton2.Width = 200, ; Cl_commandbutton2.WordWrap = .F., ; Cl_commandbutton3.Alignment = 2, ; Cl_commandbutton3.Anchor = 0, ; Cl_commandbutton3.AutoSize = .F., ; Cl_commandbutton3.BackColor = 128,255,128, ; Cl_commandbutton3.Cancel = .F., ; Cl_commandbutton3.Caption = "Este es el botón de comando 3", ; Cl_commandbutton3.ColorScheme = 1, ; Cl_commandbutton3.ColorSource = 4, ; Cl_commandbutton3.Comment = "", ; Cl_commandbutton3.Default = .F., ; Cl_commandbutton3.DisabledBackColor = 0,128,192, ; Cl_commandbutton3.DisabledForeColor = 128,0,255, ; Cl_commandbutton3.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton3.DownPicture = ..\..\, ; Cl_commandbutton3.DragIcon = ..\..\, ; Cl_commandbutton3.DragMode = 0, ; Cl_commandbutton3.Enabled = .T., ; Cl_commandbutton3.FontBold = .F., ; Cl_commandbutton3.FontCharSet = 0, ; Cl_commandbutton3.FontCondense = .F., ; Cl_commandbutton3.FontExtend = .F., ; Cl_commandbutton3.FontItalic = .F., ; Cl_commandbutton3.FontName = "Arial", ; Cl_commandbutton3.FontOutline = .F., ; Cl_commandbutton3.FontShadow = .F., ; Cl_commandbutton3.FontSize = 8, ; Cl_commandbutton3.FontStrikethru = .F., ; Cl_commandbutton3.FontUnderline = .F., ; Cl_commandbutton3.Height = 21, ; Cl_commandbutton3.HelpContextID = 0, ; Cl_commandbutton3.Left = 8, ; Cl_commandbutton3.MouseIcon = ..\..\, ; Cl_commandbutton3.MousePointer = 0, ; Cl_commandbutton3.Name = "Cl_commandbutton3", ; Cl_commandbutton3.OLEDragMode = 0, ; Cl_commandbutton3.OLEDragPicture = ..\..\, ; Cl_commandbutton3.OLEDropEffects = 3, ; Cl_commandbutton3.OLEDropMode = 0, ; Cl_commandbutton3.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton3.PictureMargin = 0, ; Cl_commandbutton3.PicturePosition = 4, ; Cl_commandbutton3.PictureSpacing = 0, ; Cl_commandbutton3.RightToLeft = .F., ; Cl_commandbutton3.SpecialEffect = 0, ; Cl_commandbutton3.StatusBarText = "", ; Cl_commandbutton3.Style = 0, ; Cl_commandbutton3.TabStop = .T., ; Cl_commandbutton3.Tag = "", ; Cl_commandbutton3.TerminateRead = .F., ; Cl_commandbutton3.Themes = .T., ; Cl_commandbutton3.ToolTipText = "", ; Cl_commandbutton3.Top = 52, ; Cl_commandbutton3.Visible = .T., ; Cl_commandbutton3.WhatsThisHelpID = -1, ; Cl_commandbutton3.Width = 200, ; Cl_commandbutton3.WordWrap = .F. *< END OBJECT: BaseClass="commandgroup" /> ADD OBJECT 'Container1' AS container WITH ; Height = 101, ; Left = 28, ; Name = "Container1", ; Top = 140, ; Width = 517 *< END OBJECT: BaseClass="container" /> ADD OBJECT 'Container1.Cl_commandgroup1' AS cl_commandgroup WITH ; AutoSize = .F., ; BackColor = 255,128,0, ; BackStyle = 0, ; ButtonCount = 3, ; Enabled = .F., ; Height = 76, ; Left = 276, ; Name = "Cl_commandgroup1", ; Top = 12, ; Width = 228, ; Command1.Alignment = 2, ; Command1.Anchor = 0, ; Command1.AutoSize = .F., ; Command1.BackColor = 128,255,128, ; Command1.Cancel = .F., ; Command1.Caption = "Este es el botón de comando 1", ; Command1.ColorScheme = 1, ; Command1.ColorSource = 4, ; Command1.Comment = "", ; Command1.Default = .F., ; Command1.DisabledBackColor = 0,128,192, ; Command1.DisabledForeColor = 128,0,255, ; Command1.DisabledPicture = bmps\treeview.bmp, ; Command1.DownPicture = ..\..\, ; Command1.DragIcon = ..\..\, ; Command1.DragMode = 0, ; Command1.Enabled = .T., ; Command1.FontBold = .F., ; Command1.FontCharSet = 0, ; Command1.FontCondense = .F., ; Command1.FontExtend = .F., ; Command1.FontItalic = .F., ; Command1.FontName = "Arial", ; Command1.FontOutline = .F., ; Command1.FontShadow = .F., ; Command1.FontSize = 8, ; Command1.FontStrikethru = .F., ; Command1.FontUnderline = .F., ; Command1.ForeColor = 0,0,0, ; Command1.Height = 21, ; Command1.HelpContextID = 0, ; Command1.Left = 4, ; Command1.MouseIcon = ..\..\, ; Command1.MousePointer = 0, ; Command1.Name = "Command1", ; Command1.OLEDragMode = 0, ; Command1.OLEDragPicture = ..\..\, ; Command1.OLEDropEffects = 3, ; Command1.OLEDropMode = 0, ; Command1.Picture = bmps\sobrepostal.bmp, ; Command1.PictureMargin = 0, ; Command1.PicturePosition = 4, ; Command1.PictureSpacing = 0, ; Command1.RightToLeft = .F., ; Command1.SpecialEffect = 0, ; Command1.StatusBarText = "", ; Command1.Style = 0, ; Command1.TabStop = .T., ; Command1.Tag = "", ; Command1.TerminateRead = .F., ; Command1.Themes = .T., ; Command1.ToolTipText = "", ; Command1.Top = 4, ; Command1.Visible = .T., ; Command1.WhatsThisHelpID = -1, ; Command1.Width = 200, ; Command1.WordWrap = .F., ; Command2.Alignment = 2, ; Command2.Anchor = 0, ; Command2.AutoSize = .F., ; Command2.BackColor = 128,255,128, ; Command2.Cancel = .F., ; Command2.Caption = "Este es el botón de comando 2", ; Command2.ColorScheme = 1, ; Command2.ColorSource = 4, ; Command2.Comment = "", ; Command2.Default = .F., ; Command2.DisabledBackColor = 0,128,192, ; Command2.DisabledForeColor = 128,0,255, ; Command2.DisabledPicture = bmps\treeview.bmp, ; Command2.DownPicture = ..\..\, ; Command2.DragIcon = ..\..\, ; Command2.DragMode = 0, ; Command2.Enabled = .F., ; Command2.FontBold = .F., ; Command2.FontCharSet = 0, ; Command2.FontCondense = .F., ; Command2.FontExtend = .F., ; Command2.FontItalic = .F., ; Command2.FontName = "Arial", ; Command2.FontOutline = .F., ; Command2.FontShadow = .F., ; Command2.FontSize = 8, ; Command2.FontStrikethru = .F., ; Command2.FontUnderline = .F., ; Command2.ForeColor = 0,0,0, ; Command2.Height = 21, ; Command2.HelpContextID = 0, ; Command2.Left = 4, ; Command2.MouseIcon = ..\..\, ; Command2.MousePointer = 0, ; Command2.Name = "Command2", ; Command2.OLEDragMode = 0, ; Command2.OLEDragPicture = ..\..\, ; Command2.OLEDropEffects = 3, ; Command2.OLEDropMode = 0, ; Command2.Picture = bmps\sobrepostal.bmp, ; Command2.PictureMargin = 0, ; Command2.PicturePosition = 4, ; Command2.PictureSpacing = 0, ; Command2.RightToLeft = .F., ; Command2.SpecialEffect = 0, ; Command2.StatusBarText = "", ; Command2.Style = 0, ; Command2.TabStop = .T., ; Command2.Tag = "", ; Command2.TerminateRead = .F., ; Command2.Themes = .T., ; Command2.ToolTipText = "", ; Command2.Top = 28, ; Command2.Visible = .T., ; Command2.WhatsThisHelpID = -1, ; Command2.Width = 200, ; Command2.WordWrap = .F., ; Command3.Alignment = 2, ; Command3.Anchor = 0, ; Command3.AutoSize = .F., ; Command3.BackColor = 128,255,128, ; Command3.Cancel = .F., ; Command3.Caption = "Este es el botón de comando 3", ; Command3.ColorScheme = 1, ; Command3.ColorSource = 4, ; Command3.Comment = "", ; Command3.Default = .F., ; Command3.DisabledBackColor = 0,128,192, ; Command3.DisabledForeColor = 128,0,255, ; Command3.DisabledPicture = bmps\treeview.bmp, ; Command3.DownPicture = ..\..\, ; Command3.DragIcon = ..\..\, ; Command3.DragMode = 0, ; Command3.Enabled = .T., ; Command3.FontBold = .F., ; Command3.FontCharSet = 0, ; Command3.FontCondense = .F., ; Command3.FontExtend = .F., ; Command3.FontItalic = .F., ; Command3.FontName = "Arial", ; Command3.FontOutline = .F., ; Command3.FontShadow = .F., ; Command3.FontSize = 8, ; Command3.FontStrikethru = .F., ; Command3.FontUnderline = .F., ; Command3.ForeColor = 0,0,0, ; Command3.Height = 21, ; Command3.HelpContextID = 0, ; Command3.Left = 4, ; Command3.MouseIcon = ..\..\, ; Command3.MousePointer = 0, ; Command3.Name = "Command3", ; Command3.OLEDragMode = 0, ; Command3.OLEDragPicture = ..\..\, ; Command3.OLEDropEffects = 3, ; Command3.OLEDropMode = 0, ; Command3.Picture = bmps\sobrepostal.bmp, ; Command3.PictureMargin = 0, ; Command3.PicturePosition = 4, ; Command3.PictureSpacing = 0, ; Command3.RightToLeft = .F., ; Command3.SpecialEffect = 0, ; Command3.StatusBarText = "", ; Command3.Style = 0, ; Command3.TabStop = .T., ; Command3.Tag = "", ; Command3.TerminateRead = .F., ; Command3.Themes = .T., ; Command3.ToolTipText = "", ; Command3.Top = 52, ; Command3.Visible = .T., ; Command3.WhatsThisHelpID = -1, ; Command3.Width = 200, ; Command3.WordWrap = .F. *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="commandgroup" /> ADD OBJECT 'Container1.Commandgroup1' AS commandgroup WITH ; Anchor = 0, ; AutoSize = .F., ; BackColor = 255,128,0, ; BackStyle = 0, ; BorderColor = 100,100,100, ; BorderStyle = 1, ; ButtonCount = 3, ; ColorSource = 4, ; Comment = "", ; ControlSource = "", ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; Height = 76, ; HelpContextID = 0, ; Left = 8, ; MemberClass = "cl_commandbutton", ; MemberClassLibrary = lib_controles.vcx, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Commandgroup1", ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; SpecialEffect = 0, ; StatusBarText = "", ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 12, ; Value = 1, ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 228, ; Cl_commandbutton1.Alignment = 2, ; Cl_commandbutton1.Anchor = 0, ; Cl_commandbutton1.AutoSize = .F., ; Cl_commandbutton1.BackColor = 128,255,128, ; Cl_commandbutton1.Cancel = .F., ; Cl_commandbutton1.Caption = "Este es el botón de comando 1", ; Cl_commandbutton1.ColorScheme = 1, ; Cl_commandbutton1.ColorSource = 4, ; Cl_commandbutton1.Comment = "", ; Cl_commandbutton1.Default = .F., ; Cl_commandbutton1.DisabledBackColor = 0,128,192, ; Cl_commandbutton1.DisabledForeColor = 128,0,255, ; Cl_commandbutton1.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton1.DownPicture = ..\..\, ; Cl_commandbutton1.DragIcon = ..\..\, ; Cl_commandbutton1.DragMode = 0, ; Cl_commandbutton1.Enabled = .T., ; Cl_commandbutton1.FontBold = .F., ; Cl_commandbutton1.FontCharSet = 0, ; Cl_commandbutton1.FontCondense = .F., ; Cl_commandbutton1.FontExtend = .F., ; Cl_commandbutton1.FontItalic = .F., ; Cl_commandbutton1.FontName = "Arial", ; Cl_commandbutton1.FontOutline = .F., ; Cl_commandbutton1.FontShadow = .F., ; Cl_commandbutton1.FontSize = 8, ; Cl_commandbutton1.FontStrikethru = .F., ; Cl_commandbutton1.FontUnderline = .F., ; Cl_commandbutton1.Height = 21, ; Cl_commandbutton1.HelpContextID = 0, ; Cl_commandbutton1.Left = 8, ; Cl_commandbutton1.MouseIcon = ..\..\, ; Cl_commandbutton1.MousePointer = 0, ; Cl_commandbutton1.Name = "Cl_commandbutton1", ; Cl_commandbutton1.OLEDragMode = 0, ; Cl_commandbutton1.OLEDragPicture = ..\..\, ; Cl_commandbutton1.OLEDropEffects = 3, ; Cl_commandbutton1.OLEDropMode = 0, ; Cl_commandbutton1.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton1.PictureMargin = 0, ; Cl_commandbutton1.PicturePosition = 4, ; Cl_commandbutton1.PictureSpacing = 0, ; Cl_commandbutton1.RightToLeft = .F., ; Cl_commandbutton1.SpecialEffect = 0, ; Cl_commandbutton1.StatusBarText = "", ; Cl_commandbutton1.Style = 0, ; Cl_commandbutton1.TabStop = .T., ; Cl_commandbutton1.Tag = "", ; Cl_commandbutton1.TerminateRead = .F., ; Cl_commandbutton1.Themes = .T., ; Cl_commandbutton1.ToolTipText = "", ; Cl_commandbutton1.Top = 4, ; Cl_commandbutton1.Visible = .T., ; Cl_commandbutton1.WhatsThisHelpID = -1, ; Cl_commandbutton1.Width = 200, ; Cl_commandbutton1.WordWrap = .F., ; Cl_commandbutton2.Alignment = 2, ; Cl_commandbutton2.Anchor = 0, ; Cl_commandbutton2.AutoSize = .F., ; Cl_commandbutton2.BackColor = 128,255,128, ; Cl_commandbutton2.Cancel = .F., ; Cl_commandbutton2.Caption = "Este es el botón de comando 2", ; Cl_commandbutton2.ColorScheme = 1, ; Cl_commandbutton2.ColorSource = 4, ; Cl_commandbutton2.Comment = "", ; Cl_commandbutton2.Default = .F., ; Cl_commandbutton2.DisabledBackColor = 0,128,192, ; Cl_commandbutton2.DisabledForeColor = 128,0,255, ; Cl_commandbutton2.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton2.DownPicture = ..\..\, ; Cl_commandbutton2.DragIcon = ..\..\, ; Cl_commandbutton2.DragMode = 0, ; Cl_commandbutton2.Enabled = .F., ; Cl_commandbutton2.FontBold = .F., ; Cl_commandbutton2.FontCharSet = 0, ; Cl_commandbutton2.FontCondense = .F., ; Cl_commandbutton2.FontExtend = .F., ; Cl_commandbutton2.FontItalic = .F., ; Cl_commandbutton2.FontName = "Arial", ; Cl_commandbutton2.FontOutline = .F., ; Cl_commandbutton2.FontShadow = .F., ; Cl_commandbutton2.FontSize = 8, ; Cl_commandbutton2.FontStrikethru = .F., ; Cl_commandbutton2.FontUnderline = .F., ; Cl_commandbutton2.Height = 21, ; Cl_commandbutton2.HelpContextID = 0, ; Cl_commandbutton2.Left = 8, ; Cl_commandbutton2.MouseIcon = ..\..\, ; Cl_commandbutton2.MousePointer = 0, ; Cl_commandbutton2.Name = "Cl_commandbutton2", ; Cl_commandbutton2.OLEDragMode = 0, ; Cl_commandbutton2.OLEDragPicture = ..\..\, ; Cl_commandbutton2.OLEDropEffects = 3, ; Cl_commandbutton2.OLEDropMode = 0, ; Cl_commandbutton2.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton2.PictureMargin = 0, ; Cl_commandbutton2.PicturePosition = 4, ; Cl_commandbutton2.PictureSpacing = 0, ; Cl_commandbutton2.RightToLeft = .F., ; Cl_commandbutton2.SpecialEffect = 0, ; Cl_commandbutton2.StatusBarText = "", ; Cl_commandbutton2.Style = 0, ; Cl_commandbutton2.TabStop = .T., ; Cl_commandbutton2.Tag = "", ; Cl_commandbutton2.TerminateRead = .F., ; Cl_commandbutton2.Themes = .T., ; Cl_commandbutton2.ToolTipText = "", ; Cl_commandbutton2.Top = 28, ; Cl_commandbutton2.Visible = .T., ; Cl_commandbutton2.WhatsThisHelpID = -1, ; Cl_commandbutton2.Width = 200, ; Cl_commandbutton2.WordWrap = .F., ; Cl_commandbutton3.Alignment = 2, ; Cl_commandbutton3.Anchor = 0, ; Cl_commandbutton3.AutoSize = .F., ; Cl_commandbutton3.BackColor = 128,255,128, ; Cl_commandbutton3.Cancel = .F., ; Cl_commandbutton3.Caption = "Este es el botón de comando 3", ; Cl_commandbutton3.ColorScheme = 1, ; Cl_commandbutton3.ColorSource = 4, ; Cl_commandbutton3.Comment = "", ; Cl_commandbutton3.Default = .F., ; Cl_commandbutton3.DisabledBackColor = 0,128,192, ; Cl_commandbutton3.DisabledForeColor = 128,0,255, ; Cl_commandbutton3.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton3.DownPicture = ..\..\, ; Cl_commandbutton3.DragIcon = ..\..\, ; Cl_commandbutton3.DragMode = 0, ; Cl_commandbutton3.Enabled = .T., ; Cl_commandbutton3.FontBold = .F., ; Cl_commandbutton3.FontCharSet = 0, ; Cl_commandbutton3.FontCondense = .F., ; Cl_commandbutton3.FontExtend = .F., ; Cl_commandbutton3.FontItalic = .F., ; Cl_commandbutton3.FontName = "Arial", ; Cl_commandbutton3.FontOutline = .F., ; Cl_commandbutton3.FontShadow = .F., ; Cl_commandbutton3.FontSize = 8, ; Cl_commandbutton3.FontStrikethru = .F., ; Cl_commandbutton3.FontUnderline = .F., ; Cl_commandbutton3.Height = 21, ; Cl_commandbutton3.HelpContextID = 0, ; Cl_commandbutton3.Left = 8, ; Cl_commandbutton3.MouseIcon = ..\..\, ; Cl_commandbutton3.MousePointer = 0, ; Cl_commandbutton3.Name = "Cl_commandbutton3", ; Cl_commandbutton3.OLEDragMode = 0, ; Cl_commandbutton3.OLEDragPicture = ..\..\, ; Cl_commandbutton3.OLEDropEffects = 3, ; Cl_commandbutton3.OLEDropMode = 0, ; Cl_commandbutton3.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton3.PictureMargin = 0, ; Cl_commandbutton3.PicturePosition = 4, ; Cl_commandbutton3.PictureSpacing = 0, ; Cl_commandbutton3.RightToLeft = .F., ; Cl_commandbutton3.SpecialEffect = 0, ; Cl_commandbutton3.StatusBarText = "", ; Cl_commandbutton3.Style = 0, ; Cl_commandbutton3.TabStop = .T., ; Cl_commandbutton3.Tag = "", ; Cl_commandbutton3.TerminateRead = .F., ; Cl_commandbutton3.Themes = .T., ; Cl_commandbutton3.ToolTipText = "", ; Cl_commandbutton3.Top = 52, ; Cl_commandbutton3.Visible = .T., ; Cl_commandbutton3.WhatsThisHelpID = -1, ; Cl_commandbutton3.Width = 200, ; Cl_commandbutton3.WordWrap = .F. *< END OBJECT: BaseClass="commandgroup" /> ADD OBJECT 'Pageframe1' AS pageframe WITH ; ErasePage = .T., ; Height = 132, ; Left = 28, ; Name = "Pageframe1", ; PageCount = 2, ; Top = 256, ; Width = 517, ; Page1.Caption = "Page1", ; Page1.Name = "Page1", ; Page2.Caption = "Page2", ; Page2.Name = "Page2" *< END OBJECT: BaseClass="pageframe" /> ADD OBJECT 'Pageframe1.Page1.Cl_commandgroup1' AS cl_commandgroup WITH ; Anchor = 0, ; AutoSize = .F., ; BackColor = 255,128,0, ; BackStyle = 1, ; BorderColor = 100,100,100, ; BorderStyle = 1, ; ButtonCount = 3, ; ColorSource = 4, ; Comment = "", ; ControlSource = "", ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; Height = 76, ; HelpContextID = 0, ; Left = 275, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_commandgroup1", ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; SpecialEffect = 0, ; StatusBarText = "", ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 8, ; Value = 1, ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 228, ; Command1.Alignment = 2, ; Command1.Anchor = 0, ; Command1.AutoSize = .F., ; Command1.BackColor = 128,255,128, ; Command1.Cancel = .F., ; Command1.Caption = "Este es el botón de comando 1", ; Command1.ColorScheme = 1, ; Command1.ColorSource = 4, ; Command1.Comment = "", ; Command1.Default = .F., ; Command1.DisabledBackColor = 0,128,192, ; Command1.DisabledForeColor = 128,0,255, ; Command1.DisabledPicture = bmps\treeview.bmp, ; Command1.DownPicture = ..\..\, ; Command1.DragIcon = ..\..\, ; Command1.DragMode = 0, ; Command1.Enabled = .T., ; Command1.FontBold = .F., ; Command1.FontCharSet = 0, ; Command1.FontCondense = .F., ; Command1.FontExtend = .F., ; Command1.FontItalic = .F., ; Command1.FontName = "Arial", ; Command1.FontOutline = .F., ; Command1.FontShadow = .F., ; Command1.FontSize = 8, ; Command1.FontStrikethru = .F., ; Command1.FontUnderline = .F., ; Command1.ForeColor = 0,0,0, ; Command1.Height = 21, ; Command1.HelpContextID = 0, ; Command1.Left = 4, ; Command1.MouseIcon = ..\..\, ; Command1.MousePointer = 0, ; Command1.Name = "Command1", ; Command1.OLEDragMode = 0, ; Command1.OLEDragPicture = ..\..\, ; Command1.OLEDropEffects = 3, ; Command1.OLEDropMode = 0, ; Command1.Picture = bmps\sobrepostal.bmp, ; Command1.PictureMargin = 0, ; Command1.PicturePosition = 4, ; Command1.PictureSpacing = 0, ; Command1.RightToLeft = .F., ; Command1.SpecialEffect = 0, ; Command1.StatusBarText = "", ; Command1.Style = 0, ; Command1.TabStop = .T., ; Command1.Tag = "", ; Command1.TerminateRead = .F., ; Command1.Themes = .T., ; Command1.ToolTipText = "", ; Command1.Top = 4, ; Command1.Visible = .T., ; Command1.WhatsThisHelpID = -1, ; Command1.Width = 200, ; Command1.WordWrap = .F., ; Command2.Alignment = 2, ; Command2.Anchor = 0, ; Command2.AutoSize = .F., ; Command2.BackColor = 128,255,128, ; Command2.Cancel = .F., ; Command2.Caption = "Este es el botón de comando 2", ; Command2.ColorScheme = 1, ; Command2.ColorSource = 4, ; Command2.Comment = "", ; Command2.Default = .F., ; Command2.DisabledBackColor = 0,128,192, ; Command2.DisabledForeColor = 128,0,255, ; Command2.DisabledPicture = bmps\treeview.bmp, ; Command2.DownPicture = ..\..\, ; Command2.DragIcon = ..\..\, ; Command2.DragMode = 0, ; Command2.Enabled = .F., ; Command2.FontBold = .F., ; Command2.FontCharSet = 0, ; Command2.FontCondense = .F., ; Command2.FontExtend = .F., ; Command2.FontItalic = .F., ; Command2.FontName = "Arial", ; Command2.FontOutline = .F., ; Command2.FontShadow = .F., ; Command2.FontSize = 8, ; Command2.FontStrikethru = .F., ; Command2.FontUnderline = .F., ; Command2.ForeColor = 0,0,0, ; Command2.Height = 21, ; Command2.HelpContextID = 0, ; Command2.Left = 4, ; Command2.MouseIcon = ..\..\, ; Command2.MousePointer = 0, ; Command2.Name = "Command2", ; Command2.OLEDragMode = 0, ; Command2.OLEDragPicture = ..\..\, ; Command2.OLEDropEffects = 3, ; Command2.OLEDropMode = 0, ; Command2.Picture = bmps\sobrepostal.bmp, ; Command2.PictureMargin = 0, ; Command2.PicturePosition = 4, ; Command2.PictureSpacing = 0, ; Command2.RightToLeft = .F., ; Command2.SpecialEffect = 0, ; Command2.StatusBarText = "", ; Command2.Style = 0, ; Command2.TabStop = .T., ; Command2.Tag = "", ; Command2.TerminateRead = .F., ; Command2.Themes = .T., ; Command2.ToolTipText = "", ; Command2.Top = 28, ; Command2.Visible = .T., ; Command2.WhatsThisHelpID = -1, ; Command2.Width = 200, ; Command2.WordWrap = .F., ; Command3.Alignment = 2, ; Command3.Anchor = 0, ; Command3.AutoSize = .F., ; Command3.BackColor = 128,255,128, ; Command3.Cancel = .F., ; Command3.Caption = "Este es el botón de comando 3", ; Command3.ColorScheme = 1, ; Command3.ColorSource = 4, ; Command3.Comment = "", ; Command3.Default = .F., ; Command3.DisabledBackColor = 0,128,192, ; Command3.DisabledForeColor = 128,0,255, ; Command3.DisabledPicture = bmps\treeview.bmp, ; Command3.DownPicture = ..\..\, ; Command3.DragIcon = ..\..\, ; Command3.DragMode = 0, ; Command3.Enabled = .T., ; Command3.FontBold = .F., ; Command3.FontCharSet = 0, ; Command3.FontCondense = .F., ; Command3.FontExtend = .F., ; Command3.FontItalic = .F., ; Command3.FontName = "Arial", ; Command3.FontOutline = .F., ; Command3.FontShadow = .F., ; Command3.FontSize = 8, ; Command3.FontStrikethru = .F., ; Command3.FontUnderline = .F., ; Command3.ForeColor = 0,0,0, ; Command3.Height = 21, ; Command3.HelpContextID = 0, ; Command3.Left = 4, ; Command3.MouseIcon = ..\..\, ; Command3.MousePointer = 0, ; Command3.Name = "Command3", ; Command3.OLEDragMode = 0, ; Command3.OLEDragPicture = ..\..\, ; Command3.OLEDropEffects = 3, ; Command3.OLEDropMode = 0, ; Command3.Picture = bmps\sobrepostal.bmp, ; Command3.PictureMargin = 0, ; Command3.PicturePosition = 4, ; Command3.PictureSpacing = 0, ; Command3.RightToLeft = .F., ; Command3.SpecialEffect = 0, ; Command3.StatusBarText = "", ; Command3.Style = 0, ; Command3.TabStop = .T., ; Command3.Tag = "", ; Command3.TerminateRead = .F., ; Command3.Themes = .T., ; Command3.ToolTipText = "", ; Command3.Top = 52, ; Command3.Visible = .T., ; Command3.WhatsThisHelpID = -1, ; Command3.Width = 200, ; Command3.WordWrap = .F. *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="commandgroup" /> ADD OBJECT 'Pageframe1.Page1.Commandgroup1' AS commandgroup WITH ; Anchor = 0, ; AutoSize = .F., ; BackColor = 255,128,0, ; BackStyle = 1, ; BorderColor = 100,100,100, ; BorderStyle = 1, ; ButtonCount = 3, ; ColorSource = 4, ; Comment = "", ; ControlSource = "", ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; Height = 76, ; HelpContextID = 0, ; Left = 11, ; MemberClass = "cl_commandbutton", ; MemberClassLibrary = lib_controles.vcx, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Commandgroup1", ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; SpecialEffect = 0, ; StatusBarText = "", ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 8, ; Value = 1, ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 228, ; Cl_commandbutton1.Alignment = 2, ; Cl_commandbutton1.Anchor = 0, ; Cl_commandbutton1.AutoSize = .F., ; Cl_commandbutton1.BackColor = 128,255,128, ; Cl_commandbutton1.Cancel = .F., ; Cl_commandbutton1.Caption = "Este es el botón de comando 1", ; Cl_commandbutton1.ColorScheme = 1, ; Cl_commandbutton1.ColorSource = 4, ; Cl_commandbutton1.Comment = "", ; Cl_commandbutton1.Default = .F., ; Cl_commandbutton1.DisabledBackColor = 0,128,192, ; Cl_commandbutton1.DisabledForeColor = 128,0,255, ; Cl_commandbutton1.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton1.DownPicture = ..\..\, ; Cl_commandbutton1.DragIcon = ..\..\, ; Cl_commandbutton1.DragMode = 0, ; Cl_commandbutton1.Enabled = .T., ; Cl_commandbutton1.FontBold = .F., ; Cl_commandbutton1.FontCharSet = 0, ; Cl_commandbutton1.FontCondense = .F., ; Cl_commandbutton1.FontExtend = .F., ; Cl_commandbutton1.FontItalic = .F., ; Cl_commandbutton1.FontName = "Arial", ; Cl_commandbutton1.FontOutline = .F., ; Cl_commandbutton1.FontShadow = .F., ; Cl_commandbutton1.FontSize = 8, ; Cl_commandbutton1.FontStrikethru = .F., ; Cl_commandbutton1.FontUnderline = .F., ; Cl_commandbutton1.Height = 21, ; Cl_commandbutton1.HelpContextID = 0, ; Cl_commandbutton1.Left = 8, ; Cl_commandbutton1.MouseIcon = ..\..\, ; Cl_commandbutton1.MousePointer = 0, ; Cl_commandbutton1.Name = "Cl_commandbutton1", ; Cl_commandbutton1.OLEDragMode = 0, ; Cl_commandbutton1.OLEDragPicture = ..\..\, ; Cl_commandbutton1.OLEDropEffects = 3, ; Cl_commandbutton1.OLEDropMode = 0, ; Cl_commandbutton1.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton1.PictureMargin = 0, ; Cl_commandbutton1.PicturePosition = 4, ; Cl_commandbutton1.PictureSpacing = 0, ; Cl_commandbutton1.RightToLeft = .F., ; Cl_commandbutton1.SpecialEffect = 0, ; Cl_commandbutton1.StatusBarText = "", ; Cl_commandbutton1.Style = 0, ; Cl_commandbutton1.TabStop = .T., ; Cl_commandbutton1.Tag = "", ; Cl_commandbutton1.TerminateRead = .F., ; Cl_commandbutton1.Themes = .T., ; Cl_commandbutton1.ToolTipText = "", ; Cl_commandbutton1.Top = 4, ; Cl_commandbutton1.Visible = .T., ; Cl_commandbutton1.WhatsThisHelpID = -1, ; Cl_commandbutton1.Width = 200, ; Cl_commandbutton1.WordWrap = .F., ; Cl_commandbutton2.Alignment = 2, ; Cl_commandbutton2.Anchor = 0, ; Cl_commandbutton2.AutoSize = .F., ; Cl_commandbutton2.BackColor = 128,255,128, ; Cl_commandbutton2.Cancel = .F., ; Cl_commandbutton2.Caption = "Este es el botón de comando 2", ; Cl_commandbutton2.ColorScheme = 1, ; Cl_commandbutton2.ColorSource = 4, ; Cl_commandbutton2.Comment = "", ; Cl_commandbutton2.Default = .F., ; Cl_commandbutton2.DisabledBackColor = 0,128,192, ; Cl_commandbutton2.DisabledForeColor = 128,0,255, ; Cl_commandbutton2.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton2.DownPicture = ..\..\, ; Cl_commandbutton2.DragIcon = ..\..\, ; Cl_commandbutton2.DragMode = 0, ; Cl_commandbutton2.Enabled = .F., ; Cl_commandbutton2.FontBold = .F., ; Cl_commandbutton2.FontCharSet = 0, ; Cl_commandbutton2.FontCondense = .F., ; Cl_commandbutton2.FontExtend = .F., ; Cl_commandbutton2.FontItalic = .F., ; Cl_commandbutton2.FontName = "Arial", ; Cl_commandbutton2.FontOutline = .F., ; Cl_commandbutton2.FontShadow = .F., ; Cl_commandbutton2.FontSize = 8, ; Cl_commandbutton2.FontStrikethru = .F., ; Cl_commandbutton2.FontUnderline = .F., ; Cl_commandbutton2.Height = 21, ; Cl_commandbutton2.HelpContextID = 0, ; Cl_commandbutton2.Left = 8, ; Cl_commandbutton2.MouseIcon = ..\..\, ; Cl_commandbutton2.MousePointer = 0, ; Cl_commandbutton2.Name = "Cl_commandbutton2", ; Cl_commandbutton2.OLEDragMode = 0, ; Cl_commandbutton2.OLEDragPicture = ..\..\, ; Cl_commandbutton2.OLEDropEffects = 3, ; Cl_commandbutton2.OLEDropMode = 0, ; Cl_commandbutton2.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton2.PictureMargin = 0, ; Cl_commandbutton2.PicturePosition = 4, ; Cl_commandbutton2.PictureSpacing = 0, ; Cl_commandbutton2.RightToLeft = .F., ; Cl_commandbutton2.SpecialEffect = 0, ; Cl_commandbutton2.StatusBarText = "", ; Cl_commandbutton2.Style = 0, ; Cl_commandbutton2.TabStop = .T., ; Cl_commandbutton2.Tag = "", ; Cl_commandbutton2.TerminateRead = .F., ; Cl_commandbutton2.Themes = .T., ; Cl_commandbutton2.ToolTipText = "", ; Cl_commandbutton2.Top = 28, ; Cl_commandbutton2.Visible = .T., ; Cl_commandbutton2.WhatsThisHelpID = -1, ; Cl_commandbutton2.Width = 200, ; Cl_commandbutton2.WordWrap = .F., ; Cl_commandbutton3.Alignment = 2, ; Cl_commandbutton3.Anchor = 0, ; Cl_commandbutton3.AutoSize = .F., ; Cl_commandbutton3.BackColor = 128,255,128, ; Cl_commandbutton3.Cancel = .F., ; Cl_commandbutton3.Caption = "Este es el botón de comando 3", ; Cl_commandbutton3.ColorScheme = 1, ; Cl_commandbutton3.ColorSource = 4, ; Cl_commandbutton3.Comment = "", ; Cl_commandbutton3.Default = .F., ; Cl_commandbutton3.DisabledBackColor = 0,128,192, ; Cl_commandbutton3.DisabledForeColor = 128,0,255, ; Cl_commandbutton3.DisabledPicture = bmps\treeview.bmp, ; Cl_commandbutton3.DownPicture = ..\..\, ; Cl_commandbutton3.DragIcon = ..\..\, ; Cl_commandbutton3.DragMode = 0, ; Cl_commandbutton3.Enabled = .T., ; Cl_commandbutton3.FontBold = .F., ; Cl_commandbutton3.FontCharSet = 0, ; Cl_commandbutton3.FontCondense = .F., ; Cl_commandbutton3.FontExtend = .F., ; Cl_commandbutton3.FontItalic = .F., ; Cl_commandbutton3.FontName = "Arial", ; Cl_commandbutton3.FontOutline = .F., ; Cl_commandbutton3.FontShadow = .F., ; Cl_commandbutton3.FontSize = 8, ; Cl_commandbutton3.FontStrikethru = .F., ; Cl_commandbutton3.FontUnderline = .F., ; Cl_commandbutton3.Height = 21, ; Cl_commandbutton3.HelpContextID = 0, ; Cl_commandbutton3.Left = 8, ; Cl_commandbutton3.MouseIcon = ..\..\, ; Cl_commandbutton3.MousePointer = 0, ; Cl_commandbutton3.Name = "Cl_commandbutton3", ; Cl_commandbutton3.OLEDragMode = 0, ; Cl_commandbutton3.OLEDragPicture = ..\..\, ; Cl_commandbutton3.OLEDropEffects = 3, ; Cl_commandbutton3.OLEDropMode = 0, ; Cl_commandbutton3.Picture = bmps\sobrepostal.bmp, ; Cl_commandbutton3.PictureMargin = 0, ; Cl_commandbutton3.PicturePosition = 4, ; Cl_commandbutton3.PictureSpacing = 0, ; Cl_commandbutton3.RightToLeft = .F., ; Cl_commandbutton3.SpecialEffect = 0, ; Cl_commandbutton3.StatusBarText = "", ; Cl_commandbutton3.Style = 0, ; Cl_commandbutton3.TabStop = .T., ; Cl_commandbutton3.Tag = "", ; Cl_commandbutton3.TerminateRead = .F., ; Cl_commandbutton3.Themes = .T., ; Cl_commandbutton3.ToolTipText = "", ; Cl_commandbutton3.Top = 52, ; Cl_commandbutton3.Visible = .T., ; Cl_commandbutton3.WhatsThisHelpID = -1, ; Cl_commandbutton3.Width = 200, ; Cl_commandbutton3.WordWrap = .F. *< END OBJECT: BaseClass="commandgroup" /> ENDDEFINE