git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
111 lines
3.0 KiB
Plaintext
111 lines
3.0 KiB
Plaintext
inherited frViewPedidosMontaje: TfrViewPedidosMontaje
|
|
inherited cxGrid: TcxGrid
|
|
Top = 25
|
|
Height = 245
|
|
inherited cxGridView: TcxGridDBTableView
|
|
DataController.KeyFieldNames = 'CODIGO'
|
|
DataController.Summary.FooterSummaryItems = <
|
|
item
|
|
Kind = skCount
|
|
end>
|
|
OptionsBehavior.PullFocusing = True
|
|
object cxGridViewRecID: TcxGridDBColumn
|
|
DataBinding.FieldName = 'RecID'
|
|
Visible = False
|
|
end
|
|
object cxGridViewCODIGOEMPRESA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CODIGOEMPRESA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewCODIGO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'CODIGO'
|
|
Visible = False
|
|
end
|
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'REFERENCIA'
|
|
end
|
|
object cxGridViewNOMBRE: TcxGridDBColumn
|
|
DataBinding.FieldName = 'NOMBRE'
|
|
end
|
|
object cxGridViewSITUACION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'SITUACION'
|
|
end
|
|
object cxGridViewFECHAALTA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FECHAALTA'
|
|
Visible = False
|
|
end
|
|
object cxGridViewUSUARIO: TcxGridDBColumn
|
|
DataBinding.FieldName = 'USUARIO'
|
|
Visible = False
|
|
end
|
|
object cxGridViewFECHACONFIRMACION: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FECHACONFIRMACION'
|
|
end
|
|
object cxGridViewFECHAENTREGA: TcxGridDBColumn
|
|
DataBinding.FieldName = 'FECHAENTREGA'
|
|
end
|
|
end
|
|
inherited cxGridLevel: TcxGridLevel
|
|
Caption = 'Todos'
|
|
end
|
|
end
|
|
object ToolBar1: TToolBar [1]
|
|
Left = 0
|
|
Top = 0
|
|
Width = 443
|
|
Height = 25
|
|
ButtonHeight = 19
|
|
ButtonWidth = 90
|
|
Caption = 'ToolBar1'
|
|
EdgeBorders = []
|
|
EdgeInner = esNone
|
|
EdgeOuter = esNone
|
|
Flat = True
|
|
List = True
|
|
ShowCaptions = True
|
|
TabOrder = 1
|
|
object ToolButton1: TToolButton
|
|
Left = 0
|
|
Top = 0
|
|
Action = actAnadir
|
|
end
|
|
object ToolButton2: TToolButton
|
|
Left = 90
|
|
Top = 0
|
|
Action = actModificar
|
|
end
|
|
object ToolButton4: TToolButton
|
|
Left = 180
|
|
Top = 0
|
|
Action = actEliminar
|
|
end
|
|
end
|
|
inherited ActionList1: TActionList
|
|
Left = 8
|
|
Top = 32
|
|
object actAnadir: TAction
|
|
Caption = 'A'#241'adir pedido'
|
|
OnExecute = actAnadirExecute
|
|
end
|
|
object actModificar: TAction
|
|
Caption = 'Modificar pedido'
|
|
OnExecute = actModificarExecute
|
|
end
|
|
object actEliminar: TAction
|
|
Caption = 'Eliminar pedido'
|
|
OnExecute = actEliminarExecute
|
|
end
|
|
end
|
|
inherited dxComponentPrinter: TdxComponentPrinter
|
|
inherited dxComponentPrinterLink: TdxGridReportLink
|
|
ReportDocument.CreationDate = 38673.842406053240000000
|
|
BuiltInReportLink = True
|
|
end
|
|
end
|
|
object PngImageList: TPngImageList
|
|
PngImages = <>
|
|
Left = 40
|
|
Top = 32
|
|
end
|
|
end
|