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:
parent
3dd7a69bdb
commit
8b02a53783
@ -1,7 +1,8 @@
|
||||
inherited frViewDetallesDTO: TfrViewDetallesDTO
|
||||
Width = 582
|
||||
Height = 327
|
||||
inherited ToolBar1: TToolBar
|
||||
Height = 95
|
||||
ExplicitHeight = 95
|
||||
Width = 582
|
||||
inherited ToolButton1: TToolButton
|
||||
ExplicitWidth = 109
|
||||
end
|
||||
@ -14,92 +15,42 @@ inherited frViewDetallesDTO: TfrViewDetallesDTO
|
||||
Left = 223
|
||||
ExplicitLeft = 223
|
||||
end
|
||||
inherited ToolButton13: TToolButton [3]
|
||||
Left = 0
|
||||
Top = 0
|
||||
Wrap = True
|
||||
ExplicitLeft = 0
|
||||
ExplicitTop = 0
|
||||
ExplicitHeight = 30
|
||||
inherited ToolButton4: TToolButton
|
||||
Left = 278
|
||||
ExplicitLeft = 278
|
||||
end
|
||||
inherited ToolButton4: TToolButton [4]
|
||||
Top = 30
|
||||
inherited ToolButton14: TToolButton
|
||||
Left = 334
|
||||
ExplicitLeft = 334
|
||||
end
|
||||
inherited FontName: TJvFontComboBox
|
||||
Left = 56
|
||||
Top = 30
|
||||
ExplicitLeft = 56
|
||||
ExplicitTop = 30
|
||||
inherited FontSize: TEdit
|
||||
Width = 41
|
||||
ExplicitWidth = 41
|
||||
end
|
||||
inherited ToolButton14: TToolButton [6]
|
||||
Left = 201
|
||||
Top = 30
|
||||
Wrap = False
|
||||
ExplicitLeft = 201
|
||||
ExplicitTop = 30
|
||||
inherited UpDown1: TUpDown
|
||||
Left = 186
|
||||
ExplicitLeft = 186
|
||||
end
|
||||
inherited ToolButton6: TToolButton [7]
|
||||
Left = 266
|
||||
Top = 30
|
||||
Wrap = True
|
||||
ExplicitLeft = 266
|
||||
ExplicitTop = 30
|
||||
inherited ToolButton13: TToolButton
|
||||
Left = 202
|
||||
ExplicitLeft = 202
|
||||
end
|
||||
inherited FontSize: TEdit [8]
|
||||
Left = 0
|
||||
Top = 52
|
||||
ExplicitLeft = 0
|
||||
ExplicitTop = 52
|
||||
inherited ToolButton6: TToolButton
|
||||
Left = 210
|
||||
ExplicitLeft = 210
|
||||
end
|
||||
inherited ToolButton7: TToolButton [9]
|
||||
Left = 26
|
||||
Top = 52
|
||||
ExplicitLeft = 26
|
||||
ExplicitTop = 52
|
||||
inherited ToolButton7: TToolButton
|
||||
Left = 276
|
||||
ExplicitLeft = 276
|
||||
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
|
||||
inherited ToolButton8: TToolButton
|
||||
Left = 343
|
||||
ExplicitLeft = 343
|
||||
end
|
||||
end
|
||||
inherited cxGrid: TcxGrid
|
||||
Top = 121
|
||||
Height = 183
|
||||
ExplicitTop = 99
|
||||
ExplicitHeight = 205
|
||||
Width = 582
|
||||
Height = 228
|
||||
inherited cxGridView: TcxGridDBTableView
|
||||
object cxGridViewDESCUENTO: TcxGridDBColumn [7]
|
||||
Caption = 'Dto'
|
||||
@ -108,6 +59,8 @@ inherited frViewDetallesDTO: TfrViewDetallesDTO
|
||||
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]
|
||||
@ -119,9 +72,11 @@ inherited frViewDetallesDTO: TfrViewDetallesDTO
|
||||
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'
|
||||
@ -131,12 +86,15 @@ inherited frViewDetallesDTO: TfrViewDetallesDTO
|
||||
Properties.EditFormat = ',0.00 '#8364';-,0.00 '#8364
|
||||
Visible = False
|
||||
HeaderAlignmentHorz = taRightJustify
|
||||
VisibleForCustomization = False
|
||||
end
|
||||
end
|
||||
end
|
||||
inherited TBXDock1: TTBXDock
|
||||
Top = 95
|
||||
ExplicitTop = 68
|
||||
Width = 582
|
||||
inherited TBXToolbar1: TTBXToolbar
|
||||
ExplicitWidth = 582
|
||||
end
|
||||
end
|
||||
inherited ActionListContenido: TActionList
|
||||
inherited actAnadir: TAction
|
||||
|
||||
Loading…
Reference in New Issue
Block a user