home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TIMPORTSOURCEDLG / TIMPORTSOURCEDLG.txt
Text File  |  1999-12-09  |  935b  |  51 lines

  1. object ImportSourceDlg: TImportSourceDlg
  2.   Left = 219
  3.   Top = 202
  4.   ActiveControl = RadioGroup1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Import Source'
  7.   ClientHeight = 118
  8.   ClientWidth = 270
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 184
  18.     Top = 12
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.     Margin = 2
  24.     Spacing = -1
  25.     IsControl = True
  26.   end
  27.   object CancelBtn: TBitBtn
  28.     Left = 184
  29.     Top = 45
  30.     Width = 77
  31.     Height = 27
  32.     TabOrder = 1
  33.     Kind = bkCancel
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object RadioGroup1: TRadioGroup
  39.     Left = 8
  40.     Top = 8
  41.     Width = 161
  42.     Height = 97
  43.     Caption = 'Import From:'
  44.     ItemIndex = 0
  45.     Items.Strings = (
  46.       'Text File'
  47.       'DBF File')
  48.     TabOrder = 2
  49.   end
  50. end
  51.