This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES2/Source/Modulos/Informes base/Views/uViewInformeBaseGrid.dfm

153 lines
5.2 KiB
Plaintext
Raw Permalink Normal View History

inherited frViewInformeBaseGrid: TfrViewInformeBaseGrid
object dxPrintStyleManager1: TdxPrintStyleManager
CurrentStyle = dxPrintStyleManager1Style1
PageSetupDialog = dxPageSetupDialog1
Version = 0
Left = 16
Top = 16
object dxPrintStyleManager1Style1: TdxPSPrintStyle
PrinterPage.DMPaper = 9
PrinterPage.Footer = 6350
PrinterPage.Header = 6350
PrinterPage.Margins.Bottom = 20000
PrinterPage.Margins.Left = 12700
PrinterPage.Margins.Right = 12700
PrinterPage.Margins.Top = 20000
PrinterPage.PageFooter.CenterTitle.Strings = (
'[Date & Time Printed]')
PrinterPage.PageFooter.Font.Charset = DEFAULT_CHARSET
PrinterPage.PageFooter.Font.Color = clBlack
PrinterPage.PageFooter.Font.Height = -12
PrinterPage.PageFooter.Font.Name = 'Tahoma'
PrinterPage.PageFooter.Font.Style = []
PrinterPage.PageFooter.LeftTitle.Strings = (
'LUIS LE'#211'N REPRESENTACIONES S.L.')
PrinterPage.PageFooter.RightTitle.Strings = (
'[Page #] de [Total Pages]')
PrinterPage.PageHeader.Font.Charset = DEFAULT_CHARSET
PrinterPage.PageHeader.Font.Color = clBlack
PrinterPage.PageHeader.Font.Height = -15
PrinterPage.PageHeader.Font.Name = 'Tahoma'
PrinterPage.PageHeader.Font.Style = []
PrinterPage.PageHeader.LeftTitle.Strings = (
'')
PrinterPage.PageSize.X = 210000
PrinterPage.PageSize.Y = 297000
PrinterPage._dxMeasurementUnits_ = 0
PrinterPage._dxLastMU_ = 2
BuiltInStyle = True
end
end
object dxPageSetupDialog1: TdxPageSetupDialog
ButtonsVisible = [psbStyleOptions]
Left = 48
Top = 16
end
object dxPSEngineController1: TdxPSEngineController
LookAndFeel = pslfOffice11
UseNativeLookAndFeel = False
Left = 80
Top = 16
end
object dxComponentPrinter: TdxComponentPrinter
CurrentLink = dxPrinterLinkcxGrid
PreviewOptions.ShowExplorer = True
PreviewOptions.WindowState = wsMaximized
Version = 0
Left = 112
Top = 16
object dxPrinterLinkcxGrid: TdxGridReportLink
PrinterPage.DMPaper = 9
PrinterPage.Footer = 6350
PrinterPage.GrayShading = True
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.ScaleMode = smFit
PrinterPage._dxMeasurementUnits_ = 0
PrinterPage._dxLastMU_ = 2
ReportDocument.CreationDate = 38877.461868113420000000
StyleManager = dxPrintStyleManager1
OptionsCards.Shadow.Depth = 0
OptionsFormatting.SuppressBackgroundBitmaps = True
OptionsFormatting.UseNativeStyles = True
OptionsFormatting.ConsumeSelectionStyle = True
OptionsLevels.Unwrap = True
OptionsPagination.OneGroupPerPage = True
OptionsPagination.TopLevelGroup = True
OptionsRefinements.TransparentGraphics = True
OptionsSize.AutoWidth = True
OptionsView.Footers = False
OptionsView.Caption = False
OptionsView.ExpandButtons = False
OptionsView.FilterBar = False
StyleRepository = cxStyleRepositoryInforme
Styles.Content = cxStyleContentInforme
Styles.Footer = cxStyleFooterInforme
Styles.Group = cxStyleGroupInforme
Styles.Header = cxStyleHeaderInforme
Styles.Selection = cxStyleSelectionInforme
BuiltInReportLink = True
end
end
object cxStyleRepositoryInforme: TcxStyleRepository
Left = 112
Top = 48
PixelsPerInch = 96
object cxStyleContentInforme: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
TextColor = clBlack
end
object cxStyleFooterInforme: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 14803425
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
TextColor = clBlack
end
object cxStyleGroupInforme: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = [fsBold]
TextColor = clBlack
end
object cxStyleHeaderInforme: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = 14803425
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
TextColor = clBlack
end
object cxStyleSelectionInforme: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
TextColor = clBlack
end
end
end