object fEditorDireccionEntregaContratoCliente: TfEditorDireccionEntregaContratoCliente Left = 227 Top = 108 BorderStyle = bsDialog Caption = 'Datos de la direcci'#243'n de entrega:' ClientHeight = 280 ClientWidth = 453 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poOwnerFormCenter OnClose = FormClose OnShow = FormShow DesignSize = ( 453 280) PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 349 Height = 261 Anchors = [akLeft, akTop, akRight] Shape = bsFrame end object Label1: TLabel Left = 20 Top = 25 Width = 110 Height = 13 AutoSize = False Caption = 'Direcci'#243'n:' end object Label2: TLabel Left = 20 Top = 89 Width = 110 Height = 13 AutoSize = False Caption = 'Poblaci'#243'n:' end object Label3: TLabel Left = 20 Top = 117 Width = 110 Height = 13 AutoSize = False Caption = 'Provincia:' end object Label4: TLabel Left = 20 Top = 143 Width = 110 Height = 13 AutoSize = False Caption = 'C'#243'digo postal:' end object Label6: TLabel Left = 20 Top = 209 Width = 109 Height = 13 AutoSize = False Caption = 'Persona de contacto:' end object Label7: TLabel Left = 21 Top = 235 Width = 109 Height = 13 AutoSize = False Caption = 'Tel'#233'fono:' end object Label5: TLabel Left = 20 Top = 171 Width = 110 Height = 13 AutoSize = False Caption = 'Pa'#237's:' end object OKBtn: TButton Left = 370 Top = 13 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Aceptar' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 370 Top = 44 Width = 75 Height = 25 Anchors = [akTop, akRight] Cancel = True Caption = '&Cancelar' ModalResult = 2 TabOrder = 1 end object eDireccion2: TDBEdit Left = 135 Top = 23 Width = 210 Height = 57 AutoSelect = False AutoSize = False DataField = 'CALLE' DataSource = dsDireccion TabOrder = 2 end object ePoblacion: TDBEdit Left = 135 Top = 86 Width = 210 Height = 21 DataField = 'POBLACION_ENVIO' DataSource = dsDireccion TabOrder = 3 end object eProvincia: TDBEdit Left = 135 Top = 114 Width = 210 Height = 21 DataField = 'PROVINCIA_ENVIO' DataSource = dsDireccion TabOrder = 4 end object eCodigoPostal: TDBEdit Left = 135 Top = 140 Width = 210 Height = 21 DataField = 'CODIGO_POSTAL_ENVIO' DataSource = dsDireccion TabOrder = 5 end object ePersonaContacto: TDBEdit Left = 135 Top = 207 Width = 210 Height = 21 DataField = 'PERS_CONTACTO_ENVIO' DataSource = dsDireccion TabOrder = 6 end object eTelefono: TDBEdit Left = 136 Top = 232 Width = 210 Height = 21 DataField = 'TLFS_ENVIO' DataSource = dsDireccion TabOrder = 7 end object eDireccion: TcxDBMemo Left = 134 Top = 22 DataBinding.DataField = 'CALLE_ENVIO' DataBinding.DataSource = dsDireccion TabOrder = 8 Height = 58 Width = 211 end object cbPais: TcxDBComboBox Left = 134 Top = 167 DataBinding.DataField = 'PAIS' DataBinding.DataSource = dsDireccion Properties.DropDownListStyle = lsEditFixedList Properties.ImmediatePost = True Properties.ImmediateUpdateText = True Properties.PostPopupValueOnTab = True Properties.OnInitPopup = cbPaisPropertiesInitPopup Style.BorderColor = clWindowFrame Style.BorderStyle = ebs3D Style.LookAndFeel.Kind = lfStandard Style.LookAndFeel.NativeStyle = True Style.LookAndFeel.SkinName = '' Style.ButtonStyle = bts3D Style.PopupBorderStyle = epbsFrame3D StyleDisabled.LookAndFeel.Kind = lfStandard StyleDisabled.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.SkinName = '' StyleFocused.LookAndFeel.Kind = lfStandard StyleFocused.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.SkinName = '' StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True StyleHot.LookAndFeel.SkinName = '' TabOrder = 9 Width = 211 end object dsDireccion: TDADataSource Left = 16 Top = 46 end end