VERSION 5.00 Begin VB.Form Espere BorderStyle = 1 'Fixed Single Caption = "Calculando..." ClientHeight = 510 ClientLeft = 45 ClientTop = 435 ClientWidth = 4980 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 510 ScaleWidth = 4980 StartUpPosition = 2 'CenterScreen Begin VB.Label Label1 Caption = "Realizando cálculos... por favor espere unos instantes." Height = 375 Left = 120 TabIndex = 0 Top = 120 Width = 4695 End End Attribute VB_Name = "Espere" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit