home *** CD-ROM | disk | FTP | other *** search
- object ImpForm: TImpForm
- Left = 101
- Top = 320
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Mail Importing'
- ClientHeight = 202
- ClientWidth = 315
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- PrintScale = poNone
- OnCreate = FormCreate
- TextHeight = 13
- object Stat: TGauge
- Left = 0
- Top = 32
- Width = 313
- Height = 21
- Progress = 0
- Visible = False
- end
- object Memo1: TMemo
- Left = 0
- Top = 56
- Width = 315
- Height = 146
- Align = alBottom
- Lines.Strings = (
- 'Memo1')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Button1: TButton
- Left = 108
- Top = 4
- Width = 97
- Height = 25
- Caption = 'Close'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 0
- Top = 4
- Width = 97
- Height = 25
- Caption = 'Import Mail'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 216
- Top = 4
- Width = 97
- Height = 25
- Caption = 'Help'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-