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

  1. object MainForm: TMainForm
  2.   Left = 202
  3.   Top = 132
  4.   Width = 429
  5.   Height = 232
  6.   Caption = 'OLE Object Demonstration for Word 97 and Later'
  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 = 48
  16.     Top = 40
  17.     Width = 321
  18.     Height = 113
  19.     Caption = 'Click to create and print a Word document.'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23. end
  24.