object EditFrm: TEditFrm Left = 392 Top = 325 BorderStyle = bsDialog Caption = 'Modificar' ClientHeight = 114 ClientWidth = 347 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object BtnOk: TButton Left = 176 Top = 84 Width = 75 Height = 25 Caption = 'Aceptar' ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 260 Top = 84 Width = 75 Height = 25 Cancel = True Caption = 'Cancelar' Default = True ModalResult = 2 TabOrder = 2 end object GroupBox1: TGroupBox Left = 12 Top = 4 Width = 325 Height = 69 TabOrder = 0 object Label1: TLabel Left = 8 Top = 12 Width = 73 Height = 13 Caption = 'Nuevo nombre:' end object Edit1: TEdit Left = 8 Top = 32 Width = 305 Height = 21 TabOrder = 0 Text = 'Edit1' end end object Button1: TButton Left = 12 Top = 88 Width = 41 Height = 17 Caption = 'Borrar' TabOrder = 3 OnClick = Button1Click end end