git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@153 93f398dd-4eb6-7a46-baf6-13f46f578da2
126 lines
4.2 KiB
Plaintext
126 lines
4.2 KiB
Plaintext
inherited frViewProveedoresArticulo: TfrViewProveedoresArticulo
|
|
Width = 774
|
|
Height = 513
|
|
OnShow = CustomViewShow
|
|
ExplicitWidth = 774
|
|
ExplicitHeight = 513
|
|
inherited cxGrid: TcxGrid
|
|
Width = 774
|
|
Height = 488
|
|
ExplicitWidth = 774
|
|
ExplicitHeight = 488
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'RecID'
|
|
object cxGridViewID_PROVEEDOR: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_PROVEEDOR'
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewPROVEEDOR: TcxGridDBColumn
|
|
Caption = 'Proveedor'
|
|
DataBinding.FieldName = 'ID_PROVEEDOR'
|
|
PropertiesClassName = 'TcxLookupComboBoxProperties'
|
|
Properties.ImmediatePost = True
|
|
Properties.KeyFieldNames = 'ID'
|
|
Properties.ListColumns = <
|
|
item
|
|
SortOrder = soAscending
|
|
FieldName = 'NOMBRE'
|
|
end>
|
|
Properties.ListOptions.GridLines = glNone
|
|
Properties.ListOptions.ShowHeader = False
|
|
Properties.ListOptions.SyncMode = True
|
|
Properties.ListSource = dsProveedores
|
|
Properties.OnEditValueChanged = cxGridViewPROVEEDORPropertiesEditValueChanged
|
|
end
|
|
object cxGridViewREFERENCIA_PROV: TcxGridDBColumn
|
|
Caption = 'Ref. proveedor'
|
|
DataBinding.FieldName = 'REFERENCIA_PROV'
|
|
end
|
|
object cxGridViewFECHA_ACTUALIZACION: TcxGridDBColumn
|
|
Caption = 'Fecha '#250'ltima actualizaci'#243'n'
|
|
DataBinding.FieldName = 'FECHA_ACTUALIZACION'
|
|
end
|
|
object cxGridViewPRECIO_COSTE: TcxGridDBColumn
|
|
Caption = 'Precio material'
|
|
DataBinding.FieldName = 'PRECIO_COSTE'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
end
|
|
object cxGridViewDESCUENTO: TcxGridDBColumn
|
|
Caption = 'Descuento'
|
|
DataBinding.FieldName = 'DESCUENTO'
|
|
PropertiesClassName = 'TcxSpinEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
Properties.ImmediatePost = True
|
|
Properties.MaxValue = 100.000000000000000000
|
|
BestFitMaxWidth = 30
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 30
|
|
end
|
|
object cxGridViewPRECIO_NETO: TcxGridDBColumn
|
|
Caption = 'Precio coste'
|
|
DataBinding.FieldName = 'PRECIO_NETO'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Options.Editing = False
|
|
end
|
|
object cxGridViewPRECIO_PORTE: TcxGridDBColumn
|
|
Caption = 'Porte'
|
|
DataBinding.FieldName = 'PRECIO_PORTE'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewPRECIO_PVP_VENTA: TcxGridDBColumn
|
|
Caption = 'Precio P.V.P (Suministro)'
|
|
DataBinding.FieldName = 'PRECIO_PVP_VENTA'
|
|
Visible = False
|
|
Options.Editing = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewPRECIO_PVP_TOTAL: TcxGridDBColumn
|
|
Caption = 'Precio P.V.P (Total)'
|
|
DataBinding.FieldName = 'PRECIO_PVP_TOTAL'
|
|
Visible = False
|
|
Options.Editing = False
|
|
VisibleForCustomization = False
|
|
end
|
|
object cxGridViewID_ARTICULO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID_ARTICULO'
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
end
|
|
end
|
|
inherited ToolBar1: TToolBar
|
|
Width = 774
|
|
ExplicitWidth = 774
|
|
inherited ToolButton1: TToolButton
|
|
ExplicitWidth = 62
|
|
end
|
|
inherited ToolButton4: TToolButton
|
|
ExplicitWidth = 74
|
|
end
|
|
inherited ToolButton2: TToolButton
|
|
ExplicitWidth = 67
|
|
end
|
|
inherited ToolButton7: TToolButton
|
|
ExplicitWidth = 117
|
|
end
|
|
end
|
|
inherited ActionListContenido: TActionList
|
|
inherited actModificar: TAction
|
|
Visible = False
|
|
end
|
|
end
|
|
object dsProveedores: TDADataSource
|
|
Left = 72
|
|
Top = 144
|
|
end
|
|
end
|