forked from Azurency/Civ6-UIFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProductionPanel.xml
534 lines (487 loc) · 37 KB
/
ProductionPanel.xml
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<?xml version="1.0" encoding="utf-8"?>
<Context>
<!-- PauseAnim - The amount of time that the list should wait before collapsing. -->
<SlideAnim ID="PauseCollapseList" Speed="10" Begin="-10,0" End="0,0" Cycle="Once"/>
<!-- PauseAnim - The amount of time that the window should wait before hiding. -->
<SlideAnim ID="PauseDismissWindow" Speed="5" Begin="-10,0" End="0,0" Cycle="Once"/>
<!-- An animated bouncing arrow to point to items in the tutorial's production panel -->
<Instance Name="TutorialBouncingArrowH">
<SlideAnim Start="0,0" EndOffset="20,0" Cycle="Bounce" Speed="1.2" Function="OutSine" EndPause=".4" Anchor="R,T" AnchorSide="O,I" Size="59,44">
<Image Texture="Tutorial_ArrowH" Offset="-58, 5" Size="parent,parent"/>
</SlideAnim>
</Instance>
<AlphaAnim ID="AlphaIn" Anchor="R,T" Size="350,parent" AlphaBegin="0" AlphaEnd="1" Function="OutSine" Speed="3.4" Cycle="Once" >
<SlideAnim ID="SlideIn" Size="350,parent" Begin="330,0" End="0,0" Function="OutSine" Speed="3.4" Cycle="Once" >
<!--<Grid ID="DropShadow" Anchor="R,T" Offset="-50,140" Size="450,100" Style="DropShadow" />-->
<Grid ID="Window" Anchor="R,T" Offset="0,26" Size="350,parent-36" Style="WindowFillHUD" >
<Image Texture="Controls_GradientSmall" Size="22,parent" AnchorSide="O,I" Anchor="L,T" Color="0,0,0,190" Rotate="90" Offset="-1,0"/>
<!-- Deco Stripes on the sides of the window -->
<Box Color="12,24,38,200" Size="2,parent" Offset="4,0"/>
<Box Color="12,24,38,200" Size="2,parent" Anchor="R,T" Offset="4,0"/>
<Container ID="ProductionPanel" Size="parent,parent" ConsumeMouse="1">
<!-- All Window Content -->
<Container ID="WindowContent" Offset="0,100" Size="parent,parent">
<Container ID="ChooseProductionMenu" Size="parent,parent">
<!-- Currently Producing Area -->
<!-- Before a city has produced anything, this panel will be hidden and the scrollpanel will extend to the top -->
<Grid ID="TopStackContainer" Size="350,auto" AutoSizePadding="0,3" Texture="Controls_SubHeader2" SliceCorner="20,1" SliceTextureSize="40,40" Hidden="0" Color="255,255,255,150">
<Stack ID="TopStack" StackGrowth="Down" StackPadding="1">
<Container ID="CurrentProductionContainer" Size="parent,62">
<GridButton ID="CurrentProductionButton" Size="342,56" Anchor="C,C" Texture="QueueSlot_Button" SliceCorner="20,23" SliceSize="2,2" SliceTextureSize="42,48" StateOffsetIncrement="0,48">
<!-- Progress-->
<Image Texture="CityPanel_MeterSmallBacking" Size="71,21" Anchor="R,T" Offset="5,5">
<TextureBar ID="CurrentProductionProgress" Texture="CityPanel_ProductionMeterSmall" Size="67,17" Anchor="C,C" Speed="1" Direction="Right" ShadowColor="255,255,255,200"/>
<Label ID="CurrentProductionCost" String="XX [ICON_Turn]" Style="WhiteSemiBold14" Anchor="C,C"/>
</Image>
<!-- Completed Area-->
<Image ID="CompletedArea" Texture="ProductionPanel_QueueButtonTile" StretchMode="Tile" Size="parent-6,56" Anchor="C,B" Offset="0,1" ConsumeMouse="1">
<Grid Texture="ProductionPanel_QueueButton" Size="parent+6,60" SliceStart="0,300" SliceCorner="51,30" SliceTextureSize="102,60" Anchor="C,T" Offset="0,-2"/>
</Image>
<Stack Anchor="L,C" Offset="70,0" StackPadding="">
<Label ID="CurrentProductionStatus" Style="HeaderSmallCaps" WrapWidth="190"/>
<Label ID="CurrentProductionName" Style="WhiteSemiBold14" WrapWidth="190"/>
</Stack>
<Label ID="CurrentProductionProgressString" Style="WhiteSemiBold14" Color0="172,173,168" Anchor="R,B" Offset="6,6"/>
<!--Icon and Gear-->
<Container Size="72,72" Anchor="L,C" Offset="0,0">
<FlipAnim ID="GearAnim" Texture="CivicPanel_MeterFrameAnim" FrameCount="3" Columns="3" Anchor="L,T" Speed="10" Size="40,40" Stopped="1"/>
<Image Texture="ProductionPanel_MeterFrame" Size="72,72">
<Image ID="ProductionIcon" Size="50,50" Texture="Buildings50" Anchor="C,C"/>
</Image>
</Container>
</GridButton>
</Container>
<GridButton ID="NoProductionContainer" Anchor="C,T" Offset="0,4" Size="342,56" Texture="QueueSlot_Button" SliceCorner="20,23" SliceSize="2,2" SliceTextureSize="42,48" StateOffsetIncrement="0,48" Disabled="1">
<Label Anchor="C,C" Align="Center" Style="FontNormal16" Color="255,255,255,75" String="1"/>
</GridButton>
<!--Production Queue-->
<Container ID="QueueContainer" Anchor="C,T" Offset="0,0" Size="parent,auto" Hidden="1">
<Stack Anchor="C,C" StackGrowth="Right" StackPadding="1">
<Stack ID="QueueStack" StackGrowth="Right" StackPadding="1"/>
<GridButton ID="TrashButton" Size="42,48" Texture="QueueSlot_Button" SliceCorner="20,23" SliceSize="2,2" SliceTextureSize="42,48" StateOffsetIncrement="0,48">
<Image Anchor="C,C" Size="32,32" Texture="QueueTrash"/>
</GridButton>
</Stack>
</Container>
<!-- Scroll To Buttons -->
<Container ID="ScrollToButtonContainer" Anchor="C,T" Size="parent,36">
<Stack Anchor="C,C" StackGrowth="Right" StackPadding="20">
<Button ID="BuildingsButton" Size="40,40" Texture="LaunchBar_Hook_ButtonSmall" Style="ButtonDisabledText" ToolTip="LOC_PRODUCTION_PANEL_SCROLL_TO_BUILDINGS">
<Image Anchor="C,C" Offset="0,-1" Size="26,26" IconSize="26" Icon="ICON_STAT_DISTRICTS"/>
</Button>
<Button ID="WondersButton" Size="40,40" Texture="LaunchBar_Hook_ButtonSmall" Style="ButtonDisabledText" ToolTip="LOC_PRODUCTION_PANEL_SCROLL_TO_WONDERS">
<Image Anchor="C,C" Size="26,26" IconSize="26" Icon="ICON_STAT_WONDERS"/>
</Button>
<Button ID="UnitsButton" Size="40,40" Texture="LaunchBar_Hook_ButtonSmall" Style="ButtonDisabledText" ToolTip="LOC_PRODUCTION_PANEL_SCROLL_TO_UNITS">
<Image Anchor="C,C" Size="26,26" IconSize="26" Icon="ICON_STAT_UNITS"/>
</Button>
<Button ID="ProjectsButton" Size="40,40" Texture="LaunchBar_Hook_ButtonSmall" Style="ButtonDisabledText" ToolTip="LOC_PRODUCTION_PANEL_SCROLL_TO_PROJECTS">
<Image Anchor="C,C" Offset="0,-1" Size="26,26" IconSize="26" Icon="ICON_STAT_PROJECTS"/>
</Button>
</Stack>
</Container>
</Stack>
</Grid>
<ScrollPanel ID="ProductionListScroll" Anchor="L,B" Offset="0,0" Vertical="1" Size="parent-16,parent" AutoScrollBar="1">
<Stack ID="ProductionList" StackGrowth="Down" Offset="5,0"/>
<ScrollBar Anchor="R,T" AnchorSide="O,I" Offset="1,0" Style="ScrollVerticalBar" />
</ScrollPanel>
<Tutorial ID="TutTrainBuilders" Style="TutorialContainer" Anchor="L,T" AnchorSide="O,I" Offset="10,315" TriggerBy="TutorialTrainBuilders">
<Grid Style="TutorialCalloutGrid">
<Label Style="TutorialHeaderText" String="LOC_META_102_HEAD"/>
<Label Style="TutorialBodyText" String="LOC_META_102_BODY" />
</Grid>
<MakeInstance Name="TutorialBouncingArrowH"/>
</Tutorial>
<Tutorial ID="TutTrainSettlers" Style="TutorialContainer" Anchor="L,T" AnchorSide="O,I" Offset="10,256" TriggerBy="TutorialTrainSettlers">
<Grid Style="TutorialCalloutGrid">
<Label Style="TutorialHeaderText" String="LOC_META_41_HEAD"/>
<Label Style="TutorialBodyText" String="LOC_META_41_BODY" />
</Grid>
<MakeInstance Name="TutorialBouncingArrowH"/>
</Tutorial>
<Tutorial ID="TutTrainSlinger" Style="TutorialContainer" Anchor="L,T" AnchorSide="O,I" Offset=" 10,492" TriggerBy="TutorialTrainSlinger">
<Grid Style="TutorialCalloutGrid">
<Label Style="TutorialHeaderText" String="LOC_META_45_HEAD"/>
<Label Style="TutorialBodyText" String="LOC_META_45_BODY" />
</Grid>
<MakeInstance Name="TutorialBouncingArrowH"/>
</Tutorial>
<Tutorial ID="TutBuildMonument" Style="TutorialContainer" Anchor="L,T" AnchorSide="O,I" Offset=" 10, 151" TriggerBy="TutorialBuildMonument">
<Grid Style="TutorialCalloutGrid">
<Label Style="TutorialHeaderText" String="LOC_META_27_HEAD" />
<Label Style="TutorialBodyText" String="LOC_META_27_BODY" />
</Grid>
<MakeInstance Name="TutorialBouncingArrowH"/>
</Tutorial>
<Tutorial ID="TutBuildCampus" Style="TutorialContainer" Anchor="L,T" AnchorSide="O,I" Offset=" 10, 212" TriggerBy="TutorialBuildCampus">
<Grid Style="TutorialCalloutGrid">
<Label Style="TutorialHeaderText" String="LOC_META_80_HEAD"/>
<Label Style="TutorialBodyText" String="LOC_META_80_BODY" />
</Grid>
<MakeInstance Name="TutorialBouncingArrowH"/>
</Tutorial>
<Tutorial ID="TutBuildLibrary" Style="TutorialContainer" Anchor="L,T" AnchorSide="O,I" Offset=" 10, 256" TriggerBy="TutorialBuildLibrary">
<Grid Style="TutorialCalloutGrid">
<Label Style="TutorialHeaderText" String="LOC_META_87_HEAD"/>
</Grid>
<MakeInstance Name="TutorialBouncingArrowH"/>
</Tutorial>
<Tutorial ID="TutTrainWarriors" Style="TutorialContainer" Anchor="L,T" AnchorSide="O,I" Offset="10,377" TriggerBy="TutorialTrainWarriors">
<Grid Style="TutorialCalloutGrid" >
<Label Style="TutorialHeaderText" String="LOC_META_4a_HEAD" />
<Label Style="TutorialBodyText" String="LOC_META_4a_BODY" />
</Grid>
<MakeInstance Name="TutorialBouncingArrowH"/>
</Tutorial>
</Container>
<Container ID="QueueListContainer" Size="parent,parent" StretchMode="Fill" Hidden="1" >
<ScrollPanel ID="QueueListScroll" Anchor="L,B" Offset="0,0" Vertical="1" Size="parent-16,parent" AutoScrollBar="1">
<Stack ID="QueueList" StackGrowth="Down" Offset="5,0"/>
<ScrollBar Anchor="R,T" AnchorSide="O,I" Offset="1,0" Style="ScrollVerticalBar" />
</ScrollPanel>
</Container>
<Container ID="PurchaseMenu" Size="parent,parent" StretchMode="Fill" Hidden="1" >
<Grid ID="NoGoldContent" Anchor="C,T" Offset="0,50" Size="300,auto" Style="DecoFrame" Hidden="1" AutoSizePadding="0,20">
<Label Anchor="C,C" WrapWidth="250" Style="FontNormal14" Color="102,122,145" Align="Center" String="LOC_PRODPANEL_PURCHASE_GOLD_NO_CONTENT" />
</Grid>
<ScrollPanel ID="PurchaseListScroll" Anchor="L,B" Offset="0,0" Vertical="1" Size="parent-16,parent" AutoScrollBar="1">
<Stack ID="PurchaseList" StackGrowth="Down" Offset="5,0"/>
<ScrollBar Anchor="R,T" AnchorSide="O,I" Offset="1,0" Style="ScrollVerticalBar" />
</ScrollPanel>
</Container>
<Container ID="PurchaseFaithMenu" Size="parent,parent" StretchMode="Fill" Hidden="1" >
<Grid ID="NoFaithContent" Anchor="C,T" Offset="0,50" Size="300,auto" Style="DecoFrame" Hidden="1" AutoSizePadding="0,20">
<Label Anchor="C,C" WrapWidth="250" Style="FontNormal14" Color="102,122,145" Align="Center" String="LOC_PRODPANEL_PURCHASE_FAITH_NO_CONTENT" />
</Grid>
<ScrollPanel ID="PurchaseFaithListScroll" Anchor="L,B" Offset="0,0" Vertical="1" Size="parent-16,parent" AutoScrollBar="1">
<Stack ID="PurchaseFaithList" StackGrowth="Down" Offset="5,0"/>
<ScrollBar Anchor="R,T" AnchorSide="O,I" Offset="1,0" Style="ScrollVerticalBar" />
</ScrollPanel>
</Container>
</Container>
<!-- Tab Subheader-->
<Container ID="TabContainer" Anchor="C,T" Size="parent,auto" Offset="0,28">
<Image Texture="Controls_TabLedgeFill.dds" Size="parent-26,23" Offset="13,4" StretchMode="Tile"/>
<Grid ID="WoodenTabBacking" Style="WoodenTabBacking" Size="parent,31"/>
<Container ID="TabRow" Size="parent,auto" Anchor="C,T">
<GridButton Hidden="1" ID="ProductionTab" Size="115,34" Style="TabButton" String="LOC_PRODPANEL_PRODUCTION" TextOffset="0,1">
<AlphaAnim ID="ProductionTabSelected" Speed="4" AlphaBegin="0" AlphaEnd="1" Cycle="Once" Function="Root" Hidden="1" >
<GridButton Offset="-2,0" Size="120,34" Style="TabButtonSelected" ConsumeMouseButton="0" ConsumeMouseOver="1"/>
</AlphaAnim>
</GridButton>
<GridButton Hidden="1" ID="PurchaseTab" Size="115,34" Style="TabButton" String="LOC_PRODPANEL_PURCHASE_GOLD" TextOffset="0,1">
<AlphaAnim ID="PurchaseTabSelected" Speed="4" AlphaBegin="0" AlphaEnd="1" Cycle="Once" Function="Root" Hidden="1" >
<GridButton Offset="-2,0" Size="120,34" Style="TabButtonSelected" ConsumeMouseButton="0" ConsumeMouseOver="1"/>
</AlphaAnim>
</GridButton>
<GridButton Hidden="1" ID="PurchaseFaithTab" Size="115,34" Style="TabButton" String="LOC_PRODPANEL_PURCHASE_FAITH" TextOffset="0,1">
<AlphaAnim ID="PurchaseFaithTabSelected" Speed="4" AlphaBegin="0" AlphaEnd="1" Cycle="Once" Function="Root" Hidden="1" >
<GridButton Offset="-2,0" Size="120,34" Style="TabButtonSelected" ConsumeMouseButton="0" ConsumeMouseOver="1"/>
</AlphaAnim>
</GridButton>
<GridButton Hidden="1" ID="QueueTab" Size="172,34" Style="TabButton">
<AlphaAnim ID="QueueTabSelected" Speed="4" AlphaBegin="0" AlphaEnd="1" Cycle="Once" Function="Root" Hidden="1" >
<GridButton Offset="-2,0" Size="177,34" Style="TabButtonSelected" ConsumeMouseButton="0" ConsumeMouseOver="1"/>
</AlphaAnim>
</GridButton>
<GridButton Hidden="1" ID="ManagerTab" Size="172,34" Style="TabButton">
<AlphaAnim ID="ManagerTabSelected" Speed="4" AlphaBegin="0" AlphaEnd="1" Cycle="Once" Function="Root" Hidden="1" >
<GridButton Offset="-2,0" Size="177,34" Style="TabButtonSelected" ConsumeMouseButton="0" ConsumeMouseOver="1"/>
</AlphaAnim>
</GridButton>
<Button Hidden="1" ID="MiniProductionTab" Offset="0,8" Anchor="L,T" String="[ICON_ProductionLarge]" UseSelectedTextures="1" Size="44,44" Texture="LaunchBar_Hook_ButtonMedium" Style="ButtonNormalText"/>
<Button Hidden="1" ID="MiniPurchaseTab" Offset="0,8" Anchor="L,T" String="[ICON_GoldLarge]" UseSelectedTextures="1" Size="44,44" Texture="LaunchBar_Hook_ButtonMedium" Style="ButtonNormalText"/>
<Button Hidden="1" ID="MiniPurchaseFaithTab" Offset="0,8" Anchor="L,T" String="[ICON_FaithLarge]" UseSelectedTextures="1" Size="44,44" Texture="LaunchBar_Hook_ButtonMedium" Style="ButtonNormalText"/>
<SlideAnim ID="TabAnim" Begin="0,0" End="0,0" Cycle="Once" Speed="3.5" Function="OutQuint" Size="42,11">
<Image ID="TabArrow" Texture="Controls_TabSelectArrow" Size="42,11"/>
</SlideAnim>
<SlideAnim Hidden="1" ID="MiniTabAnim" Begin="0,0" End="0,0" Cycle="Once" Speed="3.5" Function="OutQuint" Size="67,68">
<Image Hidden="1" ID="MiniTabArrow" Texture="LaunchBar_HookSelectArrow_Medium2" Size="67,68"/>
</SlideAnim>
</Container>
</Container>
</Container>
<!-- Blue Window Header -->
<Grid Anchor="R,T" Size="parent+16,59" Style="HeaderBannerRight" >
<Container Anchor="L,T" Size="parent-20,parent-27" >
<Label ID="HeaderLabel" Anchor="C,T" Offset="10,10" Style="BannerHeaderText" String="LOC_HUD_CHOOSE_PRODUCTION" />
</Container>
<Image Anchor="R,T" Size="38,30" Texture="Controls_CornerDetail.dds" />
<Button ID="CloseButton" Anchor="R,T" Offset="-2,-3" Style="CloseButtonSmall" />
</Grid>
<Image Anchor="L,B" Size="parent,30" StretchMode="Fill" Color="255,255,255,100" Texture="Controls_ScrollMaskLower.dds" />
<Image Anchor="L,B" Size="parent,11" StretchMode="Fill" AnchorSide="I,O" Texture="Controls_WoodenRim.dds" />
</Grid>
</SlideAnim>
</AlphaAnim>
<Container Anchor="C,C" Size="1024,768">
<Image ID="MovingIcon" Icon="ICON_BUILDING_BARRACKS" IconSize="38" Size="38,38" Hidden="1"/>
</Container>
<!-- =========================== Instances ========================== -->
<Instance Name="NestedList">
<Stack ID="Top" StackGrowth="Down" >
<GridButton ID="Header" Style="ButtonExpand" String="Districts" Size="325,41"/>
<GridButton ID="HeaderOn" Style="ButtonExpandSelected" String="Districts" Size="325,41" Hidden="1"/>
<SlideAnim ID="ListSlide" Speed="3.5" Begin="0,-10" End="0,0" Cycle="Once" Size="400,auto">
<AlphaAnim ID="ListAlpha" Speed="4" AlphaBegin="0" AlphaEnd="1" Cycle="Once" Size="default,auto">
<Stack ID="List" StackGrowth="Down" Offset="5,0" Padding="2"/>
</AlphaAnim>
</SlideAnim>
<Grid Style="Drawer" Size="325,6" Offset="4,-1" />
</Stack>
</Instance>
<Instance Name="BuildingListInstance">
<Container ID="Root" Size="320,auto">
<Container ID="ButtonContainer" Size="parent,48" Anchor="R,B">
<GridButton ID="Button" Size="parent,48" Style="ProductionButtonNest" Anchor="R,B">
<Container Size="48,48">
<Image ID="Icon" Size="38,38" Texture="Wonders38" Anchor="C,C" />
</Container>
<Container Size="parent-65,parent-15" Anchor="R,C" Offset="10,0">
<Label ID="LabelText" WrapWidth="174" String="?Industrial Zone" Style="WhiteSemiBold14" Anchor="L,C"/>
</Container>
<Stack Anchor="R,C" StackGrowth="Down" Padding="-6">
<Grid ID="RecommendedIcon" SliceTextureSize="40,34" SliceCorner="22,15" Size="40,34" Hidden="1" Texture="Controls_AdvisorRecBacking" ToolTip="LOC_HUD_UNIT_PANEL_RECOMMENDED" Anchor="R,T">
<Image Texture="AdvisorRec22" Size="22,22" Anchor="R,T" Offset="6,4">
<FlipAnim Texture="AdvisorRecAnim22" Size="26,26" Anchor="C,C" FrameCount="12" Columns="4" Speed="14" EndPause="3" Color="255,255,255,200"/>
</Image>
</Grid>
<Container Size="71,21" Anchor="R,C" Offset="3,0">
<Image ID="ProductionProgressArea" Texture="CityPanel_MeterSmallBacking" Size="71,21" Anchor="R,C">
<TextureBar ID="ProductionProgress" Texture="CityPanel_ProductionMeterSmall" Size="67,17" Anchor="C,C" Speed="1" Direction="Right"/>
</Image>
<Label ID="CostText" String="? Turns" Style="WhiteSemiBold14" Anchor="R,C" Offset="5,0"/>
</Container>
</Stack>
<Container ID="Disabled" Size="parent,parent" Hidden="1" ConsumeMouseButton="1">
<GridButton Size="parent,parent" Style="ProductionButtonNest" Color="200,200,200,150" Disabled="1"/>
</Container>
</GridButton>
</Container>
</Container>
</Instance>
<Instance Name="DistrictListInstance">
<Container ID="Root" Size="320,auto">
<Grid ID="BuildingDrawer" Offset="0,45" Size="parent,auto" Texture="ProductionPanel_ExtendSlot" SliceCorner="14,6" SliceTextureSize="28,16" AutoSizePadding="0,3" Hidden="1">
<Stack ID="BuildingStack" Anchor="C,T" Offset="0,3"/>
</Grid>
<Container ID="ButtonContainer" Size="parent, 48">
<GridButton ID="Button" Size="parent,48" Style="ProductionButton" Anchor="R,B">
<Container ID="CompletedArea" Size="320,48" Hidden="1">
<Image Size="parent-20,48" Texture="ProductionPanel_ChooserButtonTile" StretchMode="Tile" Anchor="C,T"/>
<Grid Size="parent,48" Texture="ProductionPanel_ChooserButton" SliceStart="0,192" SliceTextureSize="102,48" SliceCorner="51,25"/>
</Container>
<Container Size="48,48">
<Image ID="Icon" Anchor="C,C" Size="32,32" Texture="Districts32" />
</Container>
<Container Anchor="R,C" Offset="10,0" Size="255,33" >
<Label ID="LabelText" Anchor="L,C" Style="WhiteSemiBold14" String="Industrial Zone" WrapWidth="174" />
</Container>
<Stack Anchor="R,C" StackGrowth="Down" Padding="-6">
<Grid ID="RecommendedIcon" SliceTextureSize="40,34" SliceCorner="22,15" Size="40,34" Hidden="1" Texture="Controls_AdvisorRecBacking" ToolTip="LOC_HUD_UNIT_PANEL_RECOMMENDED" Anchor="R,T">
<Image Texture="AdvisorRec22" Size="22,22" Anchor="R,T" Offset="6,4">
<FlipAnim Texture="AdvisorRecAnim22" Size="26,26" Anchor="C,C" FrameCount="12" Columns="4" Speed="14" EndPause="3" Color="255,255,255,200"/>
</Image>
</Grid>
<Container Size="71,21" Anchor="R,C" Offset="3,0">
<Image ID="ProductionProgressArea" Texture="CityPanel_MeterSmallBacking" Size="71,21" Anchor="R,C">
<TextureBar ID="ProductionProgress" Texture="CityPanel_ProductionMeterSmall" Size="67,17" Anchor="C,C" Speed="1" Direction="Right"/>
</Image>
<Label ID="CostText" String="? Turns" Style="WhiteSemiBold14" Anchor="R,C" Offset="5,0"/>
</Container>
</Stack>
<Container ID="Disabled" Size="320,48" Hidden="1" ConsumeMouseButton="1">
<GridButton Size="parent,48" Style="ProductionButton" Color="200,200,200,150" Disabled="1"/>
</Container>
</GridButton>
</Container>
</Container>
</Instance>
<Instance Name="CivilianListInstance">
<Container ID="Root" Size="320,auto">
<Container ID="ButtonContainer" Size="320, 56">
<GridButton ID="Button" Size="320,56" Style="ProductionButton" Anchor="R,B">
<Container Size="64,64" Anchor="L,C">
<Image ID="FlagBaseOutline" Size="64,64" TextureOffset="0,0" Texture="UnitFlagCivilian"/>
<Image ID="FlagBase" Size="64,64" TextureOffset="192,0" Texture="UnitFlagCivilian"/>
<Image ID="FlagBaseLighten" Size="64,64" TextureOffset="192,64" Texture="UnitFlagCivilian"/>
<Image ID="FlagBaseDarken" Size="64,64" TextureOffset="192,128" Texture="UnitFlagCivilian"/>
<Image ID="Icon" Size="32,32" Texture="Units32" Anchor="C,C" />
</Container>
<Stack Anchor="L,C" Offset="60,0" StackPadding="2">
<Label ID="LabelText" WrapWidth="120" String="Industrial Zone" Style="WhiteSemiBold14"/>
<Image ID="ReligionIcon" Size="22,22" IconSize="22" Icon="ICON_RELIGION_ISLAM"/>
</Stack>
<Stack Anchor="R,C" StackGrowth="Down" Padding="-6">
<Grid ID="RecommendedIcon" SliceTextureSize="40,34" SliceCorner="22,15" Size="40,34" Hidden="1" Texture="Controls_AdvisorRecBacking" ToolTip="LOC_HUD_UNIT_PANEL_RECOMMENDED" Anchor="R,T">
<Image Texture="AdvisorRec22" Size="22,22" Anchor="R,T" Offset="6,4">
<FlipAnim Texture="AdvisorRecAnim22" Size="26,26" Anchor="C,C" FrameCount="12" Columns="4" Speed="14" EndPause="3" Color="255,255,255,200"/>
</Image>
</Grid>
<Container Size="71,21" Anchor="R,C" Offset="3,0">
<Image ID="ProductionProgressArea" Texture="CityPanel_MeterSmallBacking" Size="71,21" Anchor="R,C">
<TextureBar ID="ProductionProgress" Texture="CityPanel_ProductionMeterSmall" Size="67,17" Anchor="C,C" Speed="1" Direction="Right"/>
</Image>
<Label ID="CostText" String="? Turns" Style="WhiteSemiBold14" Anchor="R,C" Offset="5,0"/>
</Container>
</Stack>
<Container ID="Disabled" Size="parent,parent" Hidden="1" ConsumeMouseButton="1">
<GridButton Size="parent,parent" Style="ProductionButton" Color="200,200,200,150" Disabled="1"/>
</Container>
</GridButton>
</Container>
</Container>
</Instance>
<Instance Name="UnitListInstance">
<Container ID="Root" Size="320,auto">
<!--Corps and Army Buttons-->
<Grid ID="ArmyCorpsDrawer" Offset="0,56" Size="parent,auto" Texture="ProductionPanel_ExtendSlot" SliceCorner="14,6" SliceTextureSize="28,16" AutoSizePadding="0,3" Hidden="1">
<Stack ID="ArmyCorpsStack" Anchor="C,T" Offset="0,3">
<!-- Corps Button-->
<Container ID="CorpsButtonContainer" Size="305, 56" Hidden="1">
<GridButton ID="TrainCorpsButton" Size="305,56" Style="ProductionButtonNest" Anchor="C,B">
<Container Size="64,64" Anchor="L,C" Offset="-8,-2">
<Image ID="CorpsFlagBaseOutline" Size="64,64" TextureOffset="0,0" Texture="UnitFlagBase"/>
<Image ID="CorpsFlagBase" Size="64,64" TextureOffset="192,0" Texture="UnitFlagBase"/>
<Image ID="CorpsFlagBaseLighten" Size="64,64" TextureOffset="192,64" Texture="UnitFlagBase"/>
<Image ID="CorpsFlagBaseDarken" Size="64,64" TextureOffset="192,128" Texture="UnitFlagBase"/>
<Image ID="CorpsIcon" Size="32,32" Texture="Units32" Anchor="C,C" />
</Container>
<Stack Anchor="L,C" Offset="60,0" StackPadding="3">
<Label ID="CorpsLabelText" String="?Industrial Zone" Style="WhiteSemiBold14" Anchor="L,C" WrapWidth="120"/>
<Label ID="CorpsLabelIcon" String="([ICON_Corps]Corps)" Style="WhiteSemiBold14" Anchor="L,C" Color0="217,180,119"/>
</Stack>
<Stack Anchor="R,C" StackGrowth="Down" Padding="-6">
<Grid ID="CorpsRecommendedIcon" SliceTextureSize="40,34" SliceCorner="22,15" Size="40,34" Hidden="1" Texture="Controls_AdvisorRecBacking" ToolTip="LOC_HUD_UNIT_PANEL_RECOMMENDED" Anchor="R,T">
<Image Texture="AdvisorRec22" Size="22,22" Anchor="R,T" Offset="6,4">
<FlipAnim Texture="AdvisorRecAnim22" Size="26,26" Anchor="C,C" FrameCount="12" Columns="4" Speed="14" EndPause="3" Color="255,255,255,200"/>
</Image>
</Grid>
<Container Size="71,21" Anchor="R,C" Offset="3,0">
<Image ID="ProductionCorpsProgressArea" Texture="CityPanel_MeterSmallBacking" Size="71,21" Anchor="R,C">
<TextureBar ID="ProductionCorpsProgress" Texture="CityPanel_ProductionMeterSmall" Size="67,17" Anchor="C,C" Speed="1" Direction="Right"/>
</Image>
<Label ID="CorpsCostText" String="? Turns" Style="WhiteSemiBold14" Anchor="R,C" Offset="5,0"/>
</Container>
</Stack>
<Container ID="CorpsDisabled" Size="parent,parent" Hidden="1" ConsumeMouseButton="1">
<GridButton Size="parent,parent" Style="ProductionButtonNest" Color="200,200,200,150" Disabled="1"/>
</Container>
</GridButton>
</Container>
<!-- Army Button -->
<Container ID="ArmyButtonContainer" Size="305, 56" Hidden="1">
<GridButton ID="TrainArmyButton" Size="305,56" Style="ProductionButtonNest" Anchor="C,B">
<Container Size="64,64" Anchor="L,C" Offset="-8,-2">
<Image ID="ArmyFlagBaseOutline" Size="64,64" TextureOffset="0,0" Texture="UnitFlagBase"/>
<Image ID="ArmyFlagBase" Size="64,64" TextureOffset="192,0" Texture="UnitFlagBase"/>
<Image ID="ArmyFlagBaseLighten" Size="64,64" TextureOffset="192,64" Texture="UnitFlagBase"/>
<Image ID="ArmyFlagBaseDarken" Size="64,64" TextureOffset="192,128" Texture="UnitFlagBase"/>
<Image ID="ArmyIcon" Size="32,32" Texture="Units32" Anchor="C,C" />
<!--<Label String="[ICON_Army]" Anchor="C,T" Offset="0,8"/>-->
</Container>
<Stack Anchor="L,C" Offset="60,0" StackPadding="3">
<Label ID="ArmyLabelText" String="?Industrial Zone" Style="WhiteSemiBold14" Anchor="L,C" WrapWidth="120"/>
<Label ID="ArmyLabelIcon" String="([ICON_Army]Army)" Style="WhiteSemiBold14" Anchor="L,C" Color0="217,180,119"/>
</Stack>
<Stack Anchor="R,C" StackGrowth="Down" Padding="-6">
<Grid ID="ArmyRecommendedIcon" SliceTextureSize="40,34" SliceCorner="22,15" Size="40,34" Hidden="1" Texture="Controls_AdvisorRecBacking" ToolTip="LOC_HUD_UNIT_PANEL_RECOMMENDED" Anchor="R,T">
<Image Texture="AdvisorRec22" Size="22,22" Anchor="R,T" Offset="6,4">
<FlipAnim Texture="AdvisorRecAnim22" Size="26,26" Anchor="C,C" FrameCount="12" Columns="4" Speed="14" EndPause="3" Color="255,255,255,200"/>
</Image>
</Grid>
<Container Size="71,21" Anchor="R,C" Offset="3,0">
<Image ID="ProductionArmyProgressArea" Texture="CityPanel_MeterSmallBacking" Size="71,21" Anchor="R,C">
<TextureBar ID="ProductionArmyProgress" Texture="CityPanel_ProductionMeterSmall" Size="67,17" Anchor="C,C" Speed="1" Direction="Right"/>
</Image>
<Label ID="ArmyCostText" String="? Turns" Style="WhiteSemiBold14" Anchor="R,C" Offset="5,0"/>
</Container>
</Stack>
<Container ID="ArmyDisabled" Size="parent,parent" Hidden="1" ConsumeMouseButton="1" >
<GridButton Size="parent,parent" Style="ProductionButtonNest" Color="200,200,200,150" Disabled="1"/>
</Container>
</GridButton>
</Container>
</Stack>
</Grid>
<Container ID="ButtonContainer" Size="parent, 56">
<GridButton ID="Button" Size="320,56" Style="ProductionButton" Anchor="R,B">
<Container Size="64,64" Anchor="L,C" Offset="0,-2">
<Image ID="FlagBaseOutline" Size="64,64" TextureOffset="0,0" Texture="UnitFlagBase"/>
<Image ID="FlagBase" Size="64,64" TextureOffset="192,0" Texture="UnitFlagBase"/>
<Image ID="FlagBaseLighten" Size="64,64" TextureOffset="192,64" Texture="UnitFlagBase"/>
<Image ID="FlagBaseDarken" Size="64,64" TextureOffset="192,128" Texture="UnitFlagBase"/>
<Image ID="Icon" Size="32,32" Texture="Units32" Anchor="C,C" />
</Container>
<Stack StackGrowth="Left" Anchor="R,C" Offset="0,0">
<Container ID="CorpsArmyDropdownArea" Size="30,55" Hidden="1">
<BoxButton ID="CorpsArmyDropdownButton" Size="parent,55" Color="0,0,0,0">
<Button ID="CorpsArmyArrow" Texture="Controls_ButtonExtendSmall" Size="20,16" StateOffsetIncrement="0,16" Anchor="C,C" />
</BoxButton>
<Box Color="22,27,29,200" Size="1,parent" Anchor="L,C"/>
</Container>
<Stack Anchor="R,C" StackGrowth="Down" Padding="-6">
<Grid ID="RecommendedIcon" SliceTextureSize="40,34" SliceCorner="22,15" Size="40,34" Hidden="1" Texture="Controls_AdvisorRecBacking" ToolTip="LOC_HUD_UNIT_PANEL_RECOMMENDED" Anchor="R,T">
<Image Texture="AdvisorRec22" Size="22,22" Anchor="R,T" Offset="6,4">
<FlipAnim Texture="AdvisorRecAnim22" Size="26,26" Anchor="C,C" FrameCount="12" Columns="4" Speed="14" EndPause="3" Color="255,255,255,200"/>
</Image>
</Grid>
<Container Size="71,21" Anchor="R,C" Offset="3,0">
<Image ID="ProductionProgressArea" Texture="CityPanel_MeterSmallBacking" Size="71,21" Anchor="R,C">
<TextureBar ID="ProductionProgress" Texture="CityPanel_ProductionMeterSmall" Size="67,17" Anchor="C,C" Speed="1" Direction="Right"/>
</Image>
<Label ID="CostText" String="? Turns" Style="WhiteSemiBold14" Anchor="R,C" Offset="5,0"/>
</Container>
</Stack>
</Stack>
<Stack Anchor="L,C" Offset="65,0" StackPadding="2">
<Label ID="LabelText" WrapWidth="120" String="Industrial Zone" Style="WhiteSemiBold14" />
<Image ID="ReligionIcon" Size="22,22" IconSize="22" Icon="ICON_RELIGION_ISLAM"/>
</Stack>
<Container ID="Disabled" Size="parent,parent" Hidden="1" ConsumeMouseButton="1" >
<GridButton Size="parent,parent" Style="ProductionButton" Color="200,200,200,150" Disabled="1"/>
</Container>
</GridButton>
</Container>
</Container>
</Instance>
<Instance Name="ProjectListInstance">
<Container ID="Root" Size="auto,auto">
<Container ID="ButtonContainer" Size="auto, 48">
<GridButton ID="Button" Size="320,48" Style="ProductionButton" >
<Container Size="40,48">
<Image ID="Icon" Size="32,32" Texture="Projects32" Anchor="C,C" />
</Container>
<Container Size="parent-65,parent-15" Anchor="R,C" Offset="10,0">
<Label String="Industrial Zone" Style="WhiteSemiBold14" ID="LabelText" Anchor="L,C" WrapWidth="180" />
</Container>
<Stack Anchor="R,C" StackGrowth="Down" Padding="-6">
<Grid ID="RecommendedIcon" SliceTextureSize="40,34" SliceCorner="22,15" Size="40,34" Hidden="1" Texture="Controls_AdvisorRecBacking" ToolTip="LOC_HUD_UNIT_PANEL_RECOMMENDED" Anchor="R,T">
<Image Texture="AdvisorRec22" Size="22,22" Anchor="R,T" Offset="6,4">
<FlipAnim Texture="AdvisorRecAnim22" Size="26,26" Anchor="C,C" FrameCount="12" Columns="4" Speed="14" EndPause="3" Color="255,255,255,200"/>
</Image>
</Grid>
<Container Size="71,21" Anchor="R,C" Offset="3,0">
<Image ID="ProductionProgressArea" Texture="CityPanel_MeterSmallBacking" Size="71,21" Anchor="R,C">
<TextureBar ID="ProductionProgress" Texture="CityPanel_ProductionMeterSmall" Size="67,17" Anchor="C,C" Speed="1" Direction="Right"/>
</Image>
<Label ID="CostText" String="? Turns" Style="WhiteSemiBold14" Anchor="R,C" Offset="5,0"/>
</Container>
</Stack>
<Container Size="parent,parent" Hidden="1" ID="Disabled" ConsumeMouseButton="1">
<GridButton Size="parent,parent" Style="ProductionButton" Color="200,200,200,150" Disabled="1"/>
</Container>
</GridButton>
</Container>
</Container>
</Instance>
<Instance Name="ProductionQueueItem">
<GridButton ID="Top" Size="42,48" Texture="QueueSlot_Button" SliceCorner="20,23" SliceSize="2,2" SliceTextureSize="42,48" StateOffsetIncrement="0,48">
<Image ID="ProductionIcon" Anchor="C,C" Size="38,38" IconSize="38" Icon="ICON_UNIT_BUILDER_PORTRAIT" Hidden="1"/>
<Label ID="CorpsMarker" Anchor="L,B" String="[ICON_Corps]"/>
<Label ID="ArmyMarker" Anchor="L,B" String="[ICON_Army]"/>
<Label ID="Num" Anchor="C,C" Style="FontNormal16" String="#" Color="255,255,255,75" />
</GridButton>
</Instance>
</Context>