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
|