home *** CD-ROM | disk | FTP | other *** search
- object ImportWizardForm: TImportWizardForm
- Left = 70
- Top = 116
- Width = 432
- Height = 200
- Caption = 'Import Wizard'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 5
- Width = 313
- Height = 13
- Caption =
- 'The file you have selected for Import will use the following set' +
- 'tings:'
- end
- object Label5: TLabel
- Left = 16
- Top = 35
- Width = 95
- Height = 13
- Hint =
- 'If you are Importing a database, specify the field delimiter cha' +
- 'racter in decimal, e.g.9=TAB, 124=| , 44=, etc.'
- Caption = 'Import Field delimiter'
- ParentShowHint = False
- ShowHint = True
- end
- object Label2: TLabel
- Left = 16
- Top = 66
- Width = 337
- Height = 13
- Caption =
- 'You may modify the field separator by selecting from the above c' +
- 'hoices.'
- end
- object Label3: TLabel
- Left = 16
- Top = 83
- Width = 389
- Height = 13
- Caption =
- 'If one of the fields in your import file can be used as the "Cat' +
- 'egory" for each record'
- end
- object Label4: TLabel
- Left = 16
- Top = 99
- Width = 181
- Height = 13
- Caption = 'please specify the field number (e.g. 1)'
- end
- object Label6: TLabel
- Left = 16
- Top = 123
- Width = 395
- Height = 13
- Caption =
- 'If all records should be grouped into one user nominated "Catego' +
- 'ry", please specify:'
- end
- object Label7: TLabel
- Left = 264
- Top = 99
- Width = 25
- Height = 13
- Caption = ', OR:'
- end
- object Label8: TLabel
- Left = 315
- Top = 35
- Width = 92
- Height = 13
- Caption = 'Field delimiter value'
- end
- object ImportCombo: TComboBox
- Left = 119
- Top = 32
- Width = 154
- Height = 21
- Hint =
- 'If you are importing a database, specify the field delimiter her' +
- 'e'
- ItemHeight = 13
- Items.Strings = (
- 'Tab'
- 'Comma (,)'
- 'VerticalBar (|)'
- 'ForwardSlash(/)'
- 'Space'
- 'Colon(:)'
- 'SemiColon(;)'
- 'Exclamation(!)'
- 'Other(specify value)')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Text = 'Tab'
- OnChange = ImportComboChange
- end
- object Delimiter: TEdit
- Left = 285
- Top = 32
- Width = 26
- Height = 21
- Hint = 'If Other is used, specify the decimal value of the field here'
- MaxLength = 3
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Text = '9'
- end
- object ImportCategory: TEdit
- Left = 16
- Top = 145
- Width = 145
- Height = 21
- Hint =
- 'Only specify a "Category" if a field number has not been selecte' +
- 'd.'
- MaxLength = 60
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnChange = ImportCategoryChange
- end
- object BitBtn1: TBitBtn
- Left = 312
- Top = 143
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 200
- Top = 143
- Width = 75
- Height = 25
- TabOrder = 4
- Kind = bkCancel
- end
- object ImportCategoryField: TEdit
- Left = 218
- Top = 96
- Width = 25
- Height = 21
- Hint =
- 'Please enter the field number of the field that represents the C' +
- 'ategory of each record.'
- MaxLength = 3
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- Text = '1'
- OnExit = ImportCategoryFieldChange
- end
- end
-