Tecsitel_FactuGES2/Source/GUIBase/uViewDetallesDTO.dfm
david f3f230e414 - Actualización a DevExpress x.38 sin el módulo de skins.
- Limpieza de código para NO usar skins de DevExpress.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@541 0c75b7a4-871f-7646-8a2f-f78d34cc349f
2008-08-27 16:48:20 +00:00

140 lines
3.9 KiB
Plaintext

inherited frViewDetallesDTO: TfrViewDetallesDTO
inherited ToolBar1: TToolBar
Height = 95
ExplicitHeight = 95
inherited ToolButton1: TToolButton
ExplicitWidth = 109
end
inherited ToolButton3: TToolButton [1]
Left = 109
ExplicitLeft = 109
end
inherited ToolButton2: TToolButton [2]
Left = 164
ExplicitLeft = 164
ExplicitWidth = 114
end
inherited ToolButton14: TToolButton
Wrap = False
end
inherited UpDown1: TUpDown [5]
Left = 121
Top = 22
ExplicitLeft = 121
ExplicitTop = 22
end
inherited ToolButton11: TToolButton [6]
Left = 137
Top = 22
ExplicitLeft = 137
ExplicitTop = 22
end
inherited FontSize: TEdit [7]
Left = 278
Top = 22
Width = 41
ExplicitLeft = 278
ExplicitTop = 22
ExplicitWidth = 41
end
inherited ToolButton7: TToolButton [8]
Left = 319
Top = 22
Wrap = True
ExplicitLeft = 319
ExplicitTop = 22
end
inherited FontName: TJvFontComboBox [9]
end
inherited ToolButton6: TToolButton [10]
Left = 145
ExplicitLeft = 145
end
inherited ToolButton13: TToolButton [11]
Left = 0
Wrap = True
ExplicitLeft = 0
ExplicitHeight = 27
end
inherited ToolButton9: TToolButton [12]
Left = 0
Top = 71
ExplicitLeft = 0
ExplicitTop = 71
end
inherited ToolButton12: TToolButton [13]
Left = 145
Top = 71
ExplicitLeft = 145
ExplicitTop = 71
end
inherited ToolButton10: TToolButton
Left = 153
Top = 71
ExplicitLeft = 153
ExplicitTop = 71
end
inherited ToolButton8: TToolButton [15]
Left = 278
Top = 71
ExplicitLeft = 278
ExplicitTop = 71
end
end
inherited cxGrid: TcxGrid
Top = 121
Height = 183
ExplicitTop = 121
ExplicitHeight = 210
inherited cxGridView: TcxGridDBTableView
object cxGridViewDESCUENTO: TcxGridDBColumn [7]
Caption = 'Dto'
DataBinding.FieldName = 'DESCUENTO'
PropertiesClassName = 'TcxCurrencyEditProperties'
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
Properties.EditFormat = ',0.00;-,0.00'
Properties.MaxValue = 100.000000000000000000
Visible = False
VisibleForCustomization = False
Width = 30
end
object cxGridViewIMPORTENETO: TcxGridDBColumn [8]
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
Visible = False
OnGetDisplayText = cxGridViewIMPORTENETOGetDisplayText
HeaderAlignmentHorz = taRightJustify
Options.Editing = False
VisibleForCustomization = False
end
object cxGridViewIMPORTEPORTE: TcxGridDBColumn [9]
Caption = 'Porte unidad'
DataBinding.FieldName = 'IMPORTE_PORTE'
PropertiesClassName = 'TcxCurrencyEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
Visible = False
HeaderAlignmentHorz = taRightJustify
VisibleForCustomization = False
end
end
end
inherited TBXDock1: TTBXDock
Top = 95
end
inherited ActionListContenido: TActionList
inherited actAnadir: TAction
Caption = 'A'#241'adir concepto'
end
inherited actEliminar: TAction
Caption = 'Eliminar concepto'
end
end
end