Se arregla para que no salten las operaciones de insercion y borrado del grid y si las de nuestro controlador
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@670 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
531d5f1aac
commit
e2c3ba89ac
@ -1,6 +1,6 @@
|
|||||||
inherited frViewDetallesBase: TfrViewDetallesBase
|
inherited frViewDetallesBase: TfrViewDetallesBase
|
||||||
Width = 480
|
Width = 451
|
||||||
Height = 379
|
Height = 304
|
||||||
Align = alClient
|
Align = alClient
|
||||||
OnCreate = CustomViewCreate
|
OnCreate = CustomViewCreate
|
||||||
OnDestroy = CustomViewDestroy
|
OnDestroy = CustomViewDestroy
|
||||||
@ -9,7 +9,7 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
|||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 480
|
Width = 451
|
||||||
Height = 73
|
Height = 73
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
ButtonWidth = 141
|
ButtonWidth = 141
|
||||||
@ -25,7 +25,6 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Transparent = True
|
Transparent = True
|
||||||
Visible = False
|
Visible = False
|
||||||
ExplicitWidth = 451
|
|
||||||
object ToolButton1: TToolButton
|
object ToolButton1: TToolButton
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
@ -65,7 +64,7 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
|||||||
DroppedDownWidth = 145
|
DroppedDownWidth = 145
|
||||||
MaxMRUCount = 0
|
MaxMRUCount = 0
|
||||||
FontName = 'Tahoma'
|
FontName = 'Tahoma'
|
||||||
ItemIndex = 40
|
ItemIndex = 42
|
||||||
Options = [foTrueTypeOnly, foNoOEMFonts, foScalableOnly, foWysiWyg]
|
Options = [foTrueTypeOnly, foNoOEMFonts, foScalableOnly, foWysiWyg]
|
||||||
Sorted = True
|
Sorted = True
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -150,8 +149,8 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
|||||||
object cxGrid: TcxGrid
|
object cxGrid: TcxGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 99
|
Top = 99
|
||||||
Width = 480
|
Width = 451
|
||||||
Height = 280
|
Height = 205
|
||||||
Align = alClient
|
Align = alClient
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
@ -162,9 +161,8 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
|||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
LookAndFeel.Kind = lfStandard
|
LookAndFeel.Kind = lfStandard
|
||||||
LookAndFeel.NativeStyle = True
|
LookAndFeel.NativeStyle = True
|
||||||
ExplicitWidth = 451
|
|
||||||
ExplicitHeight = 205
|
|
||||||
object cxGridView: TcxGridDBTableView
|
object cxGridView: TcxGridDBTableView
|
||||||
|
OnKeyDown = cxGridViewKeyDown
|
||||||
NavigatorButtons.ConfirmDelete = False
|
NavigatorButtons.ConfirmDelete = False
|
||||||
FilterBox.Visible = fvNever
|
FilterBox.Visible = fvNever
|
||||||
OnEditing = cxGridViewEditing
|
OnEditing = cxGridViewEditing
|
||||||
@ -194,8 +192,10 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
|||||||
OptionsCustomize.ColumnMoving = False
|
OptionsCustomize.ColumnMoving = False
|
||||||
OptionsCustomize.ColumnSorting = False
|
OptionsCustomize.ColumnSorting = False
|
||||||
OptionsCustomize.DataRowSizing = True
|
OptionsCustomize.DataRowSizing = True
|
||||||
OptionsData.Appending = True
|
|
||||||
OptionsData.CancelOnExit = False
|
OptionsData.CancelOnExit = False
|
||||||
|
OptionsData.Deleting = False
|
||||||
|
OptionsData.DeletingConfirmation = False
|
||||||
|
OptionsData.Inserting = False
|
||||||
OptionsSelection.InvertSelect = False
|
OptionsSelection.InvertSelect = False
|
||||||
OptionsSelection.MultiSelect = True
|
OptionsSelection.MultiSelect = True
|
||||||
OptionsSelection.UnselectFocusedRecordOnExit = False
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
||||||
@ -218,7 +218,6 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
|||||||
end
|
end
|
||||||
object cxGridViewPOSICION: TcxGridDBColumn
|
object cxGridViewPOSICION: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'POSICION'
|
DataBinding.FieldName = 'POSICION'
|
||||||
Visible = False
|
|
||||||
BestFitMaxWidth = 25
|
BestFitMaxWidth = 25
|
||||||
MinWidth = 50
|
MinWidth = 50
|
||||||
SortIndex = 0
|
SortIndex = 0
|
||||||
@ -344,11 +343,10 @@ inherited frViewDetallesBase: TfrViewDetallesBase
|
|||||||
object TBXDock1: TTBXDock
|
object TBXDock1: TTBXDock
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 73
|
Top = 73
|
||||||
Width = 480
|
Width = 451
|
||||||
Height = 26
|
Height = 26
|
||||||
BackgroundOnToolbars = False
|
BackgroundOnToolbars = False
|
||||||
UseParentBackground = True
|
UseParentBackground = True
|
||||||
ExplicitWidth = 451
|
|
||||||
object TBXToolbar1: TTBXToolbar
|
object TBXToolbar1: TTBXToolbar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user