object fEditorBalance: TfEditorBalance Left = 453 Top = 234 ActiveControl = eReferencia BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Balance' ClientHeight = 352 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 = 104 Height = 13 Caption = 'Datos del balance' 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 = 173 Top = 17 Width = 212 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 = 63 Top = 71 Width = 54 Height = 13 Alignment = taRightJustify Caption = 'Naturaleza:' end object Bevel4: TBevel Left = 8 Top = 290 Width = 388 Height = 10 Shape = bsBottomLine end object JvEnterAsTab1: TJvEnterAsTab Left = 137 Top = 306 Width = 28 Height = 28 end object Label4: TLabel Left = 84 Top = 98 Width = 33 Height = 13 Alignment = taRightJustify Caption = 'Nivel1:' end object Label5: TLabel Left = 52 Top = 125 Width = 65 Height = 13 Alignment = taRightJustify Caption = 'Descripci'#243'n1:' end object Label6: TLabel Left = 84 Top = 152 Width = 33 Height = 13 Alignment = taRightJustify Caption = 'Nivel2:' end object Label7: TLabel Left = 52 Top = 179 Width = 65 Height = 13 Alignment = taRightJustify Caption = 'Descripci'#243'n2:' end object Label8: TLabel Left = 84 Top = 206 Width = 33 Height = 13 Alignment = taRightJustify Caption = 'Nivel3:' end object Label9: TLabel Left = 52 Top = 233 Width = 65 Height = 13 Alignment = taRightJustify Caption = 'Descripci'#243'n3:' end object bAceptar: TButton Left = 234 Top = 314 Width = 75 Height = 23 Action = actAceptar TabOrder = 2 end object bCancelar: TButton Left = 319 Top = 314 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 = 'REF_BALANCE' DataSource = dsBalances TabOrder = 0 end object eNaturaleza: TDBEdit Left = 123 Top = 68 Width = 262 Height = 21 Color = clInfoBk DataField = 'NATURALEZA' DataSource = dsBalances TabOrder = 1 end object eNivel1: TDBEdit Left = 123 Top = 95 Width = 262 Height = 21 Color = clInfoBk DataField = 'NIVEL1' DataSource = dsBalances TabOrder = 4 end object eDescripcion1: TDBEdit Left = 123 Top = 122 Width = 262 Height = 21 Color = clInfoBk DataField = 'DESCRIPCION1' DataSource = dsBalances TabOrder = 5 end object eNivel2: TDBEdit Left = 123 Top = 149 Width = 262 Height = 21 Color = clInfoBk DataField = 'NIVEL2' DataSource = dsBalances TabOrder = 6 end object eDescripcion2: TDBEdit Left = 123 Top = 176 Width = 262 Height = 21 Color = clInfoBk DataField = 'DESCRIPCION2' DataSource = dsBalances TabOrder = 7 end object eNivel3: TDBEdit Left = 123 Top = 203 Width = 262 Height = 21 Color = clInfoBk DataField = 'NIVEL3' DataSource = dsBalances TabOrder = 8 end object eDescripcion3: TDBEdit Left = 123 Top = 230 Width = 262 Height = 21 Color = clInfoBk DataField = 'DESCRIPCION3' DataSource = dsBalances TabOrder = 9 end object ActionList1: TActionList Left = 88 Top = 300 object actAnadir: TAction Caption = '&A'#241'adir' OnExecute = actAnadirExecute OnUpdate = actAnadirUpdate end object actEliminar: TAction Caption = '&Eliminar' OnExecute = actEliminarExecute OnUpdate = actEliminarUpdate end 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 dsBalances: TDADataSource Left = 48 Top = 300 end end