2011-11-14 17:40:41 +00:00
|
|
|
inherited frViewElegirArticulosPedidosProveedor: TfrViewElegirArticulosPedidosProveedor
|
|
|
|
|
Width = 565
|
|
|
|
|
Height = 407
|
|
|
|
|
OnDestroy = CustomViewDestroy
|
|
|
|
|
ExplicitWidth = 565
|
|
|
|
|
ExplicitHeight = 407
|
|
|
|
|
inherited cxGrid: TcxGrid
|
|
|
|
|
Width = 565
|
|
|
|
|
Height = 279
|
2024-04-19 15:09:52 +00:00
|
|
|
RootLevelOptions.DetailTabsPosition = dtpTop
|
2011-11-14 17:40:41 +00:00
|
|
|
ExplicitWidth = 565
|
|
|
|
|
ExplicitHeight = 279
|
|
|
|
|
inherited cxGridView: TcxGridDBTableView
|
2023-04-25 16:40:44 +00:00
|
|
|
DataController.KeyFieldNames = 'RecID'
|
2023-12-04 14:04:07 +00:00
|
|
|
inherited cxGridViewNOMBRE_PROVEEDOR: TcxGridDBColumn
|
|
|
|
|
Visible = True
|
|
|
|
|
end
|
2022-06-23 15:49:41 +00:00
|
|
|
inherited cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
|
|
|
|
Caption = 'Precio material'
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Options.Editing = False
|
|
|
|
|
VisibleForCustomization = False
|
|
|
|
|
end
|
2021-02-07 17:20:37 +00:00
|
|
|
inherited cxGridViewDESCUENTO: TcxGridDBColumn
|
|
|
|
|
Visible = True
|
|
|
|
|
end
|
2022-06-23 15:49:41 +00:00
|
|
|
inherited cxGridViewPRECIO_NETO: TcxGridDBColumn
|
|
|
|
|
Caption = 'Precio coste'
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
Visible = True
|
|
|
|
|
Options.Editing = False
|
|
|
|
|
end
|
|
|
|
|
inherited cxGridViewPRECIO_PVP: TcxGridDBColumn
|
|
|
|
|
Properties.AssignedValues.EditFormat = True
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
|
|
|
|
end
|
2021-02-07 17:20:37 +00:00
|
|
|
inherited cxGridViewPRECIOPVP2: TcxGridDBColumn
|
2022-06-23 15:49:41 +00:00
|
|
|
Properties.AssignedValues.EditFormat = True
|
|
|
|
|
Properties.DecimalPlaces = 4
|
|
|
|
|
Properties.DisplayFormat = ',0.0000 '#8364';-,0.0000 '#8364
|
2021-02-07 17:20:37 +00:00
|
|
|
Visible = False
|
|
|
|
|
VisibleForCustomization = False
|
|
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
object cxGridViewID_PROVEEDOR: TcxGridDBColumn
|
|
|
|
|
DataBinding.FieldName = 'ID_PROVEEDOR'
|
|
|
|
|
Visible = False
|
2021-02-07 17:20:37 +00:00
|
|
|
VisibleForCustomization = False
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
2023-04-25 16:40:44 +00:00
|
|
|
object cxGridViewRECID: TcxGridDBColumn
|
|
|
|
|
DataBinding.FieldName = 'RecID'
|
|
|
|
|
Visible = False
|
|
|
|
|
VisibleForCustomization = False
|
|
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
2021-02-07 17:20:37 +00:00
|
|
|
inherited cxGridLevel1: TcxGridLevel
|
|
|
|
|
Visible = False
|
|
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
|
|
|
Width = 565
|
|
|
|
|
ExplicitWidth = 565
|
|
|
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
|
|
|
ExplicitWidth = 565
|
|
|
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
|
|
|
Width = 565
|
|
|
|
|
ExplicitWidth = 565
|
|
|
|
|
inherited txtFiltroTodo: TcxTextEdit
|
2021-02-07 17:20:37 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2011-11-14 17:40:41 +00:00
|
|
|
ExplicitWidth = 273
|
|
|
|
|
Width = 273
|
|
|
|
|
end
|
|
|
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
2021-02-07 17:20:37 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2011-11-14 17:40:41 +00:00
|
|
|
ExplicitWidth = 121
|
|
|
|
|
Width = 121
|
|
|
|
|
end
|
|
|
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
2021-02-07 17:20:37 +00:00
|
|
|
Left = 285
|
|
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
|
|
|
ExplicitLeft = 285
|
2011-11-14 17:40:41 +00:00
|
|
|
ExplicitWidth = 205
|
|
|
|
|
Width = 205
|
|
|
|
|
end
|
2022-06-23 15:49:41 +00:00
|
|
|
inherited txtFiltroTodo2: TcxTextEdit
|
2023-04-25 16:40:44 +00:00
|
|
|
Left = 336
|
2022-06-23 15:49:41 +00:00
|
|
|
Style.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
|
|
|
StyleHot.LookAndFeel.SkinName = ''
|
2023-04-25 16:40:44 +00:00
|
|
|
ExplicitLeft = 336
|
|
|
|
|
ExplicitWidth = 250
|
|
|
|
|
Width = 250
|
2022-06-23 15:49:41 +00:00
|
|
|
end
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
|
|
|
Width = 565
|
2021-02-07 17:20:37 +00:00
|
|
|
ExplicitWidth = 565
|
2011-11-14 17:40:41 +00:00
|
|
|
inherited tbxBotones: TTBXToolbar
|
|
|
|
|
Width = 555
|
2021-02-07 17:20:37 +00:00
|
|
|
ExplicitWidth = 555
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
|
|
|
|
Top = 381
|
|
|
|
|
ExplicitTop = 381
|
|
|
|
|
ExplicitWidth = 565
|
|
|
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
|
|
|
Width = 565
|
|
|
|
|
ExplicitWidth = 565
|
|
|
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
|
|
|
Width = 555
|
|
|
|
|
ExplicitWidth = 555
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
|
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
|
|
|
ReportDocument.CreationDate = 39252.446797407400000000
|
|
|
|
|
BuiltInReportLink = True
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|