Tecsitel_FactuGES2/Source/GUIBase/uViewDetallesDTO.dfm

150 lines
4.0 KiB
Plaintext
Raw Normal View History

inherited frViewDetallesDTO: TfrViewDetallesDTO
inherited ToolBar1: TToolBar
Height = 95
ExplicitHeight = 95
inherited ToolButton1: TToolButton
ExplicitWidth = 109
end
inherited ToolButton2: TToolButton
Left = 109
ExplicitLeft = 109
ExplicitWidth = 114
end
inherited ToolButton3: TToolButton
Left = 223
ExplicitLeft = 223
end
inherited ToolButton13: TToolButton [3]
Left = 0
Top = 0
Wrap = True
ExplicitLeft = 0
ExplicitTop = 0
ExplicitHeight = 30
end
inherited ToolButton4: TToolButton [4]
Top = 30
end
inherited FontName: TJvFontComboBox
Left = 56
Top = 30
ExplicitLeft = 56
ExplicitTop = 30
end
inherited ToolButton14: TToolButton [6]
Left = 201
Top = 30
Wrap = False
ExplicitLeft = 201
ExplicitTop = 30
end
inherited ToolButton6: TToolButton [7]
Left = 266
Top = 30
Wrap = True
ExplicitLeft = 266
ExplicitTop = 30
end
inherited FontSize: TEdit [8]
Left = 0
Top = 52
ExplicitLeft = 0
ExplicitTop = 52
end
inherited ToolButton7: TToolButton [9]
Left = 26
Top = 52
ExplicitLeft = 26
ExplicitTop = 52
end
inherited ToolButton11: TToolButton [10]
Left = 93
Top = 52
ExplicitLeft = 93
ExplicitTop = 52
end
inherited ToolButton10: TToolButton [11]
Left = 234
Top = 52
Wrap = True
ExplicitLeft = 234
ExplicitTop = 52
end
inherited UpDown1: TUpDown [12]
Left = 0
Top = 74
ExplicitLeft = 0
ExplicitTop = 74
end
inherited ToolButton9: TToolButton
Left = 16
Top = 74
ExplicitLeft = 16
ExplicitTop = 74
end
inherited ToolButton8: TToolButton [14]
Left = 161
Top = 74
ExplicitLeft = 161
ExplicitTop = 74
end
inherited ToolButton12: TToolButton [15]
Left = 244
Top = 74
ExplicitLeft = 244
ExplicitTop = 74
end
end
inherited cxGrid: TcxGrid
Top = 121
Height = 183
ExplicitTop = 99
ExplicitHeight = 205
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
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
OnGetDisplayText = cxGridViewIMPORTENETOGetDisplayText
HeaderAlignmentHorz = taRightJustify
Options.Editing = 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
end
end
end
inherited TBXDock1: TTBXDock
Top = 95
ExplicitTop = 68
end
inherited ActionListContenido: TActionList
inherited actAnadir: TAction
Caption = 'A'#241'adir concepto'
end
inherited actEliminar: TAction
Caption = 'Eliminar concepto'
end
end
end