*-------------------------------------------------------------------------------------------------------------------------------------------------------- * (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_combobox.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_ComboDropdown1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Cl_ComboList1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="ComboList1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Container1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Container1.Cl_ComboDropdown1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Container1.Cl_ComboList1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Container1.ComboList1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Container1.ComboDropdown1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Pageframe1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Pageframe1.Page1.Cl_ComboDropdown1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Pageframe1.Page1.Cl_ComboList1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Pageframe1.Page1.ComboList1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="Pageframe1.Page1.ComboDropdown1" UniqueID="" Timestamp="" /> *< OBJECTDATA: ObjPath="ComboDropdown1" UniqueID="" Timestamp="" /> DoCreate = .T. Name = "F_base1" Command2.Name = "Command2" Edit1.Name = "Edit1" Label1.Caption = "COMBOBOX NORMAL" Label1.Name = "Label1" Label2.Caption = "COMBOBOX SUBCLASADOS" Label2.Name = "Label2" Label3.Name = "Label3" ADD OBJECT 'Cl_ComboDropdown1' AS cl_combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 328, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_ComboDropdown1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; TabIndex = 6, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 44, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="combobox" /> ADD OBJECT 'Cl_ComboList1' AS cl_combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 328, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_ComboList1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; Style = 2, ; TabIndex = 7, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 76, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="combobox" /> ADD OBJECT 'ComboDropdown1' AS combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DefHeight = , ; DefLeft = , ; DefTop = , ; DefWidth = , ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = (24), ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = (48), ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "ComboDropdown1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; TabIndex = 11, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = (44), ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = (200) *< END OBJECT: BaseClass="combobox" /> ADD OBJECT 'ComboList1' AS combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 48, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "ComboList1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; Style = 2, ; TabIndex = 8, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 76, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: BaseClass="combobox" /> ADD OBJECT 'Container1' AS container WITH ; Height = 97, ; Left = 28, ; Name = "Container1", ; TabIndex = 9, ; Top = 116, ; Width = 512 *< END OBJECT: BaseClass="container" /> ADD OBJECT 'Container1.Cl_ComboDropdown1' AS cl_combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .F., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 300, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_ComboDropdown1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; TabIndex = 6, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 20, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="combobox" /> ADD OBJECT 'Container1.Cl_ComboList1' AS cl_combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .F., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 300, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_ComboList1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; Style = 2, ; TabIndex = 7, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 52, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="combobox" /> ADD OBJECT 'Container1.ComboDropdown1' AS combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .F., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 20, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "ComboDropdown1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; TabIndex = 11, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 20, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: BaseClass="combobox" /> ADD OBJECT 'Container1.ComboList1' AS combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .F., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 20, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "ComboList1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; Style = 2, ; TabIndex = 8, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 52, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: BaseClass="combobox" /> ADD OBJECT 'Pageframe1' AS pageframe WITH ; ErasePage = .T., ; Height = 153, ; Left = 28, ; Name = "Pageframe1", ; PageCount = 2, ; TabIndex = 10, ; Top = 236, ; Width = 513, ; Page1.Caption = "Page1", ; Page1.Name = "Page1", ; Page2.Caption = "Page2", ; Page2.Name = "Page2" *< END OBJECT: BaseClass="pageframe" /> ADD OBJECT 'Pageframe1.Page1.Cl_ComboDropdown1' AS cl_combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 299, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_ComboDropdown1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .T., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; TabIndex = 6, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 12, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="combobox" /> ADD OBJECT 'Pageframe1.Page1.Cl_ComboList1' AS cl_combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 299, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "Cl_ComboList1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; Style = 2, ; TabIndex = 7, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 44, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: ClassLib="lib_controles.vcx" BaseClass="combobox" /> ADD OBJECT 'Pageframe1.Page1.ComboDropdown1' AS combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 19, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "ComboDropdown1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .T., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; TabIndex = 11, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 12, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: BaseClass="combobox" /> ADD OBJECT 'Pageframe1.Page1.ComboList1' AS combobox WITH ; Alignment = 0, ; Anchor = 0, ; BackColor = 255,255,255, ; BorderColor = 255,255,0, ; BorderStyle = 1, ; BoundColumn = 2, ; BoundTo = .F., ; ColorScheme = 2, ; ColorSource = 4, ; ColumnCount = 2, ; ColumnLines = .T., ; ColumnWidths = "150,150", ; Comment = "", ; ControlSource = "", ; DisabledBackColor = 240,240,240, ; DisabledForeColor = 109,109,109, ; DisabledItemBackColor = 255,255,255, ; DisabledItemForeColor = 109,109,109, ; DisplayCount = 0, ; DragIcon = ..\..\, ; DragMode = 0, ; Enabled = .T., ; FirstElement = 1, ; FontBold = .F., ; FontCharSet = 0, ; FontCondense = .F., ; FontExtend = .F., ; FontItalic = .F., ; FontName = "Arial", ; FontOutline = .F., ; FontShadow = .F., ; FontSize = 9, ; FontStrikethru = .F., ; FontUnderline = .F., ; ForeColor = 0,0,0, ; Format = "", ; Height = 24, ; HelpContextID = 0, ; HideSelection = .T., ; IMEMode = 0, ; IncrementalSearch = .T., ; InputMask = "", ; ItemBackColor = 255,255,255, ; ItemForeColor = 0,0,0, ; ItemTips = .F., ; Left = 19, ; Margin = 2, ; MaxLength = 0, ; MouseIcon = ..\..\, ; MousePointer = 0, ; Name = "ComboList1", ; NullDisplay = "", ; NumberOfElements = 0, ; OLEDragMode = 0, ; OLEDragPicture = ..\..\, ; OLEDropEffects = 3, ; OLEDropMode = 0, ; OLEDropTextInsertion = 0, ; Picture = bmps\sobrepostal.bmp, ; PictureSelectionDisplay = 0, ; ReadOnly = .F., ; RightToLeft = .F., ; RowSource = "", ; RowSourceType = 0, ; SelectedBackColor = 51,153,255, ; SelectedForeColor = 255,255,255, ; SelectedItemBackColor = 51,153,255, ; SelectedItemForeColor = 255,255,255, ; SelectOnEntry = .F., ; Sorted = .F., ; SpecialEffect = 1, ; StatusBarText = "", ; Style = 2, ; TabIndex = 8, ; TabStop = .T., ; Tag = "", ; TerminateRead = .F., ; Themes = .T., ; ToolTipText = "", ; Top = 44, ; Value = , ; Visible = .T., ; WhatsThisHelpID = -1, ; Width = 200 *< END OBJECT: BaseClass="combobox" /> PROCEDURE Cl_ComboDropdown1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Cl_ComboList1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE ComboDropdown1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE ComboList1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Container1.Cl_ComboDropdown1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Container1.Cl_ComboList1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Container1.ComboDropdown1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Container1.ComboList1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Pageframe1.Page1.Cl_ComboDropdown1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Pageframe1.Page1.Cl_ComboList1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Pageframe1.Page1.ComboDropdown1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC PROCEDURE Pageframe1.Page1.ComboList1.Init this.AddListItem('Este es el valor.A1') this.AddListItem('Este es el valor.A2', this.NewItemId, 2) this.AddListItem('Este es el valor.B1') this.AddListItem('Este es el valor.B2', this.NewItemId, 2) this.AddListItem('Este es el valor.C1') this.AddListItem('Este es el valor.C2', this.NewItemId, 2) this.ListIndex = 2 ENDPROC ENDDEFINE