Repaso de nueva ubicacion y funciona

git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@27 9a1d36f3-7752-2d40-8ccb-50eb49674c68
This commit is contained in:
roberto 2016-02-23 12:02:28 +00:00
parent 33a3edf375
commit 064259873c
36 changed files with 75 additions and 103 deletions

Binary file not shown.

View File

@ -84,11 +84,6 @@ inherited frViewAlbaranRelacionado: TfrViewAlbaranRelacionado
DataBinding.DataSource = DADataSource DataBinding.DataSource = DADataSource
Enabled = False Enabled = False
ParentFont = False ParentFont = False
Style.Font.Charset = DEFAULT_CHARSET
Style.Font.Color = clWindowText
Style.Font.Height = -11
Style.Font.Name = 'Tahoma'
Style.Font.Style = []
Style.LookAndFeel.NativeStyle = True Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.NativeStyle = True
StyleDisabled.TextColor = clActiveCaption StyleDisabled.TextColor = clActiveCaption

View File

@ -5,8 +5,6 @@ inherited frViewPresupuestoAlbaran: TfrViewPresupuestoAlbaran
end end
inherited edtlReferencia: TcxDBTextEdit inherited edtlReferencia: TcxDBTextEdit
StyleDisabled.BorderStyle = ebsNone StyleDisabled.BorderStyle = ebsNone
Height = 21
Width = 245
end end
inherited ActionList1: TActionList inherited ActionList1: TActionList
inherited actElegirPresupuesto: TAction inherited actElegirPresupuesto: TAction

View File

@ -6,8 +6,8 @@ object srvAlbaranesCliente: TsrvAlbaranesCliente
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schAlbaranesCliente ServiceSchema = schAlbaranesCliente
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 413 Left = 362
Top = 220 Top = 187
Height = 463 Height = 463
Width = 347 Width = 347
object schAlbaranesCliente: TDASchema object schAlbaranesCliente: TDASchema

View File

@ -6,8 +6,8 @@ object srvAlmacenes: TsrvAlmacenes
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schAlmacenes ServiceSchema = schAlmacenes
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 200 Left = 176
Top = 175 Top = 149
Height = 300 Height = 300
Width = 300 Width = 300
object schAlmacenes: TDASchema object schAlmacenes: TDASchema

View File

@ -5,8 +5,8 @@ object srvArticulos: TsrvArticulos
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schArticulos ServiceSchema = schArticulos
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 449 Left = 393
Top = 197 Top = 167
Height = 300 Height = 300
Width = 300 Width = 300
object schArticulos: TDASchema object schArticulos: TDASchema

View File

@ -6,8 +6,8 @@ object srvAsientos: TsrvAsientos
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schAsientos ServiceSchema = schAsientos
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 512 Left = 448
Top = 147 Top = 125
Height = 300 Height = 300
Width = 300 Width = 300
object schAsientos: TDASchema object schAsientos: TDASchema

View File

@ -6,8 +6,8 @@ object srvCitas: TsrvCitas
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schCitas ServiceSchema = schCitas
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 502 Left = 439
Top = 180 Top = 153
Height = 184 Height = 184
Width = 245 Width = 245
object schCitas: TDASchema object schCitas: TDASchema

View File

@ -10,8 +10,8 @@ object dmContactos: TdmContactos
ParamType = fResult ParamType = fResult
DataType = rtString DataType = rtString
end> end>
Left = 535 Left = 468
Top = 332 Top = 281
Height = 498 Height = 498
Width = 531 Width = 531
object RORemoteService: TRORemoteService object RORemoteService: TRORemoteService

View File

@ -1,6 +1,6 @@
inherited fEditorClientes: TfEditorClientes inherited fEditorClientes: TfEditorClientes
Left = 441 Left = 386
Top = 313 Top = 265
Width = 693 Width = 693
Caption = 'Lista de clientes' Caption = 'Lista de clientes'
PixelsPerInch = 96 PixelsPerInch = 96
@ -45,9 +45,6 @@ inherited fEditorClientes: TfEditorClientes
end end
inherited TBXDock: TTBXDock inherited TBXDock: TTBXDock
Width = 685 Width = 685
inherited tbxFiltro: TTBXToolbar
Left = 411
end
end end
inherited StatusBar: TStatusBar inherited StatusBar: TStatusBar
Width = 685 Width = 685

View File

@ -1,6 +1,6 @@
inherited fEditorContacto: TfEditorContacto inherited fEditorContacto: TfEditorContacto
Left = 575 Left = 503
Top = 291 Top = 247
HorzScrollBar.Visible = False HorzScrollBar.Visible = False
VertScrollBar.Range = 0 VertScrollBar.Range = 0
VertScrollBar.Visible = False VertScrollBar.Visible = False

View File

