From 58951b180b3eea0722fc177da14d0af37bba22b5 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 Jun 2008 10:29:19 +0000 Subject: [PATCH] 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 --- Source/GUIBase/uViewGrid.dfm | 7 +++---- Source/GUIBase/uViewGrid.pas | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Source/GUIBase/uViewGrid.dfm b/Source/GUIBase/uViewGrid.dfm index 061bb902..5dceb0b8 100644 --- a/Source/GUIBase/uViewGrid.dfm +++ b/Source/GUIBase/uViewGrid.dfm @@ -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 diff --git a/Source/GUIBase/uViewGrid.pas b/Source/GUIBase/uViewGrid.pas index 034d6e5f..b7613fe1 100644 --- a/Source/GUIBase/uViewGrid.pas +++ b/Source/GUIBase/uViewGrid.pas @@ -99,7 +99,7 @@ type implementation uses - uDMBase, uDBSelectionListUtils, dxOffice11; + uDMBase, uDBSelectionListUtils, dxOffice11, cxGridCommon; {$R *.dfm}