VERSION 5.00 Begin VB.Form compinfo BackColor = &H80000009& BorderStyle = 3 'Fixed Dialog Caption = "Computer Information" ClientHeight = 2910 ClientLeft = 7140 ClientTop = 2385 ClientWidth = 2970 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 2910 ScaleWidth = 2970 ShowInTaskbar = 0 'False Begin VB.TextBox tempdir Height = 375 Left = 120 TabIndex = 7 Top = 2160 Width = 2775 End Begin VB.TextBox sysdir Height = 375 Left = 120 TabIndex = 6 Top = 1560 Width = 2775 End Begin VB.TextBox rootdir Height = 375 Left = 120 TabIndex = 5 Top = 960 Width = 2775 End Begin VB.TextBox compname Height = 375 Left = 120 TabIndex = 1 Top = 360 Width = 2775 End Begin VB.Label windirlbl BackColor = &H80000009& Caption = "Windows Root Directory" Height = 255 Left = 120 TabIndex = 4 Top = 720 Width = 1815 End Begin VB.Label sysdirlbl BackColor = &H80000009& Caption = "Windows System Folder" Height = 255 Left = 120 TabIndex = 3 Top = 1320 Width = 1815 End Begin VB.Label tempdirlbl BackColor = &H80000009& Caption = "Windows Temp Folder" Height = 255 Left = 120 TabIndex = 2 Top = 1920 Width = 1695 End Begin VB.Label compnamelbl BackColor = &H80000009& Caption = "Computer Name" Height = 255 Left = 120 TabIndex = 0 Top = 120 Width = 1215 End End Attribute VB_Name = "compinfo" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit