object fEditorElegirDomiciliacion: TfEditorElegirDomiciliacion Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Domiciliaci'#243'n bancaria' ClientHeight = 124 ClientWidth = 497 Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 21 Top = 16 Width = 319 Height = 13 Caption = 'Seleccione la cuenta bancaria donde desea domiciliar la/s factur' + 'a/s' end object Label2: TLabel Left = 22 Top = 45 Width = 83 Height = 13 Alignment = taRightJustify Caption = 'Cuenta bancaria:' end object Panel1: TPanel Left = 0 Top = 83 Width = 497 Height = 41 Align = alBottom TabOrder = 0 DesignSize = ( 497 41) object bAceptar: TButton Left = 333 Top = 8 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Aceptar' ModalResult = 1 TabOrder = 0 end object bCancelar: TButton Left = 414 Top = 8 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Cancelar' ModalResult = 2 TabOrder = 1 end end object cbCuentaBancaria: TcxComboBox Left = 111 Top = 41 Properties.DropDownListStyle = lsFixedList Properties.DropDownRows = 12 Properties.ImmediatePost = True Properties.ImmediateUpdateText = True Properties.PostPopupValueOnTab = True Style.BorderColor = clWindowFrame Style.BorderStyle = ebs3D Style.HotTrack = False Style.LookAndFeel.SkinName = '' Style.ButtonStyle = bts3D Style.PopupBorderStyle = epbsFrame3D StyleDisabled.LookAndFeel.SkinName = '' StyleFocused.LookAndFeel.SkinName = '' StyleHot.LookAndFeel.SkinName = '' TabOrder = 1 Width = 297 end end