home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd2.bin / convert / eJayMp3Pro / mp3pro_demo.exe / PROGRESS.TXT < prev    next >
Encoding:
Text File  |  2000-09-20  |  1.0 KB  |  46 lines

  1. ( Window
  2.     ( W_Progress
  3.         . Typ = Window
  4.         . Parent = W_Dialog
  5.         . X = 7
  6.         . Y = 15
  7.         . Width  = 278
  8.         . Height = 128
  9.         . Title = Progress
  10.         . Visible = true
  11.     )
  12. )
  13. ( Szene
  14.     ( S_Progress    #Progress
  15.         . LoadDatabase = list
  16.         ( LoadDatabase
  17.             : db/progress/buttons.txt
  18.             : db/progress/bitmaps.txt
  19.             : db/progress/controls.txt
  20.         )
  21.         . Typ = Szene
  22.         . Visible = true
  23.         . Window = W_Progress
  24.         . X = 0
  25.         . Y = 0
  26.         . Scale = off
  27.         . Blender = db/bin/blender/blubber.dll
  28.         ( Visible_Execute
  29.             : Bitmap.BM_PRO_BACKGROUND
  30.             : Bitmap.BM_PRO_TASK_TITLE
  31.             : Bitmap.BM_PRO_TEXT_FIELD
  32.             : Bitmap.BM_PRO_PROGRESSMULTI_FIELD
  33.             : Bitmap.BM_PRO_PULSEMULTI_FIELD
  34.             : Bitmap.BM_PRO_EXCEPTIONTEXT_FIELD
  35.             : Button.B_PRO_TASK_BUTTON
  36.             : MultiBitmap.MBM_PRO_MULTI_PROGRESS
  37.             : MultiBitmap.MBM_PRO_MULTI_PULSE
  38.             : Script.PY_ProgressSzene
  39.         )
  40.         ( Trigger
  41.             . Progress = PY_ProgressSzene.TriggerProgress
  42.             . Status = PY_ProgressSzene.TriggerStatus
  43.             . Progress_Exception = PY_ProgressSzene.TriggerException
  44.         )
  45.     )
  46. )