object frCliente: TfrCliente Tag = 1 Left = 0 Top = 0 Width = 767 Height = 660 Color = 16383743 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 0 Visible = False Entidad = entCliente BarraSalir = brSimple BarraOperacion = brDoble object pnlTitulo: TRdxPanelTituloOperacion Left = 0 Top = 0 Width = 767 Height = 22 Caption = ' cliente' Color = 11461094 Align = alTop Font.Charset = DEFAULT_CHARSET Font.Color = 2323077 Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] end object pnlScroll: TRdxScrollPanel Left = 0 Top = 22 Width = 767 Height = 538 HorzScrollBar.Smooth = True HorzScrollBar.Style = ssFlat VertScrollBar.Smooth = True VertScrollBar.Style = ssFlat Align = alClient BevelOuter = bvNone Caption = 'pnlScroll' ParentColor = True TabOrder = 0 object pnlCliente: TRdxPanel Tag = 1 Left = 0 Top = 0 Width = 767 Height = 185 Caption = ' ' ParentColor = True ColorHighLight = 16383743 ColorShadow = 16383743 Align = alTop TabOrder = 0 AutoSize = True UseDockManager = True object eCodigo: TLabel Left = 60 Top = 50 Width = 86 Height = 13 Alignment = taRightJustify Caption = 'Código de cliente:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eNombre: TLabel Left = 105 Top = 77 Width = 41 Height = 13 Alignment = taRightJustify Caption = 'Nombre:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eObservaciones: TLabel Left = 71 Top = 133 Width = 75 Height = 13 Alignment = taRightJustify Caption = 'Observaciones:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object cDatos: TRdxCabecera Left = 0 Top = 0 Width = 767 Height = 30 Caption = 'Datos del cliente' Align = alTop Font.Charset = DEFAULT_CHARSET Font.Color = 2323077 Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] Margen = 10 end object eIVA: TLabel Left = 477 Top = 77 Width = 21 Height = 13 Alignment = taRightJustify Caption = 'IVA:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eDto: TLabel Left = 570 Top = 77 Width = 21 Height = 13 Alignment = taRightJustify Caption = 'Dto:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eDomiciliacion: TLabel Left = 39 Top = 104 Width = 107 Height = 13 Alignment = taRightJustify Caption = 'Domiciliación bancaria:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eNIFCIF: TLabel Left = 288 Top = 50 Width = 48 Height = 13 Alignment = taRightJustify Caption = 'NIF / CIF:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eTipo: TLabel Left = 474 Top = 48 Width = 24 Height = 13 Alignment = taRightJustify Caption = 'Tipo:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Visible = False end object cbxDomiciliacion: TRdxDBComboBox Left = 154 Top = 100 Width = 485 Height = 21 Style = csSimple Color = 15726583 ColorArrow = clBlack ColorArrowBackground = 12775679 ColorBorder = 8623776 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 6 Text = 'cbxDomiciliacion' ItemIndex = -1 DataField = 'BANCO' DataSource = dsCliente end object NIF: TRdxDBEdit Left = 344 Top = 46 Width = 110 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 15726583 ColorBoton = 12775679 DataField = 'NIFCIF' DataSource = dsCliente TabOrder = 1 Text = 'NIF' end object Nombre: TRdxDBEdit Left = 154 Top = 73 Width = 300 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 15726583 ColorBoton = 12775679 DataField = 'NOMBRE' DataSource = dsCliente TabOrder = 3 Text = 'Nombre' end object IVA: TRdxDBEdit Left = 506 Top = 73 Width = 40 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 15726583 ColorBoton = 12775679 DataField = 'IVA' DataSource = dsCliente TabOrder = 4 Text = 'IVA' OnExit = IVAExit end object Dto: TRdxDBEdit Left = 599 Top = 73 Width = 40 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 15726583 ColorBoton = 12775679 DataField = 'DESCUENTO' DataSource = dsCliente TabOrder = 5 Text = 'Dto' OnExit = DtoExit end object Observaciones: TRdxDBMemo Left = 154 Top = 128 Width = 485 Height = 57 ColorFocused = clWhite ColorBorder = 8623776 ColorFlat = 15726583 ParentColor = False ScrollBars = ssVertical TabOrder = 7 Lines.Strings = ( 'Observaciones') BorderStyle = bsNone Color = 15726583 DataField = 'OBSERVACIONES' DataSource = dsCliente end object cbxTipoCliente: TRdxDBComboBox Left = 506 Top = 44 Width = 133 Height = 21 Style = csSimple Color = 15726583 ColorArrow = clBlack ColorArrowBackground = 12775679 ColorBorder = 8623776 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 2 Text = 'cbxTipoCliente' Visible = False ItemIndex = -1 DataField = 'TIPOCLIENTE' DataSource = dsCliente end object Codigo: TcxDBButtonEdit Left = 153 Top = 45 Width = 110 Height = 21 DataBinding.DataField = 'CODIGO' DataBinding.DataSource = dsCliente Properties.Buttons = < item Default = True Glyph.Data = { 16050000424D160500000000000036040000280000000E0000000E0000000100 080000000000E000000000000000000000000001000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA A6000020400000206000002080000020A0000020C0000020E000004000000040 20000040400000406000004080000040A0000040C0000040E000006000000060 20000060400000606000006080000060A0000060C0000060E000008000000080 20000080400000806000008080000080A0000080C0000080E00000A0000000A0 200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0 200000C0400000C0600000C0800000C0A00000C0C00000C0E00000E0000000E0 200000E0400000E0600000E0800000E0A00000E0C00000E0E000400000004000 20004000400040006000400080004000A0004000C0004000E000402000004020 20004020400040206000402080004020A0004020C0004020E000404000004040 20004040400040406000404080004040A0004040C0004040E000406000004060 20004060400040606000406080004060A0004060C0004060E000408000004080 20004080400040806000408080004080A0004080C0004080E00040A0000040A0 200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0 200040C0400040C0600040C0800040C0A00040C0C00040C0E00040E0000040E0 200040E0400040E0600040E0800040E0A00040E0C00040E0E000800000008000 20008000400080006000800080008000A0008000C0008000E000802000008020 20008020400080206000802080008020A0008020C0008020E000804000008040 20008040400080406000804080008040A0008040C0008040E000806000008060 20008060400080606000806080008060A0008060C0008060E000808000008080 20008080400080806000808080008080A0008080C0008080E00080A0000080A0 200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0 200080C0400080C0600080C0800080C0A00080C0C00080C0E00080E0000080E0 200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C000 2000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C020 2000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C040 2000C0404000C0406000C0408000C040A000C040C000C040E000C0600000C060 2000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C080 2000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A0 2000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C0 2000C0C04000C0C06000C0C08000C0C0A000F0FBFF00A4A0A000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF FFFFFFFFFFFFFFFF0000ADADADADADADADADADADADADADFF0000ADFFF7F7FFFF FFFFFFFFFFFFADFF0000AD9B0E2F0EFFFFFFFFFFFFFFADFF0000AD9B0E87B70E FFFFFFFFFFFFADFF0000ADFFFF0E87B700000000FFFFADFF0000ADFFFFFF0E00 9AEAEAA452FFADFF0000ADFFFFFF009AEAF2F209A4F7ADFF0000ADFFFFFF00EA F20909FF09F7ADFF0000ADFFFFFF00EAF209FFFF09F7ADFF0000ADFFFFFF00A4 09FFFFFFA4F7ADFF0000ADFFFFFFFF00A40909A452FFADFF0000ADFFFFFFFFFF 52525252FFFFADFF0000ADADADADADADADADADADADADADFF0000} Kind = bkGlyph end> Properties.MaxLength = 10 Properties.OnButtonClick = CodigoPropertiesButtonClick Properties.OnValidate = CodigoPropertiesValidate Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro TabOrder = 0 end end object PanelDirecciones: TRdxPanel Left = 0 Top = 185 Width = 767 Height = 353 Caption = ' ' BorderWidth = 10 ParentColor = True ColorHighLight = 8623776 ColorShadow = 8623776 Align = alClient TabOrder = 1 UseDockManager = True object Paginas: TRdxPagesControl Left = 10 Top = 10 Width = 747 Height = 333 ActivePage = TabSheet1 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 TabWidth = 120 Color = 15726583 ColorTab = 11461094 FontTab.Charset = DEFAULT_CHARSET FontTab.Color = 2323077 FontTab.Height = -11 FontTab.Name = 'Tahoma' FontTab.Style = [fsBold] object TabSheet1: TTabSheet Caption = 'Dirección principal' object pnlDireccion: TRdxPanel Left = 32 Top = 8 Width = 596 Height = 154 Caption = ' ' ParentColor = True ColorHighLight = 16383743 ColorShadow = 16383743 TabOrder = 0 AutoSize = True UseDockManager = True object eDireccion: TLabel Left = 76 Top = 4 Width = 27 Height = 13 Alignment = taRightJustify Caption = 'Calle:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eNumero: TLabel Left = 439 Top = 4 Width = 16 Height = 13 Alignment = taRightJustify Caption = 'Nº:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object ePiso: TLabel Left = 525 Top = 4 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Piso:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eCodigoPostal: TLabel Left = 434 Top = 31 Width = 21 Height = 13 Alignment = taRightJustify Caption = 'C.P:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object ePoblacion: TLabel Left = 54 Top = 57 Width = 49 Height = 13 Alignment = taRightJustify Caption = 'Población:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eProvincia: TLabel Left = 56 Top = 30 Width = 47 Height = 13 Alignment = taRightJustify Caption = 'Provincia:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eTelefono1: TLabel Left = 62 Top = 85 Width = 41 Height = 13 Alignment = taRightJustify Caption = 'Telef. 1:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eTelefono2: TLabel Left = 254 Top = 85 Width = 41 Height = 13 Alignment = taRightJustify Caption = 'Telef. 2:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eFax: TLabel Left = 433 Top = 85 Width = 22 Height = 13 Alignment = taRightJustify Caption = 'Fax:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object eCorreo: TLabel Left = 11 Top = 112 Width = 92 Height = 13 Alignment = taRightJustify Caption = 'Correo electrónico:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object ePersona: TLabel Left = 0 Top = 139 Width = 103 Height = 13 Alignment = taRightJustify Caption = 'Persona de contacto:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Provincia: TRdxDBEdit Left = 111 Top = 27 Width = 300 Height = 19 VerBoton = True AutoSize = False BorderStyle = bsNone CharCase = ecUpperCase ColorBorder = 8623776 ColorFlat = 16383743 ColorBoton = 12775679 DataField = 'PROVINCIA' DataSource = dsCliente TabOrder = 3 Text = 'PROVINCIA' OnButtonClick = ProvinciaButtonClick end object Poblacion: TRdxDBEdit Left = 111 Top = 54 Width = 300 Height = 19 VerBoton = True AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 ColorBoton = 12775679 DataField = 'POBLACION' DataSource = dsCliente TabOrder = 5 Text = 'Poblacion' OnButtonClick = PoblacionButtonClick end object Telefono1: TRdxDBEdit Left = 111 Top = 82 Width = 110 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'TELEFONO1' DataSource = dsCliente TabOrder = 6 Text = 'Telefono1' end object Telefono2: TRdxDBEdit Left = 301 Top = 82 Width = 110 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'TELEFONO2' DataSource = dsCliente TabOrder = 7 Text = 'Telefono2' end object Fax: TRdxDBEdit Left = 463 Top = 82 Width = 133 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'FAX' DataSource = dsCliente TabOrder = 8 Text = 'Fax' end object Calle: TRdxDBEdit Left = 111 Top = 0 Width = 300 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'CALLE' DataSource = dsCliente TabOrder = 0 Text = 'Calle' end object Numero: TRdxDBEdit Left = 463 Top = 0 Width = 40 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'NUMERO' DataSource = dsCliente TabOrder = 1 Text = 'Numero' end object Piso: TRdxDBEdit Left = 556 Top = 0 Width = 40 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'PISO' DataSource = dsCliente TabOrder = 2 Text = 'Piso' end object CodigoPostal: TRdxDBEdit Left = 463 Top = 27 Width = 133 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'CODIGOPOSTAL' DataSource = dsCliente TabOrder = 4 Text = 'CodigoPostal' end object CorreoElectronico: TRdxDBEdit Left = 111 Top = 108 Width = 300 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'CORREO' DataSource = dsCliente TabOrder = 9 Text = 'CorreoElectronico' end object PersonaContacto: TRdxDBEdit Left = 111 Top = 135 Width = 300 Height = 19 AutoSize = False BorderStyle = bsNone ColorBorder = 8623776 ColorFlat = 16383743 DataField = 'PERSONACONTACTO' DataSource = dsCliente TabOrder = 10 Text = 'PersonaContacto' end end object cxEtiquetado: TcxDBCheckBox Left = 493 Top = 144 Width = 121 Height = 21 Hint = 'Etiquetar al proveedor para etiquetas de correspondencia' DataBinding.DataField = 'ETIQUETADO' DataBinding.DataSource = dsCliente ParentColor = False ParentShowHint = False Properties.Alignment = taLeftJustify Properties.DisplayUnchecked = 'False' Properties.NullStyle = nssUnchecked Properties.ValueChecked = 1 Properties.ValueUnchecked = 0 Properties.Caption = 'Etiquetado' ShowHint = True Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro TabOrder = 1 end end object TabSheet2: TTabSheet Caption = 'Sucursales' ImageIndex = 1 object pnlGridArticulos: TPanel Left = 0 Top = 0 Width = 739 Height = 305 Align = alClient AutoSize = True BevelOuter = bvNone BorderWidth = 10 ParentColor = True TabOrder = 0 TabStop = True object pnlBarraGrid: TRdxPanel Left = 10 Top = 10 Width = 719 Height = 28 Caption = ' ' ParentColor = True ColorHighLight = 8623776 ColorShadow = 16383743 Align = alTop TabOrder = 0 UseDockManager = True object bAnadir: TRdxBoton Left = 0 Top = 4 Width = 75 Height = 19 Alignment = taLeftJustify Color = 14280169 ColorFocused = 12775679 ColorDown = 14280169 ColorBorder = 8623776 ColorHighLight = 8623776 ColorShadow = 8623776 Caption = 'Añadir' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FontDown.Charset = DEFAULT_CHARSET FontDown.Color = clWindowText FontDown.Height = -11 FontDown.Name = 'Tahoma' FontDown.Style = [] FontDisabled.Charset = DEFAULT_CHARSET FontDisabled.Color = clWindowText FontDisabled.Height = -11 FontDisabled.Name = 'MS Sans Serif' FontDisabled.Style = [] Margin = 10 ParentFont = False ParentColor = False TabStop = True TabOrder = 0 Spacing = 0 OnClick = bAnadirClick end object bEliminar: TRdxBoton Left = 80 Top = 4 Width = 75 Height = 19 Alignment = taLeftJustify Color = 14280169 ColorFocused = 12775679 ColorDown = 14280169 ColorBorder = 8623776 ColorHighLight = 8623776 ColorShadow = 8623776 Caption = 'Eliminar' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FontDown.Charset = DEFAULT_CHARSET FontDown.Color = clWindowText FontDown.Height = -11 FontDown.Name = 'Tahoma' FontDown.Style = [] FontDisabled.Charset = DEFAULT_CHARSET FontDisabled.Color = clWindowText FontDisabled.Height = -11 FontDisabled.Name = 'MS Sans Serif' FontDisabled.Style = [] Margin = 10 ParentFont = False ParentColor = False TabStop = True TabOrder = 1 Spacing = 0 OnClick = bEliminarClick end object bEliminarTodo: TRdxBoton Left = 160 Top = 4 Width = 81 Height = 19 Alignment = taLeftJustify Color = 14280169 ColorFocused = 12775679 ColorDown = 14280169 ColorBorder = 8623776 ColorHighLight = 8623776 ColorShadow = 8623776 Caption = 'Eliminar todo' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FontDown.Charset = DEFAULT_CHARSET FontDown.Color = clWindowText FontDown.Height = -11 FontDown.Name = 'Tahoma' FontDown.Style = [] FontDisabled.Charset = DEFAULT_CHARSET FontDisabled.Color = clWindowText FontDisabled.Height = -11 FontDisabled.Name = 'MS Sans Serif' FontDisabled.Style = [] Margin = 10 ParentFont = False ParentColor = False TabStop = True TabOrder = 2 Spacing = 0 OnClick = bEliminarTodoClick end end object gridSucursales: TdxDBGrid Left = 10 Top = 38 Width = 719 Height = 257 Bands = < item end> DefaultLayout = False HeaderPanelRowCount = 1 SummaryGroups = <> SummarySeparator = ', ' Align = alClient Color = 16383743 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 BandColor = 8623776 BandFont.Charset = DEFAULT_CHARSET BandFont.Color = clWindowText BandFont.Height = -11 BandFont.Name = 'Tahoma' BandFont.Style = [] DataSource = dsSucursales Filter.Criteria = {00000000} GridLineColor = 14280169 GroupPanelColor = 8623776 GroupPanelFontColor = 15726583 GroupNodeColor = 14280169 HeaderColor = 14280169 HeaderFont.Charset = DEFAULT_CHARSET HeaderFont.Color = clWindowText HeaderFont.Height = -11 HeaderFont.Name = 'Tahoma' HeaderFont.Style = [] HideFocusRect = True HideSelectionColor = 12775679 HideSelectionTextColor = clBlack HighlightColor = 12775679 HighlightTextColor = clBlack LookAndFeel = lfFlat OptionsBehavior = [edgoAutoSearch, edgoCaseInsensitive, edgoDragScroll, edgoEnterShowEditor, edgoEnterThrough, edgoImmediateEditor, edgoShowHourGlass, edgoTabs, edgoTabThrough, edgoVertThrough] OptionsCustomize = [edgoBandMoving, edgoBandSizing, edgoColumnMoving, edgoColumnSizing, edgoRowSizing] OptionsDB = [edgoCancelOnExit, edgoResetColumnFocus, edgoSmartRefresh, edgoSyncSelection, edgoUseBookmarks] OptionsView = [edgoAutoWidth, edgoBandHeaderWidth, edgoDrawEndEllipsis, edgoIndicator, edgoUseBitmap] PreviewFont.Charset = DEFAULT_CHARSET PreviewFont.Color = clBlue PreviewFont.Height = -11 PreviewFont.Name = 'Tahoma' PreviewFont.Style = [] end end end end end end object brDoble: TRdxBarraInferior Left = 0 Top = 560 Width = 767 Height = 50 Caption = ' ' ParentColor = True Visible = False ColorHighLight = 8623776 ColorShadow = 8623776 Align = alBottom TabOrder = 1 UseDockManager = True Margen = 10 object bGuardar: TRdxBoton Left = 10 Top = 20 Width = 75 Height = 25 Alignment = taLeftJustify Color = 14280169 ColorFocused = 12775679 ColorDown = 14280169 ColorBorder = 8623776 ColorHighLight = 8623776 ColorShadow = 8623776 Caption = 'Aceptar' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FontDown.Charset = DEFAULT_CHARSET FontDown.Color = clWindowText FontDown.Height = -11 FontDown.Name = 'Tahoma' FontDown.Style = [] FontDisabled.Charset = DEFAULT_CHARSET FontDisabled.Color = clWindowText FontDisabled.Height = -11 FontDisabled.Name = 'MS Sans Serif' FontDisabled.Style = [] Glyph.Data = { DE000000424DDE0000000000000076000000280000000E0000000D0000000100 04000000000068000000220B0000220B000010000000100000000000000000FF 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222022222 2200222220102222220022220110222222002220111102222200220111110222 2200201100111022220001002201102222002022222011022200222222220110 2200222222222011020022222222220110002222222222201000222222222222 0200} Margin = 5 ParentFont = False ParentColor = False TabStop = True TabOrder = 0 Spacing = 6 OnClick = bAceptarClick end object bCancelar: TRdxBoton Left = 95 Top = 20 Width = 75 Height = 25 Cancel = True Alignment = taLeftJustify Color = 14280169 ColorFocused = 12775679 ColorDown = 14280169 ColorBorder = 8623776 ColorHighLight = 8623776 ColorShadow = 8623776 Caption = 'Cancelar' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FontDown.Charset = DEFAULT_CHARSET FontDown.Color = clBlack FontDown.Height = -11 FontDown.Name = 'Tahoma' FontDown.Style = [] FontDisabled.Charset = DEFAULT_CHARSET FontDisabled.Color = clWindowText FontDisabled.Height = -11 FontDisabled.Name = 'MS Sans Serif' FontDisabled.Style = [] Glyph.Data = { F6000000424DF600000000000000760000002800000010000000100000000100 04000000000080000000220B0000220B0000100000001000000000009C006363 9C00C6C6C6000000CE003131CE000000FF000063FF00319CFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222222222 2222222222222222222222022222222225222450222222222222247502222222 5222224632222225222222235022225022222222350225022222222223505022 2222222222350222222222222350302222222222350223022222223550222230 2222237502222223022221312222222223222222222222222222} Margin = 5 ParentFont = False ParentColor = False TabStop = True TabOrder = 1 Spacing = 6 OnClick = bCancelarClick end end object brSimple: TRdxBarraInferior Left = 0 Top = 610 Width = 767 Height = 50 Caption = ' ' ParentColor = True Visible = False ColorHighLight = 8623776 ColorShadow = 8623776 Align = alBottom TabOrder = 2 UseDockManager = True Margen = 10 object bSalir: TRdxBoton Left = 10 Top = 20 Width = 75 Height = 25 Alignment = taLeftJustify Color = 14280169 ColorFocused = 12775679 ColorDown = 14280169 ColorBorder = 8623776 ColorHighLight = 8623776 ColorShadow = 8623776 Caption = 'Aceptar' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FontDown.Charset = DEFAULT_CHARSET FontDown.Color = clBlack FontDown.Height = -11 FontDown.Name = 'Tahoma' FontDown.Style = [] FontDisabled.Charset = DEFAULT_CHARSET FontDisabled.Color = clWindowText FontDisabled.Height = -11 FontDisabled.Name = 'MS Sans Serif' FontDisabled.Style = [] Glyph.Data = { DE000000424DDE0000000000000076000000280000000E0000000D0000000100 04000000000068000000220B0000220B000010000000100000000000000000FF 0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222022222 2200222220102222220022220110222222002220111102222200220111110222 2200201100111022220001002201102222002022222011022200222222220110 2200222222222011020022222222220110002222222222201000222222222222 0200} Margin = 5 ParentFont = False ParentColor = False TabStop = True TabOrder = 0 Spacing = 6 OnClick = bSalirClick end end object dsCliente: TDataSource Left = 616 Top = 32 end object dsSucursales: TDataSource Left = 650 Top = 51 end end