summaryrefslogtreecommitdiff
path: root/resource/ui/econ/comboboxbackpackoverlaydialog.res
blob: 121d85c46aca0aae68701aa7fd1b2b43876f7b3f (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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
"Resource/UI/econ/ComboBoxBackpackOverlayDialogBase.res"
{
	"ComboBoxBackpackOverlayDialogBase"
	{
		"fieldName"				"ComboBoxBackpackOverlayDialogBase"
		"visible"				"1"
		"enabled"				"1"
		"xpos"					"c-140"
		"ypos"					"105"
		"wide"					"280"
		"tall"					"240"
		"bgcolor_override"		"DarkGrey"
		"paintbackgroundtype"	"0"
		"settitlebarvisible"	"1"
		"border"				"CyanBorderThick"
	}

	"TitleLabel"
	{
		"ControlName"			"CExLabel"
		"fieldName"				"TitleLabel"
		"font"					"HudFontMedium"
		"labelText"				"#TF_Item_SelectStyle"
		"textAlignment"			"center"
		"xpos"					"0"
		"ypos"					"0"
		"zpos"					"0"
		"wide"					"280"
		"tall"					"60"
		"autoResize"			"1"
		"pinCorner"				"0"
		"visible"				"1"
		"enabled"				"1"
		"centerwrap"			"1"
	}

	"preview_model"
	{
		"ControlName"			"CItemModelPanel"
		"fieldName"				"preview_model"
		"xpos"					"60"
		"ypos"					"40"
		"zpos"					"1"
		"wide"					"160"
		"tall"					"120"
		"visible"				"1"
		"enabled"				"1"
		"bgcolor_override"		"Transparent"
		"noitem_textcolor"		"TextColor"
		"PaintBackgroundType"	"2"
		"paintborder"			"1"
		"model_xpos"			"2"
		"model_ypos"			"5"
		"model_wide"			"160"
		"model_tall"			"120"
		"text_ypos"				"120"		// Hide it off the bottom
		"text_center"			"1"
		"name_only"				"1"
		"paint_icon_hide"		"1"

		"itemmodelpanel"
		{
			"force_use_model"		"1"
			"use_item_rendertarget" "0"
			"allow_rot"				"1"
			"inventory_image_type" 	"1"
		}
	}

	"ComboBox"
	{
		"ControlName"			"ComboBox"
		"fieldName"				"ComboBox"
		"Font"					"HudFontSmallest"
		"xpos"					"30"
		"ypos"					"170"
		"zpos"					"1"
		"wide"					"220"
		"tall"					"15"
		"autoResize"			"0"
		"pinCorner"				"0"
		"visible"				"1"
		"enabled"				"1"
		"tabPosition"			"1"
		"textHidden"			"0"
		"editable"				"0"
		"maxchars"				"-1"
		"NumericInputOnly"		"0"
		"unicode"				"0"

		"fgcolor_override"					"White"
		"bgcolor_override"					"Black"
		"disabledFgColor_override"			"White"
		"disabledBgColor_override"			"Black"
		"selectionColor_override"			"Black"
		"selectionTextColor_override" 		"White"
		"defaultSelectionBG2Color_override"	"Black"
	}

	"CancelButton"
	{
		"ControlName"			"CExButton"
		"fieldName"				"CancelButton"
		"xpos"					"60"
		"ypos"					"200"
		"zpos"					"1"
		"wide"					"70"
		"tall"					"20"
		"autoResize"			"0"
		"pinCorner"				"3"
		"visible"				"1"
		"enabled"				"1"
		"tabPosition"			"0"
		"labelText"				"#Cancel"
		"font"					"HudFontMediumSmall"
		"textAlignment"			"center"
		"dulltext"				"0"
		"brighttext"			"0"
		"default"				"0"
		"Command"				"cancel"
		"sound_depressed"		"UI/buttonclick.wav"
		"sound_released"		"UI/buttonclickrelease.wav"
	}

	"OkButton"
	{
		"ControlName"			"CExButton"
		"fieldName"				"OkButton"
		"xpos"					"150"
		"ypos"					"200"
		"zpos"					"1"
		"wide"					"70"
		"tall"					"20"
		"autoResize"			"0"
		"pinCorner"				"3"
		"visible"				"1"
		"enabled"				"1"
		"tabPosition"			"0"
		"labelText"				"#TF_OK"
		"font"					"HudFontMediumSmall"
		"textAlignment"			"center"
		"dulltext"				"0"
		"brighttext"			"0"
		"default"				"1"
		"Command"				"apply"
		"sound_depressed"		"UI/buttonclick.wav"
		"sound_released"		"UI/buttonclickrelease.wav"
	}
}