home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / SALibrary / _SETUP.1 / SALib.exe / 0 / RCDATA / TEXPORTFORM / TEXPORTFORM.txt
Text File  |  1998-05-16  |  2KB  |  105 lines

  1. object ExportForm: TExportForm
  2.   Left = 320
  3.   Top = 232
  4.   BorderStyle = bsDialog
  5.   Caption = 'Exporting'
  6.   ClientHeight = 148
  7.   ClientWidth = 261
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 28
  19.     Top = 14
  20.     Width = 201
  21.     Height = 14
  22.     Caption = 'Select a template for formatting the output'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Bevel1: TBevel
  31.     Left = 0
  32.     Top = 70
  33.     Width = 273
  34.     Height = 2
  35.   end
  36.   object BAll: TButton
  37.     Left = 36
  38.     Top = 112
  39.     Width = 81
  40.     Height = 25
  41.     Hint = 'Export all your entries.'
  42.     Caption = '&Export'
  43.     Default = True
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.     TabOrder = 0
  51.     OnClick = BAllClick
  52.   end
  53.   object BCan: TButton
  54.     Left = 144
  55.     Top = 112
  56.     Width = 81
  57.     Height = 25
  58.     Hint = 'Cancel exporting'
  59.     Caption = '&Cancel'
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'Arial'
  64.     Font.Style = [fsBold]
  65.     ModalResult = 2
  66.     ParentFont = False
  67.     TabOrder = 1
  68.   end
  69.   object RBAll: TRadioButton
  70.     Left = 24
  71.     Top = 82
  72.     Width = 73
  73.     Height = 17
  74.     Caption = 'All records'
  75.     Checked = True
  76.     TabOrder = 2
  77.     TabStop = True
  78.   end
  79.   object RBFiltered: TRadioButton
  80.     Left = 104
  81.     Top = 82
  82.     Width = 65
  83.     Height = 17
  84.     Caption = 'Filtered'
  85.     TabOrder = 3
  86.   end
  87.   object RBSelected: TRadioButton
  88.     Left = 172
  89.     Top = 82
  90.     Width = 69
  91.     Height = 17
  92.     Caption = 'Selected'
  93.     TabOrder = 4
  94.   end
  95.   object CBTemplate: TComboBox
  96.     Left = 28
  97.     Top = 28
  98.     Width = 145
  99.     Height = 21
  100.     Style = csDropDownList
  101.     ItemHeight = 13
  102.     TabOrder = 5
  103.   end
  104. end
  105.