@ -1,6 +1,6 @@
inherited fEditorContactos: TfEditorContactos inherited fEditorContactos: TfEditorContactos
Left = 180 Left = 158
Top = 250 Top = 212
Caption = 'Lista de contactos' Caption = 'Lista de contactos'
PixelsPerInch = 96 PixelsPerInch = 96
TextHeight = 13 TextHeight = 13

View File

@ -1,6 +1,6 @@
inherited fEditorProveedores: TfEditorProveedores inherited fEditorProveedores: TfEditorProveedores
Left = 406 Left = 355
Top = 352 Top = 298
Caption = 'Lista de proveedores' Caption = 'Lista de proveedores'
PixelsPerInch = 96 PixelsPerInch = 96
TextHeight = 13 TextHeight = 13
@ -40,11 +40,6 @@ inherited fEditorProveedores: TfEditorProveedores
FF01702244FEF5B056BE0000000049454E44AE426082} FF01702244FEF5B056BE0000000049454E44AE426082}
end end
end end
inherited TBXDock: TTBXDock
inherited tbxFiltro: TTBXToolbar
Left = 411
end
end
inherited frViewBarraSeleccion: TfrViewBarraSeleccion inherited frViewBarraSeleccion: TfrViewBarraSeleccion
inherited pnlSeleccion: TPanel inherited pnlSeleccion: TPanel
inherited bSeleccionar: TButton inherited bSeleccionar: TButton

View File

@ -7,8 +7,8 @@ object srvContactos: TsrvContactos
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schContactos ServiceSchema = schContactos
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 617 Left = 540
Top = 273 Top = 232
Height = 354 Height = 354
Width = 450 Width = 450
object schContactos: TDASchema object schContactos: TDASchema

View File

@ -6,8 +6,8 @@ object srvCuentas: TsrvCuentas
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schCuentas ServiceSchema = schCuentas
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 555 Left = 485
Top = 156 Top = 133
Height = 300 Height = 300
Width = 300 Width = 300
object schCuentas: TDASchema object schCuentas: TDASchema

View File

@ -1,6 +1,6 @@
inherited fEditorFacturaCliente: TfEditorFacturaCliente inherited fEditorFacturaCliente: TfEditorFacturaCliente
Left = 454 Left = 397
Top = 208 Top = 177
Width = 777 Width = 777
Height = 615 Height = 615
Caption = 'Nueva factura de cliente' Caption = 'Nueva factura de cliente'

View File

@ -1,8 +1,4 @@
inherited frViewAlbaranFactura: TfrViewAlbaranFactura inherited frViewAlbaranFactura: TfrViewAlbaranFactura
inherited edtlReferencia: TcxDBTextEdit
Height = 21
Width = 245
end
inherited ActionList1: TActionList inherited ActionList1: TActionList
inherited actElegirAlbaran: TAction inherited actElegirAlbaran: TAction
OnExecute = actElegirAlbaranExecute OnExecute = actElegirAlbaranExecute

View File

@ -6,8 +6,8 @@ object srvFacturasCliente: TsrvFacturasCliente
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schFacturasCliente ServiceSchema = schFacturasCliente
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 710 Left = 621
Top = 270 Top = 229
Height = 490 Height = 490
Width = 347 Width = 347
object schFacturasCliente: TDASchema object schFacturasCliente: TDASchema

View File

@ -68,6 +68,7 @@ inherited frViewFacturaProveedor: TfrViewFacturaProveedor
end end
inherited ToolBar2: TToolBar inherited ToolBar2: TToolBar
Left = 181 Left = 181
Width = 201
ButtonWidth = 197 ButtonWidth = 197
end end
inherited edtCodigoPostal: TcxDBTextEdit inherited edtCodigoPostal: TcxDBTextEdit

View File

@ -6,8 +6,8 @@ object srvFacturasProveedor: TsrvFacturasProveedor
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schFacturasProveedor ServiceSchema = schFacturasProveedor
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 477 Left = 417
Top = 333 Top = 282
Height = 392 Height = 392
Width = 369 Width = 369
object schFacturasProveedor: TDASchema object schFacturasProveedor: TDASchema

View File

@ -6,8 +6,8 @@ object srvIntervalos: TsrvIntervalos
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schIntervalos ServiceSchema = schIntervalos
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 444 Left = 389
Top = 179 Top = 152
Height = 300 Height = 300
Width = 300 Width = 300
object schIntervalos: TDASchema object schIntervalos: TDASchema

View File

