home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / Email / MailPart / _SETUP.1 / MailPart.exe / 0 / RCDATA / TIMPFORM / TIMPFORM.txt
Encoding:
Text File  |  1997-03-07  |  1.1 KB  |  66 lines

  1. object ImpForm: TImpForm
  2.   Left = 101
  3.   Top = 320
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Importing'
  7.   ClientHeight = 202
  8.   ClientWidth = 315
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Stat: TGauge
  19.     Left = 0
  20.     Top = 32
  21.     Width = 313
  22.     Height = 21
  23.     Progress = 0
  24.     Visible = False
  25.   end
  26.   object Memo1: TMemo
  27.     Left = 0
  28.     Top = 56
  29.     Width = 315
  30.     Height = 146
  31.     Align = alBottom
  32.     Lines.Strings = (
  33.       'Memo1')
  34.     ReadOnly = True
  35.     ScrollBars = ssVertical
  36.     TabOrder = 0
  37.   end
  38.   object Button1: TButton
  39.     Left = 108
  40.     Top = 4
  41.     Width = 97
  42.     Height = 25
  43.     Caption = 'Close'
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 0
  49.     Top = 4
  50.     Width = 97
  51.     Height = 25
  52.     Caption = 'Import Mail'
  53.     TabOrder = 2
  54.     OnClick = Button2Click
  55.   end
  56.   object Button3: TButton
  57.     Left = 216
  58.     Top = 4
  59.     Width = 97
  60.     Height = 25
  61.     Caption = 'Help'
  62.     TabOrder = 3
  63.     OnClick = Button3Click
  64.   end
  65. end
  66.