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

  1. !Include("UI.def")
  2.  
  3. Button("UIButton","CheckBoxPattern","","Pattern")
  4.     {
  5.         PatternFile("..\\uidef\\CheckBoxSmall.def")
  6.         Checked(1)
  7.         Disabled(0)
  8.         CanCallPress(0)
  9.         CanCheck(1)
  10.         MouseLeaveDestroyFocus(1)
  11.         CheckSound("data/sounds/click")
  12.         TextureCheckedRect("Menu_Main.dds",1024.0,1024.0,826.0,95.0,833.0,102.0)
  13.         TextureCheckedAlpha(1.0)
  14.         TextCheckedAlpha(1.0)
  15.         TextureDisabledAlpha(1.0)
  16.         TextDisabledAlpha(1.0)
  17.         TextureFocusCheckAlpha(1.0)
  18.         TextFocusCheckAlpha(1.0)
  19.         CallPressPeriod(0.1)
  20.         DoubleClick(0.3)
  21.         Command(1)
  22.         Notify(1)
  23.         CanFocus(0)
  24.         TextureFocusAlpha(1.0)
  25.         TextFocusAlpha(1.0)
  26.         SelKeyUp(0)
  27.         SelKeyDown(0)
  28.         FocusSound("data/sounds/highlight")
  29.         Text("")
  30.         TextAlpha(1.0)
  31.         TextColor(1.0,1.0,1.0)
  32.         Font("MSSansSerif8")
  33.         TextPosFlags(34)
  34.         Mouse(1)
  35.         Keyboard(0)
  36.         Joy(0)
  37.         Visible(1)
  38.         ParentPositioning(1)
  39.         ParentCenteringX(0)
  40.         ParentCenteringY(0)
  41.         ParentSizingX(0)
  42.         ParentSizingY(0)
  43.         FrameCornerSize(2,2)
  44.         TextureRect("Menu_Main.dds",1024.0,1024.0,833.0,88.0,838.0,93.0)
  45.         TextureAlpha(1.0)
  46.         LogicSize(0.0175,0.023333333)
  47.         LogicPos(0.34437865,0.4389916)
  48.  
  49.         Static("UIStatic","ID_CHECK_TEXT","Specific")
  50.             {
  51.                 PatternFileElem()
  52.                 TextAlpha(1.0)
  53.                 TextColor(1.0,1.0,1.0)
  54.                 Font("TextFont")
  55.                 TextPosFlags(18)
  56.                 Mouse(0)
  57.                 Keyboard(0)
  58.                 Joy(0)
  59.                 Visible(1)
  60.                 ParentPositioning(1)
  61.                 ParentCenteringX(0)
  62.                 ParentCenteringY(0)
  63.                 ParentSizingX(0)
  64.                 ParentSizingY(0)
  65.                 TextureAlpha(1.0)
  66.                 LogicSize(0.25,0.038333334)
  67.                 LogicPos(1.25,-0.34999958)
  68.             }// [UIStatic] ID_SHADOWS_CHECK_TEXT
  69.         }// [UIButton] ID_SHADOWS_CHECK
  70.