git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioCarnicero_ProGestion/trunk@4 1b8572a8-2d6b-b84e-8c90-20ed86fa4eca
119 lines
4.2 KiB
Plaintext
119 lines
4.2 KiB
Plaintext
inherited frViewGrid: TfrViewGrid
|
|
Width = 443
|
|
Height = 270
|
|
Align = alClient
|
|
object cxGrid: TcxGrid
|
|
Left = 0
|
|
Top = 0
|
|
Width = 443
|
|
Height = 270
|
|
Align = alClient
|
|
TabOrder = 0
|
|
LookAndFeel.Kind = lfOffice11
|
|
LookAndFeel.NativeStyle = True
|
|
object cxGridView: TcxGridDBTableView
|
|
OnDblClick = cxGridViewDblClick
|
|
NavigatorButtons.ConfirmDelete = False
|
|
FilterBox.Visible = fvNever
|
|
DataController.DataModeController.SmartRefresh = True
|
|
DataController.DataModeController.SyncMode = False
|
|
DataController.DataSource = DADataSource
|
|
DataController.Filter.Options = [fcoCaseInsensitive]
|
|
DataController.Options = [dcoAnsiSort, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText, dcoFocusTopRowAfterSorting]
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsBehavior.CellHints = True
|
|
OptionsBehavior.BestFitMaxRecordCount = 20
|
|
OptionsCustomize.ColumnFiltering = False
|
|
OptionsCustomize.ColumnGrouping = False
|
|
OptionsData.Deleting = False
|
|
OptionsData.DeletingConfirmation = False
|
|
OptionsData.Editing = False
|
|
OptionsData.Inserting = False
|
|
OptionsSelection.CellSelect = False
|
|
OptionsSelection.UnselectFocusedRecordOnExit = False
|
|
OptionsView.CellEndEllipsis = True
|
|
OptionsView.CellAutoHeight = True
|
|
OptionsView.ColumnAutoWidth = True
|
|
OptionsView.Footer = True
|
|
OptionsView.FooterAutoHeight = True
|
|
OptionsView.GridLineColor = cl3DLight
|
|
OptionsView.GroupByBox = False
|
|
OptionsView.HeaderEndEllipsis = True
|
|
OptionsView.NewItemRowInfoText = 'Click here to add a new row'
|
|
Styles.ContentEven = cxStyleEven
|
|
Styles.ContentOdd = cxStyleOdd
|
|
Styles.Inactive = cxStyleSelection
|
|
Styles.Selection = cxStyleSelection
|
|
end
|
|
object cxGridLevel: TcxGridLevel
|
|
GridView = cxGridView
|
|
end
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 368
|
|
Top = 96
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 336
|
|
Top = 96
|
|
end
|
|
object dxComponentPrinter: TdxComponentPrinter
|
|
CurrentLink = dxComponentPrinterLink
|
|
PreviewOptions.EnableOptions = [peoCanChangeMargins, peoPageBackground, peoPageSetup, peoPreferences, peoPrint]
|
|
PreviewOptions.VisibleOptions = [pvoPageBackground, pvoPageSetup, pvoPreferences, pvoPrint, pvoPrintStyles, pvoReportFileOperations, pvoPageMargins]
|
|
PreviewOptions.WindowState = wsMaximized
|
|
Version = 0
|
|
Left = 368
|
|
Top = 128
|
|
object dxComponentPrinterLink: TdxGridReportLink
|
|
Active = True
|
|
Component = cxGrid
|
|
PrinterPage.DMPaper = 9
|
|
PrinterPage.Footer = 6350
|
|
PrinterPage.Header = 6350
|
|
PrinterPage.Margins.Bottom = 12700
|
|
PrinterPage.Margins.Left = 12700
|
|
PrinterPage.Margins.Right = 12700
|
|
PrinterPage.Margins.Top = 12700
|
|
PrinterPage.PageSize.X = 210000
|
|
PrinterPage.PageSize.Y = 297000
|
|
PrinterPage._dxMeasurementUnits_ = 0
|
|
PrinterPage._dxLastMU_ = 2
|
|
ReportDocument.CreationDate = 39000.667590601850000000
|
|
OptionsCharts.Transparent = True
|
|
OptionsFormatting.SuppressBackgroundBitmaps = True
|
|
OptionsOnEveryPage.Caption = False
|
|
OptionsOnEveryPage.FilterBar = False
|
|
OptionsSize.AutoWidth = True
|
|
OptionsView.Caption = False
|
|
OptionsView.ExpandButtons = False
|
|
OptionsView.FilterBar = False
|
|
OptionsView.GroupFooters = False
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
object dxPSEngineController1: TdxPSEngineController
|
|
LookAndFeel = pslfOffice11
|
|
UseNativeLookAndFeel = False
|
|
Left = 336
|
|
Top = 128
|
|
end
|
|
object cxStyleRepository1: TcxStyleRepository
|
|
Left = 296
|
|
Top = 128
|
|
object cxStyleEven: TcxStyle
|
|
end
|
|
object cxStyleOdd: TcxStyle
|
|
AssignedValues = [svColor]
|
|
Color = clInactiveCaptionText
|
|
end
|
|
object cxStyleSelection: TcxStyle
|
|
AssignedValues = [svColor, svTextColor]
|
|
Color = clHighlight
|
|
TextColor = clHighlightText
|
|
end
|
|
end
|
|
end
|