object MainForm: TMainForm Left = 350 Top = 87 Width = 393 Height = 228 Caption = 'DACOutputProcess Sample' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BlurbMemo: TMemo Left = 8 Top = 8 Width = 369 Height = 153 Anchors = [akLeft, akTop, akRight, akBottom] ReadOnly = True TabOrder = 1 end object GoButton: TButton Left = 8 Top = 168 Width = 73 Height = 25 Caption = '&Go' Enabled = False TabOrder = 0 OnClick = GoButtonClick end end