object TeeExportForm: TTeeExportForm Left = 313 Top = 234 ActiveControl = RGFormat BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'TeeChart Export' ClientHeight = 125 ClientWidth = 320 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 200 Top = 20 Width = 113 Height = 25 Caption = '&Copy To Clipboard' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 200 Top = 55 Width = 113 Height = 25 Caption = '&Save To File...' TabOrder = 2 OnClick = Button2Click end object RGFormat: TRadioGroup Left = 8 Top = 12 Width = 185 Height = 105 Caption = 'Format' ItemIndex = 0 Items.Strings = ( 'As &Bitmap (BMP)' 'As &Metafile (WMF)' 'As &Enhanced Metafile (EMF)') TabOrder = 0 end object Button3: TButton Left = 200 Top = 92 Width = 113 Height = 25 Cancel = True Caption = 'Close' ModalResult = 1 TabOrder = 3 end object SaveDialog1: TSaveDialog FileEditStyle = fsEdit Filter = 'Bitmap Files|*.BMP|Metafile Files|*.WMF|Enhanced Metafile Files|' + '*.EMF' Options = [ofOverwritePrompt, ofHideReadOnly] Left = 136 Top = 4 end end