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

  1. ( Window
  2.     ( W_PopUp
  3.         . Typ = Window
  4.         . Parent = W_MainScreen
  5.         . Title = PopUp
  6.         . Visible = false
  7.         . Width  = 250
  8.         . Height = 91
  9.         . Style = Popup
  10.         . Animate = false
  11.         . Timeout = 3000
  12.         . Scale = off
  13.     )
  14.     ( W_TextEdit
  15.         . Typ = Window
  16.         . Parent = W_MainScreen
  17.         . Title = [Control]EDIT
  18.         . Visible = false
  19.         . Style = Popup
  20.         . Width  = 300
  21.         . Height = 18
  22.         . Animate = false
  23.         . Timeout = 3000
  24.         . Scale = off
  25.     )
  26.     ( W_QuickTip
  27.         . Typ = Window
  28.         . Parent = W_MainScreen
  29.         . Title = QuickTip
  30.         . Style = Popup
  31.         . Visible = false
  32.         . Width  = 1024
  33.         . Height = 40
  34.         . Animate = false
  35.         . Timeout = 3000
  36.         . Scale = off
  37.     )
  38.  
  39. )
  40. ( Szene
  41.     ( S_PopUp
  42.         . Typ = Szene
  43.         . Visible = false
  44.         . Window = W_PopUp
  45.         . Scale = off
  46.     )
  47.     ( S_TextEdit
  48.         . Typ = Szene
  49.         . Visible = false
  50.         . Window = W_TextEdit
  51.         . Scale = off
  52.     )
  53.     ( S_QuickTip
  54.         . Typ = Szene
  55.         . Visible = false
  56.         . Window = W_QuickTip
  57.         . Scale = off
  58.         ( Visible_Execute
  59.             : TextOutput.TO_QuickTip
  60.         )
  61.     )
  62. )
  63. ( ListView
  64.     ( LV_PopUp
  65.         . Typ = ListView
  66.         . Background = BM_POPUP
  67.         . X = 0
  68.         . Y = 0
  69.         . Width  = 350
  70.         . Height = 100
  71.         ( Font
  72.             . Size = 14
  73.             . Name = Tahoma
  74.             . Color = 0xe08000
  75.         )
  76.     )
  77. )
  78. ( PopUp
  79.     ( PU_PopUp
  80.         . Typ = PopUp
  81.         . Szene = S_PopUp
  82.         . Window = W_PopUp
  83.         . View = ListView.LV_PopUp
  84.         . Scale = off
  85.         . MarkerSize = 16
  86.         ( Events
  87.             : MouseDown
  88.             : MouseMove
  89.             : KeyDown
  90.         )
  91.     )
  92. )
  93. ( TextOutput
  94.     ( TO_QuickTip
  95.         . Typ = TextOutput
  96.         . Background = BM_QuickTip
  97.         . Text = -
  98.         . X = 0
  99.         . Y = 0
  100.         . NoAlising = true
  101.         . ShiftX = 4
  102.         . Width = 1024
  103.         . Height = 30
  104.         . Color = Normal
  105.         ( Font
  106.             . Size = 14
  107.             . Name = MS Sans Serif
  108.         )
  109.         ( ColorName
  110.             . Normal = 0x4D0000
  111.         )
  112.     )
  113. )
  114. ( TextEdit
  115.     ( TE_TextEdit
  116.         . Typ = TextEdit
  117.         . Szene = S_TextEdit
  118.         . Window = W_TextEdit
  119.         ( Font
  120.             . Size = 13
  121.             . Name = Tahoma
  122.         )
  123.         ( ColorName
  124.             . Normal = 0xe08000
  125.         )
  126.     )
  127. )
  128. ( Bitmap
  129.     ( BM_QuickTip
  130.         . Typ = Bitmap
  131.         . File = db/general/pics/quick.bmp
  132.         . X = 0
  133.         . Y = 0
  134.         . PatternX = 4
  135.         . PatternY = 4
  136.     )
  137.     ( BM_POPUP
  138.         . Typ = Bitmap
  139.         . File = db/general/pics/popup.bmp
  140.         . PatternX = 10
  141.         . PatternY = 12
  142.     )
  143. )
  144. ( Cursor
  145.     ( CUR_MOVE
  146.         . Typ = Cursor
  147.         . File = db/general/cursors/move.cur
  148.     )
  149.     ( CUR_SCALE_NWSE
  150.         . Typ = Cursor
  151.         . File = db/general/cursors/scale_nwse.cur
  152.     )
  153.     ( CUR_SCALE_NS
  154.         . Typ = Cursor
  155.         . File = db/general/cursors/scale_ns.cur
  156.     )
  157.     ( CUR_SPLITTER
  158.         . Typ = Cursor
  159.         . File = db/general/cursors/splitter.cur
  160.     )
  161. )
  162. ( Shell
  163.     ( SH_Shell
  164.         . Typ = Shell
  165.     )
  166. )
  167.