VERSION 5.00 Begin VB.Form About BorderStyle = 3 'Fixed Dialog Caption = "Acerca de" ClientHeight = 4350 ClientLeft = 45 ClientTop = 330 ClientWidth = 4650 LinkTopic = "Form1" LockControls = -1 'True MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 4350 ScaleWidth = 4650 ShowInTaskbar = 0 'False StartUpPosition = 2 'CenterScreen Begin VB.Frame Frame2 Height = 1095 Left = 240 TabIndex = 5 Top = 2640 Width = 4095 Begin VB.Label serial Height = 255 Left = 1200 TabIndex = 12 Top = 720 Width = 2775 End Begin VB.Label company Height = 255 Left = 960 TabIndex = 11 Top = 480 Width = 3015 End Begin VB.Label nombreusuario Height = 255 Left = 600 TabIndex = 10 Top = 240 Width = 3375 End Begin VB.Label Empresa AutoSize = -1 'True Caption = "Company:" Height = 195 Left = 120 TabIndex = 9 Top = 480 Width = 705 End Begin VB.Label usuario AutoSize = -1 'True Caption = "Name:" Height = 195 Left = 120 TabIndex = 8 Top = 240 Width = 465 End Begin VB.Label Label5 AutoSize = -1 'True Caption = "Serial Number:" Height = 195 Left = 120 TabIndex = 7 Top = 720 Width = 1035 End End Begin VB.CommandButton Command1 Caption = "Ok" Height = 375 Left = 1680 TabIndex = 4 Top = 3840 Width = 1335 End Begin VB.Frame Frame1 Height = 1095 Left = 240 TabIndex = 0 Top = 120 Width = 4095 Begin VB.Label Label1 Alignment = 2 'Center AutoSize = -1 'True Caption = "MitLoop v2.0" BeginProperty Font Name = "MS Sans Serif" Size = 13.5 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 360 Left = 1290 TabIndex = 1 Top = 360 Width = 1605 End End Begin VB.Label Label4 AutoSize = -1 'True Caption = "Authorized User:" Height = 195 Left = 360 TabIndex = 6 Top = 2400 Width = 1170 End Begin VB.Label Label3 AutoSize = -1 'True Caption = "Universidad de Sevilla." Height = 195 Left = 1440 TabIndex = 3 Top = 1800 Width = 1620 End Begin VB.Label Label2 AutoSize = -1 'True Caption = "(C) 2005 Departamento de Ingeniería Eléctrica" Height = 195 Left = 600 TabIndex = 2 Top = 1440 Width = 3300 End End Attribute VB_Name = "About" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Command1_Click() Unload About End Sub