home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / OleWord1 / Main.dfm / Main.txt
Text File  |  1998-03-14  |  509b  |  24 lines

  1. object MainForm: TMainForm
  2.   Left = 202
  3.   Top = 132
  4.   Width = 414
  5.   Height = 215
  6.   Caption = 'OLE Object Demonstration for Word 95 and Earlier'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Button1: TButton
  15.     Left = 72
  16.     Top = 40
  17.     Width = 265
  18.     Height = 89
  19.     Caption = 'Click to Create and Print a Word Document'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23. end
  24.