home *** CD-ROM | disk | FTP | other *** search
- object MailboxImporter: TMailboxImporter
- Left = 225
- Top = 111
- BorderStyle = bsDialog
- Caption = 'Import Mailboxes'
- ClientHeight = 313
- ClientWidth = 319
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 9
- Top = 256
- Width = 297
- Height = 9
- Shape = bsBottomLine
- end
- object Book: TNotebook
- Left = 0
- Top = 0
- Width = 319
- Height = 257
- Align = alTop
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Mailer'
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 281
- Height = 57
- AutoSize = False
- Caption =
- 'Please choose the e-mail client you want to convert mailboxes fr' +
- 'om. (Make sure that boxes are compressed so you won'#39't restore un' +
- 'wanted messages)'
- WordWrap = True
- end
- object bClient: TRadioGroup
- Left = 16
- Top = 72
- Width = 281
- Height = 177
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Client search'
- object lInfo: TLabel
- Left = 16
- Top = 32
- Width = 284
- Height = 33
- AutoSize = False
- Caption = 'Retrieving mailbox information of '
- WordWrap = True
- end
- object Label7: TLabel
- Left = 14
- Top = 120
- Width = 289
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Please wait...'
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Mailbox'
- object Label2: TLabel
- Left = 17
- Top = 8
- Width = 281
- Height = 29
- AutoSize = False
- Caption = 'Please select the mailboxes you want to import'
- WordWrap = True
- end
- object cbPrompt: TCheckBox
- Left = 24
- Top = 234
- Width = 273
- Height = 17
- Caption = '&Prompt me whenever a new mailbox is created'
- TabOrder = 2
- end
- object bSelectAll: TButton
- Left = 14
- Top = 204
- Width = 115
- Height = 25
- Caption = '&Select all'
- TabOrder = 0
- OnClick = bSelectAllClick
- end
- object bDeAll: TButton
- Tag = 1
- Left = 190
- Top = 204
- Width = 115
- Height = 25
- Caption = '&Unselect all'
- TabOrder = 1
- OnClick = bSelectAllClick
- end
- object lBoxes: TMLVGrid
- Left = 16
- Top = 38
- Width = 289
- Height = 162
- DefaultRowHeight = 16
- DefaultDrawing = False
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- Options = [goThumbTracking]
- TabOrder = 3
- OnKeyDown = lBoxesKeyDown
- OnMouseDown = lBoxesMouseDown
- AltDrag = True
- AutoColResize = True
- AutoSearch = True
- MultiSelect = False
- ImmediateSelect = False
- OnDrawItemImage = lBoxesDrawItemImage
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Confirm'
- object Label4: TLabel
- Left = 14
- Top = 16
- Width = 288
- Height = 41
- AutoSize = False
- Caption =
- 'Import is in progress. Please be patient - this process may take' +
- ' a long time...'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 25
- Top = 64
- Width = 96
- Height = 13
- Alignment = taRightJustify
- Caption = 'Processing mailbox: '
- end
- object lBox: TLabel
- Left = 128
- Top = 64
- Width = 177
- Height = 13
- Cursor = crDrag
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label6: TLabel
- Left = 22
- Top = 144
- Width = 79
- Height = 13
- Caption = 'Overall progress:'
- end
- object pBar: TProgressBar
- Left = 22
- Top = 96
- Width = 273
- Height = 25
- TabOrder = 0
- end
- object AllBar: TProgressBar
- Left = 22
- Top = 168
- Width = 273
- Height = 25
- TabOrder = 1
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Finished'
- object Label8: TLabel
- Left = 14
- Top = 84
- Width = 289
- Height = 65
- AutoSize = False
- Caption =
- 'Import finished. Press Close button to close Import Wizard or pr' +
- 'ess Back button to Import another portion of mailboxes.'
- WordWrap = True
- end
- end
- end
- object bBack: TButton
- Left = 72
- Top = 280
- Width = 71
- Height = 25
- Caption = '< &Back'
- Enabled = False
- TabOrder = 1
- OnClick = bBackClick
- end
- object bNext: TButton
- Left = 152
- Top = 280
- Width = 75
- Height = 25
- Caption = '&Next >'
- Default = True
- TabOrder = 2
- OnClick = bNextClick
- end
- object bCancel: TButton
- Left = 232
- Top = 280
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- OnClick = bCancelClick
- end
- end
-