FORM2.FRM
VERSION 4.00 
'**************************************************************************** 
' 
'  Module:     Trnscrpt.EXE 
'  File:       Form2.frm 
' 
'  Copyright (c) Microsoft Corporation 1996-1997 
' 
' THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
' ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
' THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
' PARTICULAR PURPOSE. 
'**************************************************************************** 
Begin VB.Form Form2  
   Caption         =   "Current Chat Transcript" 
   ClientHeight    =   5688 
   ClientLeft      =   1596 
   ClientTop       =   1860 
   ClientWidth     =   8784 
   Height          =   6012 
   Left            =   1548 
   LinkTopic       =   "Form2" 
   ScaleHeight     =   5688 
   ScaleWidth      =   8784 
   Top             =   1584 
   Width           =   8880 
   Begin RichtextLib.RichTextBox RichTextBox1  
      Height          =   5412 
      Left            =   120 
      TabIndex        =   0 
      Top             =   120 
      Width           =   8532 
      _Version        =   65536 
      _ExtentX        =   15050 
      _ExtentY        =   9546 
      _StockProps     =   69 
      BackColor       =   -2147483643 
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}  
         Name            =   "MS Sans Serif" 
         Size            =   7.8 
         Charset         =   0 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      ScrollBars      =   2 
      TextRTF         =   $"Form2.frx":0000 
   End 
End 
Attribute VB_Name = "Form2" 
Attribute VB_Creatable = False 
Attribute VB_Exposed = False