object PrintPreview: TPrintPreview Left = 200 Top = 99 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Print Preview' ClientHeight = 336 ClientWidth = 336 Ctl3D = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] Icon.Data = {} Menu = MainMenu1 PixelsPerInch = 96 Position = poScreenCenter Scaled = False TextHeight = 16 object MainMenu1: TMainMenu Left = 8 Top = 8 object Print1: TMenuItem Caption = '&Print' OnClick = Print1Click end object Cancel1: TMenuItem Caption = '&Cancel' OnClick = Cancel1Click end end end