@ -1,6 +1,6 @@
inherited fEditorMontaje: TfEditorMontaje inherited fEditorMontaje: TfEditorMontaje
Left = 337 Left = 295
Top = 203 Top = 172
Width = 766 Width = 766
Height = 497 Height = 497
HorzScrollBar.Visible = False HorzScrollBar.Visible = False
@ -114,9 +114,6 @@ inherited fEditorMontaje: TfEditorMontaje
inherited edtCalle: TcxDBTextEdit inherited edtCalle: TcxDBTextEdit
Width = 296 Width = 296
end end
inherited ToolBar2: TToolBar
Width = 182
end
inherited edtCodigoPostal: TcxDBTextEdit inherited edtCodigoPostal: TcxDBTextEdit
Width = 105 Width = 105
end end
@ -170,6 +167,9 @@ inherited fEditorMontaje: TfEditorMontaje
end end
inherited TBXAlignmentPanel1: TTBXAlignmentPanel inherited TBXAlignmentPanel1: TTBXAlignmentPanel
Width = 746 Width = 746
inherited tbxBotones: TTBXToolbar
Width = 736
end
end end
end end
end end
@ -235,6 +235,9 @@ inherited fEditorMontaje: TfEditorMontaje
end end
inherited TBXAlignmentPanel1: TTBXAlignmentPanel inherited TBXAlignmentPanel1: TTBXAlignmentPanel
Width = 746 Width = 746
inherited tbxBotones: TTBXToolbar
Width = 736
end
end end
end end
end end

View File

@ -78,13 +78,13 @@ inherited frViewArticulosMontaje: TfrViewArticulosMontaje
inherited TBXDockablePanel1: TTBXDockablePanel inherited TBXDockablePanel1: TTBXDockablePanel
inherited dxLayoutControl1: TdxLayoutControl inherited dxLayoutControl1: TdxLayoutControl
inherited txtFiltroTodo: TcxTextEdit inherited txtFiltroTodo: TcxTextEdit
Width = 273 Width = 465
end end
inherited edtFechaIniFiltro: TcxDateEdit inherited edtFechaIniFiltro: TcxDateEdit
Width = 121 Width = 245
end end
inherited edtFechaFinFiltro: TcxDateEdit inherited edtFechaFinFiltro: TcxDateEdit
Width = 121 Width = 204
end end
end end
end end

View File

@ -1,10 +1,7 @@
inherited frViewFichaBeneficiosMontaje: TfrViewFichaBeneficiosMontaje inherited frViewFichaBeneficiosMontaje: TfrViewFichaBeneficiosMontaje
Width = 783
Height = 378
inherited cxGrid: TcxGrid inherited cxGrid: TcxGrid
Top = 127 Top = 127
Width = 783 Height = 143
Height = 251
inherited cxGridView: TcxGridDBTableView inherited cxGridView: TcxGridDBTableView
DataController.DataModeController.SmartRefresh = False DataController.DataModeController.SmartRefresh = False
DataController.DataModeController.SyncMode = True DataController.DataModeController.SyncMode = True
@ -88,7 +85,7 @@ inherited frViewFichaBeneficiosMontaje: TfrViewFichaBeneficiosMontaje
object ToolBar1: TToolBar [1] object ToolBar1: TToolBar [1]
Left = 0 Left = 0
Top = 0 Top = 0
Width = 783 Width = 443
Height = 25 Height = 25
ButtonWidth = 63 ButtonWidth = 63
Caption = 'ToolBar1' Caption = 'ToolBar1'
@ -121,27 +118,17 @@ inherited frViewFichaBeneficiosMontaje: TfrViewFichaBeneficiosMontaje
end end
inherited frViewFiltroBase1: TfrViewFiltroBase inherited frViewFiltroBase1: TfrViewFiltroBase
Top = 25 Top = 25
Width = 783
inherited TBXDock1: TTBXDock inherited TBXDock1: TTBXDock
Width = 783
inherited TBXDockablePanel1: TTBXDockablePanel inherited TBXDockablePanel1: TTBXDockablePanel
inherited dxLayoutControl1: TdxLayoutControl inherited dxLayoutControl1: TdxLayoutControl
Width = 779
inherited txtFiltroTodo: TcxTextEdit inherited txtFiltroTodo: TcxTextEdit
Width = 273 Width = 465
end end
inherited edtFechaIniFiltro: TcxDateEdit inherited edtFechaIniFiltro: TcxDateEdit
Width = 121 Width = 245
end end
inherited edtFechaFinFiltro: TcxDateEdit inherited edtFechaFinFiltro: TcxDateEdit
Left = 479 Width = 204
Width = 121
end
end
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
Width = 779
inherited tbxBotones: TTBXToolbar
Width = 769
end end
end end
end end

View File

