Varela_PuntosVenta/Source/Modulos/VentasProceso/Cliente/uViewControGridlVentaProceso.dfm
2007-08-01 16:16:26 +00:00

195 lines
7.5 KiB
Plaintext

inherited frViewControlGridVentaProceso: TfrViewControlGridVentaProceso
Width = 632
Height = 419
object cxGrid: TcxGrid [0]
Left = 0
Top = 0
Width = 632
Height = 419
Align = alClient
TabOrder = 0
LookAndFeel.Kind = lfStandard
LookAndFeel.NativeStyle = True
object cxGridView: TcxGridDBTableView
NavigatorButtons.ConfirmDelete = False
FilterBox.CustomizeDialog = False
FilterBox.Visible = fvAlways
DataController.Filter.Options = [fcoCaseInsensitive]
DataController.Filter.OnChanged = cxGridViewDataControllerFilterChanged
DataController.Options = [dcoAnsiSort, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
DataController.Summary.OnAfterSummary = cxGridViewDataControllerSummaryAfterSummary
DataController.OnGroupingChanged = cxGridViewDataControllerGroupingChanged
DataController.OnSortingChanged = cxGridViewDataControllerSortingChanged
OptionsBehavior.CellHints = True
OptionsCustomize.ColumnFiltering = False
OptionsCustomize.ColumnGrouping = False
OptionsCustomize.DataRowSizing = True
OptionsCustomize.GroupRowSizing = True
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.GroupFooters = gfAlwaysVisible
OptionsView.HeaderEndEllipsis = True
OptionsView.NewItemRowInfoText = 'Click here to add a new row'
Styles.FilterBox = cxStyleFilterBox
Styles.OnGetContentStyle = cxGridViewStylesGetContentStyle
OnColumnPosChanged = cxGridViewColumnPosChanged
OnColumnSizeChanged = cxGridViewColumnSizeChanged
object cxGridViewFECHA: TcxGridDBColumn
Caption = 'Fecha'
DataBinding.FieldName = 'FECHA'
PropertiesClassName = 'TcxDateEditProperties'
Properties.SaveTime = False
Properties.ShowTime = False
end
object cxGridViewDIA: TcxGridDBColumn
Caption = 'Dia'
DataBinding.FieldName = 'DIA'
end
object cxGridViewDIASEMANA: TcxGridDBColumn
Caption = 'Dia de la semana'
DataBinding.FieldName = 'DIASEMANA'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewDIASEMANAPropertiesInitPopup
end
object cxGridViewMES: TcxGridDBColumn
Caption = 'Mes'
DataBinding.FieldName = 'MES'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewMESPropertiesInitPopup
end
object cxGridViewANO: TcxGridDBColumn
Caption = 'A'#241'o'
DataBinding.FieldName = 'ANO'
end
object cxGridViewCENTRO: TcxGridDBColumn
Caption = 'Centro'
DataBinding.FieldName = 'CENTRO'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewCENTROPropertiesInitPopup
end
object cxGridViewVENDEDOR: TcxGridDBColumn
Caption = 'Vendedor'
DataBinding.FieldName = 'VENDEDOR'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewVENDEDORPropertiesInitPopup
end
object cxGridViewNUMTALON: TcxGridDBColumn
Caption = 'Talon'
DataBinding.FieldName = 'NUMTALON'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewNUMTALONPropertiesInitPopup
end
object cxGridViewCODIGO: TcxGridDBColumn
Caption = 'Codigo'
DataBinding.FieldName = 'CODIGO'
PropertiesClassName = 'TcxTextEditProperties'
end
object cxGridViewPRODUCTO: TcxGridDBColumn
Caption = 'Producto'
DataBinding.FieldName = 'PRODUCTO'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewPRODUCTOPropertiesInitPopup
end
object cxGridViewGRUPOPRODUCTO: TcxGridDBColumn
Caption = 'Grupo'
DataBinding.FieldName = 'GRUPOPRODUCTO'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewGRUPOPRODUCTOPropertiesInitPopup
end
object cxGridViewTIPOPRODUCTO: TcxGridDBColumn
Caption = 'Tipo'
DataBinding.FieldName = 'TIPOPRODUCTO'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewTIPOPRODUCTOPropertiesInitPopup
end
object cxGridViewCOLECCION: TcxGridDBColumn
Caption = 'Coleccion'
DataBinding.FieldName = 'COLECCION'
PropertiesClassName = 'TcxComboBoxProperties'
Properties.OnInitPopup = cxGridViewCOLECCIONPropertiesInitPopup
end
object cxGridViewCOLOR: TcxGridDBColumn
Caption = 'Color'
DataBinding.FieldName = 'COLOR'
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taLeftJustify
end
object cxGridViewTALLA: TcxGridDBColumn
Caption = 'Talla'
DataBinding.FieldName = 'TALLA'
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taLeftJustify
end
object cxGridViewINICIO: TcxGridDBColumn
Caption = 'Inicio'
DataBinding.FieldName = 'INICIO'
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taRightJustify
FooterAlignmentHorz = taRightJustify
HeaderAlignmentHorz = taRightJustify
end
object cxGridViewFINAL: TcxGridDBColumn
Caption = 'Final'
DataBinding.FieldName = 'FINAL'
PropertiesClassName = 'TcxTextEditProperties'
Properties.Alignment.Horz = taRightJustify
FooterAlignmentHorz = taRightJustify
HeaderAlignmentHorz = taRightJustify
end
object cxGridViewIMPORTE: TcxGridDBColumn
Caption = 'Importe'
DataBinding.FieldName = 'IMPORTE'
PropertiesClassName = 'TcxCurrencyEditProperties'
Properties.Alignment.Horz = taRightJustify
FooterAlignmentHorz = taRightJustify
HeaderAlignmentHorz = taRightJustify
end
end
object cxGridLevel: TcxGridLevel
GridView = cxGridView
end
end
inherited dxPrintStyleManager1: TdxPrintStyleManager
inherited dxPrintStyleManager1Style1: TdxPSPrintStyle
BuiltInStyle = True
end
end
inherited dxComponentPrinter: TdxComponentPrinter
inherited dxPrinterLinkcxGrid: TdxGridReportLink
Component = cxGrid
BuiltInReportLink = True
end
end
object cxStyleRepository1: TcxStyleRepository
Left = 16
Top = 48
object cxStyleRed: TcxStyle
AssignedValues = [svTextColor]
TextColor = clRed
end
object cxStyleBlue: TcxStyle
AssignedValues = [svTextColor]
TextColor = clBlue
end
object cxStyleFilterBox: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = clInfoBk
TextColor = clWindowText
end
end
end