575 lines
21 KiB
Plaintext
575 lines
21 KiB
Plaintext
object fEditorCambioReferenciaGenerica: TfEditorCambioReferenciaGenerica
|
|
Left = 418
|
|
Top = 278
|
|
BorderIcons = [biSystemMenu, biMaximize]
|
|
Caption = 'Rectificar referencia gen'#233'rica de producto'
|
|
ClientHeight = 535
|
|
ClientWidth = 759
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
OnShow = FormShow
|
|
DesignSize = (
|
|
759
|
|
535)
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object JvgWizardHeader1: TJvgWizardHeader
|
|
Left = 0
|
|
Top = 0
|
|
Width = 759
|
|
Height = 73
|
|
CaptionFont.Charset = DEFAULT_CHARSET
|
|
CaptionFont.Color = clWindowText
|
|
CaptionFont.Height = -11
|
|
CaptionFont.Name = 'MS Sans Serif'
|
|
CaptionFont.Style = [fsBold]
|
|
CommentFont.Charset = DEFAULT_CHARSET
|
|
CommentFont.Color = clWindowText
|
|
CommentFont.Height = -11
|
|
CommentFont.Name = 'MS Sans Serif'
|
|
CommentFont.Style = []
|
|
SymbolFont.Charset = DEFAULT_CHARSET
|
|
SymbolFont.Color = clHighlightText
|
|
SymbolFont.Height = -35
|
|
SymbolFont.Name = 'Wingdings'
|
|
SymbolFont.Style = [fsBold]
|
|
Captions.Strings = (
|
|
'Rectificar referencia gen'#233'rica de producto')
|
|
Comments.Strings = (
|
|
|
|
'Indique el c'#243'digo de producto, el color y la talla que correspon' +
|
|
'de a la referencia gen'#233'rica.')
|
|
Gradient.FromColor = clHighlight
|
|
Gradient.ToColor = clWindow
|
|
Gradient.Active = True
|
|
Gradient.Orientation = fgdVertical
|
|
BufferedDraw = False
|
|
end
|
|
object Bevel1: TBevel
|
|
Left = 16
|
|
Top = 483
|
|
Width = 730
|
|
Height = 4
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Shape = bsBottomLine
|
|
end
|
|
object lblImporteTotal: TLabel
|
|
Left = 85
|
|
Top = 460
|
|
Width = 5
|
|
Height = 13
|
|
Anchors = [akLeft, akBottom]
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object bAceptar: TButton
|
|
Left = 577
|
|
Top = 496
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Caption = '&Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
OnClick = bAceptarClick
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 671
|
|
Top = 496
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Cancel = True
|
|
Caption = '&Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object bComprobar: TButton
|
|
Left = 17
|
|
Top = 496
|
|
Width = 152
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Comprobar todos los c'#243'digos'
|
|
TabOrder = 2
|
|
OnClick = bComprobarClick
|
|
end
|
|
object cxGrid: TcxGrid
|
|
Left = 16
|
|
Top = 88
|
|
Width = 729
|
|
Height = 385
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
TabOrder = 3
|
|
LookAndFeel.Kind = lfStandard
|
|
LookAndFeel.NativeStyle = True
|
|
object cxGridView: TcxGridDBBandedTableView
|
|
NavigatorButtons.ConfirmDelete = False
|
|
OnCustomDrawCell = cxGridViewCustomDrawCell
|
|
DataController.DataSource = dsDataSource
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '#,##0.##'
|
|
Kind = skSum
|
|
Column = cxGridViewVALTOT
|
|
end>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.AlwaysShowEditor = True
|
|
OptionsBehavior.FocusCellOnTab = True
|
|
OptionsBehavior.GoToNextCellOnEnter = True
|
|
OptionsBehavior.FocusCellOnCycle = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsCustomize.ColumnGrouping = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.InvertSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.Navigator = True
|
|
OptionsView.ScrollBars = ssVertical
|
|
OptionsView.ShowEditButtons = gsebAlways
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GridLines = glNone
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.NewItemRowInfoText = 'Click here to add a new row'
|
|
OptionsView.BandHeaders = False
|
|
Bands = <
|
|
item
|
|
Width = 667
|
|
end>
|
|
object cxGridViewRecID: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'RecID'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewOperacion: TcxGridDBBandedColumn
|
|
OnGetProperties = cxGridViewOperacionGetProperties
|
|
Options.ShowEditButtons = isebAlways
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Styles.Content = cxStyleNoEditable
|
|
Width = 26
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 0
|
|
Position.RowIndex = 0
|
|
end
|
|
object cxGridViewNUMINF: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'NUMINF'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
SortIndex = 1
|
|
SortOrder = soAscending
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewCLAVE1: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'CLAVE1'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
SortIndex = 2
|
|
SortOrder = soAscending
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewCLAVE2: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'CLAVE2'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
SortIndex = 3
|
|
SortOrder = soAscending
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewCLAVE3: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'CLAVE3'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
SortIndex = 4
|
|
SortOrder = soAscending
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewNUMCON: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'NUMCON'
|
|
Visible = False
|
|
SortIndex = 5
|
|
SortOrder = soAscending
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewFECHA: TcxGridDBBandedColumn
|
|
Caption = 'Fecha venta'
|
|
DataBinding.FieldName = 'FECHA'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
SortIndex = 0
|
|
SortOrder = soAscending
|
|
Styles.Content = cxStyleNoEditable
|
|
Width = 73
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 1
|
|
Position.RowIndex = 0
|
|
end
|
|
object cxGridViewCODCENTRO: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'CODCENTRO'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewCENTRO: TcxGridDBBandedColumn
|
|
Caption = 'Centro'
|
|
DataBinding.FieldName = 'CENTRO'
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Styles.Content = cxStyleNoEditable
|
|
Width = 304
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 2
|
|
Position.RowIndex = 0
|
|
end
|
|
object cxGridViewCODVENDEDOR: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'CODVENDEDOR'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Width = 348
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewVENDEDOR: TcxGridDBBandedColumn
|
|
Caption = 'Vendedor'
|
|
DataBinding.FieldName = 'VENDEDOR'
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Styles.Content = cxStyleNoEditable
|
|
Width = 173
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 3
|
|
Position.RowIndex = 0
|
|
end
|
|
object cxGridViewNUMTALON: TcxGridDBBandedColumn
|
|
Caption = 'Tal'#243'n'
|
|
DataBinding.FieldName = 'NUMTALON'
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Styles.Content = cxStyleNoEditable
|
|
Width = 87
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 0
|
|
Position.RowIndex = 1
|
|
end
|
|
object cxGridViewCODIGO_BARRA: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'CODIGO_BARRA'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewCODIGO: TcxGridDBBandedColumn
|
|
Caption = 'C'#243'digo'
|
|
DataBinding.FieldName = 'CODIGO'
|
|
Styles.Content = cxStyleEditable
|
|
Width = 114
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 1
|
|
Position.RowIndex = 1
|
|
end
|
|
object cxGridViewPRODUCTO: TcxGridDBBandedColumn
|
|
Caption = 'Producto'
|
|
DataBinding.FieldName = 'PRODUCTO'
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Styles.Content = cxStyleProductor
|
|
Styles.OnGetContentStyle = cxGridViewPRODUCTOStylesGetContentStyle
|
|
Width = 300
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 4
|
|
Position.RowIndex = 1
|
|
end
|
|
object cxGridViewCOLOR: TcxGridDBBandedColumn
|
|
Caption = 'Color'
|
|
DataBinding.FieldName = 'COLOR'
|
|
Styles.Content = cxStyleEditable
|
|
Width = 60
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 2
|
|
Position.RowIndex = 1
|
|
end
|
|
object cxGridViewTALLA: TcxGridDBBandedColumn
|
|
Caption = 'Talla'
|
|
DataBinding.FieldName = 'TALLA'
|
|
Styles.Content = cxStyleEditable
|
|
Width = 59
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 3
|
|
Position.RowIndex = 1
|
|
end
|
|
object cxGridViewVTAPROCESO: TcxGridDBBandedColumn
|
|
Caption = 'Proceso'
|
|
DataBinding.FieldName = 'VTAPROCESO'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.UseLeftAlignmentOnEditing = False
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderGlyphAlignmentHorz = taRightJustify
|
|
Styles.Content = cxStyleEditable
|
|
Width = 49
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 4
|
|
Position.RowIndex = 0
|
|
end
|
|
object cxGridViewVTAFINAL: TcxGridDBBandedColumn
|
|
Caption = 'Final/Resc.'
|
|
DataBinding.FieldName = 'VTAFINAL'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.UseLeftAlignmentOnEditing = False
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderGlyphAlignmentHorz = taRightJustify
|
|
Styles.Content = cxStyleEditable
|
|
Width = 51
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 5
|
|
Position.RowIndex = 0
|
|
end
|
|
object cxGridViewVTATERM: TcxGridDBBandedColumn
|
|
Caption = 'Term./Dev.'
|
|
DataBinding.FieldName = 'VTATERM'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Properties.Alignment.Horz = taCenter
|
|
Properties.UseLeftAlignmentOnEditing = False
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderGlyphAlignmentHorz = taRightJustify
|
|
Styles.Content = cxStyleEditable
|
|
Width = 51
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 6
|
|
Position.RowIndex = 0
|
|
end
|
|
object cxGridViewVALTOT: TcxGridDBBandedColumn
|
|
Caption = 'Importe'
|
|
DataBinding.FieldName = 'VALTOT'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.UseLeftAlignmentOnEditing = False
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
HeaderGlyphAlignmentHorz = taRightJustify
|
|
Options.Moving = False
|
|
Styles.Content = cxStyleEditable
|
|
Width = 90
|
|
Position.BandIndex = 0
|
|
Position.ColIndex = 5
|
|
Position.RowIndex = 1
|
|
end
|
|
object cxGridViewESTADO: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'ESTADO'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Width = 144
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
object cxGridViewFECHACAMBIO: TcxGridDBBandedColumn
|
|
DataBinding.FieldName = 'FECHACAMBIO'
|
|
Visible = False
|
|
Options.Editing = False
|
|
Options.Focusing = False
|
|
Options.Grouping = False
|
|
Options.Moving = False
|
|
Position.BandIndex = -1
|
|
Position.ColIndex = -1
|
|
Position.RowIndex = -1
|
|
end
|
|
end
|
|
object cxGridLevel: TcxGridLevel
|
|
GridView = cxGridView
|
|
end
|
|
end
|
|
object dsDataSource: TDADataSource
|
|
Left = 200
|
|
Top = 496
|
|
end
|
|
object cxStyleRepository1: TcxStyleRepository
|
|
Left = 368
|
|
Top = 272
|
|
object cxStyleEditable: TcxStyle
|
|
AssignedValues = [svFont]
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
end
|
|
object cxStyleNoEditable: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = 6250335
|
|
end
|
|
object cxStyleProductor: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = 14898176
|
|
end
|
|
object cxStyleNoEncontrado: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = clRed
|
|
end
|
|
end
|
|
object cxEditRepository1: TcxEditRepository
|
|
Left = 240
|
|
Top = 272
|
|
object cxEditButtonDesglosar: TcxEditRepositoryButtonItem
|
|
Properties.Buttons = <
|
|
item
|
|
Caption = '+'
|
|
Default = True
|
|
Glyph.Data = {
|
|
36040000424D3604000000000000360000002800000010000000100000000100
|
|
2000000000000004000000000000000000000000000000000000FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00000000000000000000000000AF4F1F00A9471700A33F0F000000
|
|
00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00000000000000000000000000B5572600FDA66A00A94717000000
|
|
00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00000000000000000000000000BA5F2D00FCB07600AF4F1F000000
|
|
00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00CE794700C9724000C46C3A00BF653300FBB98200B5572600AF4F
|
|
1F00A9471700A33F0F00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00D3804E00F8DAA900F9D29F00F9C99500FAC18B00FBB98200FCB0
|
|
7600FDA66A00A9471700FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00D8865400D3804E00CE794700C9724000F9C99500BF653300BA5F
|
|
2D00B5572600AF4F1F00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00000000000000000000000000CE794700F9D29F00C46C3A000000
|
|
00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00000000000000000000000000D3804E00F8DAA900C97240000000
|
|
00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00000000000000000000000000D8865400D3804E00CE7947000000
|
|
00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00}
|
|
Kind = bkText
|
|
Stretchable = False
|
|
end>
|
|
Properties.ViewStyle = vsButtonsOnly
|
|
Properties.OnButtonClick = cxEditButtonDesglosarPropertiesButtonClick
|
|
end
|
|
object cxEditButtonEliminarDesglose: TcxEditRepositoryButtonItem
|
|
Properties.Buttons = <
|
|
item
|
|
Caption = '-'
|
|
Default = True
|
|
Glyph.Data = {
|
|
36040000424D3604000000000000360000002800000010000000100000000100
|
|
2000000000000004000000000000000000000000000000000000FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00D7855300CF7A4800C7703E00BF653300B85B2A00AE4E1D00A441
|
|
10009B34040098300000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00D8865400F8E0B000F8E0B000F8E0B000F9D3A100FAC18B00FCAE
|
|
7300FE9859009B340400FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00D8865400D8865400D7855300CF7A4800C7703E00BF653300B85B
|
|
2A00AE4E1D00A4411000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
|
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00}
|
|
Kind = bkText
|
|
Stretchable = False
|
|
end>
|
|
Properties.ViewStyle = vsButtonsOnly
|
|
Properties.OnButtonClick = cxEditButtonEliminarDesglosePropertiesButtonClick
|
|
end
|
|
end
|
|
end
|