git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@9 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
f73017d09e
commit
e4a6b5fc96
@ -19,7 +19,7 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
ExplicitLeft = 613
|
||||
end
|
||||
object Label1: TLabel [3]
|
||||
Left = 366
|
||||
Left = 372
|
||||
Top = 307
|
||||
Width = 342
|
||||
Height = 26
|
||||
@ -29,37 +29,37 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
WordWrap = True
|
||||
end
|
||||
inherited eCalle: TcxDBTextEdit
|
||||
Left = 124
|
||||
Left = 138
|
||||
Top = 304
|
||||
TabOrder = 9
|
||||
ExplicitLeft = 124
|
||||
ExplicitLeft = 138
|
||||
ExplicitTop = 304
|
||||
ExplicitWidth = 264
|
||||
Width = 264
|
||||
end
|
||||
inherited eProvincia: TcxDBTextEdit
|
||||
Left = 124
|
||||
Left = 138
|
||||
Top = 358
|
||||
TabOrder = 12
|
||||
ExplicitLeft = 124
|
||||
ExplicitLeft = 138
|
||||
ExplicitTop = 358
|
||||
ExplicitWidth = 264
|
||||
Width = 264
|
||||
end
|
||||
inherited ePoblacion: TcxDBTextEdit
|
||||
Left = 124
|
||||
Left = 138
|
||||
Top = 331
|
||||
TabOrder = 10
|
||||
ExplicitLeft = 124
|
||||
ExplicitLeft = 138
|
||||
ExplicitTop = 331
|
||||
ExplicitWidth = 163
|
||||
Width = 163
|
||||
end
|
||||
inherited eCodigoPostal: TcxDBTextEdit
|
||||
Left = 271
|
||||
Left = 277
|
||||
Top = 331
|
||||
TabOrder = 11
|
||||
ExplicitLeft = 271
|
||||
ExplicitLeft = 277
|
||||
ExplicitTop = 331
|
||||
end
|
||||
inherited eObservaciones: TcxDBMemo
|
||||
@ -70,7 +70,7 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
Height = 20
|
||||
end
|
||||
object cxDBCheckBox1: TcxDBCheckBox [9]
|
||||
Left = 366
|
||||
Left = 372
|
||||
Top = 280
|
||||
Caption = 'Incluir este proveedor en la tienda web'
|
||||
DataBinding.DataField = 'TIENDA_WEB'
|
||||
@ -119,7 +119,7 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
Width = 326
|
||||
end
|
||||
object eCertificaciones: TcxDBTextEdit [11]
|
||||
Left = 124
|
||||
Left = 138
|
||||
Top = 220
|
||||
DataBinding.DataField = 'CERTIFICACION'
|
||||
DataBinding.DataSource = dsContacto
|
||||
@ -138,7 +138,7 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
Width = 227
|
||||
end
|
||||
object cbGrupoProveedor: TcxDBComboBox [12]
|
||||
Left = 124
|
||||
Left = 138
|
||||
Top = 136
|
||||
DataBinding.DataField = 'GRUPO_PROVEEDOR'
|
||||
DataBinding.DataSource = dsContacto
|
||||
@ -161,18 +161,8 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
TabOrder = 5
|
||||
Width = 227
|
||||
end
|
||||
inherited eTlfParticular: TcxDBTextEdit
|
||||
Left = 461
|
||||
TabOrder = 14
|
||||
ExplicitLeft = 461
|
||||
end
|
||||
inherited eTlfTrabajo: TcxDBTextEdit
|
||||
Left = 461
|
||||
TabOrder = 13
|
||||
ExplicitLeft = 461
|
||||
end
|
||||
object eDescripcionProveedor: TcxDBTextEdit [15]
|
||||
Left = 124
|
||||
object eDescripcionProveedor: TcxDBTextEdit [13]
|
||||
Left = 138
|
||||
Top = 82
|
||||
DataBinding.DataField = 'DESCRIPCION_PROVEEDOR'
|
||||
DataBinding.DataSource = dsContacto
|
||||
@ -190,8 +180,8 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
TabOrder = 3
|
||||
Width = 221
|
||||
end
|
||||
object eCodigoAsignado: TcxDBTextEdit [16]
|
||||
Left = 124
|
||||
object eCodigoAsignado: TcxDBTextEdit [14]
|
||||
Left = 138
|
||||
Top = 109
|
||||
DataBinding.DataField = 'CODIGO_ASIGNADO'
|
||||
DataBinding.DataSource = dsContacto
|
||||
@ -209,53 +199,83 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
TabOrder = 4
|
||||
Width = 221
|
||||
end
|
||||
inherited eTlfParticular: TcxDBTextEdit
|
||||
Left = 467
|
||||
TabOrder = 14
|
||||
ExplicitLeft = 467
|
||||
ExplicitWidth = 91
|
||||
Width = 91
|
||||
end
|
||||
inherited eTlfTrabajo: TcxDBTextEdit
|
||||
Left = 467
|
||||
TabOrder = 13
|
||||
ExplicitLeft = 467
|
||||
ExplicitWidth = 127
|
||||
Width = 127
|
||||
end
|
||||
inherited eTlfMovil: TcxDBTextEdit
|
||||
Left = 461
|
||||
Left = 467
|
||||
TabOrder = 15
|
||||
ExplicitLeft = 461
|
||||
ExplicitLeft = 467
|
||||
ExplicitWidth = 155
|
||||
Width = 155
|
||||
end
|
||||
inherited eFax: TcxDBTextEdit
|
||||
Left = 461
|
||||
Left = 467
|
||||
TabOrder = 16
|
||||
ExplicitLeft = 461
|
||||
ExplicitLeft = 467
|
||||
ExplicitWidth = 121
|
||||
Width = 121
|
||||
end
|
||||
inherited eNombre: TcxDBTextEdit
|
||||
Left = 124
|
||||
ExplicitLeft = 124
|
||||
Left = 138
|
||||
ExplicitLeft = 138
|
||||
ExplicitWidth = 221
|
||||
Width = 221
|
||||
end
|
||||
inherited eNIFCIF: TcxDBTextEdit
|
||||
Left = 197
|
||||
ExplicitLeft = 197
|
||||
Left = 211
|
||||
ExplicitLeft = 211
|
||||
ExplicitWidth = 205
|
||||
Width = 205
|
||||
end
|
||||
inherited eMailTrabajo: TcxDBHyperLinkEdit
|
||||
Left = 461
|
||||
Left = 467
|
||||
Properties.Prefix = 'mailto:'
|
||||
TabOrder = 17
|
||||
ExplicitLeft = 461
|
||||
ExplicitLeft = 467
|
||||
ExplicitWidth = 133
|
||||
Width = 133
|
||||
end
|
||||
inherited eMailParticular: TcxDBHyperLinkEdit
|
||||
Left = 461
|
||||
Left = 467
|
||||
Properties.Prefix = 'mailto:'
|
||||
TabOrder = 18
|
||||
ExplicitLeft = 461
|
||||
ExplicitLeft = 467
|
||||
ExplicitWidth = 133
|
||||
Width = 133
|
||||
end
|
||||
inherited ePaginaWeb: TcxDBHyperLinkEdit
|
||||
Left = 461
|
||||
Left = 467
|
||||
TabOrder = 19
|
||||
ExplicitLeft = 461
|
||||
ExplicitLeft = 467
|
||||
ExplicitWidth = 133
|
||||
Width = 133
|
||||
end
|
||||
inherited eReferencia: TcxDBTextEdit
|
||||
Left = 124
|
||||
ExplicitLeft = 124
|
||||
Left = 138
|
||||
ExplicitLeft = 138
|
||||
ExplicitWidth = 38
|
||||
Width = 38
|
||||
end
|
||||
inherited ePersonaContacto: TcxDBTextEdit
|
||||
Left = 124
|
||||
Left = 138
|
||||
Top = 277
|
||||
TabOrder = 8
|
||||
ExplicitLeft = 124
|
||||
ExplicitLeft = 138
|
||||
ExplicitTop = 277
|
||||
ExplicitWidth = 256
|
||||
Width = 256
|
||||
end
|
||||
inherited dxLayoutControlContactoGroup_Root: TdxLayoutGroup
|
||||
inherited dxLayoutControlContactoGroup9: TdxLayoutGroup
|
||||
@ -286,7 +306,7 @@ inherited frViewProveedor: TfrViewProveedor
|
||||
ControlOptions.ShowBorder = False
|
||||
end
|
||||
object dxLayoutControlContactoItem23: TdxLayoutItem
|
||||
Caption = 'Certificaciones:'
|
||||
Caption = 'Tipo de homologaci'#243'n::'
|
||||
Control = eCertificaciones
|
||||
ControlOptions.ShowBorder = False
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user