home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd2.bin / convert / eJayMp3Pro / mp3pro_demo.exe / PICTUREBOX.TXT < prev    next >
Encoding:
Text File  |  2000-08-25  |  643 b   |  43 lines

  1. ( Window 
  2.     ( W_PictureBox
  3.         . Typ = Window
  4.         . Parent = W_Dialog
  5.         . X = 15
  6.         . Y = 15
  7.         . Width  = 300
  8.         . Height = 300
  9.         . Title = PictureBox
  10.         . Visible = true
  11.     )
  12. )
  13. ( Szene
  14.     ( S_PictureBox
  15.         . Typ = Szene
  16.         . Window = W_PictureBox
  17.         . Scale = off
  18.         ( Visible_Execute
  19.             #: Bitmap.BM_PictureBox
  20.             : ActiveX.AX_Image
  21.         )
  22.  
  23.     )
  24. )
  25. ( ActiveX
  26.     ( AX_Image
  27.         . Typ = ActiveX
  28.         . Window = W_Dialog
  29.         . X = 0
  30.         . Y = 0
  31.         . Width = 300
  32.         . Height = 300
  33.         . ActiveXClass = ej_image1.ej_image
  34.     )
  35. )
  36. ( Bitmap 
  37.     ( BM_PictureBox
  38.         . Typ = Bitmap
  39.         . File = db/general/pics/dialog/frameul.bmp
  40.         . X = 0
  41.         . Y = 0
  42.     )
  43. )