home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #2 / Datatid-2000-02.iso / internet / databox / _setup.1 / DataBox.exe / 0 / RCDATA / TIMPORTWIZARDFORM / TIMPORTWIZARDFORM.txt
Encoding:
Text File  |  1999-12-11  |  3.4 KB  |  166 lines

  1. object ImportWizardForm: TImportWizardForm
  2.   Left = 70
  3.   Top = 116
  4.   Width = 432
  5.   Height = 200
  6.   Caption = 'Import Wizard'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 5
  17.     Width = 313
  18.     Height = 13
  19.     Caption = 
  20.       'The file you have selected for Import will use the following set' +
  21.       'tings:'
  22.   end
  23.   object Label5: TLabel
  24.     Left = 16
  25.     Top = 35
  26.     Width = 95
  27.     Height = 13
  28.     Hint = 
  29.       'If you are Importing a database, specify the field delimiter cha' +
  30.       'racter in decimal, e.g.9=TAB, 124=| , 44=,    etc.'
  31.     Caption = 'Import Field delimiter'
  32.     ParentShowHint = False
  33.     ShowHint = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 16
  37.     Top = 66
  38.     Width = 337
  39.     Height = 13
  40.     Caption = 
  41.       'You may modify the field separator by selecting from the above c' +
  42.       'hoices.'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 16
  46.     Top = 83
  47.     Width = 389
  48.     Height = 13
  49.     Caption = 
  50.       'If one of the fields in your import file can be used as the "Cat' +
  51.       'egory" for each record'
  52.   end
  53.   object Label4: TLabel
  54.     Left = 16
  55.     Top = 99
  56.     Width = 181
  57.     Height = 13
  58.     Caption = 'please specify the field number (e.g. 1)'
  59.   end
  60.   object Label6: TLabel
  61.     Left = 16
  62.     Top = 123
  63.     Width = 395
  64.     Height = 13
  65.     Caption = 
  66.       'If all records should be grouped into one user nominated "Catego' +
  67.       'ry", please specify:'
  68.   end
  69.   object Label7: TLabel
  70.     Left = 264
  71.     Top = 99
  72.     Width = 25
  73.     Height = 13
  74.     Caption = ', OR:'
  75.   end
  76.   object Label8: TLabel
  77.     Left = 315
  78.     Top = 35
  79.     Width = 92
  80.     Height = 13
  81.     Caption = 'Field delimiter value'
  82.   end
  83.   object ImportCombo: TComboBox
  84.     Left = 119
  85.     Top = 32
  86.     Width = 154
  87.     Height = 21
  88.     Hint = 
  89.       'If you are importing a database, specify the field delimiter her' +
  90.       'e'
  91.     ItemHeight = 13
  92.     Items.Strings = (
  93.       'Tab'
  94.       'Comma (,)'
  95.       'VerticalBar (|)'
  96.       'ForwardSlash(/)'
  97.       'Space'
  98.       'Colon(:)'
  99.       'SemiColon(;)'
  100.       'Exclamation(!)'
  101.       'Other(specify value)')
  102.     ParentShowHint = False
  103.     ShowHint = True
  104.     TabOrder = 0
  105.     Text = 'Tab'
  106.     OnChange = ImportComboChange
  107.   end
  108.   object Delimiter: TEdit
  109.     Left = 285
  110.     Top = 32
  111.     Width = 26
  112.     Height = 21
  113.     Hint = 'If Other is used, specify the decimal value of the field here'
  114.     MaxLength = 3
  115.     ParentShowHint = False
  116.     ShowHint = True
  117.     TabOrder = 1
  118.     Text = '9'
  119.   end
  120.   object ImportCategory: TEdit
  121.     Left = 16
  122.     Top = 145
  123.     Width = 145
  124.     Height = 21
  125.     Hint = 
  126.       'Only specify a "Category" if a field number has not been selecte' +
  127.       'd.'
  128.     MaxLength = 60
  129.     ParentShowHint = False
  130.     ShowHint = True
  131.     TabOrder = 2
  132.     OnChange = ImportCategoryChange
  133.   end
  134.   object BitBtn1: TBitBtn
  135.     Left = 312
  136.     Top = 143
  137.     Width = 75
  138.     Height = 25
  139.     TabOrder = 3
  140.     Kind = bkOK
  141.   end
  142.   object BitBtn2: TBitBtn
  143.     Left = 200
  144.     Top = 143
  145.     Width = 75
  146.     Height = 25
  147.     TabOrder = 4
  148.     Kind = bkCancel
  149.   end
  150.   object ImportCategoryField: TEdit
  151.     Left = 218
  152.     Top = 96
  153.     Width = 25
  154.     Height = 21
  155.     Hint = 
  156.       'Please enter the field number of the field that represents the C' +
  157.       'ategory of each record.'
  158.     MaxLength = 3
  159.     ParentShowHint = False
  160.     ShowHint = True
  161.     TabOrder = 5
  162.     Text = '1'
  163.     OnExit = ImportCategoryFieldChange
  164.   end
  165. end
  166.