object Form1: TForm1 Left = 309 Top = 243 Width = 209 Height = 348 Caption = 'Word 97 events' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True ShowHint = True OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 104 Width = 48 Height = 13 Hint = 'Written by Anders Ohlsson. Copyright 1998 by Inprise Corp.' Caption = 'Event log:' end object LaunchButton: TButton Left = 8 Top = 8 Width = 89 Height = 25 Hint = 'Launch Word 97' Caption = 'Launch Word' TabOrder = 0 OnClick = LaunchButtonClick end object CloseButton: TButton Left = 104 Top = 8 Width = 91 Height = 25 Hint = 'Close Word 97' Caption = 'Close Word' Enabled = False TabOrder = 1 OnClick = CloseButtonClick end object Memo1: TMemo Left = 8 Top = 120 Width = 185 Height = 193 Hint = 'This is a log of all the events that Word 97 has fired off so fa' + 'r' ReadOnly = True TabOrder = 5 end object NewDocButton: TButton Left = 8 Top = 40 Width = 89 Height = 25 Hint = 'Open a new document' Caption = 'New document' Enabled = False TabOrder = 2 OnClick = NewDocButtonClick end object TypeTextButton: TButton Left = 104 Top = 40 Width = 89 Height = 25 Hint = 'Send the text to the active document in Word 97' Caption = 'Type text' Enabled = False TabOrder = 3 OnClick = TypeTextButtonClick end object WordText: TEdit Left = 8 Top = 72 Width = 185 Height = 21 Hint = 'This is the text you'#39'll send to Word 97 by hitting "Type Text"' TabOrder = 4 Text = 'Delphi is RAD!!!' end end