home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / aplic / ipos / _setup.1 / Knjigovodstvo.exe / 0 / RCDATA / TTEEEXPORTFORM / TTEEEXPORTFORM.txt
Text File  |  1998-04-04  |  1KB  |  69 lines

  1. object TeeExportForm: TTeeExportForm
  2.   Left = 313
  3.   Top = 234
  4.   ActiveControl = RGFormat
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'TeeChart Export'
  8.   ClientHeight = 125
  9.   ClientWidth = 320
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 200
  20.     Top = 20
  21.     Width = 113
  22.     Height = 25
  23.     Caption = '&Copy To Clipboard'
  24.     TabOrder = 1
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 200
  29.     Top = 55
  30.     Width = 113
  31.     Height = 25
  32.     Caption = '&Save To File...'
  33.     TabOrder = 2
  34.     OnClick = Button2Click
  35.   end
  36.   object RGFormat: TRadioGroup
  37.     Left = 8
  38.     Top = 12
  39.     Width = 185
  40.     Height = 105
  41.     Caption = 'Format'
  42.     ItemIndex = 0
  43.     Items.Strings = (
  44.       'As &Bitmap (BMP)'
  45.       'As &Metafile (WMF)'
  46.       'As &Enhanced Metafile (EMF)')
  47.     TabOrder = 0
  48.   end
  49.   object Button3: TButton
  50.     Left = 200
  51.     Top = 92
  52.     Width = 113
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'Close'
  56.     ModalResult = 1
  57.     TabOrder = 3
  58.   end
  59.   object SaveDialog1: TSaveDialog
  60.     FileEditStyle = fsEdit
  61.     Filter = 
  62.       'Bitmap Files|*.BMP|Metafile Files|*.WMF|Enhanced Metafile Files|' +
  63.       '*.EMF'
  64.     Options = [ofOverwritePrompt, ofHideReadOnly]
  65.     Left = 136
  66.     Top = 4
  67.   end
  68. end
  69.