Grids en los editores: activar estilo Outlook 2003
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@399 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
e251b011b0
commit
58951b180b
@ -17,20 +17,19 @@ inherited frViewGrid: TfrViewGrid
|
||||
ParentFont = False
|
||||
TabOrder = 0
|
||||
LookAndFeel.Kind = lfOffice11
|
||||
LookAndFeel.NativeStyle = True
|
||||
LookAndFeel.NativeStyle = False
|
||||
object cxGridView: TcxGridDBTableView
|
||||
OnDblClick = cxGridViewDblClick
|
||||
NavigatorButtons.ConfirmDelete = False
|
||||
FilterBox.Visible = fvNever
|
||||
DataController.DataSource = dsDataSource
|
||||
DataController.Filter.Options = [fcoCaseInsensitive]
|
||||
DataController.Options = [dcoAnsiSort, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
||||
DataController.Options = [dcoAnsiSort, dcoCaseInsensitive, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
|
||||
DataController.Summary.DefaultGroupSummaryItems = <>
|
||||
DataController.Summary.FooterSummaryItems = <>
|
||||
DataController.Summary.SummaryGroups = <>
|
||||
OptionsBehavior.CellHints = True
|
||||
OptionsCustomize.ColumnFiltering = False
|
||||
OptionsCustomize.ColumnGrouping = False
|
||||
OptionsCustomize.ColumnsQuickCustomization = True
|
||||
OptionsData.Deleting = False
|
||||
OptionsData.DeletingConfirmation = False
|
||||
@ -178,7 +177,7 @@ inherited frViewGrid: TfrViewGrid
|
||||
PrinterPage.ScaleMode = smFit
|
||||
PrinterPage._dxMeasurementUnits_ = 0
|
||||
PrinterPage._dxLastMU_ = 2
|
||||
ReportDocument.CreationDate = 39594.399142789350000000
|
||||
ReportDocument.CreationDate = 39601.447752534720000000
|
||||
StyleManager = dxPrintStyleManager1
|
||||
OptionsCards.Shadow.Depth = 0
|
||||
OptionsExpanding.ExpandGroupRows = True
|
||||
|
||||
@ -99,7 +99,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
uDMBase, uDBSelectionListUtils, dxOffice11;
|
||||
uDMBase, uDBSelectionListUtils, dxOffice11, cxGridCommon;
|
||||
|
||||
{$R *.dfm}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user