object Form99: TForm99 Left = 248 Top = 100 Width = 249 Height = 107 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] Caption = '-' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 16 object RzLabel1: TRzLabel Left = 13 Top = 8 Width = 220 Height = 19 Caption = '� Desea Salir del Programa ?' Color = clNavy DragMode = dmAutomatic Font.Color = clMaroon Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True TextStyle = tsRaised end object Button1: TButton Left = 32 Top = 48 Width = 57 Height = 25 Caption = '&Salir' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 152 Top = 48 Width = 57 Height = 25 Caption = '&Volver' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button2Click end end