This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Codigo/Base/GUIBase/uViewDetallesDTO.dfm
2007-06-12 14:12:46 +00:00

177 lines
4.6 KiB
Plaintext

inherited frViewDetallesDTO: TfrViewDetallesDTO
Width = 451
Height = 304
inherited ToolBar1: TToolBar
Width = 451
Height = 73
ButtonWidth = 110
ExplicitWidth = 451
ExplicitHeight = 73
inherited ToolButton1: TToolButton
ExplicitWidth = 109
end
inherited ToolButton12: TToolButton [1]
Left = 0
Top = 2
Wrap = True
ExplicitLeft = 0
ExplicitHeight = 27
end
inherited ToolButton2: TToolButton [2]
Left = 0
Top = 29
ExplicitLeft = 0
ExplicitTop = 29
ExplicitWidth = 114
end
inherited ToolButton13: TToolButton [3]
Left = 114
Top = 29
ExplicitLeft = 114
ExplicitTop = 29
end
inherited ToolButton3: TToolButton [4]
Left = 122
Top = 29
ExplicitLeft = 122
ExplicitTop = 29
end
inherited ToolButton4: TToolButton [5]
Left = 177
Top = 29
ExplicitLeft = 177
ExplicitTop = 29
end
inherited ToolButton14: TToolButton [6]
Left = 233
Top = 29
Enabled = True
ExplicitLeft = 233
ExplicitTop = 29
end
inherited FontName: TJvFontComboBox [7]
Top = 51
ExplicitTop = 51
end
inherited FontSize: TEdit [8]
Top = 51
ExplicitTop = 51
end
inherited UpDown1: TUpDown [9]
Top = 51
ExplicitTop = 51
end
inherited ToolButton6: TToolButton [10]
Left = 187
Top = 51
ExplicitLeft = 187
ExplicitTop = 51
end
inherited ToolButton9: TToolButton [11]
Left = 221
Top = 51
ExplicitLeft = 221
ExplicitTop = 51
end
inherited ToolButton7: TToolButton [12]
Left = 255
Top = 51
ExplicitLeft = 255
ExplicitTop = 51
end
inherited ToolButton10: TToolButton [13]
Left = 289
Top = 51
ExplicitLeft = 289
ExplicitTop = 51
end
inherited ToolButton11: TToolButton [14]
Left = 323
Top = 51
ExplicitLeft = 323
ExplicitTop = 51
end
inherited ToolButton8: TToolButton [15]
Left = 357
Top = 51
ExplicitLeft = 357
ExplicitTop = 51
end
end
inherited cxGrid: TcxGrid
Top = 99
Width = 451
Height = 205
ExplicitTop = 110
ExplicitHeight = 200
inherited cxGridView: TcxGridDBTableView
object cxGridViewDESCUENTO: TcxGridDBColumn [6]
Caption = 'Dto'
DataBinding.FieldName = 'DESCUENTO'
PropertiesClassName = 'TcxCurrencyEditProperties'
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
Properties.MaxValue = 100.000000000000000000
end
object cxGridViewIMPORTENETO: TcxGridDBColumn [7]
Caption = 'Importe neto'
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
OnGetDisplayText = cxGridViewIMPORTENETOGetDisplayText
HeaderAlignmentHorz = taRightJustify
Options.Editing = False
end
object cxGridViewIMPORTEPORTE: TcxGridDBColumn [8]
Caption = 'Importe porte'
DataBinding.FieldName = 'IMPORTE_PORTE'
PropertiesClassName = 'TcxCurrencyEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
HeaderAlignmentHorz = taRightJustify
end
end
end
inherited TBXDock1: TTBXDock
Top = 73
Width = 451
ExplicitTop = 72
inherited TBXToolbar1: TTBXToolbar
ExplicitWidth = 447
end
end
inherited ActionListContenido: TActionList
inherited actAnadir: TAction
Caption = 'A'#241'adir concepto'
end
inherited actEliminar: TAction
Caption = 'Eliminar concepto'
end
inherited RichEditBold1: TRichEditBold
Visible = False
end
inherited RichEditItalic1: TRichEditItalic
Visible = False
end
inherited RichEditUnderline1: TRichEditUnderline
Visible = False
end
inherited RichEditAlignLeft1: TRichEditAlignLeft
Visible = False
end
inherited RichEditAlignCenter1: TRichEditAlignCenter
Visible = False
end
inherited RichEditAlignRight1: TRichEditAlignRight
Visible = False
end
inherited FontEdit1: TFontEdit
Visible = False
end
inherited RichEditAlignRight2: TRichEditAlignRight
Visible = False
end
end
end