git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
76 lines
1.7 KiB
Plaintext
76 lines
1.7 KiB
Plaintext
inherited frViewProveedor: TfrViewProveedor
|
|
inherited pnlGeneral: TPanel
|
|
inherited eNombre: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eNIFCIF: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
end
|
|
inherited frViewTelefonos: TfrViewTelefonos
|
|
inherited lblParticular: TLabel
|
|
Top = 58
|
|
end
|
|
inherited lblTrabajo: TLabel
|
|
Top = 34
|
|
end
|
|
inherited eTlfParticular: TcxDBTextEdit
|
|
Top = 54
|
|
DataBinding.DataField = 'TELEFONO2'
|
|
Width = 185
|
|
end
|
|
inherited eTlfTrabajo: TcxDBTextEdit
|
|
Top = 30
|
|
DataBinding.DataField = 'TELEFONO1'
|
|
Width = 185
|
|
end
|
|
inherited eTlfMovil: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eFax: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
end
|
|
inherited frViewInternet1: TfrViewInternet
|
|
inherited lblParticular: TLabel
|
|
Top = 58
|
|
end
|
|
inherited lblTrabajo: TLabel
|
|
Top = 34
|
|
Visible = True
|
|
end
|
|
inherited lblMovil: TLabel
|
|
Visible = True
|
|
end
|
|
inherited ePaginaWeb: TcxDBTextEdit
|
|
Visible = True
|
|
Width = 185
|
|
end
|
|
inherited eMailTrabajo: TcxDBTextEdit
|
|
Top = 30
|
|
DataBinding.DataField = 'CORREO1'
|
|
Visible = True
|
|
Width = 185
|
|
end
|
|
inherited eMailParticular: TcxDBTextEdit
|
|
Top = 54
|
|
DataBinding.DataField = 'CORREO2'
|
|
Width = 185
|
|
end
|
|
end
|
|
inherited frViewDireccion: TfrViewDireccion
|
|
inherited eCalle: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited ePoblacion: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eProvincia: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eCodigoPostal: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
end
|
|
end
|