home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / uidef / LoadingProgress.def < prev    next >
Encoding:
Text File  |  2006-01-09  |  1.5 KB  |  60 lines

  1. !Include("UI.def")
  2.  
  3. ControlObject("UIProgressBar","LoadingProgress","Pattern")
  4. {
  5.     Command(1)
  6.     Notify(1)
  7.     CanFocus(0)
  8.     TextureHighlightID("BoxWhiteBack")
  9.     TextureFocusAlpha(1.0)
  10.     TextFocusAlpha(1.0)
  11.     SelKeyUp(0)
  12.     SelKeyDown(0)
  13.     Text("")
  14.     TextAlpha(1.0)
  15.     TextColor(1.0,1.0,1.0)
  16.     Font("MSSansSerif8")
  17.     TextPosFlags(34)
  18.     PatternFile("..\\uidef\\LoadingProgress.def")
  19.     Mouse(1)
  20.     Keyboard(0)
  21.     Joy(0)
  22.     Visible(0)
  23.     ParentPositioning(1)
  24.     PreviousElemPositioning(0)
  25.     ParentCenteringX(0)
  26.     ParentCenteringY(0)
  27.     ParentSizingX(0)
  28.     ParentSizingY(0)
  29.     FrameCornerSize(2,2)
  30.     TextureID("BoxDarkBack")
  31.     TextureAlpha(1.0)
  32.     LogicSize(0.845703125,0.03125)
  33.     LogicPos(0.076171875,0.911458)
  34.  
  35.     Static("UIStatic","ID_LOADING","Specific")
  36.     {
  37.         Text("&&Loading&&")
  38.         TextAlpha(1.0)
  39.         TextColor(1.0,1.0,1.0)
  40.         Font("MenuMedium")
  41.         FontScale(0.8)
  42.         TextPosFlags(34)
  43.         PatternFileElem()
  44.         Mouse(0)
  45.         Keyboard(0)
  46.         Joy(0)
  47.         Visible(1)
  48.         ParentPositioning(1)
  49.         PreviousElemPositioning(0)
  50.         ParentCenteringX(0)
  51.         ParentCenteringY(0)
  52.         ParentSizingX(0)
  53.         ParentSizingY(0)
  54.         TextureAlpha(1.0)
  55.         LogicSize(0.1875,0.05)
  56. //        LogicPos(0.40494296,1.1999999)
  57.         LogicPos(-0.05,-1.5999999)
  58.     }// [UIStatic] ID_LOADING
  59. }// [UIProgressBar] LoadingProgress
  60.