home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2001 December / PCM_0112.iso / media / demo / eJay_FreePlayer.EXE / CONTROLS.TXT < prev    next >
Encoding:
Text File  |  2000-05-21  |  1.5 KB  |  104 lines

  1. ( WindowMover
  2.     ( WM_FreePlayer
  3.         . Typ = WindowMover
  4.         . X = 38
  5.         . Y = 17
  6.         . Width = 91
  7.         . Height = 74
  8.         #. Cursor = CUR_MOVE
  9.         ( Events
  10.             : MouseUp
  11.             : MouseDown
  12.             : MouseMove
  13.         )
  14.     )
  15. )
  16. ( TextOutput
  17.     ( TO_Title
  18.         . Typ = TextOutput
  19.         . Text = 
  20.         . X = 11
  21.         . Y = 139
  22.         . Width = 139
  23.         . Height = 11
  24.         . Color = Normal
  25.         . Center = true
  26.         ( Font
  27.             . Size = 11
  28.             . Name = Tahoma
  29.         )
  30.         ( ColorName
  31.             . Normal = 0xe08000
  32.         )
  33.     )
  34. #    ( TO_OptionsHelp
  35. #        . Typ = TextOutput
  36. #        . Text = -
  37. #        . X = 10
  38. #        . Y = 50
  39. #        . Width = 500
  40. #        . Height = 20
  41. #        . Color = Normal
  42. #        ( Font
  43. #            . Size = 18
  44. #            . Name = Tahoma
  45. #        )
  46. #        ( ColorName
  47. #            . Normal = 0xe08000
  48. #        )
  49. #    )
  50. #    ( TO_QuickTip
  51. #        . Typ = TextOutput
  52. #        . Background = BM_QuickTip
  53. #        . Text = -
  54. #        #. X = 1
  55. #        #. Y = 1
  56. #        . X = 0
  57. #        . Y = 0
  58. #        . NoAlising = true
  59. #        . ShiftX = 4
  60. #        #. ShiftY = 1
  61. #        . Width = 350
  62. #        . Height = 30
  63. #        . Color = Normal
  64. #        ( Font
  65. #            . Size = 14
  66. #            . Name = MS Sans Serif
  67. #        )
  68. #        ( ColorName
  69. #            . Normal = 0x000000
  70. #        )
  71. #    )
  72. #    ( TO_TextEditLabel
  73. #        . Typ = TextOutput
  74. #        . Text = -
  75. #        . X = 1
  76. #        . Y = 1
  77. #        . Width = 300
  78. #        . Height = 15
  79. #        . Color = Normal
  80. #        ( Font
  81. #            . Size = 13
  82. #            . Name = Tahoma
  83. #        )
  84. #        ( ColorName
  85. #            . Normal = 0xe08000
  86. #        )
  87. #    )
  88.     ( TO_Time
  89.         . Typ = TextOutput
  90.         . Text = 00:00
  91.         . X = 88
  92.         . Y = 121
  93.         . Width = 37
  94.         . Height = 13
  95.         . Color = Normal
  96.         ( Font
  97.             . Size = 13
  98.             . Name = Tahoma
  99.         )
  100.         ( ColorName
  101.             . Normal = 0xe08000
  102.         )
  103.     )
  104.