This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Base/uViewGrid.dfm

197 lines
6.1 KiB
Plaintext

inherited frViewGrid: TfrViewGrid
Width = 443
Height = 270
Align = alClient
object cxGrid: TcxGrid
Left = 0
Top = 102
Width = 443
Height = 142
Align = alClient
TabOrder = 0
LookAndFeel.Kind = lfFlat
LookAndFeel.NativeStyle = False
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 = <>
DataController.OnSortingChanged = cxGridViewDataControllerSortingChanged
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
inline frViewFiltroBase1: TfrViewFiltroBase
Left = 0
Top = 0
Width = 443
Height = 102
Align = alTop
TabOrder = 1
Visible = False
inherited TBXDock1: TTBXDock
Width = 443
inherited TBXDockablePanel1: TTBXDockablePanel
inherited dxLayoutControl1: TdxLayoutControl
Width = 439
inherited txtFiltroTodo: TcxTextEdit
Left = 87
Width = 273
end
inherited edtFechaIniFiltro: TcxDateEdit
Left = 87
Width = 121
end
inherited edtFechaFinFiltro: TcxDateEdit
Left = 275
Width = 121
end
end
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
Width = 439
inherited tbxBotones: TTBXToolbar
Width = 429
end
end
end
end
end
object pnlAgrupaciones: TTBXDockablePanel
Left = 0
Top = 244
MinClientHeight = 8
Align = alBottom
Caption = 'pnlAgrupaciones'
DockedHeight = 26
FloatingWidth = 128
FloatingHeight = 26
SupportedDocks = [dkStandardDock, dkMultiDock]
TabOrder = 2
Visible = False
object TBXAlignmentPanel1: TTBXAlignmentPanel
Left = 0
Top = 0
Width = 443
Height = 26
Align = alTop
Margins.Left = 10
TabOrder = 0
object TBXToolbar1: TTBXToolbar
Left = 10
Top = 0
Width = 433
Height = 26
Align = alTop
AutoResize = False
Caption = 'TBXToolbar1'
TabOrder = 0
object TBXItem1: TTBXItem
Action = actQuitarAgrupaciones
end
end
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 = 43463.336839328700000000
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 = 15724785
end
object cxStyleSelection: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = clHighlight
TextColor = clHighlightText
end
end
object ActionList2: TActionList
Left = 400
Top = 360
object actQuitarAgrupaciones: TAction
Caption = 'Quitar agrupaciones'
end
end
end