2007-10-08 08:05:23 +00:00
|
|
|
inherited frViewDetallesDTO: TfrViewDetallesDTO
|
|
|
|
|
inherited ToolBar1: TToolBar
|
|
|
|
|
inherited ToolButton1: TToolButton
|
|
|
|
|
ExplicitWidth = 109
|
|
|
|
|
end
|
2009-03-27 10:57:28 +00:00
|
|
|
inherited ToolButton14: TToolButton [1]
|
2007-10-08 08:05:23 +00:00
|
|
|
Left = 109
|
2009-03-27 10:57:28 +00:00
|
|
|
Wrap = False
|
2007-10-08 08:05:23 +00:00
|
|
|
end
|
2009-03-27 10:57:28 +00:00
|
|
|
inherited ToolButton4: TToolButton [2]
|
|
|
|
|
Left = 174
|
2007-10-08 08:05:23 +00:00
|
|
|
end
|
2009-03-27 10:57:28 +00:00
|
|
|
inherited ToolButton3: TToolButton [3]
|
|
|
|
|
Left = 230
|
|
|
|
|
ExplicitLeft = 230
|
2008-08-27 16:48:20 +00:00
|
|
|
end
|
2009-03-27 10:57:28 +00:00
|
|
|
inherited ToolButton2: TToolButton [4]
|
|
|
|
|
Left = 285
|
|
|
|
|
ExplicitLeft = 285
|
|
|
|
|
ExplicitWidth = 114
|
2008-08-27 16:48:20 +00:00
|
|
|
end
|
2008-09-17 18:38:38 +00:00
|
|
|
inherited FontSize: TEdit
|
|
|
|
|
Width = 41
|
|
|
|
|
ExplicitWidth = 41
|
2008-01-04 17:22:50 +00:00
|
|
|
end
|
2008-09-17 18:38:38 +00:00
|
|
|
inherited UpDown1: TUpDown
|
|
|
|
|
Left = 186
|
|
|
|
|
ExplicitLeft = 186
|
2008-01-09 12:02:58 +00:00
|
|
|
end
|
2008-09-17 18:38:38 +00:00
|
|
|
inherited ToolButton13: TToolButton
|
|
|
|
|
Left = 202
|
|
|
|
|
ExplicitLeft = 202
|
2008-01-04 17:22:50 +00:00
|
|
|
end
|
2008-09-17 18:38:38 +00:00
|
|
|
inherited ToolButton6: TToolButton
|
|
|
|
|
Left = 210
|
|
|
|
|
ExplicitLeft = 210
|
2008-01-04 17:22:50 +00:00
|
|
|
end
|
2008-09-17 18:38:38 +00:00
|
|
|
inherited ToolButton7: TToolButton
|
|
|
|
|
Left = 276
|
|
|
|
|
ExplicitLeft = 276
|
2008-08-27 16:48:20 +00:00
|
|
|
end
|
2008-09-17 18:38:38 +00:00
|
|
|
inherited ToolButton8: TToolButton
|
|
|
|
|
Left = 343
|
|
|
|
|
ExplicitLeft = 343
|
2008-01-09 12:02:58 +00:00
|
|
|
end
|
2007-10-08 08:05:23 +00:00
|
|
|
end
|
|
|
|
|
inherited cxGrid: TcxGrid
|
|
|
|
|
inherited cxGridView: TcxGridDBTableView
|
2008-01-09 12:02:58 +00:00
|
|
|
object cxGridViewDESCUENTO: TcxGridDBColumn [7]
|
2007-10-08 08:05:23 +00:00
|
|
|
Caption = 'Dto'
|
|
|
|
|
DataBinding.FieldName = 'DESCUENTO'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
|
|
|
|
Properties.EditFormat = ',0.00;-,0.00'
|
|
|
|
|
Properties.MaxValue = 100.000000000000000000
|
2008-02-18 16:57:36 +00:00
|
|
|
Visible = False
|
|
|
|
|
VisibleForCustomization = False
|
2007-12-16 22:29:19 +00:00
|
|
|
Width = 30
|
2007-10-08 08:05:23 +00:00
|
|
|
end
|
2008-01-09 12:02:58 +00:00
|
|
|
object cxGridViewIMPORTENETO: TcxGridDBColumn [8]
|
2007-10-08 08:05:23 +00:00
|
|
|
Caption = 'Importe neto'
|
|
|
|
|
DataBinding.ValueType = 'Currency'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
Properties.DisplayFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
|
|
|
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
|
|
|
|
|
Properties.ReadOnly = True
|
|
|
|
|
Properties.OnValidate = cxGridViewIMPORTENETOPropertiesValidate
|
2008-02-18 16:57:36 +00:00
|
|
|
Visible = False
|
2007-10-08 08:05:23 +00:00
|
|
|
OnGetDisplayText = cxGridViewIMPORTENETOGetDisplayText
|
|
|
|
|
HeaderAlignmentHorz = taRightJustify
|
|
|
|
|
Options.Editing = False
|
2008-02-18 16:57:36 +00:00
|
|
|
VisibleForCustomization = False
|
2007-10-08 08:05:23 +00:00
|
|
|
end
|
2008-01-09 12:02:58 +00:00
|
|
|
object cxGridViewIMPORTEPORTE: TcxGridDBColumn [9]
|
|
|
|
|
Caption = 'Porte unidad'
|
2007-10-08 08:05:23 +00:00
|
|
|
DataBinding.FieldName = 'IMPORTE_PORTE'
|
|
|
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
|
|
|
Properties.Alignment.Horz = taRightJustify
|
|
|
|
|
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
|
2008-01-04 17:22:50 +00:00
|
|
|
Visible = False
|
2007-10-08 08:05:23 +00:00
|
|
|
HeaderAlignmentHorz = taRightJustify
|
2008-02-18 16:57:36 +00:00
|
|
|
VisibleForCustomization = False
|
2007-10-08 08:05:23 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
inherited ActionListContenido: TActionList
|
|
|
|
|
inherited actAnadir: TAction
|
|
|
|
|
Caption = 'A'#241'adir concepto'
|
|
|
|
|
end
|
|
|
|
|
inherited actEliminar: TAction
|
|
|
|
|
Caption = 'Eliminar concepto'
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|