object frmPreview: TfrmPreview Left = 49 Top = 240 Width = 400 Height = 450 Caption = ' Preview' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 392 Height = 35 Align = alTop BevelOuter = bvNone TabOrder = 0 object cmbZoom: TComboBox Left = 5 Top = 5 Width = 57 Height = 21 ItemHeight = 13 Items.Strings = ( '400' '300' '200' '150' '100' '75' '50' '25') TabOrder = 0 Text = '100' OnChange = cmbZoomChange end object btnPrint: TButton Left = 70 Top = 4 Width = 70 Height = 25 Caption = '&Print' Default = True TabOrder = 1 OnClick = btnPrintClick end object btnClose: TButton Left = 150 Top = 4 Width = 70 Height = 25 Caption = '&Close' TabOrder = 2 OnClick = btnCloseClick end end object boxPreview: TScrollBox Left = 0 Top = 35 Width = 392 Height = 388 HorzScrollBar.Tracking = True VertScrollBar.Tracking = True Align = alClient TabOrder = 1 object imgPreview: TImage Left = 20 Top = 41 Width = 348 Height = 296 AutoSize = True Stretch = True OnMouseDown = imgPreviewMouseDown end end end