En los detalles, ocultar la columna de descuento e importe neto.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@278 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
David Arranz 2008-02-18 16:57:36 +00:00
parent 3dd7a69bdb
commit 8b02a53783

View File

@ -1,7 +1,8 @@
inherited frViewDetallesDTO: TfrViewDetallesDTO inherited frViewDetallesDTO: TfrViewDetallesDTO
Width = 582
Height = 327
inherited ToolBar1: TToolBar inherited ToolBar1: TToolBar
Height = 95 Width = 582
ExplicitHeight = 95
inherited ToolButton1: TToolButton inherited ToolButton1: TToolButton
ExplicitWidth = 109 ExplicitWidth = 109
end end
@ -14,92 +15,42 @@ inherited frViewDetallesDTO: TfrViewDetallesDTO
Left = 223 Left = 223
ExplicitLeft = 223 ExplicitLeft = 223
end end
inherited ToolButton13: TToolButton [3] inherited ToolButton4: TToolButton
Left = 0 Left = 278
Top = 0 ExplicitLeft = 278
Wrap = True
ExplicitLeft = 0
ExplicitTop = 0
ExplicitHeight = 30
end end
inherited ToolButton4: TToolButton [4] inherited ToolButton14: TToolButton
Top = 30 Left = 334
ExplicitLeft = 334
end end
inherited FontName: TJvFontComboBox inherited FontSize: TEdit
Left = 56 Width = 41
Top = 30 ExplicitWidth = 41
ExplicitLeft = 56
ExplicitTop = 30
end end
inherited ToolButton14: TToolButton [6] inherited UpDown1: TUpDown
Left = 201 Left = 186
Top = 30 ExplicitLeft = 186
Wrap = False
ExplicitLeft = 201
ExplicitTop = 30
end end
inherited ToolButton6: TToolButton [7] inherited ToolButton13: TToolButton
Left = 266 Left = 202
Top = 30 ExplicitLeft = 202
Wrap = True
ExplicitLeft = 266
ExplicitTop = 30
end end
inherited FontSize: TEdit [8] inherited ToolButton6: TToolButton
Left = 0 Left = 210
Top = 52 ExplicitLeft = 210
ExplicitLeft = 0
ExplicitTop = 52
end end
inherited ToolButton7: TToolButton [9] inherited ToolButton7: TToolButton
Left = 26 Left = 276
Top = 52 ExplicitLeft = 276
ExplicitLeft = 26
ExplicitTop = 52
end end
inherited ToolButton11: TToolButton [10] inherited ToolButton8: TToolButton
Left = 93 Left = 343
Top = 52 ExplicitLeft = 343
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
end end
inherited cxGrid: TcxGrid inherited cxGrid: TcxGrid
Top = 121 Width = 582
Height = 183 Height = 228
ExplicitTop = 99
ExplicitHeight = 205
inherited cxGridView: TcxGridDBTableView inherited cxGridView: TcxGridDBTableView
object cxGridViewDESCUENTO: TcxGridDBColumn [7] object cxGridViewDESCUENTO: TcxGridDBColumn [7]
Caption = 'Dto' Caption = 'Dto'
@ -108,6 +59,8 @@ inherited frViewDetallesDTO: TfrViewDetallesDTO
Properties.DisplayFormat = ',0.00 %;-,0.00 %' Properties.DisplayFormat = ',0.00 %;-,0.00 %'
Properties.EditFormat = ',0.00;-,0.00' Properties.EditFormat = ',0.00;-,0.00'
Properties.MaxValue = 100.000000000000000000 Properties.MaxValue = 100.000000000000000000
Visible = False
VisibleForCustomization = False
Width = 30 Width = 30
end end
object cxGridViewIMPORTENETO: TcxGridDBColumn [8] object cxGridViewIMPORTENETO: TcxGridDBColumn [8]
@ -119,9 +72,11 @@ inherited frViewDetallesDTO: TfrViewDetallesDTO
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364 Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
Properties.ReadOnly = True Properties.ReadOnly = True
Properties.OnValidate = cxGridViewIMPORTENETOPropertiesValidate Properties.OnValidate = cxGridViewIMPORTENETOPropertiesValidate
Visible = False
OnGetDisplayText = cxGridViewIMPORTENETOGetDisplayText OnGetDisplayText = cxGridViewIMPORTENETOGetDisplayText
HeaderAlignmentHorz = taRightJustify HeaderAlignmentHorz = taRightJustify
Options.Editing = False Options.Editing = False
VisibleForCustomization = False
end end
object cxGridViewIMPORTEPORTE: TcxGridDBColumn [9] object cxGridViewIMPORTEPORTE: TcxGridDBColumn [9]
Caption = 'Porte unidad' Caption = 'Porte unidad'
@ -131,12 +86,15 @@ inherited frViewDetallesDTO: TfrViewDetallesDTO
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364 Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
Visible = False Visible = False
HeaderAlignmentHorz = taRightJustify HeaderAlignmentHorz = taRightJustify
VisibleForCustomization = False
end end
end end
end end
inherited TBXDock1: TTBXDock inherited TBXDock1: TTBXDock
Top = 95 Width = 582
ExplicitTop = 68 inherited TBXToolbar1: TTBXToolbar
ExplicitWidth = 582
end
end end
inherited ActionListContenido: TActionList inherited ActionListContenido: TActionList
inherited actAnadir: TAction inherited actAnadir: TAction