home *** CD-ROM | disk | FTP | other *** search
- ( Window
- ( W_Progress
- . Typ = Window
- . Parent = W_Dialog
- . X = 7
- . Y = 15
- . Width = 278
- . Height = 128
- . Title = Progress
- . Visible = true
- )
- )
- ( Szene
- ( S_Progress #Progress
- . LoadDatabase = list
- ( LoadDatabase
- : db/progress/buttons.txt
- : db/progress/bitmaps.txt
- : db/progress/controls.txt
- )
- . Typ = Szene
- . Visible = true
- . Window = W_Progress
- . X = 0
- . Y = 0
- . Scale = off
- . Blender = db/bin/blender/blubber.dll
- ( Visible_Execute
- : Bitmap.BM_PRO_BACKGROUND
- : Bitmap.BM_PRO_TASK_TITLE
- : Bitmap.BM_PRO_TEXT_FIELD
- : Bitmap.BM_PRO_PROGRESSMULTI_FIELD
- : Bitmap.BM_PRO_PULSEMULTI_FIELD
- : Bitmap.BM_PRO_EXCEPTIONTEXT_FIELD
- : Button.B_PRO_TASK_BUTTON
- : MultiBitmap.MBM_PRO_MULTI_PROGRESS
- : MultiBitmap.MBM_PRO_MULTI_PULSE
- : Script.PY_ProgressSzene
- )
- ( Trigger
- . Progress = PY_ProgressSzene.TriggerProgress
- . Status = PY_ProgressSzene.TriggerStatus
- . Progress_Exception = PY_ProgressSzene.TriggerException
- )
- )
- )