git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@216 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
399 lines
17 KiB
Plaintext
399 lines
17 KiB
Plaintext
inherited frViewProcesoPresupuestosCliente: TfrViewProcesoPresupuestosCliente
|
|
OnShow = CustomViewShow
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'ID'
|
|
OptionsCustomize.ColumnsQuickCustomization = False
|
|
OptionsView.Footer = False
|
|
inherited cxGridViewICONO: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Ref. Pedido de cliente'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewREFERENCIA_CLIENTE: TcxGridDBColumn
|
|
Caption = 'Ref. del Cliente'
|
|
DataBinding.FieldName = 'REFERENCIA_CLIENTE'
|
|
end
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
Caption = 'Cliente'
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
end
|
|
object cxGridViewSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
end
|
|
object cxGridViewFECHA_PEDIDO: TcxGridDBColumn
|
|
Caption = 'Fecha del pedido'
|
|
DataBinding.FieldName = 'FECHA_PEDIDO'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewREFERENCIA_PRESUPUESTO: TcxGridDBColumn
|
|
Caption = 'Ref. presupuesto'
|
|
DataBinding.FieldName = 'REFERENCIA_PRESUPUESTO'
|
|
end
|
|
end
|
|
object cxGridViewPedidosProveedor: TcxGridDBTableView [1]
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = dsPedidosProveedor
|
|
DataController.DetailKeyFieldNames = 'ID_PEDIDO_CLIENTE'
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.MasterKeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoCaseInsensitive, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.CellHints = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.CellEndEllipsis = True
|
|
OptionsView.NoDataToDisplayInfoText = '<No hay datos a visualizar>'
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GridLineColor = cl3DLight
|
|
OptionsView.GridLines = glHorizontal
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupRowStyle = grsOffice11
|
|
OptionsView.HeaderEndEllipsis = True
|
|
object cxGridViewPedidosProveedorREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Ref. Pedido de proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewPedidosProveedorNOMBRE: TcxGridDBColumn
|
|
Caption = 'Proveedor'
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
end
|
|
object cxGridViewPedidosProveedorSITUACION: TcxGridDBColumn
|
|
Caption = 'Stuaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
end
|
|
object cxGridViewPedidosProveedorFECHA_PEDIDO: TcxGridDBColumn
|
|
Caption = 'Fecha del pedido'
|
|
DataBinding.FieldName = 'FECHA_PEDIDO'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
object cxGridViewAlbaranesProveedor: TcxGridDBTableView [2]
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = dsAlbaranesProveedor
|
|
DataController.DetailKeyFieldNames = 'ID_PEDIDO'
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.MasterKeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoCaseInsensitive, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.CellHints = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.CellEndEllipsis = True
|
|
OptionsView.NoDataToDisplayInfoText = '<No hay datos a visualizar>'
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GridLineColor = cl3DLight
|
|
OptionsView.GridLines = glHorizontal
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupRowStyle = grsOffice11
|
|
OptionsView.HeaderEndEllipsis = True
|
|
object cxGridViewAlbaranesProveedorREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Ref. Albar'#225'n de proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewAlbaranesProveedorSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
end
|
|
object cxGridViewAlbaranesProveedorFECHA_ALBARAN: TcxGridDBColumn
|
|
Caption = 'Fecha de albar'#225'n'
|
|
DataBinding.FieldName = 'FECHA_ALBARAN'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
object cxGridViewFacturasProveedor: TcxGridDBTableView [3]
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = dsFacturasProveedor
|
|
DataController.DetailKeyFieldNames = 'ID_ALBARAN'
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.MasterKeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoCaseInsensitive, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.CellHints = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.CellEndEllipsis = True
|
|
OptionsView.NoDataToDisplayInfoText = '<No hay datos a visualizar>'
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GridLineColor = cl3DLight
|
|
OptionsView.GridLines = glHorizontal
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupRowStyle = grsOffice11
|
|
OptionsView.HeaderEndEllipsis = True
|
|
object cxGridViewFacturasProveedorREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Ref. Factura de proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewFacturasProveedorREFERENCIA_PROVEEDOR: TcxGridDBColumn
|
|
Caption = 'Ref. del proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA_PROVEEDOR'
|
|
end
|
|
object cxGridViewFacturasProveedorSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
end
|
|
object cxGridViewFacturasProveedorFECHA_FACTURA: TcxGridDBColumn
|
|
Caption = 'Fecha factura'
|
|
DataBinding.FieldName = 'FECHA_FACTURA'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
object cxGridViewAlbaranesCliente: TcxGridDBTableView [4]
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = dsAlbaranesCliente
|
|
DataController.DetailKeyFieldNames = 'ID_PEDIDO'
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.MasterKeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoCaseInsensitive, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.CellHints = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.CellEndEllipsis = True
|
|
OptionsView.NoDataToDisplayInfoText = '<No hay datos a visualizar>'
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GridLineColor = cl3DLight
|
|
OptionsView.GridLines = glHorizontal
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupRowStyle = grsOffice11
|
|
OptionsView.HeaderEndEllipsis = True
|
|
object cxGridViewAlbaranesClienteREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Ref. Albar'#225'n de cliente'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewAlbaranesClienteSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
end
|
|
object cxGridViewAlbaranesClienteFECHA_ALBARAN: TcxGridDBColumn
|
|
Caption = 'Fecha albar'#225'n'
|
|
DataBinding.FieldName = 'FECHA_ALBARAN'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
object cxGridViewFacturasCliente: TcxGridDBTableView [5]
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = dsFacturasCliente
|
|
DataController.DetailKeyFieldNames = 'ID_ALBARAN'
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.MasterKeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoCaseInsensitive, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.CellHints = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.CellEndEllipsis = True
|
|
OptionsView.NoDataToDisplayInfoText = '<No hay datos a visualizar>'
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GridLineColor = cl3DLight
|
|
OptionsView.GridLines = glHorizontal
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupRowStyle = grsOffice11
|
|
OptionsView.HeaderEndEllipsis = True
|
|
object cxGridViewFacturasClienteREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Ref. factura de cliente'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewFacturasClienteSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
end
|
|
object cxGridViewFacturasClienteFECHA_FACTURA: TcxGridDBColumn
|
|
Caption = 'Fecha'
|
|
DataBinding.FieldName = 'FECHA_FACTURA'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
object cxGridViewFacturasProforma: TcxGridDBTableView [6]
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.DataSource = dsFacturasProforma
|
|
DataController.DetailKeyFieldNames = 'ID_PEDIDO'
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.MasterKeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoCaseInsensitive, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.CellHints = True
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.CellEndEllipsis = True
|
|
OptionsView.NoDataToDisplayInfoText = '<No hay datos a visualizar>'
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.GridLineColor = cl3DLight
|
|
OptionsView.GridLines = glHorizontal
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.GroupRowStyle = grsOffice11
|
|
OptionsView.HeaderEndEllipsis = True
|
|
object cxGridViewFacturasProformaREFERENCIA: TcxGridDBColumn
|
|
Caption = 'Referencia'
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewFacturasProformaSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
end
|
|
object cxGridViewFacturasProformaFECHA_FACTURA: TcxGridDBColumn
|
|
Caption = 'Fecha'
|
|
DataBinding.FieldName = 'FECHA_FACTURA'
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
end
|
|
inherited cxGridLevel: TcxGridLevel
|
|
Options.DetailFrameColor = cl3DLight
|
|
Options.DetailTabsPosition = dtpTop
|
|
object cxGridLevelPedidosProveedor: TcxGridLevel
|
|
Caption = 'Pedidos/Albaranes/Facturas de Proveedor'
|
|
GridView = cxGridViewPedidosProveedor
|
|
object cxGridLevelAlbaranesProveedor: TcxGridLevel
|
|
GridView = cxGridViewAlbaranesProveedor
|
|
object cxGridLevelFacturasProveedor: TcxGridLevel
|
|
GridView = cxGridViewFacturasProveedor
|
|
end
|
|
end
|
|
end
|
|
object cxGridAlbaranesCliente: TcxGridLevel
|
|
Caption = 'Albaranes/Facturas de Cliente'
|
|
GridView = cxGridViewAlbaranesCliente
|
|
object cxGridFacturasCliente: TcxGridLevel
|
|
GridView = cxGridViewFacturasCliente
|
|
end
|
|
end
|
|
object cxGridFacturasProforma: TcxGridLevel
|
|
Caption = 'Facturas Proforma'
|
|
GridView = cxGridViewFacturasProforma
|
|
end
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitWidth = 272
|
|
Width = 272
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitWidth = 221
|
|
Width = 221
|
|
end
|
|
inherited eLista: TcxComboBox
|
|
Style.LookAndFeel.SkinName = ''
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
ExplicitWidth = 215
|
|
Width = 215
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 41514.488531400460000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
object dsPedidosProveedor: TDADataSource
|
|
Left = 8
|
|
Top = 64
|
|
end
|
|
object dsAlbaranesProveedor: TDADataSource
|
|
Left = 8
|
|
Top = 112
|
|
end
|
|
object dsFacturasProveedor: TDADataSource
|
|
Left = 8
|
|
Top = 152
|
|
end
|
|
object dsAlbaranesCliente: TDADataSource
|
|
Left = 8
|
|
Top = 192
|
|
end
|
|
object dsFacturasCliente: TDADataSource
|
|
Left = 8
|
|
Top = 240
|
|
end
|
|
object dsFacturasProforma: TDADataSource
|
|
Left = 8
|
|
Top = 288
|
|
end
|
|
end
|