home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / uidef / OptionsControlEdit.def < prev    next >
Encoding:
Text File  |  2005-12-20  |  3.1 KB  |  123 lines

  1. !Include("UI.def")
  2.  
  3. MenuButton("UIOptionsControlEdit","OptionsControlEdit","","","Pattern")
  4. {
  5.     Checked(0)
  6.     Disabled(0)
  7.     CanCallPress(0)
  8.     CanCheck(0)
  9.     MouseLeaveDestroyFocus(1)
  10.     TextureCheckedAlpha(1.0)
  11.     TextCheckedAlpha(1.0)
  12.     TextureDisabledAlpha(1.0)
  13.     TextDisabledAlpha(1.0)
  14.     TextureFocusCheckAlpha(1.0)
  15.     TextFocusCheckAlpha(1.0)
  16.     CallPressPeriod(0.1)
  17.     DoubleClick(0.3)
  18.     Command(1)
  19.     Notify(1)
  20.     CanFocus(1)
  21. //    TextureHighlightID("BoxNoBack")
  22.     TextureHighlightID("BoxNoBackWhite")
  23.     TextureFocusAlpha(1.0)
  24.     TextFocusAlpha(1.0)
  25.     SelKeyUp(200)
  26.     SelKeyDown(208)
  27.     FocusSound("data/sounds/highlight")
  28.     Text("")
  29.     TextAlpha(1.0)
  30.     TextColor(1.0,1.0,1.0)
  31.     Font("MenuSmall")
  32.     FontScale(0.5)
  33.     TextPosFlags(34)
  34.     PatternFile("../uidef/OptionsControlEdit.def")
  35.     Mouse(1)
  36.     Keyboard(1)
  37.     Joy(1)
  38.     Visible(1)
  39.     ParentPositioning(1)
  40.     PreviousElemPositioning(1)
  41.     ParentAlignX(-1)
  42.     ParentAlignY(-1)
  43.     ParentSizingX(1)
  44.     ParentSizingY(1)
  45.     FrameCornerSize(2,2)
  46.     TextureAlpha(0.3)
  47.     LogicSize(1.0,1.0)
  48.     LogicPos(0.0,1.1000004)
  49.  
  50.     Static("UIStatic","ID_LABEL","Specific")
  51.     {
  52.         ForceTextLowerCase()
  53.         Text("label")
  54.         TextAlpha(0.6)
  55.         TextColor(1.0,1.0,1.0)
  56.         Font("MenuSmall")
  57.         FontScale(0.5)
  58.         TextPosFlags(18)
  59.         PatternFileElem()
  60.         Mouse(0)
  61.         Keyboard(0)
  62.         Joy(0)
  63.         Visible(1)
  64.         ParentPositioning(1)
  65.         PreviousElemPositioning(0)
  66.         ParentAlignX(-1)
  67.         ParentAlignY(4)
  68.         ParentSizingX(1)
  69.         ParentSizingY(1)
  70.         TextureAlpha(0.8)
  71.         LogicSize(0.4,1.0)
  72.         LogicPos(0.029999493,0.0)
  73.     }// [UIStatic] ID_LABEL
  74.  
  75.     Button("UIEdit","ID_EDIT","V","Specific")
  76.     {
  77.         Checked(0)
  78.         Disabled(0)
  79.         CanCallPress(0)
  80.         CanCheck(0)
  81.         MouseLeaveDestroyFocus(0)
  82.         CheckSound("data/sounds/click")
  83.         TextureCheckedAlpha(1.0)
  84.         TextCheckedAlpha(1.0)
  85.         TextureDisabledAlpha(0.33)
  86.         TextDisabledAlpha(0.33)
  87.         TextureFocusCheckAlpha(1.0)
  88.         TextFocusCheckAlpha(1.0)
  89.         CallPressPeriod(0.1)
  90.         DoubleClick(0.3)
  91.         Command(1)
  92.         Notify(1)
  93.         CanFocus(1)
  94.         TextureFocusAlpha(0.5)
  95.         TextFocusAlpha(0.8)
  96.         SelKeyUp(0)
  97.         SelKeyDown(0)
  98.         FocusSound("data/sounds/highlight")
  99.         Text("V")
  100.         TextAlpha(0.8)
  101.         TextColor(1.0,1.0,1.0)
  102.         Font("MenuSmall")
  103.         FontScale(0.5)
  104.         TextPosFlags(34)
  105.         PatternFileElem()
  106.         Mouse(1)
  107.         Keyboard(1)
  108.         Joy(1)
  109.         Visible(1)
  110.         ParentPositioning(1)
  111.         PreviousElemPositioning(0)
  112.         ParentAlignX(-1)
  113.         ParentAlignY(4)
  114.         ParentSizingX(1)
  115.         ParentSizingY(1)
  116.         FrameCornerSize(2,2)
  117.         TextureID("BoxDarkBack")
  118.         TextureAlpha(0.5)
  119.         LogicSize(0.5,0.8)
  120.         LogicPos(0.4800001,0.100000024)
  121.     }// [UIEdit] ID_EDIT
  122. }// [UIOptionsControlEdit] OptionsControlEdit
  123.