git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@27 9a1d36f3-7752-2d40-8ccb-50eb49674c68
207 lines
7.4 KiB
Plaintext
207 lines
7.4 KiB
Plaintext
inherited frViewFichaBeneficiosMontaje: TfrViewFichaBeneficiosMontaje
|
|
inherited cxGrid: TcxGrid
|
|
Top = 127
|
|
Height = 143
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.DataModeController.SmartRefresh = False
|
|
DataController.DataModeController.SyncMode = True
|
|
DataController.KeyFieldNames = 'RecID'
|
|
DataController.Options = [dcoAnsiSort, dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoSortByDisplayText, dcoFocusTopRowAfterSorting, dcoImmediatePost]
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Format = '0 Apartados'
|
|
Kind = skCount
|
|
Column = cxGridViewDESCRIPCION
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewCOMPRA
|
|
end
|
|
item
|
|
Format = ',0.00 '#8364';-,0.00 '#8364
|
|
Kind = skSum
|
|
Column = cxGridViewVENTA
|
|
end>
|
|
OptionsBehavior.GoToNextCellOnEnter = True
|
|
OptionsCustomize.ColumnMoving = False
|
|
OptionsCustomize.ColumnSorting = False
|
|
OptionsData.Appending = True
|
|
OptionsData.CancelOnExit = False
|
|
OptionsData.Deleting = True
|
|
OptionsData.Editing = True
|
|
OptionsData.Inserting = True
|
|
OptionsSelection.CellSelect = True
|
|
object cxGridViewRecID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'RecID'
|
|
Visible = False
|
|
end
|
|
object cxGridViewCODIGOMONTAJE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CODIGOMONTAJE'
|
|
end
|
|
object cxGridViewNUMCONCEPTO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NUMCONCEPTO'
|
|
Visible = False
|
|
end
|
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'DESCRIPCION'
|
|
Styles.Content = cxStyleOdd
|
|
Width = 98
|
|
IsCaptionAssigned = True
|
|
end
|
|
object cxGridViewMODELO: TcxGridDBColumn
|
|
Caption = 'Modelo'
|
|
DataBinding.FieldName = 'MODELO'
|
|
Width = 98
|
|
end
|
|
object cxGridViewPROVEEDOR: TcxGridDBColumn
|
|
Caption = 'Proveedor'
|
|
DataBinding.FieldName = 'PROVEEDOR'
|
|
Width = 90
|
|
end
|
|
object cxGridViewCOMPRA: TcxGridDBColumn
|
|
Caption = 'Compra'
|
|
DataBinding.FieldName = 'COMPRA'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 78
|
|
end
|
|
object cxGridViewVENTA: TcxGridDBColumn
|
|
Caption = 'Venta'
|
|
DataBinding.FieldName = 'VENTA'
|
|
PropertiesClassName = 'TcxCurrencyEditProperties'
|
|
Properties.Alignment.Horz = taRightJustify
|
|
FooterAlignmentHorz = taRightJustify
|
|
HeaderAlignmentHorz = taRightJustify
|
|
Width = 77
|
|
end
|
|
end
|
|
inherited cxGridLevel: TcxGridLevel
|
|
Caption = 'Todos'
|
|
end
|
|
end
|
|
object ToolBar1: TToolBar [1]
|
|
Left = 0
|
|
Top = 0
|
|
Width = 443
|
|
Height = 25
|
|
ButtonWidth = 63
|
|
Caption = 'ToolBar1'
|
|
EdgeBorders = []
|
|
EdgeInner = esNone
|
|
EdgeOuter = esNone
|
|
Flat = True
|
|
Images = PngImageList
|
|
List = True
|
|
ShowCaptions = True
|
|
TabOrder = 2
|
|
object ToolButton1: TToolButton
|
|
Left = 0
|
|
Top = 0
|
|
Action = actAnadir
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 63
|
|
Top = 0
|
|
Action = actEliminar
|
|
end
|
|
object ToolButton7: TToolButton
|
|
Left = 126
|
|
Top = 0
|
|
Width = 8
|
|
Caption = 'ToolButton7'
|
|
ImageIndex = 5
|
|
Style = tbsSeparator
|
|
end
|
|
end
|
|
inherited frViewFiltroBase1: TfrViewFiltroBase
|
|
Top = 25
|
|
inherited TBXDock1: TTBXDock
|
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited txtFiltroTodo: TcxTextEdit
|
|
Width = 465
|
|
end
|
|
inherited edtFechaIniFiltro: TcxDateEdit
|
|
Width = 245
|
|
end
|
|
inherited edtFechaFinFiltro: TcxDateEdit
|
|
Width = 204
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited ActionList1: TActionList
|
|
Images = PngImageList
|
|
Left = 8
|
|
Top = 32
|
|
object actAnadir: TAction
|
|
Caption = 'A'#241'adir'
|
|
ImageIndex = 0
|
|
OnExecute = actAnadirExecute
|
|
end
|
|
object actEliminar: TAction
|
|
Caption = 'Eliminar'
|
|
ImageIndex = 1
|
|
OnExecute = actEliminarExecute
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.842406053240000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
object PngImageList: TPngImageList
|
|
PngImages = <
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
610000000970485973000017120000171201679FD252000000D04944415478DA
|
|
6364C0062630FCC72A5EC0C0882EC488CB80191909706EDDBA750CAF767D6260
|
|
5830240DF8F9FB3743EBE6CD780CC011602003409A7F0071EF8E1D10030C30D5
|
|
31A23B1706609AB1E23F7FC0F4FA2967B01B408CE6A3B76E815D856100319ABF
|
|
FFFAC570EEC103540340218D0C92EDECE01AD79E398335ACE106305CC0942CAC
|
|
77871BB0F5E2454820620138A331D3CB09EEECBD57AF929E0E629DADC106FCF9
|
|
F70F1E602419106A67C6F01DE40260805D7AFC9874037C2C0D194EDDBD8B1260
|
|
241900A6D103178B01000648ED7B1FCA93F30000000049454E44AE426082}
|
|
Name = 'PngImage0'
|
|
Background = clWindow
|
|
end
|
|
item
|
|
PngImage.Data = {
|
|
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3FF
|
|
61000000097048597300000AEB00000AEB01828B0D5A000002854944415478DA
|
|
A5935D48536118C7FFAFDB8CCD557E7F34B33167F9119617A91596495D781304
|
|
451021A651362821B1ABA49B6EA4460961D88542055D84DD6545415992174994
|
|
9625CC8F9C329D9B5F3BE9CED9D9797BCEA1C932A3A0079EC3CBE13CBFE7FF7F
|
|
9FF330CE39FE2798FAB80BA4E61559EB2551E67B07279AE8D51FA98F2CC99546
|
|
031A3D6E5FF329993F631D80B52227A6D7929F9BAEA459D1D73BE8DC3330D6B8
|
|
1AD206641414DA5A6224E1E8ECA47779660955D532EF642F1371BD74331A14FA
|
|
9C27A4439F5D88777DAE1B65FD230D11485786B9363D65FD35C1EB4B9817427E
|
|
9F80C335C05BD53E23B2A934132FB23662B71406C2B14698F38AF0E9EB9473E8
|
|
E3C8655BD686D6F858A5DA3F27B04511E37E0195B5C0A00AD6003FE5259758F0
|
|
3AD1843C15125218CCB6AD707FF34EAC93973217041154ECF608D8770E188BD8
|
|
5A01A8A1DEC5F60CF4980CB0A890E8A47AFFF477EC3F037C8EBE975F006ADC37
|
|
60A7351E3D061DE222C522A5270047AD82DBAB27B21AC09EDA373525E9A52BCB
|
|
7E5F4CB4822509BE80848AB3C0C09A806380EE7CA1BDC55EB4CDE17AF2984932
|
|
75A60CCA088739742A84CE1E49C1010730F41BA03B27CD595C517CB1FFF92B04
|
|
E6035AF142101DCB12DA743AB413243FA468331D0F01E51780D1154057AAF148
|
|
D92E7BE794778E8DB92634C901116FA6451CAA27214EC06802AE5227AA839ED2
|
|
45A0729AC6A406182DD9329C10A7B7F57D18D63A93DF99D92076905F4FB4DF56
|
|
A08C20ED9476027CD1209C7BD9FBDC947BC1C0E2C9596A4B003E27E2F8E9301E
|
|
AEB507B700334968A6631D019C759C5F627780822413BA194312CDFB41958C13
|
|
7FDB4052739000430ECEDD913F313B568F9B8B326AC8F7CCBFAEB27A073F0058
|
|
5538F0EAB25B380000000049454E44AE426082}
|
|
Name = 'PngImage1'
|
|
Background = clWindow
|
|
end>
|
|
Left = 40
|
|
Top = 32
|
|
Bitmap = {}
|
|
end
|
|
end
|