summaryrefslogtreecommitdiff
path: root/resource/ui/craftingstatusdialog.res
blob: 84c0e3be4358979baf98152bb3485265947ba891 (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
"Resource/UI/CraftingStatusDialog.res"
{
	"CraftingStatusDialog"
	{
		"fieldName"			"CraftingStatusDialog"
		"visible"			"1"
		"enabled"			"1"
		"xpos"				"c-100"
		"ypos"				"200"
		"wide"				"200"
		"tall"				"110"
		"paintbackgroundtype" "0"
		"bgcolor_override"	"DarkGrey"
		"settitlebarvisible" "0"
		"border"			"CyanBorder"
	}
	
	"CenterPositioner"
	{	
		"ControlName"		"Label"
		"fieldName"			"CenterPositioner"
		"font"				"HudFontSmallBold"
		"xpos"				"0"
		"ypos"				"10"
		"zpos"				"0"
		"wide"				"200"
		"tall"				"0"
		"autoResize"		"0"
		"pinCorner"			"0"
		"visible"			"1"
		"enabled"			"1"
		"wrap"				"0"
		"centerwrap"		"0"
		"labelText"			""
		"textAlignment"		"center"
		"bgcolor_override" 	"Transparent"
	}
	
	"RecipeItemModelPanel"
	{
		"ControlName"		"CItemModelPanel"
		"fieldName"			"RecipeItemModelPanel"
		"visible"			"0"
	}

	"TitleLabel"
	{	
		"ControlName"	"Label"
		"fieldName"		"TitleLabel"
		"font"			"HudFontSmallBold"
		"xpos"			"0"
		"ypos"			"0"
		"zpos"			"0"
		"wide"			"200"
		"tall"			"60"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"
		"enabled"		"1"
		"wrap"			"0"
		"centerwrap"	"1"
		"labelText"		"%updatetext%"
		"textAlignment"		"center"
		"fgcolor_override" 	"TanLight"
		"bgcolor_override" 	"Transparent"
		"auto_wide_tocontents" "1"
		
		"pin_to_sibling"               "CenterPositioner"
        "pin_corner_to_sibling"        "4"
        "pin_to_sibling_corner"        "4"
	}

	"EllipsesLabel"
	{	
		"ControlName"	"Label"
		"fieldName"		"EllipsesLabel"
		"font"			"HudFontSmallBold"
		"xpos"			"0"
		"ypos"			"0"
		"zpos"			"0"
		"wide"			"200"
		"tall"			"60"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"
		"enabled"		"1"
		"labelText"		"%ellipses%"
		"textAlignment"		"west"
		"fgcolor_override" "TanLight"
		"bgcolor_override" "Transparent"
		
		"pin_to_sibling"               "TitleLabel"
        "pin_corner_to_sibling"        "0"
        "pin_to_sibling_corner"        "1"
	}
	
	"CloseButton"
	{
		"ControlName"	"CExButton"
		"fieldName"		"CloseButton"
		"xpos"			"50"
		"ypos"			"75"
		"zpos"			"1"
		"wide"			"100"
		"tall"			"25"
		"autoResize"	"0"
		"pinCorner"		"3"
		"visible"		"1"
		"enabled"		"1"
		"tabPosition"	"0"
		"labelText"		"#GameUI_Ok"
		"font"			"HudFontSmallBold"
		"textAlignment"	"center"
		"dulltext"		"0"
		"brighttext"	"0"
		"default"		"1"
		"Command"		"close"
		"sound_depressed"	"UI/buttonclick.wav"
		"sound_released"	"UI/buttonclickrelease.wav"
		"border_default"			"ButtonHover"
		"border_armed"				"ButtonHover"
	}
}