object fEditorDatosBancariosEmpresa: TfEditorDatosBancariosEmpresa Left = 227 Top = 108 BorderStyle = bsDialog Caption = 'Cambio de datos bancarios' ClientHeight = 292 ClientWidth = 433 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poOwnerFormCenter DesignSize = ( 433 292) PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 350 Top = 7 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = '&Guardar' ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 350 Top = 38 Width = 75 Height = 25 Anchors = [akTop, akRight] Cancel = True Caption = '&Cancelar' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 329 Height = 176 Caption = 'Datos bancarios' TabOrder = 2 object Label5: TLabel Left = 12 Top = 31 Width = 77 Height = 13 AutoSize = False Caption = 'Banco:' end object Label2: TLabel Left = 12 Top = 67 Width = 77 Height = 13 AutoSize = False Caption = 'C'#243'd. entidad:' end object Label3: TLabel Left = 12 Top = 94 Width = 77 Height = 13 AutoSize = False Caption = 'C'#243'd. sucursal:' end object Label4: TLabel Left = 12 Top = 120 Width = 77 Height = 13 AutoSize = False Caption = 'DC:' end object Label6: TLabel Left = 11 Top = 146 Width = 78 Height = 13 AutoSize = False Caption = 'Cuenta:' end object eNombre: TDBEdit Left = 95 Top = 28 Width = 223 Height = 21 Color = clInfoBk DataField = 'NOMBRE' DataSource = dsDatosBancarios TabOrder = 0 end object eCodEntidad: TDBEdit Left = 95 Top = 64 Width = 74 Height = 21 DataField = 'ENTIDAD' DataSource = dsDatosBancarios TabOrder = 1 end object eCodSucursal: TDBEdit Left = 95 Top = 90 Width = 74 Height = 21 DataField = 'SUCURSAL' DataSource = dsDatosBancarios TabOrder = 2 end object eDC: TDBEdit Left = 95 Top = 116 Width = 74 Height = 21 DataField = 'DC' DataSource = dsDatosBancarios MaxLength = 2 TabOrder = 3 end object eCuenta: TDBEdit Left = 95 Top = 142 Width = 223 Height = 21 DataField = 'CUENTA' DataSource = dsDatosBancarios TabOrder = 4 end end object GroupBox2: TGroupBox Left = 8 Top = 190 Width = 329 Height = 83 Caption = 'Sufijos para normas CSB' Enabled = False TabOrder = 3 Visible = False object Label7: TLabel Left = 12 Top = 28 Width = 77 Height = 13 AutoSize = False Caption = 'Norma 19:' end object Label1: TLabel Left = 12 Top = 55 Width = 77 Height = 13 AutoSize = False Caption = 'Norma 58:' end object eNorma19: TDBEdit Left = 95 Top = 24 Width = 74 Height = 21 DataField = 'SUFIJO_N19' DataSource = dsDatosBancarios MaxLength = 3 TabOrder = 0 end object eNorma58: TDBEdit Left = 95 Top = 51 Width = 74 Height = 21 DataField = 'SUFIJO_N58' DataSource = dsDatosBancarios MaxLength = 3 TabOrder = 1 end end object dsDatosBancarios: TDADataSource Left = 352 Top = 72 end end