uViewDetallesBase: quitada la fusión de celdas para la descripción del concepto.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@214 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
5e6e159883
commit
63af0ad2c7
@ -64,7 +64,7 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
||||
DroppedDownWidth = 145
|
||||
MaxMRUCount = 0
|
||||
FontName = 'Tahoma'
|
||||
ItemIndex = 34
|
||||
ItemIndex = 43
|
||||
Options = [foTrueTypeOnly, foNoOEMFonts, foScalableOnly, foWysiWyg]
|
||||
Sorted = True
|
||||
TabOrder = 2
|
||||
@ -129,19 +129,19 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
||||
end
|
||||
object ToolButton9: TToolButton
|
||||
Left = 0
|
||||
Top = 52
|
||||
Top = 49
|
||||
Action = RichEditAlignLeft1
|
||||
AutoSize = True
|
||||
end
|
||||
object ToolButton10: TToolButton
|
||||
Left = 145
|
||||
Top = 52
|
||||
Top = 49
|
||||
Action = RichEditAlignCenter1
|
||||
AutoSize = True
|
||||
end
|
||||
object ToolButton11: TToolButton
|
||||
Left = 270
|
||||
Top = 52
|
||||
Top = 49
|
||||
Action = RichEditAlignRight1
|
||||
AutoSize = True
|
||||
end
|
||||
@ -155,6 +155,8 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
||||
TabOrder = 1
|
||||
LookAndFeel.Kind = lfStandard
|
||||
LookAndFeel.NativeStyle = True
|
||||
ExplicitTop = 94
|
||||
ExplicitHeight = 210
|
||||
object cxGridView: TcxGridDBTableView
|
||||
NavigatorButtons.ConfirmDelete = False
|
||||
FilterBox.Visible = fvNever
|
||||
@ -256,11 +258,13 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
||||
Properties.NullStyle = nssUnchecked
|
||||
Properties.ValueChecked = 1
|
||||
Properties.ValueUnchecked = 0
|
||||
Visible = False
|
||||
BestFitMaxWidth = 35
|
||||
FooterAlignmentHorz = taCenter
|
||||
HeaderAlignmentHorz = taCenter
|
||||
MinWidth = 35
|
||||
Options.HorzSizing = False
|
||||
VisibleForCustomization = False
|
||||
Width = 35
|
||||
end
|
||||
object cxGridViewTIPO: TcxGridDBColumn
|
||||
@ -277,7 +281,6 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
||||
Caption = 'Concepto'
|
||||
DataBinding.FieldName = 'CONCEPTO'
|
||||
PropertiesClassName = 'TcxRichEditProperties'
|
||||
Options.CellMerging = True
|
||||
Width = 237
|
||||
end
|
||||
object cxGridViewCANTIDAD: TcxGridDBColumn
|
||||
|
||||
Loading…
Reference in New Issue
Block a user