Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




index 0b0f2c6..600db8e 100644 (file)
@@ -1,52 +1,52 @@
-VERSION 4.00
-Begin VB.Form ScriptOut 
-   BorderStyle     =   3  'Fixed Dialog
-   Caption         =   "Script Output"
-   ClientHeight    =   4575
-   ClientLeft      =   480
-   ClientTop       =   1275
-   ClientWidth     =   9615
-   Height          =   4980
-   Icon            =   "ScriptOut.frx":0000
-   Left            =   420
-   LinkTopic       =   "Form1"
-   MaxButton       =   0   'False
-   MinButton       =   0   'False
-   ScaleHeight     =   4575
-   ScaleWidth      =   9615
-   ShowInTaskbar   =   0   'False
-   Top             =   930
-   Width           =   9735
-   Begin VB.TextBox oText 
-      BackColor       =   &H8000000F&
-      BorderStyle     =   0  'None
-      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
-         Name            =   "Terminal"
-         Size            =   9
-         Charset         =   255
-         Weight          =   400
-         Underline       =   0   'False
-         Italic          =   0   'False
-         Strikethrough   =   0   'False
-      EndProperty
-      Height          =   4575
-      Left            =   0
-      Locked          =   -1  'True
-      MultiLine       =   -1  'True
-      TabIndex        =   0
-      Top             =   0
-      Width           =   9615
-   End
-End
-Attribute VB_Name = "ScriptOut"
-Attribute VB_Creatable = False
-Attribute VB_Exposed = False
-Option Explicit
-
-Private Sub Form_Load()
-Left = (Screen.Width - Width) / 2
-Top = (Screen.Height - Height) / 2
-End Sub
-Private Sub oText_Change()
-If Len(oText) > 8192 Then oText = Right(oText, 8192)
-End Sub
+VERSION 4.00\r
+Begin VB.Form ScriptOut \r
+   BorderStyle     =   3  'Fixed Dialog\r
+   Caption         =   "Script Output"\r
+   ClientHeight    =   4575\r
+   ClientLeft      =   480\r
+   ClientTop       =   1275\r
+   ClientWidth     =   9615\r
+   Height          =   4980\r
+   Icon            =   "ScriptOut.frx":0000\r
+   Left            =   420\r
+   LinkTopic       =   "Form1"\r
+   MaxButton       =   0   'False\r
+   MinButton       =   0   'False\r
+   ScaleHeight     =   4575\r
+   ScaleWidth      =   9615\r
+   ShowInTaskbar   =   0   'False\r
+   Top             =   930\r
+   Width           =   9735\r
+   Begin VB.TextBox oText \r
+      BackColor       =   &H8000000F&\r
+      BorderStyle     =   0  'None\r
+      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} \r
+         Name            =   "Terminal"\r
+         Size            =   9\r
+         Charset         =   255\r
+         Weight          =   400\r
+         Underline       =   0   'False\r
+         Italic          =   0   'False\r
+         Strikethrough   =   0   'False\r
+      EndProperty\r
+      Height          =   4575\r
+      Left            =   0\r
+      Locked          =   -1  'True\r
+      MultiLine       =   -1  'True\r
+      TabIndex        =   0\r
+      Top             =   0\r
+      Width           =   9615\r
+   End\r
+End\r
+Attribute VB_Name = "ScriptOut"\r
+Attribute VB_Creatable = False\r
+Attribute VB_Exposed = False\r
+Option Explicit\r
+\r
+Private Sub Form_Load()\r
+Left = (Screen.Width - Width) / 2\r
+Top = (Screen.Height - Height) / 2\r
+End Sub\r
+Private Sub oText_Change()\r
+If Len(oText) > 8192 Then oText = Right(oText, 8192)\r
+End Sub\r