object Confirmar: TConfirmar Tag = 49300 Left = 300 Top = 207 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Contrase�a' ClientHeight = 154 ClientWidth = 365 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ButtonAceptar: TPlaButton Tag = 2200 Left = 200 Top = 122 Width = 73 Height = 21 Caption = '&Aceptar' TabOrder = 0 OnClick = ButtonAceptarClick Default = True ModalResult = 1 end object ButtonCancelar: TPlaButton Tag = 2400 Left = 281 Top = 122 Width = 73 Height = 21 Caption = '&Cancelar' TabOrder = 2 Cancel = True ModalResult = 2 end object GroupBoxConfirmar: TPlaGroupBox Left = 14 Top = 7 Width = 340 Height = 103 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Contrase�a de acceso' TabOrder = 1 object Label1: TLabel Tag = 23900 Left = 58 Top = 19 Width = 270 Height = 39 AutoSize = False Caption = 'Esta secci�n de tu antivirus se encuentra restringida, para pode' + 'r acceder a sus opciones debes introducir la contrase�a de acces' + 'o.' WordWrap = True end object Image1: TImage Left = 11 Top = 22 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object Label2: TLabel Left = 58 Top = 73 Width = 60 Height = 13 Caption = 'Contrase�a:' end object EditContras: TPlaEdit Left = 132 Top = 70 Width = 193 Height = 21 PasswordChar = '*' TabOrder = 0 Transparent = False OnExit = EditContrasExit end end end