git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@164 0c75b7a4-871f-7646-8a2f-f78d34cc349f
275 lines
8.8 KiB
Plaintext
275 lines
8.8 KiB
Plaintext
inherited frViewPresupuestosCliente: TfrViewPresupuestosCliente
|
|
Width = 931
|
|
Height = 479
|
|
ExplicitWidth = 931
|
|
ExplicitHeight = 479
|
|
inherited cxGrid: TcxGrid
|
|
Width = 931
|
|
Height = 351
|
|
RootLevelOptions.DetailTabsPosition = dtpTop
|
|
OnActiveTabChanged = cxGridActiveTabChanged
|
|
ExplicitWidth = 596
|
|
ExplicitHeight = 351
|
|
inherited cxGridView: TcxGridDBTableView
|
|
OnMouseMove = cxGridViewMouseMove
|
|
DataController.KeyFieldNames = 'ID'
|
|
DataController.Options = [dcoAnsiSort, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText, dcoGroupsAlwaysExpanded]
|
|
DataController.Summary.DefaultGroupSummaryItems = <
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Position = spFooter
|
|
Column = cxGridViewIMPORTE_TOTAL
|
|
end>
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '0 pedidos'
|
|
Kind = skCount
|
|
Column = cxGridViewREFERENCIA
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewIMPORTE_TOTAL
|
|
end>
|
|
OptionsCustomize.ColumnHidingOnGrouping = False
|
|
OptionsView.GroupFooters = gfAlwaysVisible
|
|
object cxGridViewID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'ID'
|
|
OnCustomDrawCell = cxGridViewIDCustomDrawCell
|
|
BestFitMaxWidth = 22
|
|
MinWidth = 22
|
|
Options.HorzSizing = False
|
|
Width = 22
|
|
IsCaptionAssigned = True
|
|
end
|
|
object cxGridViewINCIDENCIASACTIVAS: TcxGridDBColumn
|
|
Caption = 'Incidencias'
|
|
DataBinding.FieldName = 'INCIDENCIAS_ACTIVAS'
|
|
PropertiesClassName = 'TcxImageComboBoxProperties'
|
|
Properties.Images = PngImageList
|
|
Properties.Items = <
|
|
item
|
|
Description = 'Sin incidencias'
|
|
Value = 0
|
|
end
|
|
item
|
|
Description = 'Con incidencias'
|
|
ImageIndex = 3
|
|
Tag = 1
|
|
Value = 1
|
|
end>
|
|
Properties.LargeImages = PngImageList
|
|
Properties.ShowDescriptions = False
|
|
BestFitMaxWidth = 22
|
|
MinWidth = 22
|
|
Options.HorzSizing = False
|
|
Width = 22
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
BestFitMaxWidth = 25
|
|
Width = 68
|
|
end
|
|
object cxGridViewSITUACION: TcxGridDBColumn
|
|
Caption = 'Situaci'#243'n'
|
|
DataBinding.FieldName = 'SITUACION'
|
|
Width = 48
|
|
end
|
|
object cxGridViewFECHA_PRESUPUESTO: TcxGridDBColumn
|
|
Caption = 'Fecha presupuesto'
|
|
DataBinding.FieldName = 'FECHA_PRESUPUESTO'
|
|
BestFitMaxWidth = 45
|
|
SortIndex = 0
|
|
SortOrder = soDescending
|
|
Width = 68
|
|
end
|
|
object cxGridViewFECHA_DECISION: TcxGridDBColumn
|
|
Caption = 'Fecha decisi'#243'n'
|
|
DataBinding.FieldName = 'FECHA_DECISION'
|
|
BestFitMaxWidth = 45
|
|
Width = 60
|
|
end
|
|
object cxGridViewNIF_CIF: TcxGridDBColumn
|
|
Caption = 'NIF/CIF'
|
|
DataBinding.FieldName = 'NIF_CIF'
|
|
Width = 54
|
|
end
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
Caption = 'Nombre'
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
Width = 349
|
|
end
|
|
object cxGridViewCLIENTE_FINAL: TcxGridDBColumn
|
|
Caption = 'Cliente final'
|
|
DataBinding.FieldName = 'CLIENTE_FINAL'
|
|
Width = 137
|
|
end
|
|
object cxGridViewIMPORTE_TOTAL: TcxGridDBColumn
|
|
Caption = 'Importe total'
|
|
DataBinding.FieldName = 'IMPORTE_TOTAL'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 89
|
|
end
|
|
object cxGridViewFACTURA: TcxGridDBColumn
|
|
Caption = 'Ref. factura'
|
|
DataBinding.FieldName = 'FACTURA'
|
|
Visible = False
|
|
end
|
|
end
|
|
object cxGridDBTableView1: TcxGridDBTableView [1]
|
|
NavigatorButtons.ConfirmDelete = False
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
DataController.Summary.FooterSummaryItems = <>
|
|
DataController.Summary.SummaryGroups = <>
|
|
OptionsView.NewItemRowInfoText = 'Click here to add a new row'
|
|
end
|
|
inherited cxGridLevel: TcxGridLevel
|
|
Caption = 'Todos'
|
|
end
|
|
object cxGridLevelPendientes: TcxGridLevel
|
|
Caption = 'Pendientes'
|
|
end
|
|
object cxGridLevelEnProceso: TcxGridLevel
|
|
Caption = 'Aceptados'
|
|
end
|
|
object cxGridLevelServidor: TcxGridLevel
|
|
Caption = 'Anulados'
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
Width = 931
|
|
ExplicitWidth = 596
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
ExplicitWidth = 596
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
Width = 931
|
|
ExplicitWidth = 596
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
ExplicitWidth = 273
|
|
Width = 273
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Left = 383
|
|
ExplicitLeft = 383
|
|
ExplicitWidth = 294
|
|
Width = 294
|
|
end
|
|
end
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 931
|
|
ExplicitWidth = 596
|
|
inherited tbxBotones: TTBXToolbar
|
|
Width = 921
|
|
ExplicitWidth = 586
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited pnlAgrupaciones: TTBXDockablePanel
|
|
Top = 453
|
|
Visible = True
|
|
ExplicitTop = 453
|
|
ExplicitWidth = 596
|
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
|
Width = 931
|
|
ExplicitWidth = 596
|
|
inherited TBXToolbar1: TTBXToolbar
|
|
Width = 921
|
|
ExplicitWidth = 586
|
|
object TBXSeparatorItem2: TTBXSeparatorItem
|
|
end
|
|
object TBXItem3: TTBXItem
|
|
Action = actCliente
|
|
end
|
|
object TBXSeparatorItem1: TTBXSeparatorItem
|
|
Visible = False
|
|
end
|
|
object TBXItem2: TTBXItem
|
|
Action = actProvincia
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
Top = 184
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.741107951390000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
inherited dxPSEngineController1: TdxPSEngineController
|
|
Left = 296
|
|
Top = 160
|
|
end
|
|
inherited cxStyleRepository1: TcxStyleRepository
|
|
Left = 248
|
|
Top = 160
|
|
object cxStylePENDIENTES: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = clGreen
|
|
end
|
|
object cxStyleENPROCESO: TcxStyle
|
|
AssignedValues = [svTextColor]
|
|
TextColor = clBlue
|
|
end
|
|
object cxStyleSERVIDOS: TcxStyle
|
|
end
|
|
end
|
|
inherited cxViewGridPopupMenu: TcxGridPopupMenu
|
|
Left = 272
|
|
Top = 176
|
|
end
|
|
inherited ActionList1: TActionList
|
|
object actCliente: TAction
|
|
Caption = 'Cliente'
|
|
OnExecute = actClienteExecute
|
|
OnUpdate = actClienteUpdate
|
|
end
|
|
object actProvincia: TAction
|
|
Caption = 'Provincia'
|
|
OnExecute = actProvinciaExecute
|
|
OnUpdate = actProvinciaUpdate
|
|
end
|
|
end
|
|
inherited dxPrintStyleManager1: TdxPrintStyleManager
|
|
inherited dxPrintStyleManager1Style1: TdxPSPrintStyle
|
|
BuiltInStyle = True
|
|
end
|
|
end
|
|
object PngImageList: TPngImageList
|
|
PngImages = <
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
610000000970485973000017120000171201679FD252000001774944415478DA
|
|
63FCFFFF3FC384055BFF3390010A12BC1919610600394469FAF3F71FC3EF3F7F
|
|
192CBCB3192EEE99856A80C35E4B14C5079C8F836964F1ED368718662EDFC530
|
|
7FC9464C03F0815FBFFF826D06D10BD7EDC36E00BA0BB0815586BB18966D3A84
|
|
DB0098B341E01F50EECF9F7F709B034F3B312CD3DDC1B06ADB11FC06C05CB2CB
|
|
EE0883DB211BB8CD61E7DD18166A6E6558BFEB387E03D06DFEFDE70F981F75D9
|
|
8361AEEA2686CDFB4EE136609FD33106A77D56605BD79BEE033B1B044036C75F
|
|
F76698AEB88161E7A133B80D00391BDDE69FBFFE30FC028AA5DFF567E8975CCD
|
|
70F0D4454C0372623D195C0E58A384F862ED6D0CB157BDC0EC2972EB18721E05
|
|
317489AE643876EE32A601E9916E605BFEFCFE07B639E2A23BC37CF52D60B1DF
|
|
BF21B8F0792843ABE03286D397AE611A9018EA0CD70CF202CC6674D0C0BB98E1
|
|
C2B59B9806C40638C23583FC8D6CF36F688C80F0BF7FFF192EDDB8856940848F
|
|
2DC38A2D8789CE89180680044805200300115980F04CC063740000000049454E
|
|
44AE426082}
|
|
Name = 'PngImage0'
|
|
Background = clWindow
|
|
end>
|
|
Left = 56
|
|
Top = 48
|
|
Bitmap = {}
|
|
end
|
|
end
|