home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TMAILBOXIMPORTER / TMAILBOXIMPORTER.txt
Text File  |  2001-09-09  |  7KB  |  301 lines

  1. object MailboxImporter: TMailboxImporter
  2.   Left = 196
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import Mailboxes'
  6.   ClientHeight = 313
  7.   ClientWidth = 316
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 9
  21.     Top = 248
  22.     Width = 297
  23.     Height = 9
  24.     Shape = bsBottomLine
  25.   end
  26.   object Book: TNotebook
  27.     Left = 0
  28.     Top = 0
  29.     Width = 316
  30.     Height = 241
  31.     Align = alTop
  32.     TabOrder = 0
  33.     object TPage
  34.       Left = 0
  35.       Top = 0
  36.       Caption = 'Mailer'
  37.       object Label1: TLabel
  38.         Left = 16
  39.         Top = 16
  40.         Width = 281
  41.         Height = 57
  42.         AutoSize = False
  43.         Caption = 
  44.           'Please choose the e-mail client you want to convert mailboxes fr' +
  45.           'om. (Make sure that boxes are compressed so you won'#39't restore un' +
  46.           'wanted messages)'
  47.         WordWrap = True
  48.       end
  49.       object bClient: TGroupBox
  50.         Left = 18
  51.         Top = 72
  52.         Width = 281
  53.         Height = 161
  54.         TabOrder = 0
  55.         object bNetscape: TRadioButton
  56.           Left = 16
  57.           Top = 88
  58.           Width = 249
  59.           Height = 17
  60.           Caption = '&Netscape Mail v2.xx or 3.xx'
  61.           TabOrder = 3
  62.         end
  63.         object bMessenger: TRadioButton
  64.           Tag = 1
  65.           Left = 16
  66.           Top = 64
  67.           Width = 249
  68.           Height = 17
  69.           Caption = 'Netscape &Communicator v4.xx'
  70.           TabOrder = 2
  71.         end
  72.         object bEudora: TRadioButton
  73.           Tag = 2
  74.           Left = 16
  75.           Top = 112
  76.           Width = 257
  77.           Height = 17
  78.           Caption = '&Eudora Lite/Pro'
  79.           TabOrder = 4
  80.         end
  81.         object bAnyPegas: TRadioButton
  82.           Tag = 4
  83.           Left = 16
  84.           Top = 136
  85.           Width = 257
  86.           Height = 17
  87.           Caption = '&Pegasus Mail v2.xx or 3.xx'
  88.           TabOrder = 5
  89.         end
  90.         object bMSIM: TRadioButton
  91.           Tag = 5
  92.           Left = 16
  93.           Top = 16
  94.           Width = 257
  95.           Height = 17
  96.           Caption = '&Microsoft Outlook Express or MS Mail v4.xx'
  97.           Checked = True
  98.           TabOrder = 0
  99.           TabStop = True
  100.         end
  101.         object cbOE50: TRadioButton
  102.           Tag = 10
  103.           Left = 16
  104.           Top = 40
  105.           Width = 249
  106.           Height = 17
  107.           Caption = 'Microsoft Outlook Express 5.0'
  108.           TabOrder = 1
  109.         end
  110.       end
  111.     end
  112.     object TPage
  113.       Left = 0
  114.       Top = 0
  115.       Caption = 'Client search'
  116.       object lInfo: TLabel
  117.         Left = 16
  118.         Top = 32
  119.         Width = 284
  120.         Height = 33
  121.         AutoSize = False
  122.         Caption = 'Retrieving mailbox information of '
  123.         WordWrap = True
  124.       end
  125.       object Label7: TLabel
  126.         Left = 14
  127.         Top = 120
  128.         Width = 289
  129.         Height = 13
  130.         Alignment = taCenter
  131.         AutoSize = False
  132.         Caption = 'Please wait...'
  133.       end
  134.     end
  135.     object TPage
  136.       Left = 0
  137.       Top = 0
  138.       Caption = 'Mailbox'
  139.       object Label2: TLabel
  140.         Left = 17
  141.         Top = 8
  142.         Width = 281
  143.         Height = 25
  144.         AutoSize = False
  145.         Caption = 'Please select the mailboxes you want to import'
  146.         WordWrap = True
  147.       end
  148.       object lBoxes: TListBox
  149.         Left = 13
  150.         Top = 40
  151.         Width = 290
  152.         Height = 137
  153.         ItemHeight = 16
  154.         MultiSelect = True
  155.         Style = lbOwnerDrawFixed
  156.         TabOrder = 0
  157.         OnDrawItem = lBoxesDrawItem
  158.         OnKeyDown = lBoxesKeyDown
  159.         OnMouseDown = lBoxesMouseDown
  160.         OnMouseUp = lBoxesMouseUp
  161.       end
  162.       object cbPrompt: TCheckBox
  163.         Left = 24
  164.         Top = 218
  165.         Width = 273
  166.         Height = 17
  167.         Caption = '&Prompt me whenever a new mailbox is created'
  168.         TabOrder = 3
  169.       end
  170.       object bSelectAll: TButton
  171.         Left = 14
  172.         Top = 188
  173.         Width = 115
  174.         Height = 25
  175.         Caption = '&Select all'
  176.         TabOrder = 1
  177.         OnClick = bSelectAllClick
  178.       end
  179.       object bDeAll: TButton
  180.         Tag = 1
  181.         Left = 190
  182.         Top = 188
  183.         Width = 115
  184.         Height = 25
  185.         Caption = '&Unselect all'
  186.         TabOrder = 2
  187.         OnClick = bSelectAllClick
  188.       end
  189.     end
  190.     object TPage
  191.       Left = 0
  192.       Top = 0
  193.       Caption = 'Confirm'
  194.       object Label4: TLabel
  195.         Left = 14
  196.         Top = 16
  197.         Width = 288
  198.         Height = 41
  199.         AutoSize = False
  200.         Caption = 
  201.           'Import is in progress. Please be patient - this process may take' +
  202.           ' a long time...'
  203.         WordWrap = True
  204.       end
  205.       object Label5: TLabel
  206.         Left = 16
  207.         Top = 64
  208.         Width = 105
  209.         Height = 13
  210.         Alignment = taRightJustify
  211.         Caption = 'Processing mailbox: '
  212.       end
  213.       object lBox: TLabel
  214.         Left = 128
  215.         Top = 64
  216.         Width = 177
  217.         Height = 13
  218.         Cursor = crDrag
  219.         AutoSize = False
  220.         Font.Color = clBlack
  221.         Font.Height = -11
  222.         Font.Name = 'MS Sans Serif'
  223.         Font.Style = [fsBold]
  224.         ParentFont = False
  225.       end
  226.       object Label6: TLabel
  227.         Left = 22
  228.         Top = 144
  229.         Width = 79
  230.         Height = 13
  231.         Caption = 'Overall progress:'
  232.       end
  233.       object pBar: TProgressBar
  234.         Left = 22
  235.         Top = 96
  236.         Width = 273
  237.         Height = 25
  238.         Min = 0
  239.         Max = 100
  240.         TabOrder = 0
  241.       end
  242.       object AllBar: TProgressBar
  243.         Left = 22
  244.         Top = 168
  245.         Width = 273
  246.         Height = 25
  247.         Min = 0
  248.         Max = 100
  249.         TabOrder = 1
  250.       end
  251.     end
  252.     object TPage
  253.       Left = 0
  254.       Top = 0
  255.       Caption = 'Finished'
  256.       object Label8: TLabel
  257.         Left = 14
  258.         Top = 84
  259.         Width = 289
  260.         Height = 65
  261.         AutoSize = False
  262.         Caption = 
  263.           'Import finished. Press Close button to close Import Wizard or pr' +
  264.           'ess Back button to Import another portion of mailboxes.'
  265.         WordWrap = True
  266.       end
  267.     end
  268.   end
  269.   object bBack: TButton
  270.     Left = 72
  271.     Top = 280
  272.     Width = 71
  273.     Height = 25
  274.     Caption = '<  &Back'
  275.     Enabled = False
  276.     TabOrder = 1
  277.     OnClick = bBackClick
  278.   end
  279.   object bNext: TButton
  280.     Left = 152
  281.     Top = 280
  282.     Width = 75
  283.     Height = 25
  284.     Caption = '&Next   >'
  285.     Default = True
  286.     TabOrder = 2
  287.     OnClick = bNextClick
  288.   end
  289.   object bCancel: TButton
  290.     Left = 232
  291.     Top = 280
  292.     Width = 75
  293.     Height = 25
  294.     Cancel = True
  295.     Caption = 'Cancel'
  296.     ModalResult = 2
  297.     TabOrder = 3
  298.     OnClick = bCancelClick
  299.   end
  300. end
  301.