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

  1. !Include("UI.def")
  2.  
  3. MenuButton("UIOptionsControlEditSelKey","EditButtonControl","","","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.     TextureFocusAlpha(1.0)
  23.     TextFocusAlpha(1.0)
  24.     SelKeyUp(200)
  25.     SelKeyDown(208)
  26.     Text("")
  27.     TextAlpha(1.0)
  28. //    TextColor(1.0,1.0,1.0)
  29.     TextColor(1.0,0.61,0.02)
  30.     Font("MenuSmall")
  31.     FontScale(0.5)
  32.     TextPosFlags(34)
  33.     PatternFile("../uidef/EditButtonControl.def")
  34.     Mouse(1)
  35.     Keyboard(1)
  36.     Joy(1)
  37.     Visible(1)
  38.     ParentPositioning(1)
  39.     PreviousElemPositioning(1)
  40.     ParentAlignX(-1)
  41.     ParentAlignY(-1)
  42.     ParentSizingX(1)
  43.     ParentSizingY(1)
  44.     FrameCornerSize(2,2)
  45.     TextureAlpha(0.3)
  46.     LogicSize(1.0,1.0)
  47.     LogicPos(0.0,1.1000004)
  48.     FocusSound("data/sounds/highlight")
  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. //        TextColor(1.0,0.61,0.02)
  57.         Font("MenuSmall")
  58.         FontScale(0.5)
  59.         TextPosFlags(18)
  60.         PatternFileElem()
  61.         Mouse(0)
  62.         Keyboard(0)
  63.         Joy(0)
  64.         Visible(1)
  65.         ParentPositioning(1)
  66.         PreviousElemPositioning(0)
  67.         ParentAlignX(-1)
  68.         ParentAlignY(4)
  69.         ParentSizingX(1)
  70.         ParentSizingY(1)
  71.         TextureAlpha(0.8)
  72.         LogicSize(0.4,1.0)
  73.         LogicPos(0.029999493,0.0)
  74.     }// [UIStatic] ID_LABEL
  75.  
  76.     Button("UIEditSelKey","ID_EDIT","V","Specific")
  77.     {
  78.         Checked(0)
  79.         Disabled(0)
  80.         CanCallPress(0)
  81.         CanCheck(0)
  82.         MouseLeaveDestroyFocus(0)
  83.         CheckSound("data/sounds/click")
  84.         TextureCheckedAlpha(1.0)
  85.         TextCheckedAlpha(1.0)
  86.         TextureDisabledAlpha(1.0)
  87.         TextDisabledAlpha(1.0)
  88.         TextureFocusCheckAlpha(1.0)
  89.         TextFocusCheckAlpha(1.0)
  90.         CallPressPeriod(0.1)
  91.         DoubleClick(0.3)
  92.         Command(1)
  93.         Notify(1)
  94.         CanFocus(1)
  95.         TextureFocusAlpha(0.5)
  96.         TextFocusAlpha(0.8)
  97.         SelKeyUp(0)
  98.         SelKeyDown(0)
  99.         FocusSound("data/sounds/highlight")
  100.         Text("V")
  101.         TextAlpha(0.8)
  102. //        TextColor(1.0,1.0,1.0)
  103.         TextColor(1.0,0.61,0.02)
  104.         Font("TextFontSmall")
  105.         TextPosFlags(34)
  106.         PatternFileElem()
  107.         Mouse(1)
  108.         Keyboard(1)
  109.         Joy(1)
  110.         Visible(1)
  111.         ParentPositioning(1)
  112.         PreviousElemPositioning(0)
  113.         ParentAlignX(-1)
  114.         ParentAlignY(4)
  115.         ParentSizingX(1)
  116.         ParentSizingY(1)
  117.         FrameCornerSize(2,2)
  118.         TextureID("BoxDarkBack")
  119.         TextureAlpha(0.5)
  120.         LogicSize(0.4034582,0.8)
  121.         LogicPos(0.5821326,0.100000024)
  122.     }// [UIEditSelKey] ID_EDIT
  123. }// [UIMenuButton] EditButton
  124.