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

  1. object importMBXfiles: TimportMBXfiles
  2.   Left = 173
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'import MBX files...'
  6.   ClientHeight = 90
  7.   ClientWidth = 344
  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.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LMDLabelFill1: TLMDLabelFill
  19.     Left = 16
  20.     Top = 0
  21.     Width = 198
  22.     Height = 33
  23.     FillObject.Style = sfGradient
  24.     FillObject.Gradient.Color = clActiveCaption
  25.     FillObject.Gradient.ColorCount = 31
  26.     FillObject.Gradient.Style = gstHorizontal
  27.     Caption = 'Mailbox 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 sBar: TStatusBar
  37.     Left = 0
  38.     Top = 71
  39.     Width = 344
  40.     Height = 19
  41.     Panels = <>
  42.     SimplePanel = True
  43.   end
  44.   object Button1: TButton
  45.     Left = 140
  46.     Top = 43
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Close'
  50.     Default = True
  51.     TabOrder = 1
  52.     Visible = False
  53.     OnClick = Button1Click
  54.   end
  55.   object Animate2: TAnimate
  56.     Left = 303
  57.     Top = 6
  58.     Width = 32
  59.     Height = 32
  60.     Active = False
  61.     FileName = 'Working.avi'
  62.     StopFrame = 24
  63.     Transparent = False
  64.     Visible = False
  65.   end
  66.   object MessageSource: TmsMessage
  67.     ContentType = 'text/plain'
  68.     ReturnReceipt = False
  69.     Left = 16
  70.     Top = 40
  71.   end
  72.   object Timer1: TTimer
  73.     Enabled = False
  74.     Interval = 20
  75.     OnTimer = Timer1Timer
  76.     Left = 264
  77.     Top = 16
  78.   end
  79. end
  80.