home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / exp / DMEXUTIL.EXE / 0 / RCDATA / TDOWNLOADFORM / TDOWNLOADFORM.txt
Text File  |  2000-02-23  |  1KB  |  61 lines

  1. object downloadform: Tdownloadform
  2.   Tag = 500
  3.   Left = 840
  4.   Top = 496
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Live - DMEX Menu '
  7.   ClientHeight = 108
  8.   ClientWidth = 285
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Animate1: TAnimate
  22.     Left = 0
  23.     Top = 0
  24.     Width = 285
  25.     Height = 89
  26.     Align = alClient
  27.     Active = False
  28.     CommonAVI = aviFindFolder
  29.     StopFrame = 29
  30.   end
  31.   object StatusBar1: TStatusBar
  32.     Left = 0
  33.     Top = 89
  34.     Width = 285
  35.     Height = 19
  36.     Panels = <
  37.       item
  38.         Width = 50
  39.       end
  40.       item
  41.         Alignment = taCenter
  42.         Text = '->'
  43.         Width = 50
  44.       end
  45.       item
  46.         Width = 50
  47.       end
  48.       item
  49.         Bevel = pbNone
  50.         Width = 50
  51.       end>
  52.     SimplePanel = False
  53.   end
  54.   object SaveDialog1: TSaveDialog
  55.     Filter = 'DMEX|*.zip'
  56.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  57.     Left = 80
  58.     Top = 24
  59.   end
  60. end
  61.