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

  1. ( Window
  2.     ( W_Animator
  3.         . Typ = Window
  4.         . Parent = W_MainScreen
  5.         . X = 10
  6.         . Y = 68
  7.         . Width  = 757
  8.         . Height = 370
  9.         . Title = Explorer
  10.         . ParentArea = true
  11.         ( ParentArea
  12.             . X0 = 10
  13.             . Y0 = 68
  14.             . X1 = 17
  15.             . Y1 = 120
  16.         )
  17.     )
  18. )
  19. ( Szene
  20.     ( S_Animator
  21.         . LoadDatabase = list
  22.         ( Frame
  23.             . OffsetX = 0
  24.             . OffsetY = 22
  25.             ( Exclude
  26.                 : BM_Animator_Task_Title
  27.                 : BM_res_taskleiste_oben
  28.                 : BM_res_taskleiste_unten
  29.                 : BM_res_left_bar
  30.                 : BM_res_right_bar
  31.                 : BM_res_up_bar
  32.                 : BM_res_down_bar
  33.             )
  34.         )
  35.         ( LoadDatabase
  36.             #: startup.txt
  37.             : db/animator/buttons.txt
  38.             : db/animator/bitmaps.txt
  39.             : db/animator/controls.txt
  40.             : db/animator/functions.txt
  41.         )
  42.         . Typ = Szene
  43.         . Visible = true
  44.         . Window = W_Animator
  45.         . X = 0
  46.         . Y = 0
  47.         . Scale = off
  48.         . Blender = db/bin/blender/fader.dll
  49.         ( Visible_Execute
  50.             : Bitmap.BM_AnimatorBackground
  51.             : Bitmap.BM_Animator_Task_Title
  52.             : Bitmap.BM_Animator
  53.             : Bitmap.BM_FieldSave
  54.             : Bitmap.BM_Width
  55.             : Bitmap.BM_FieldWidth
  56.             : Bitmap.BM_Height
  57.             : Bitmap.BM_FieldHeight
  58.             : Bitmap.BM_Seconds
  59.             : Bitmap.BM_FieldSeconds
  60.             : Bitmap.BM_FieldExport
  61.             : Bitmap.BM_Colors
  62.             : Bitmap.BM_Pictures
  63.             : Bitmap.BM_FADEFIELD
  64.             : Bitmap.BM_PACEFIELD
  65.             : Bitmap.BM_Fade
  66.             : Bitmap.BM_Pace
  67.             : Bitmap.BM_res_taskleiste_oben
  68.             : Bitmap.BM_res_taskleiste_unten
  69.             : Bitmap.BM_res_left_bar
  70.             : Bitmap.BM_res_right_bar
  71.             : Bitmap.BM_res_up_bar
  72.             : Bitmap.BM_res_down_bar
  73.             : Button.B_EffectsOnOff
  74.             : Button.B_WavesOnOff
  75.             : Button.B_Fx1
  76.             : Button.B_Fx2
  77.             : Button.B_Fx3
  78.             : Button.B_Fx4
  79.             : Button.B_Fx5
  80.             : Button.B_Fx6
  81.             : Button.B_Fx7
  82.             : Button.B_Fx8
  83.             : Button.B_Fx9
  84.             : Button.B_Chekov
  85.             : Button.B_SpectQ
  86.             : Button.B_SpectW
  87.             : Button.B_SpectE
  88.             : Button.B_SpectR
  89.             : Button.B_StereoT
  90.             : Button.B_QUIT
  91.             : Button.B_DELETE
  92.             : Button.B_RECORD
  93.             : Button.B_Cancel
  94.             : Button.B_Export
  95.             : Button.B_SOUND_EXPORT
  96.             : Button.B_Browse1
  97.             : Button.B_Browse2
  98.             : Button.B_Browse3
  99.             : Button.B_Browse5
  100.             : Button.B_ColS
  101.             : Button.B_ColD
  102.             : Button.B_ColF
  103.             : Button.B_Col4
  104.             : Button.B_Col5
  105.             : Button.B_Full
  106.             : Button.B_AUTOMODE
  107.             : Button.B_Fieldpictures1
  108.             : Button.B_Fieldpictures2
  109.             : Button.B_Fieldpictures3
  110.             : MultiBitmap.MBM_FADEPROGRESS
  111.             : MultiBitmap.MBM_PACEPROGRESS
  112.             : Script.PY_PictureLoader
  113.             : Script.PY_AnimatorSzene
  114.         )
  115.         ( Trigger
  116.             . Status = PY_AnimatorSwitcher.AnimatorSzene
  117.         )
  118.     )
  119. )