@ -135,13 +135,13 @@ inherited frViewPedidosMontaje: TfrViewPedidosMontaje
inherited TBXDockablePanel1: TTBXDockablePanel inherited TBXDockablePanel1: TTBXDockablePanel
inherited dxLayoutControl1: TdxLayoutControl inherited dxLayoutControl1: TdxLayoutControl
inherited txtFiltroTodo: TcxTextEdit inherited txtFiltroTodo: TcxTextEdit
Width = 273 Width = 465
end end
inherited edtFechaIniFiltro: TcxDateEdit inherited edtFechaIniFiltro: TcxDateEdit
Width = 121 Width = 245
end end
inherited edtFechaFinFiltro: TcxDateEdit inherited edtFechaFinFiltro: TcxDateEdit
Width = 121 Width = 204
end end
end end
end end

View File

@ -5,8 +5,8 @@ object srvMontajes: TsrvMontajes
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schMontajes ServiceSchema = schMontajes
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 647 Left = 566
Top = 181 Top = 154
Height = 356 Height = 356
Width = 300 Width = 300
object bpMontajes: TDABusinessProcessor object bpMontajes: TDABusinessProcessor

View File

@ -10,8 +10,8 @@ object dmPagos: TdmPagos
ParamType = fResult ParamType = fResult
DataType = rtString DataType = rtString
end> end>
Left = 241 Left = 211
Top = 140 Top = 119
Height = 208 Height = 208
Width = 313 Width = 313
object RORemoteService: TRORemoteService object RORemoteService: TRORemoteService

View File

@ -99,11 +99,6 @@ inherited frViewDatosPago: TfrViewDatosPago
Properties.UseLeftAlignmentOnEditing = False Properties.UseLeftAlignmentOnEditing = False
Properties.UseThousandSeparator = True Properties.UseThousandSeparator = True
Style.Color = clInfoBk Style.Color = clInfoBk
Style.Font.Charset = DEFAULT_CHARSET
Style.Font.Color = clWindowText
Style.Font.Height = -11
Style.Font.Name = 'MS Sans Serif'
Style.Font.Style = []
Style.LookAndFeel.Kind = lfStandard Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True Style.LookAndFeel.NativeStyle = True
Style.TextColor = clWindowText Style.TextColor = clWindowText

View File

@ -35,4 +35,9 @@ inherited frViewPagoProveedor: TfrViewPagoProveedor
end end
end end
end end
inherited frListaCuentas1: TfrListaCuentas
inherited cxCuenta: TcxDBLookupComboBox
DataBinding.DataSource = DADataSource
end
end
end end

View File

@ -6,8 +6,8 @@ object srvPagos: TsrvPagos
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schPagos ServiceSchema = schPagos
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 345 Left = 302
Top = 394 Top = 334
Height = 300 Height = 300
Width = 300 Width = 300
object schPagos: TDASchema object schPagos: TDASchema

View File

@ -6,8 +6,8 @@ object srvPedidosProveedor: TsrvPedidosProveedor
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schPedidosProveedor ServiceSchema = schPedidosProveedor
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 445 Left = 389
Top = 267 Top = 226
Height = 459 Height = 459
Width = 300 Width = 300
object schPedidosProveedor: TDASchema object schPedidosProveedor: TDASchema

View File

@ -10,8 +10,8 @@ object dmPresupuestos: TdmPresupuestos
ParamType = fResult ParamType = fResult
DataType = rtString DataType = rtString
end> end>
Left = 628 Left = 549
Top = 377 Top = 319
Height = 326 Height = 326
Width = 367 Width = 367
object RORemoteService: TRORemoteService object RORemoteService: TRORemoteService

View File

@ -1,6 +1,6 @@
inherited fEditorPresupuestos: TfEditorPresupuestos inherited fEditorPresupuestos: TfEditorPresupuestos
Left = 221 Left = 194
Top = 205 Top = 174
Width = 781 Width = 781
Caption = 'Lista de presupuestos' Caption = 'Lista de presupuestos'
PixelsPerInch = 96 PixelsPerInch = 96

View File

@ -6,8 +6,8 @@ object srvPresupuestos: TsrvPresupuestos
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schPresupuestos ServiceSchema = schPresupuestos
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 728 Left = 636
Top = 316 Top = 268
Height = 359 Height = 359
Width = 328 Width = 328
object schPresupuestos: TDASchema object schPresupuestos: TDASchema

View File

@ -5,8 +5,8 @@ object srvComisiones: TsrvComisiones
AcquireConnection = True AcquireConnection = True
ServiceSchema = schComisiones ServiceSchema = schComisiones
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 677 Left = 592
Top = 169 Top = 144
Height = 300 Height = 300
Width = 300 Width = 300
object schComisiones: TDASchema object schComisiones: TDASchema

View File

@ -6,8 +6,8 @@ object srvConfiguracion: TsrvConfiguracion
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schConfiguracion ServiceSchema = schConfiguracion
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 706 Left = 617
Top = 96 Top = 82
Height = 161 Height = 161
Width = 300 Width = 300
object schConfiguracion: TDASchema object schConfiguracion: TDASchema