object ChartPreview: TChartPreview Left = 131 Top = 85 Width = 670 Height = 467 Caption = 'TeeChart Print Preview' Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 662 Height = 38 Align = alTop TabOrder = 0 object Label1: TLabel Left = 3 Top = 13 Width = 53 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'P&rinter:' FocusControl = Printers end object Printers: TComboBox Left = 58 Top = 9 Width = 198 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = PrintersChange end object BSetupPrinter: TBitBtn Left = 266 Top = 7 Width = 101 Height = 23 Caption = 'Printer &Setup...' TabOrder = 1 OnClick = BSetupPrinterClick NumGlyphs = 2 end object BClose: TButton Left = 458 Top = 7 Width = 70 Height = 23 Caption = 'Close' ModalResult = 1 TabOrder = 2 end object BPrint: TButton Left = 377 Top = 7 Width = 70 Height = 23 Caption = '&Print' TabOrder = 3 OnClick = BPrintClick end end object Panel2: TPanel Left = 0 Top = 38 Width = 114 Height = 402 Align = alLeft TabOrder = 1 object RGOrient: TRadioGroup Left = 3 Top = 3 Width = 107 Height = 58 Caption = 'Paper Orientation:' ItemIndex = 1 Items.Strings = ( 'P&ortrait' '&Landscape') TabOrder = 0 OnClick = RGOrientClick end object GBMargins: TGroupBox Left = 3 Top = 68 Width = 107 Height = 96 Caption = 'Margins (%)' TabOrder = 1 object SETopMa: TSpinEdit Left = 35 Top = 17 Width = 36 Height = 22 Increment = 5 MaxValue = 100 MinValue = 0 TabOrder = 0 Value = 0 OnChange = SETopMaChange end object SELeftMa: TSpinEdit Left = 6 Top = 44 Width = 35 Height = 22 Increment = 5 MaxValue = 100 MinValue = 0 TabOrder = 1 Value = 0 OnChange = SELeftMaChange end object SEBotMa: TSpinEdit Left = 35 Top = 69 Width = 36 Height = 22 Increment = 5 MaxValue = 100 MinValue = 0 TabOrder = 2 Value = 0 OnChange = SEBotMaChange end object SERightMa: TSpinEdit Left = 63 Top = 44 Width = 37 Height = 22 Increment = 5 MaxValue = 100 MinValue = 0 TabOrder = 3 Value = 0 OnChange = SERightMaChange end end object CBShowMargins: TCheckBox Left = 13 Top = 207 Width = 97 Height = 15 Caption = '&View Margins' State = cbChecked TabOrder = 2 OnClick = CBShowMarginsClick end object BReset: TButton Left = 12 Top = 177 Width = 88 Height = 25 Caption = 'Reset &Margins' Enabled = False TabOrder = 3 OnClick = BResetClick end object GroupBox1: TGroupBox Left = 3 Top = 232 Width = 107 Height = 68 Caption = 'Chart Detail:' TabOrder = 4 object Label2: TLabel Left = 8 Top = 18 Width = 37 Height = 19 AutoSize = False Caption = 'More' end object Label3: TLabel Left = 58 Top = 18 Width = 42 Height = 15 Alignment = taRightJustify AutoSize = False Caption = 'Normal' end object SBResolution: TScrollBar Left = 8 Top = 39 Width = 92 Height = 16 Max = 0 Min = -100 TabOrder = 0 OnChange = SBResolutionChange end end end object PrinterSetupDialog1: TPrinterSetupDialog Left = 149 Top = 46 end end