object MainForm: TMainForm Left = 248 Top = 141 Width = 435 Height = 300 Caption = 'Graphics Printing Demonstration' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 16 object MainMenu1: TMainMenu Left = 56 Top = 24 object File1: TMenuItem Caption = '&File' object Print1: TMenuItem Caption = '&Print...' OnClick = Print1Click end object N1: TMenuItem Caption = '-' end object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end end object PrintDialog1: TPrintDialog Left = 144 Top = 24 end end