git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
inherited frViewCliente: TfrViewCliente
|
|
inherited pnlGeneral: TPanel
|
|
inherited eNombre: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eNIFCIF: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
end
|
|
inherited frViewTelefonos: TfrViewTelefonos
|
|
inherited eTlfParticular: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eTlfTrabajo: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eTlfMovil: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eFax: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
end
|
|
inherited frViewInternet1: TfrViewInternet
|
|
inherited lblTrabajo: TLabel
|
|
Visible = True
|
|
end
|
|
inherited ePaginaWeb: TcxDBTextEdit
|
|
Width = 185
|
|
end
|
|
inherited eMailTrabajo: TcxDBTextEdit
|
|
Visible = True
|
|
Width = 185
|
|
end
|
|
inherited eMailParticular: TcxDBTextEdit
|
|
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
|