home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / PRINTGR / MAIN.dfm / MAIN.txt
Text File  |  1998-03-10  |  781b  |  39 lines

  1. object MainForm: TMainForm
  2.   Left = 248
  3.   Top = 141
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Graphics Printing Demonstration'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnPaint = FormPaint
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object MainMenu1: TMainMenu
  17.     Left = 56
  18.     Top = 24
  19.     object File1: TMenuItem
  20.       Caption = '&File'
  21.       object Print1: TMenuItem
  22.         Caption = '&Print...'
  23.         OnClick = Print1Click
  24.       end
  25.       object N1: TMenuItem
  26.         Caption = '-'
  27.       end
  28.       object Exit1: TMenuItem
  29.         Caption = 'E&xit'
  30.         OnClick = Exit1Click
  31.       end
  32.     end
  33.   end
  34.   object PrintDialog1: TPrintDialog
  35.     Left = 144
  36.     Top = 24
  37.   end
  38. end
  39.