object MainPrintForm: TMainPrintForm Left = 319 Top = 151 ActiveControl = ReportCombo BorderStyle = bsDialog Caption = 'Marine Adventures Reports' ClientHeight = 306 ClientWidth = 393 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ReportCombo: TRadioGroup Left = 16 Top = 96 Width = 153 Height = 113 Caption = 'Select Report' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Items.Strings = ( 'C&ustomer' '&Orders' '&Invoice') ParentFont = False TabOrder = 0 end object OrientationCombo: TRadioGroup Left = 208 Top = 96 Width = 153 Height = 65 Caption = 'Orientation' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Items.Strings = ( '&Portrait' '&Landscape') ParentFont = False TabOrder = 1 end object PreviewCombo: TRadioGroup Left = 208 Top = 176 Width = 153 Height = 65 Caption = 'Preview Type' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Items.Strings = ( '&Standard' 'Si&mple Custom') ParentFont = False TabOrder = 2 OnClick = PreviewComboClick end object PrintDialogChk: TCheckBox Left = 16 Top = 224 Width = 161 Height = 17 Caption = 'Sho&w print Dialog' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 3 end object Panel1: TPanel Left = 0 Top = 265 Width = 393 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 4 object Bevel2: TBevel Left = 0 Top = 0 Width = 393 Height = 2 Align = alTop Shape = bsTopLine Style = bsRaised end object PrintBtn: TButton Left = 8 Top = 8 Width = 102 Height = 25 Caption = '&Print' Default = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = PrintBtnClick end object PreviewBtn: TButton Left = 136 Top = 8 Width = 110 Height = 25 Caption = 'Pre&view' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = PreviewBtnClick end object CancelBtn: TButton Left = 272 Top = 8 Width = 110 Height = 25 Cancel = True Caption = '&Cancel' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 OnClick = CancelBtnClick end end object TopPanel: TPanel Left = 0 Top = 0 Width = 393 Height = 80 Align = alTop BevelOuter = bvNone TabOrder = 5 object Image1: TImage Left = 0 Top = 0 Width = 100 Height = 75 AutoSize = True Picture.Data = {} end object Bevel1: TBevel Left = 0 Top = 78 Width = 393 Height = 2 Align = alBottom Shape = bsTopLine Style = bsRaised end object Label1: TLabel Left = 104 Top = 0 Width = 167 Height = 19 Caption = 'Marine Adventures' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'Billboard' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label2: TLabel Left = 152 Top = 32 Width = 131 Height = 37 Caption = 'Reports' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -32 Font.Name = 'Billboard' Font.Style = [fsBold, fsItalic] ParentFont = False end end end