aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod/resource/ui/menus/connect_password.menu
blob: b5e12ad2521a8ac8f38559f4e37ec87502e3965c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
resource/ui/menus/mods_browse.menu
{
	menu
	{
		ControlName				Frame
		xpos					0
		ypos					0
		zpos					3
		wide					f0
		tall					f0
		autoResize				0
		visible					1
		enabled					1
		pinCorner				0
		PaintBackgroundType		0
		infocus_bgcolor_override	"0 0 0 0"
		outoffocus_bgcolor_override	"0 0 0 0"

        Vignette
        {
            ControlName             ImagePanel
            InheritProperties       MenuVignette
        }

		Title
		{
			ControlName				Label
			InheritProperties		MenuTitle
			labelText				"#MENU_TITLE_CONNECT_PASSWORD"
		}

		ImgTopBar
		{
			ControlName				ImagePanel
			InheritProperties		MenuTopBar
		}
		
		ButtonRowAnchor
		{
			ControlName				Label
			labelText				""

			xpos                    120
            ypos                    160
		}
		
		MatchmakingStatus
		{
			ControlName				CNestedPanel
			xpos					0
			ypos					0
			wide					f0
			tall					f0
			visible					1
			controlSettingsFile		"resource/ui/menus/panels/matchmaking_status.res"
		}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

		EnterPasswordBox
		{
			ControlName				TextEntry
			wide					700
			tall					53
			visible					1
			enabled					1
			textHidden				1
			editable				1
			maxchars				32
			NumericInputOnly		0
			textAlignment			"east"
			font 					DefaultBold_53
			keyboardTitle			"#CONNECT_WITH_PASSWORD"
			keyboardDescription		"#ENTER_PASSWORD"
			allowRightClickMenu		1
			allowSpecialCharacters	0
			unicode					0
			paintborder		        0
			
			pin_to_sibling			ButtonRowAnchor
			pin_corner_to_sibling	TOP_LEFT
			pin_to_sibling_corner	BOTTOM_LEFT
		}
		
		ConnectButton
		{
			ControlName				RuiButton
			InheritProperties		RuiSmallButton
			wide 200
			classname 				ModButton
			scriptID				0

			visible 1
			pin_to_sibling				EnterPasswordBox
			pin_corner_to_sibling		TOP_LEFT
			pin_to_sibling_corner		BOTTOM_LEFT
		}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

		FooterButtons
		{
			ControlName				CNestedPanel
			InheritProperties       FooterButtons
		}
	}
}