home *** CD-ROM | disk | FTP | other *** search
- !Include("../UIDef/UI.def")
- //------ UI stuff -----------------------------
- Interface("UI_CREATE_SERVER_MENU")
- {
- Command(1)
- Notify(1)
- CanFocus(0)
- TextureFocusAlpha(1.0)
- TextFocusAlpha(1.0)
- SelKeyUp(0)
- SelKeyDown(0)
-
- //--- ListBox pattern for UI_CREATE_SERVER_MENU :
- !Include("../uidef/ListBox.def")
-
- Text("")
- TextAlpha(1.0)
- TextColor(0.0,0.0,0.0)
- Font("MSSansSerif8")
- TextPosFlags(34)
- Mouse(1)
- Keyboard(1)
- Joy(0)
- Visible(0)
- ParentPositioning(0)
- PreviousElemPositioning(0)
- ParentAlignX(-1)
- ParentAlignY(-1)
- ParentSizingX(0)
- ParentSizingY(0)
- TextureID("Background")
- TextureAlpha(1.0)
- LogicSize(1.0,1.0)
- LogicPos(0.0,0.0)
-
- Menu("UIMenu","ID_MENU","Specific")
- {
- Command(1)
- Notify(1)
- CanFocus(1)
- TextureFocusAlpha(1.0)
- TextFocusAlpha(1.0)
- SelKeyUp(200)
- SelKeyDown(208)
-
- //--- MenuButton pattern for ID_MENU :
- !Include("..\\uidef\\menubutton.def")
-
- Text("")
- TextAlpha(1.0)
- TextColor(1.0,1.0,1.0)
- Font("MSSansSerif8")
- TextPosFlags(34)
- Mouse(1)
- Keyboard(1)
- Joy(0)
- Visible(1)
- ParentPositioning(1)
- PreviousElemPositioning(0)
- ParentAlignX(-1)
- ParentAlignY(-1)
- ParentSizingX(0)
- ParentSizingY(0)
- FrameCornerSize(13,13)
- TextureID("ModalWindow")
- TextureAlpha(1.0)
- LogicSize(0.3,0.3)
- LogicPos(0.65375,0.35166666)
-
- MenuButton("UIMenuButtonInflateText","ID_BTN_JOIN","Join","","Regular")
- {
- ForceTextLowerCase()
- Text("Join")
- LogicSize(0.048196975,0.029336328)
- LogicPos(0.4196715,0.50883186)
- }// [UIMenuButtonInflateText] ID_BTN_JOIN
-
- MenuButton("UIMenuButtonInflateText","ID_BACK","&&MenuMainExit&&","","Regular")
- {
- ForceTextLowerCase()
- Text("&&MenuMainExit&&")
- LogicSize(0.051581934,0.029336328)
- LogicPos(-0.03511577,1.5195032)
- }// [UIMenuButtonInflateText] ID_BACK
- }// [UIMenu] ID_MENU
-
- ControlObject("UIListBox","ID_LISTBOX","Regular.ListBox")
- {
- LogicPos(0.2836914,0.1796875)
- }// [UIListBox] ID_LISTBOX
-
- Window("UIWindow","ID_FRAME","Specific")
- {
- Mouse(0)
- Keyboard(0)
- Joy(0)
- Visible(1)
- ParentPositioning(1)
- PreviousElemPositioning(0)
- OtherElemAsParentPositioning("ID_LISTBOX")
- ParentAlignX(4)
- ParentAlignY(4)
- ParentSizingX(1)
- ParentSizingY(1)
- FrameCornerSize(13,13)
- TextureID("ModalWindow")
- TextureAlpha(1.0)
- LogicSize(1.1,1.1)
- LogicPos(-0.050000057,-0.050000012)
- }// [UIWindow] ID_FRAME
-
-
- EditTexture("er_t_red.png")
- EditBorderWidth(2.0)
- EditBorderSens(3.0)
- EditCursor("c_arrow.png")
- EditCursorSize("c_resize.png")
- EditCursorMove("c_move.png")
- Cursor("cursor.png")
- }
-