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

  1. ( Window 
  2.     ( W_Diaprint
  3.         . Typ = Window
  4.         . Parent = W_Dialog
  5.         . X = 15
  6.         . Y = 15
  7.         . Width  = 330
  8.         . Height = 281
  9.         . Title = Diaprint
  10.         . Visible = true
  11.     )
  12. )
  13. ( Szene
  14.     ( S_Diaprint    #Diaprint
  15.         . LoadDatabase = list
  16.         ( LoadDatabase
  17.             : db/diaprint/buttons.txt
  18.             : db/diaprint/bitmaps.txt
  19.             : db/diaprint/controls.txt
  20.             : db/diaprint/functions.txt
  21.         )
  22.         . Typ = Szene
  23.         . Visible = true
  24.         . Window = W_Diaprint
  25.         . X = 0
  26.         . Y = 0
  27.         . Scale = off
  28.         . Blender = db/bin/blender/schalo.dll
  29.         ( Visible_Execute
  30.             : Bitmap.BM_PRI_BACKGROUND
  31.             : Bitmap.BM_PRI_TASK_TITLE
  32.             : Bitmap.BM_PRI_HEADER
  33.             : Bitmap.BM_PRI_LIST_BACKGROUND
  34.             : Bitmap.BM_PRI_UPPER_EDGE_TXT
  35.             : Bitmap.BM_PRI_LEFT_EDGE_TXT
  36.             : Bitmap.BM_PRI_MESSURE_TXT
  37.             : Bitmap.BM_PRI_UPPER_EDGE_VALUE
  38.             : Bitmap.BM_PRI_LEFT_EDGE_VALUE
  39.             : Button.B_PRI_CM_BUTTON
  40.             : Button.B_PRI_INCH_BUTTON
  41.             : Button.B_PRI_TASK_BUTTON1
  42.             : Button.B_PRI_TASK_BUTTON2
  43.             : Script.PY_DiaprintSzene
  44.             : ScriptedLister.C_LabelLister
  45.             : Scroller.SBH_PRI_WINDOW
  46.             : Scroller.SBV_PRI_WINDOW
  47.         )
  48.         ( Trigger
  49.             . Status = PY_DiaprintSzene.TriggerSzene
  50.         )
  51.     )
  52. )