object fEditorCuentaEspecial: TfEditorCuentaEspecial Left = 453 Top = 234 ActiveControl = eReferencia BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Cuenta especial' ClientHeight = 178 ClientWidth = 404 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 17 Width = 160 Height = 13 Caption = 'Datos de la cuenta especial' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 190 Top = 17 Width = 195 Height = 10 Shape = bsBottomLine end object Label2: TLabel Left = 62 Top = 43 Width = 55 Height = 13 Alignment = taRightJustify Caption = 'Referencia:' end object Label3: TLabel Left = 58 Top = 71 Width = 59 Height = 13 Alignment = taRightJustify Caption = 'Descripci'#243'n:' end object Bevel4: TBevel Left = 8 Top = 121 Width = 388 Height = 10 Shape = bsBottomLine end object JvEnterAsTab1: TJvEnterAsTab Left = 137 Top = 137 Width = 28 Height = 28 end object bAceptar: TButton Left = 234 Top = 145 Width = 75 Height = 23 Action = actAceptar TabOrder = 2 end object bCancelar: TButton Left = 319 Top = 145 Width = 75 Height = 23 Action = actCancelar Cancel = True TabOrder = 3 end object eReferencia: TDBEdit Left = 123 Top = 40 Width = 118 Height = 21 Color = clInfoBk DataField = 'REFERENCIA' DataSource = dsCuentasEspeciales TabOrder = 0 end object eDescripcion: TDBEdit Left = 123 Top = 68 Width = 262 Height = 21 Color = clInfoBk DataField = 'DESCRIPCION' DataSource = dsCuentasEspeciales TabOrder = 1 end object ActionList1: TActionList Left = 88 Top = 131 object actAceptar: TAction Caption = '&Guardar' OnExecute = actAceptarExecute end object actCancelar: TAction Caption = '&Cancelar' OnExecute = actCancelarExecute end object actCerrar: TAction Caption = 'actCerrar' OnExecute = actCerrarExecute end object actModificar: TAction Caption = '&Modificar' end end object dsCuentasEspeciales: TDADataSource Left = 48 Top = 131 end end