home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / uidef / EditButton.def < prev    next >
Encoding:
Text File  |  2004-07-14  |  3.0 KB  |  122 lines

  1. !Include("UI.def")
  2.  
  3. MenuButton("UIMenuButton","EditButton","","","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.     Font("MenuSmall")
  30.     FontScale(0.5)
  31.     TextPosFlags(34)
  32.     PatternFile("../uidef/EditButton.def")
  33.     Mouse(1)
  34.     Keyboard(1)
  35.     Joy(1)
  36.     Visible(1)
  37.     ParentPositioning(1)
  38.     PreviousElemPositioning(1)
  39.     ParentAlignX(-1)
  40.     ParentAlignY(-1)
  41.     ParentSizingX(1)
  42.     ParentSizingY(1)
  43.     FrameCornerSize(2,2)
  44.     TextureAlpha(0.3)
  45.     LogicSize(1.0,1.0)
  46.     LogicPos(0.0,1.1000004)
  47.     FocusSound("data/sounds/highlight")
  48.     CheckSound("data/sounds/click")
  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(1.0)
  86.         TextDisabledAlpha(1.0)
  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("TextFont")
  103.         TextPosFlags(34)
  104.         PatternFileElem()
  105.         Mouse(1)
  106.         Keyboard(1)
  107.         Joy(1)
  108.         Visible(1)
  109.         ParentPositioning(1)
  110.         PreviousElemPositioning(0)
  111.         ParentAlignX(-1)
  112.         ParentAlignY(4)
  113.         ParentSizingX(1)
  114.         ParentSizingY(1)
  115.         FrameCornerSize(2,2)
  116.         TextureID("BoxDarkBack")
  117.         TextureAlpha(0.5)
  118.         LogicSize(0.5,0.8)
  119.         LogicPos(0.4800001,0.100000024)
  120.     }// [UIEditSelKey] ID_EDIT
  121. }// [UIMenuButton] EditButton
  122.