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

  1. object ImportTMC350: TImportTMC350
  2.   Left = 95
  3.   Top = 89
  4.   BorderStyle = bsSingle
  5.   Caption = 'Import data from TMC 3.50...'
  6.   ClientHeight = 263
  7.   ClientWidth = 417
  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 = 219
  22.     Height = 33
  23.     FillObject.Style = sfGradient
  24.     FillObject.Gradient.Color = clActiveCaption
  25.     FillObject.Gradient.ColorCount = 31
  26.     FillObject.Gradient.Style = gstHorizontal
  27.     Caption = 'TMC 3.50 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 = 11
  38.     Top = 189
  39.     Width = 133
  40.     Height = 13
  41.     Alignment = taRightJustify
  42.     Caption = 'Where is TMC 3.50 located:'
  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 TMC version 3.50 database. '#13#10'To start the migration, ple' +
  53.       'ase select 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 Progress: TLMDProgressFill
  64.     Left = 13
  65.     Top = 212
  66.     Width = 220
  67.     Height = 20
  68.     Bar3D = lsRaised
  69.     Bevel.StyleOuter = bvLowered
  70.     Bevel.Mode = bmCustom
  71.     Bevel.StandardStyle = lsSingleLowered
  72.     FillObject.Style = sfGradient
  73.     FillObject.Gradient.Color = clBtnFace
  74.     FillObject.Gradient.Style = gstHorizontal
  75.     FillObject.Gradient.EndColor = clActiveCaption
  76.     OptionsText = toPercent
  77.     Visible = False
  78.   end
  79.   object GroupBox1: TGroupBox
  80.     Left = 16
  81.     Top = 71
  82.     Width = 389
  83.     Height = 106
  84.     Caption = '[ Which data... ]'
  85.     TabOrder = 0
  86.     object CheckBox1: TCheckBox
  87.       Left = 16
  88.       Top = 31
  89.       Width = 297
  90.       Height = 17
  91.       Caption = 'Addressbooks...'
  92.       State = cbChecked
  93.       TabOrder = 0
  94.     end
  95.     object CheckBox2: TCheckBox
  96.       Left = 16
  97.       Top = 42
  98.       Width = 291
  99.       Height = 17
  100.       Caption = 'Folders...'
  101.       TabOrder = 1
  102.       Visible = False
  103.     end
  104.     object CheckBox3: TCheckBox
  105.       Left = 16
  106.       Top = 72
  107.       Width = 299
  108.       Height = 17
  109.       Caption = 'Messages...'
  110.       State = cbChecked
  111.       TabOrder = 3
  112.     end
  113.     object Animate1: TAnimate
  114.       Left = 320
  115.       Top = 17
  116.       Width = 48
  117.       Height = 45
  118.       Active = False
  119.       CommonAVI = aviFindComputer
  120.       StopFrame = 8
  121.       Visible = False
  122.     end
  123.     object Button4: TButton
  124.       Left = 319
  125.       Top = 72
  126.       Width = 50
  127.       Height = 21
  128.       Caption = 'Cancel'
  129.       Default = True
  130.       TabOrder = 5
  131.       Visible = False
  132.       OnClick = Button4Click
  133.     end
  134.     object Animate2: TAnimate
  135.       Left = 328
  136.       Top = 22
  137.       Width = 32
  138.       Height = 32
  139.       Active = False
  140.       FileName = 'Working.avi'
  141.       StopFrame = 24
  142.       Transparent = False
  143.       Visible = False
  144.     end
  145.     object CheckBox4: TCheckBox
  146.       Left = 16
  147.       Top = 61
  148.       Width = 299
  149.       Height = 17
  150.       Caption = 'Rule definitions...'
  151.       TabOrder = 2
  152.       Visible = False
  153.     end
  154.   end
  155.   object DirectoryEdit1: TDirectoryEdit
  156.     Left = 166
  157.     Top = 185
  158.     Width = 188
  159.     Height = 21
  160.     OnAfterDialog = DirectoryEdit1AfterDialog
  161.     NumGlyphs = 1
  162.     TabOrder = 1
  163.   end
  164.   object Button1: TButton
  165.     Left = 240
  166.     Top = 210
  167.     Width = 75
  168.     Height = 25
  169.     Caption = 'Import!'
  170.     Default = True
  171.     TabOrder = 2
  172.     OnClick = Button1Click
  173.   end
  174.   object Button2: TButton
  175.     Left = 329
  176.     Top = 210
  177.     Width = 75
  178.     Height = 25
  179.     Caption = 'Cancel'
  180.     TabOrder = 3
  181.     OnClick = Button2Click
  182.   end
  183.   object Button3: TButton
  184.     Left = 356
  185.     Top = 185
  186.     Width = 48
  187.     Height = 20
  188.     Caption = '&Search!'
  189.     TabOrder = 4
  190.     OnClick = Button3Click
  191.   end
  192.   object Drives: TDriveComboBox
  193.     Left = 260
  194.     Top = 40
  195.     Width = 145
  196.     Height = 19
  197.     TabOrder = 5
  198.     Visible = False
  199.   end
  200.   object sBar: TStatusBar
  201.     Left = 0
  202.     Top = 244
  203.     Width = 417
  204.     Height = 19
  205.     Panels = <>
  206.     SimplePanel = True
  207.   end
  208.   object MultiLang1: TMultiLang
  209.     Languages = 2
  210.     Words.Strings = (
  211.       '%Form%'
  212.       'Import data from TMC 3.50...'
  213.       'Import data from TMC 3.50...'
  214.       'GroupBox1'
  215.       '[ Which data... ]'
  216.       '[ Hva∩┐╜a g∩┐╜gn... ]'
  217.       'LMDLabelFill1'
  218.       'TMC 3.50 import...'
  219.       'Lesa g∩┐╜gn fr∩┐╜ "TMC 3.50"...'
  220.       'CheckBox1'
  221.       'Addressbooks...'
  222.       'Netfangab∩┐╜kur...'
  223.       'CheckBox2'
  224.       'Folders...'
  225.       'M∩┐╜ppur...'
  226.       'CheckBox3'
  227.       'Messages...'
  228.       'P∩┐╜st...'
  229.       'Label1'
  230.       'Where is TMC 3.50 located:'
  231.       'Hvar er TMC 3.50 sta∩┐╜sett:'
  232.       'Button1'
  233.       'Import!'
  234.       'Lesa!'
  235.       'Button2'
  236.       'Cancel'
  237.       'H∩┐╜tta vi∩┐╜'
  238.       'Label2'
  239.       
  240.         'This option allows you to import addresses, Folders and messages' +
  241.         ' from a TMC version 3.50 database. '#13#10'To start the migration, ple' +
  242.         'ase select the conversion to perform and click [Start!]...'
  243.       
  244.         '∩┐╜essi vinnsla leyfir ∩┐╜∩┐╜r a∩┐╜ lesa inn g∩┐╜gn fr∩┐╜ TMC 3.50 p∩┐╜stforri' +
  245.         'tinu inn ∩┐╜ ∩┐╜etta forrit.'#13#10'Til ∩┐╜ess a∩┐╜ hefja lestur ∩┐╜∩┐╜ smelltu ∩┐╜ ' +
  246.         '[Lesa!]...'
  247.       'Button4'
  248.       'Cancel'
  249.       'Stoppa'
  250.       'Button3'
  251.       '&Search!'
  252.       '&Leita'
  253.       'sBar'
  254.       ''
  255.       ''
  256.       'DirectoryEdit1'
  257.       ''
  258.       ''
  259.       'Progress'
  260.       ''
  261.       '')
  262.     DoNot.Strings = (
  263.       'DirectoryEdit1')
  264.     Left = 360
  265.     Top = 16
  266.   end
  267.   object MessageSource: TmsMessage
  268.     ContentType = 'text/plain'
  269.     ReturnReceipt = False
  270.     Left = 344
  271.     Top = 8
  272.   end
  273. end
  274.