Varela_PuntosVenta/Source/Modulos/Stock/Cliente/uViewControGridStockVARELA.dfm

414 lines
12 KiB
Plaintext

inherited frViewControlGridStockVARELA: TfrViewControlGridStockVARELA
Width = 831
Height = 350
ExplicitWidth = 831
ExplicitHeight = 350
inherited cxGrid: TcxGrid
Top = 60
Width = 831
Height = 290
ExplicitTop = 60
ExplicitWidth = 831
ExplicitHeight = 290
inherited cxGridView: TcxGridDBTableView
FilterBox.Visible = fvNever
DataController.Summary.DefaultGroupSummaryItems = <
item
Format = '0 referencias'
Kind = skCount
Position = spFooter
Column = cxGridViewPRODUCTO
end
item
Format = '#,##0'
Kind = skSum
Position = spFooter
Column = cxGridViewK38
end
item
Format = '#,##0'
Kind = skSum
Position = spFooter
Column = cxGridViewK40
end
item
Format = '#,##0'
Kind = skSum
Position = spFooter
Column = cxGridViewK42
end
item
Format = '#,##0'
Kind = skSum
Position = spFooter
Column = cxGridViewK44
end
item
Format = '#,##0'
Kind = skSum
Position = spFooter
Column = cxGridViewK46
end
item
Format = '#,##0'
Kind = skSum
Position = spFooter
Column = cxGridViewK48
end
item
Format = '#,##0'
Kind = skSum
Position = spFooter
Column = cxGridViewKT
end>
DataController.Summary.FooterSummaryItems = <
item
Format = '0 referencias'
Kind = skCount
Column = cxGridViewPRODUCTO
end
item
Format = '#,##0'
Kind = skSum
Column = cxGridViewK38
end
item
Format = '#,##0'
Kind = skSum
Column = cxGridViewK40
end
item
Format = '#,##0'
Kind = skSum
Column = cxGridViewK42
end
item
Format = '#,##0'
Kind = skSum
Column = cxGridViewK44
end
item
Format = '#,##0'
Kind = skSum
Column = cxGridViewK46
end
item
Format = '#,##0'
Kind = skSum
Column = cxGridViewK48
end
item
Format = '#,##0'
Kind = skSum
Column = cxGridViewKT
end>
OptionsView.GridLineColor = clDefault
OptionsView.GridLines = glHorizontal
OptionsView.GroupFooters = gfAlwaysVisible
OptionsView.GroupRowStyle = grsOffice11
Preview.AutoHeight = False
Styles.Footer = cxStyleEven
object cxGridViewRecID: TcxGridDBColumn
DataBinding.FieldName = 'RecID'
Visible = False
end
object cxGridViewFILIAL: TcxGridDBColumn
DataBinding.FieldName = 'FILIAL'
Visible = False
end
object cxGridViewCODIGO: TcxGridDBColumn
Caption = 'C'#243'digo'
DataBinding.FieldName = 'CODIGO'
end
object cxGridViewCOLOR: TcxGridDBColumn
Caption = 'Color'
DataBinding.FieldName = 'COLOR'
end
object cxGridViewPRODUCTO: TcxGridDBColumn
Caption = 'Producto'
DataBinding.FieldName = 'PRODUCTO'
SortIndex = 0
SortOrder = soAscending
end
object cxGridViewTIPO_PRODUTO: TcxGridDBColumn
DataBinding.FieldName = 'TIPO_PRODUTO'
Visible = False
end
object cxGridViewGRUPO_PRODUTO: TcxGridDBColumn
DataBinding.FieldName = 'GRUPO_PRODUTO'
Visible = False
end
object cxGridViewCOLECCION: TcxGridDBColumn
Caption = 'Colecci'#243'n'
DataBinding.FieldName = 'COLECCION'
Visible = False
GroupIndex = 0
end
object cxGridViewK38: TcxGridDBColumn
DataBinding.FieldName = 'K38'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.DisplayFormat = '#,##0'
Properties.ValueType = vtInt
OnGetDataText = cxGridViewK38GetDataText
HeaderAlignmentHorz = taRightJustify
end
object cxGridViewK40: TcxGridDBColumn
DataBinding.FieldName = 'K40'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.DisplayFormat = '#,##0'
Properties.ValueType = vtInt
OnGetDataText = cxGridViewK38GetDataText
HeaderAlignmentHorz = taRightJustify
end
object cxGridViewK42: TcxGridDBColumn
DataBinding.FieldName = 'K42'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.DisplayFormat = '#,##0'
Properties.ValueType = vtInt
OnGetDataText = cxGridViewK38GetDataText
HeaderAlignmentHorz = taRightJustify
end
object cxGridViewK44: TcxGridDBColumn
DataBinding.FieldName = 'K44'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.DisplayFormat = '#,##0'
Properties.ValueType = vtInt
OnGetDataText = cxGridViewK38GetDataText
HeaderAlignmentHorz = taRightJustify
end
object cxGridViewK46: TcxGridDBColumn
DataBinding.FieldName = 'K46'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.DisplayFormat = '#,##0'
Properties.ValueType = vtInt
OnGetDataText = cxGridViewK38GetDataText
HeaderAlignmentHorz = taRightJustify
end
object cxGridViewK48: TcxGridDBColumn
DataBinding.FieldName = 'K48'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.DisplayFormat = '#,##0'
Properties.ValueType = vtInt
OnGetDataText = cxGridViewK38GetDataText
HeaderAlignmentHorz = taRightJustify
end
object cxGridViewKT: TcxGridDBColumn
DataBinding.FieldName = 'KT'
PropertiesClassName = 'TcxSpinEditProperties'
Properties.Alignment.Horz = taRightJustify
Properties.DisplayFormat = '#,##0'
Properties.ValueType = vtInt
OnCustomDrawCell = cxGridViewKTCustomDrawCell
OnGetDataText = cxGridViewK38GetDataText
HeaderAlignmentHorz = taRightJustify
Styles.OnGetContentStyle = cxGridViewKTStylesGetContentStyle
end
end
end
object TBXDockablePanel1: TTBXDockablePanel [1]
Left = 0
Top = 0
Align = alTop
Caption = 'TBXDockablePanel1'
DockedWidth = 32
DockedHeight = 32
FloatingWidth = 128
FloatingHeight = 60
SupportedDocks = [dkStandardDock, dkMultiDock]
TabOrder = 1
inline frViewParametrosColeccion1: TfrViewParametrosColeccion
Left = 0
Top = 19
Width = 321
Height = 41
Align = alLeft
TabOrder = 0
ReadOnly = False
ExplicitTop = 19
ExplicitWidth = 321
ExplicitHeight = 41
inherited dxLayoutControl1: TdxLayoutControl
Width = 321
Height = 41
Align = alClient
AutoContentSizes = [acsWidth]
ExplicitWidth = 321
ExplicitHeight = 41
inherited ccbColeccion: TJvCheckedComboBox
Width = 512
ExplicitWidth = 512
end
end
end
object pnlAgrupaciones: TTBXAlignmentPanel
Left = 321
Top = 19
Width = 510
Height = 41
Align = alClient
TabOrder = 1
object TBXButton3: TTBXButton
Tag = 3
Left = 8
Top = 10
Width = 90
Height = 21
AutoSize = False
Caption = 'Consultar'
ImageIndex = 0
TabOrder = 0
Wrapping = twEndEllipsis
end
end
object TBXLabel1: TTBXLabel
Left = 0
Top = 0
Width = 831
Height = 19
Margins.Left = 5
Margins.Top = 5
Align = alTop
Caption = 'Par'#225'metros de consulta'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = True
ParentFont = False
Underline = True
end
end
inherited dxComponentPrinter: TdxComponentPrinter
CurrentLink = dxComponentPrinterLink1
PreviewOptions.EnableOptions = [peoCanChangeMargins, peoPageBackground, peoPageSetup, peoPreferences, peoPrint, peoReportDesign]
Left = 184
Top = 120
object dxComponentPrinterLink1: 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.PageFooter.RightTitle.Strings = (
'[Page #] de [Total Pages]')
PrinterPage.PageHeader.LeftTitle.Strings = (
'[Date & Time Printed]')
PrinterPage.PageSize.X = 210000
PrinterPage.PageSize.Y = 297000
PrinterPage._dxMeasurementUnits_ = 0
PrinterPage._dxLastMU_ = 2
ReportDocument.CreationDate = 39349.529536493060000000
ReportDocument.IsCaptionAssigned = True
ReportTitle.AdjustOnReportScale = True
ReportTitle.Text = 'Venta mensual'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = 10
Font.Name = 'Tahoma'
Font.Style = []
OptionsFormatting.UseNativeStyles = True
OptionsSize.AutoWidth = True
OptionsView.Caption = False
OptionsView.FilterBar = False
Styles.Content = cxStyleContentInforme
Styles.Footer = cxStyleFooterInforme
Styles.Group = cxStyleGroupInforme
Styles.Header = cxStyleHeaderInforme
SupportedCustomDraw = True
BuiltInReportLink = True
end
end
inherited dxPSEngineController1: TdxPSEngineController
Left = 96
Top = 104
end
inherited cxStyleRepository1: TcxStyleRepository
inherited cxStyleEven: TcxStyle
AssignedValues = [svColor]
Color = clWindow
end
object cxStyleEntrada: TcxStyle
AssignedValues = [svTextColor]
TextColor = clNavy
end
object cxStyleSalida: TcxStyle
AssignedValues = [svTextColor]
TextColor = clGreen
end
object cxStyleTotales: TcxStyle
AssignedValues = [svColor, svFont]
Color = 13619151
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
end
end
object cxStyleRepositoryInforme: TcxStyleRepository
Left = 296
Top = 168
object cxStyleContentInforme: TcxStyle
AssignedValues = [svColor, svFont, svTextColor]
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -9
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 = -9
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 = -11
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 = -9
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 = -9
Font.Name = 'Tahoma'
Font.Style = []
TextColor = clBlack
end
end
end