object fEditorDatoBancario: TfEditorDatoBancario Left = 227 Top = 108 ActiveControl = eTitular BorderStyle = bsDialog Caption = 'Cambiar datos bancarios' ClientHeight = 193 ClientWidth = 502 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poOwnerFormCenter DesignSize = ( 502 193) PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 405 Height = 177 Anchors = [akLeft, akTop, akRight] Shape = bsFrame ExplicitWidth = 329 end object Label2: TLabel Left = 20 Top = 71 Width = 110 Height = 13 AutoSize = False Caption = 'C'#243'digo de entidad:' end object Label3: TLabel Left = 20 Top = 98 Width = 110 Height = 13 AutoSize = False Caption = 'C'#243'digo de sucursal:' end object Label4: TLabel Left = 20 Top = 125 Width = 110 Height = 13 AutoSize = False Caption = 'D'#237'gito de control:' end object Label5: TLabel Left = 20 Top = 27 Width = 110 Height = 13 AutoSize = False Caption = 'Nombre descriptivo:' end object Label6: TLabel Left = 20 Top = 152 Width = 109 Height = 13 AutoSize = False Caption = 'C'#243'digo de cuenta:' end object OKBtn: TButton Left = 419 Top = 7 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Aceptar' ModalResult = 1 TabOrder = 0 ExplicitLeft = 343 end object CancelBtn: TButton Left = 419 Top = 38 Width = 75 Height = 25 Anchors = [akTop, akRight] Cancel = True Caption = '&Cancelar' ModalResult = 2 TabOrder = 1 ExplicitLeft = 343 end object eEntidad: TDBEdit Left = 136 Top = 67 Width = 94 Height = 21 DataField = 'ENTIDAD' DataSource = dsDatosBancarios MaxLength = 4 TabOrder = 3 end object eSucursal: TDBEdit Left = 136 Top = 94 Width = 95 Height = 21 DataField = 'SUCURSAL' DataSource = dsDatosBancarios MaxLength = 4 TabOrder = 4 end object eDC: TDBEdit Left = 136 Top = 121 Width = 41 Height = 21 DataField = 'DC' DataSource = dsDatosBancarios MaxLength = 2 TabOrder = 5 end object eTitular: TDBEdit Left = 135 Top = 24 Width = 266 Height = 21 DataField = 'TITULAR' DataSource = dsDatosBancarios TabOrder = 2 end object eCuenta: TDBEdit Left = 136 Top = 148 Width = 191 Height = 21 DataField = 'CUENTA' DataSource = dsDatosBancarios MaxLength = 10 TabOrder = 6 end object dsDatosBancarios: TDADataSource Left = 352 Top = 72 end end