home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TIMPORTNETSCAPE / TIMPORTNETSCAPE.txt
Encoding:
Text File  |  1999-02-07  |  7.6 KB  |  298 lines

  1. object ImportNetscape: TImportNetscape
  2.   Left = 95
  3.   Top = 90
  4.   BorderStyle = bsSingle
  5.   Caption = 'Import data from Netscape...'
  6.   ClientHeight = 373
  7.   ClientWidth = 423
  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.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LMDLabelFill1: TLMDLabelFill
  19.     Left = 16
  20.     Top = 0
  21.     Width = 274
  22.     Height = 33
  23.     FillObject.Style = sfGradient
  24.     FillObject.Gradient.Color = clActiveCaption
  25.     FillObject.Gradient.ColorCount = 31
  26.     FillObject.Gradient.Style = gstHorizontal
  27.     Caption = 'Netscape mail import...'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -24
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     FontFx.Style = tdRaisedShadow
  34.     ParentFont = False
  35.   end
  36.   object Label1: TLabel
  37.     Left = 12
  38.     Top = 299
  39.     Width = 123
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = 'Netscape message folder:'
  43.   end
  44.   object Label2: TLabel
  45.     Left = 24
  46.     Top = 30
  47.     Width = 388
  48.     Height = 44
  49.     AutoSize = False
  50.     Caption = 
  51.       'This option allows you to import addresses, Folders and messages' +
  52.       ' from a Netscape database. '#13#10'To start the migration, please sele' +
  53.       'ct the conversion to perform and click [Start!]...'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clActiveCaption
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.     WordWrap = True
  62.   end
  63.   object Label3: TLabel
  64.     Left = 21
  65.     Top = 161
  66.     Width = 388
  67.     Height = 57
  68.     AutoSize = False
  69.     Caption = 
  70.       'PLEASE NOTE: '#13#10'If you are using multiple accounts then, because ' +
  71.       'of the way Netscape saves information for each user and account,' +
  72.       ' you will have to import for each account defined in Netscape'#39's ' +
  73.       'setup. '#13#10
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clActiveCaption
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     Transparent = True
  81.     WordWrap = True
  82.   end
  83.   object Label4: TLabel
  84.     Left = 21
  85.     Top = 221
  86.     Width = 388
  87.     Height = 72
  88.     AutoSize = False
  89.     Caption = 
  90.       'Please provide the location of the message database to import fo' +
  91.       'r the currently selected account.'#13#10'The folder pointed to should ' +
  92.       'include one or more of those 3 files: "Inbox", "Unsent Messages"' +
  93.       ' and "Sent"...'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clActiveCaption
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     Transparent = True
  101.     WordWrap = True
  102.   end
  103.   object GroupBox1: TGroupBox
  104.     Left = 16
  105.     Top = 71
  106.     Width = 389
  107.     Height = 86
  108.     Caption = '[ Which data... ]'
  109.     TabOrder = 0
  110.     object CheckBox1: TCheckBox
  111.       Left = 16
  112.       Top = 23
  113.       Width = 345
  114.       Height = 17
  115.       Caption = 'Addressbooks... ( Undergoing tests! )'
  116.       Enabled = False
  117.       TabOrder = 0
  118.     end
  119.     object CheckBox2: TCheckBox
  120.       Left = 16
  121.       Top = 66
  122.       Width = 345
  123.       Height = 17
  124.       Caption = 'Folders...'
  125.       State = cbChecked
  126.       TabOrder = 1
  127.       Visible = False
  128.     end
  129.     object CheckBox3: TCheckBox
  130.       Left = 16
  131.       Top = 42
  132.       Width = 345
  133.       Height = 17
  134.       Caption = 'Messages...'
  135.       State = cbChecked
  136.       TabOrder = 2
  137.     end
  138.     object Animate1: TAnimate
  139.       Left = 320
  140.       Top = 9
  141.       Width = 48
  142.       Height = 45
  143.       Active = False
  144.       CommonAVI = aviFindComputer
  145.       StopFrame = 8
  146.       Visible = False
  147.     end
  148.     object Button4: TButton
  149.       Left = 319
  150.       Top = 59
  151.       Width = 50
  152.       Height = 21
  153.       Caption = 'Cancel'
  154.       Default = True
  155.       TabOrder = 4
  156.       Visible = False
  157.       OnClick = Button4Click
  158.     end
  159.     object Animate2: TAnimate
  160.       Left = 328
  161.       Top = 14
  162.       Width = 32
  163.       Height = 32
  164.       Active = False
  165.       FileName = 'Working.avi'
  166.       StopFrame = 24
  167.       Transparent = False
  168.       Visible = False
  169.     end
  170.   end
  171.   object DirectoryEdit1: TDirectoryEdit
  172.     Left = 137
  173.     Top = 295
  174.     Width = 267
  175.     Height = 21
  176.     OnAfterDialog = DirectoryEdit1AfterDialog
  177.     NumGlyphs = 1
  178.     TabOrder = 1
  179.   end
  180.   object Button1: TButton
  181.     Left = 240
  182.     Top = 320
  183.     Width = 75
  184.     Height = 25
  185.     Caption = 'Import!'
  186.     Default = True
  187.     TabOrder = 2
  188.     OnClick = Button1Click
  189.   end
  190.   object Button2: TButton
  191.     Left = 329
  192.     Top = 320
  193.     Width = 75
  194.     Height = 25
  195.     Caption = 'Cancel'
  196.     TabOrder = 3
  197.     OnClick = Button2Click
  198.   end
  199.   object Drives: TDriveComboBox
  200.     Left = 264
  201.     Top = 40
  202.     Width = 145
  203.     Height = 19
  204.     TabOrder = 4
  205.     Visible = False
  206.   end
  207.   object sBar: TStatusBar
  208.     Left = 0
  209.     Top = 354
  210.     Width = 423
  211.     Height = 19
  212.     Panels = <>
  213.     SimplePanel = True
  214.   end
  215.   object MultiLang1: TMultiLang
  216.     Languages = 2
  217.     Words.Strings = (
  218.       '%Form%'
  219.       'Import data from Netscape...'
  220.       'Lesa g∩┐╜gn fr∩┐╜ "Netscape"...'
  221.       'GroupBox1'
  222.       '[ Which data... ]'
  223.       '[ Hva∩┐╜a g∩┐╜gn... ]'
  224.       'LMDLabelFill1'
  225.       'Netscape mail import...'
  226.       'Lesa g∩┐╜gn fr∩┐╜ "Netscape"...'
  227.       'CheckBox1'
  228.       'Addressbooks... ( Undergoing tests! )'
  229.       'Netfangab∩┐╜kur... ( Er enn ∩┐╜ pr∩┐╜funum! )'
  230.       'CheckBox2'
  231.       'Folders...'
  232.       'M∩┐╜ppur...'
  233.       'CheckBox3'
  234.       'Messages...'
  235.       'P∩┐╜st...'
  236.       'Label1'
  237.       'Netscape message folder:'
  238.       'Hvar er Netscape sta∩┐╜sett:'
  239.       'Button1'
  240.       'Import!'
  241.       'Lesa!'
  242.       'Button2'
  243.       'Cancel'
  244.       'H∩┐╜tta vi∩┐╜'
  245.       'Label2'
  246.       
  247.         'This option allows you to import addresses, Folders and messages' +
  248.         ' from a Netscape database. '#13#10'To start the migration, please sele' +
  249.         'ct the conversion to perform and click [Start!]...'
  250.       
  251.         '∩┐╜essi vinnsla leyfir ∩┐╜∩┐╜r a∩┐╜ lesa inn g∩┐╜gn fr∩┐╜ Netscape p∩┐╜stforri' +
  252.         'tinu inn ∩┐╜ ∩┐╜etta forrit.'#13#10'Til ∩┐╜ess a∩┐╜ hefja lestur ∩┐╜∩┐╜ smelltu ∩┐╜ ' +
  253.         '[Lesa!]...'
  254.       'Button4'
  255.       'Cancel'
  256.       'Stoppa'
  257.       'sBar'
  258.       ''
  259.       ''
  260.       'Label3'
  261.       
  262.         'PLEASE NOTE: '#13#10'If you are using multiple accounts then, because ' +
  263.         'of the way Netscape saves information for each user and account,' +
  264.         ' you will have to import for each account defined in Netscape'#39's ' +
  265.         'setup. '#13#10
  266.       
  267.         'VINSAMLEGA ATHUGI∩┐╜:'#13#10'Ef ∩┐╜∩┐╜ er me∩┐╜ m∩┐╜rg Netf∩┐╜ng, og vegna ∩┐╜ess hv' +
  268.         'ernig Netscape geymir s∩┐╜n g∩┐╜gn fyrir hvern notanda og hvert netf' +
  269.         'ang, ∩┐╜∩┐╜ ver∩┐╜ur ∩┐╜∩┐╜ a∩┐╜ lesa inn fyrir hvert og eitt Netfang ∩┐╜ Nets' +
  270.         'cape.... '
  271.       'Label4'
  272.       
  273.         'Please provide the location of the message database to import fo' +
  274.         'r the currently selected account.'#13#10'The folder pointed to should ' +
  275.         'include one or more of those 3 files: "Inbox", "Unsent Messages"' +
  276.         ' and "Sent"...'
  277.       
  278.         'H∩┐╜rna fyrir ne∩┐╜an skaltu gefa upp ∩┐╜∩┐╜ sta∩┐╜setningu (m∩┐╜ppu) sem ge' +
  279.         'ymir ∩┐╜∩┐╜r uppl∩┐╜singar sem less skal inn ∩┐╜ ∩┐╜essarri umfer∩┐╜ og fyri' +
  280.         'r ∩┐╜a∩┐╜ Netfang sem ∩┐╜∩┐╜ ert n∩┐╜ me∩┐╜ vali∩┐╜ ∩┐╜ TMC.'#13#10'S∩┐╜m mappa sem ∩┐╜∩┐╜ v' +
  281.         'elur ∩┐╜ a∩┐╜ innihald eina e∩┐╜a fleiri af ∩┐╜essum skr∩┐╜m: "Inbox", "Un' +
  282.         'sent Messages" og/e∩┐╜a "Sent".'
  283.       'DirectoryEdit1'
  284.       ''
  285.       '')
  286.     DoNot.Strings = (
  287.       'DirectoryEdit1')
  288.     Left = 360
  289.     Top = 16
  290.   end
  291.   object MessageSource: TmsMessage
  292.     ContentType = 'text/plain'
  293.     ReturnReceipt = False
  294.     Left = 320
  295.     Top = 8
  296.   end
  297. end
  298.